/AliOS-Things-master/components/SDL2/src/video/uikit/ |
A D | SDL_uikitviewcontroller.h | 42 @property (nonatomic, assign) SDL_Window *window; 64 @property (nonatomic, assign) int homeIndicatorHidden; 78 @property (nonatomic, assign, getter=isKeyboardVisible) BOOL keyboardVisible; 79 @property (nonatomic, assign) SDL_Rect textInputRect; 80 @property (nonatomic, assign) int keyboardHeight;
|
A D | SDL_uikitvideo.h | 32 @property (nonatomic, assign) id pasteboardObserver;
|
A D | SDL_uikitmessagebox.m | 131 @property (nonatomic, assign) int *clickedIndex;
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/mlir/testing/op_tests/ |
A D | static_rnn_with_control_flow_v2.py | 86 sess.run(tf.group(kernel.assign(kernel_values), bias.assign(bias_values)))
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/core/ |
A D | hmacsha1signer_ut.cc | 10 TEST(HmacSha1Signer, assign) { in TEST() argument
|
A D | url_ut.cc | 8 TEST(UrlTest, assign) { in TEST() argument
|
/AliOS-Things-master/components/SDL2/src/video/cocoa/ |
A D | SDL_cocoametalview.h | 53 @property (assign, readonly) NSInteger tag;
|
/AliOS-Things-master/components/mbedtls/include/mbedtls/ |
A D | bignum.h | 286 int mbedtls_mpi_safe_cond_assign( mbedtls_mpi *X, const mbedtls_mpi *Y, unsigned char assign ); 311 int mbedtls_mpi_safe_cond_swap( mbedtls_mpi *X, mbedtls_mpi *Y, unsigned char assign );
|
A D | config.h.bak | 185 * Do not assign standard functions in the platform layer (e.g. calloc() to 2608 * Enable the platform abstraction layer that allows you to re-assign
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | bignum.c | 249 int mbedtls_mpi_safe_cond_assign( mbedtls_mpi *X, const mbedtls_mpi *Y, unsigned char assign ) in mbedtls_mpi_safe_cond_assign() argument 257 assign = (assign | (unsigned char)-assign) >> 7; in mbedtls_mpi_safe_cond_assign() 261 X->s = X->s * ( 1 - assign ) + Y->s * assign; in mbedtls_mpi_safe_cond_assign() 264 X->p[i] = X->p[i] * ( 1 - assign ) + Y->p[i] * assign; in mbedtls_mpi_safe_cond_assign() 267 X->p[i] *= ( 1 - assign ); in mbedtls_mpi_safe_cond_assign()
|
/AliOS-Things-master/components/SDL2/src/hidapi/android/ |
A D | hid.cpp | 139 assign( pData, nSize ); in hid_buffer() 147 void assign( const uint8_t *pData, size_t nSize ) in assign() function in hid_buffer 245 pEntry->m_buffer.assign( pData, nSize ); in emplace_back() 596 m_featureReport.assign( pBuf, nBufSize ); in ProcessFeatureReport()
|
/AliOS-Things-master/hardware/chip/rtl872xd/script/ |
A D | rlx8711B-symbol-v02-img2.ld | 43 /* Add . to assign the start address of the section */
|
A D | rlx8711B-symbol-v02-img2-2nd_boot.ld | 54 /* Add . to assign the start address of the section */
|
A D | rlx8711B-symbol-v02-img2_xip1.ld | 60 /* Add . to assign the start address of the section */
|
A D | rlx8711B-symbol-v02-img2_xip2.ld | 60 /* Add . to assign the start address of the section */
|
/AliOS-Things-master/components/SDL2/src/render/metal/ |
A D | SDL_render_metal.m | 128 @property (nonatomic, assign) SDL_MetalView mtlview; 131 @property (nonatomic, assign) METAL_ShaderPipelines *activepipelines; 132 @property (nonatomic, assign) METAL_ShaderPipelines *allpipelines; 133 @property (nonatomic, assign) int pipelinescount; 161 @property (nonatomic, assign) SDL_MetalFragmentFunction fragmentFunction; 162 @property (nonatomic, assign) BOOL yuv; 163 @property (nonatomic, assign) BOOL nv12; 164 @property (nonatomic, assign) size_t conversionBufferOffset; 165 @property (nonatomic, assign) BOOL hasdata; 168 @property (nonatomic, assign) SDL_Rect lockedrect;
|
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/speech_commands/ |
A D | train.py | 193 increment_global_step = tf.compat.v1.assign(global_step, global_step + 1)
|
A D | models.py | 592 tf.compat.v1.assign(memory, new_memory)
|
/AliOS-Things-master/components/littlevgl/ |
A D | README.md | 225 Events are used to inform the user if something has happened with an object. You can assign a callb…
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/ |
A D | test.h | 579 pathname.assign(PathName(result.path)); 581 pathname.assign(PathName(result.external_path));
|
/AliOS-Things-master/components/jsoncpp/src/lib_json/ |
A D | json_reader.cpp | 93 document_.assign(document.begin(), document.end()); in parse()
|
/AliOS-Things-master/components/SDL2/src/audio/coreaudio/ |
A D | SDL_coreaudio.m | 343 @property (nonatomic, assign) SDL_AudioDevice *device;
|
/AliOS-Things-master/hardware/chip/haas1000/ |
A D | _haas1000_alios_sec_b.lds | 1368 * used for linker to calculate size of stack sections, and assign
|
A D | _haas1000_alios_sec_b_a7.lds | 1365 * used for linker to calculate size of stack sections, and assign
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | qjscalc.js | 77 Object.assign(b, a);
|