| /commonlibrary/ets_utils/js_util_module/util/test/ |
| D | test_uuid.cpp | 36 napi_typedarray_type type = napi_int8_array; variable 55 napi_typedarray_type type = napi_int8_array; variable 74 napi_typedarray_type type = napi_int8_array; variable 93 napi_typedarray_type type = napi_int8_array; variable 112 napi_typedarray_type type = napi_int8_array; variable 131 napi_typedarray_type type = napi_int8_array; variable 150 napi_typedarray_type type = napi_int8_array; variable 169 napi_typedarray_type type = napi_int8_array; variable 188 napi_typedarray_type type = napi_int8_array; variable 207 napi_typedarray_type type = napi_int8_array; variable [all …]
|
| D | test_util.cpp | 36 #define ASSERT_CHECK_VALUE_TYPE(env, value, type) \ argument 74 napi_typedarray_type type = napi_int8_array; variable 91 napi_typedarray_type type = napi_int8_array; variable 110 napi_typedarray_type type = napi_int8_array; variable 130 napi_typedarray_type type = napi_int8_array; variable 150 napi_typedarray_type type = napi_int8_array; variable 284 napi_typedarray_type type; variable 316 napi_typedarray_type type; variable 346 napi_typedarray_type type; variable 380 napi_typedarray_type type; variable [all …]
|
| /commonlibrary/utils_lite/include/ |
| D | utils_list.h | 381 #define OFFSET_OF_FIELD(type, field) ((unsigned int)&((type *)0)->field) argument 403 #define UTILS_OFF_SET_OF(type, member) ((unsigned int)&((type *)0)->member) argument 428 #define UTILS_DL_LIST_ENTRY(item, type, member) \ argument 452 #define UTILS_DL_LIST_FOR_EACH_ENTRY(item, list, type, member) \ argument 479 #define UTILS_DL_LIST_FOR_EACH_ENTRY_SAFE(item, next, list, type, member) \ argument 579 #define UTILS_ListPeekHeadType(list, type, element) \ argument 590 #define UTILS_ListRemoveHeadType(list, type, element) \ argument 602 #define UTILS_ListNextType(list, item, type, element) \ argument
|
| /commonlibrary/ets_utils/js_util_module/util/ |
| D | js_types.cpp | 54 napi_typedarray_type type = napi_int8_array; in IsArrayBufferView() local 188 napi_valuetype type = napi_undefined; in IsExternal() local 219 napi_typedarray_type type = napi_int8_array; in IsFloat32Array() local 233 napi_typedarray_type type = napi_int8_array; in IsFloat64Array() local 272 napi_typedarray_type type = napi_int8_array; in IsInt8Array() local 291 napi_typedarray_type type = napi_int8_array; in IsInt16Array() local 305 napi_typedarray_type type = napi_int8_array; in IsInt32Array() local 457 napi_typedarray_type type = napi_int8_array; in IsUint8Array() local 471 napi_typedarray_type type = napi_int8_array; in IsUint8ClampedArray() local 485 napi_typedarray_type type = napi_int8_array; in IsUint16Array() local [all …]
|
| D | js_base64.cpp | 47 napi_typedarray_type type; in EncodeSync() local 80 napi_typedarray_type type; in EncodeToStringSync() local 198 napi_typedarray_type type; in DecodeSyncInner() local 363 napi_typedarray_type type; in Encode() local 384 napi_typedarray_type type; in EncodeToString() local 583 napi_typedarray_type type; in Decode() local
|
| D | js_textencoder.cpp | 47 napi_typedarray_type type; in EncodeInto() local
|
| D | js_textdecoder.cpp | 102 napi_typedarray_type type; in Decode() local 187 napi_typedarray_type type; in DecodeToString() local
|
| D | js_stringdecoder.cpp | 31 napi_typedarray_type type; in Write() local
|
| /commonlibrary/memory_utils/libmeminfo/src/ |
| D | meminfo.cpp | 75 std::string type = content.substr(0, typePos); in GetPssByPid() local 103 std::string type = content.substr(0, typePos); in GetSwapPssByPid() local
|
| /commonlibrary/utils_lite/kal/timer/src/ |
| D | kal.c | 27 KalTimerType type; member 50 KalTimerId KalTimerCreate(KalTimerProc func, KalTimerType type, void* arg, unsigned int millisec) in KalTimerCreate()
|
| /commonlibrary/c_utils/base/include/ |
| D | flat_obj.h | 45 __u32 type; member
|
| /commonlibrary/memory_utils/libpurgeablemem/cpp/src/ |
| D | purgeable_mem.cpp | 97 int type = static_cast<int>(utype); in CreatePurgeableData() local
|
| /commonlibrary/memory_utils/libpurgeablemem/c/src/ |
| D | purgeable_mem_c.c | 80 int type = TypeCast(); in PurgMemCreate_() local 448 int type = (int) utype; in TypeCast() local
|
| /commonlibrary/ets_utils/js_concurrent_module/taskpool/ |
| D | task.cpp | 228 …::GenerateFunctionTask(napi_env env, napi_value func, napi_value* args, size_t argc, TaskType type) in GenerateFunctionTask() 438 napi_valuetype type; in OnReceiveData() local 774 napi_valuetype type; in OnEnqueued() local 812 napi_valuetype type; in OnStartExecution() local 863 napi_valuetype type; in OnExecutionFailed() local 902 napi_valuetype type; in OnExecutionSucceeded() local
|
| D | task_group.cpp | 103 napi_valuetype type = napi_undefined; in AddTask() local
|
| D | task.h | 281 std::string type; member
|
| /commonlibrary/ets_utils/js_api_module/buffer/ |
| D | converter.cpp | 149 string Base64Encode(const unsigned char *src, size_t len, EncodingType type) in Base64Encode() 220 string Base64Decode(string const& encodedStr, EncodingType type) in Base64Decode()
|
| D | native_module_buffer.cpp | 132 static std::string GetStringBase64(napi_env env, napi_value str, EncodingType type) in GetStringBase64() 139 …romStringBase64(napi_env env, napi_value thisVar, napi_value str, uint32_t size, EncodingType type) in FromStringBase64() 182 string type = GetStringASCII(env, args[1]); in FromString() local 389 napi_typedarray_type type = napi_int8_array; in BufferConstructorInner() local 994 string type = GetStringASCII(env, args[2]); in IndexOf() local
|
| /commonlibrary/ets_utils/js_concurrent_module/utils/condition/ |
| D | condition_manager.cpp | 135 napi_valuetype type; in Constructor() local
|
| /commonlibrary/memory_utils/libpurgeablemem/common/src/ |
| D | ux_page_table_c.c | 150 int type = MAP_ANONYMOUS | MAP_PURGEABLE; in CheckUxpt() local 422 int type = MAP_ANONYMOUS | MAP_USEREXPTE; in MapUxptePages() local
|
| /commonlibrary/ets_utils/js_concurrent_module/utils/locks/ |
| D | async_lock_manager.cpp | 171 napi_valuetype type; in Constructor() local 332 napi_valuetype type; in Query() local
|
| /commonlibrary/ets_utils/js_concurrent_module/worker/ |
| D | worker.cpp | 834 …lWorkCallback(napi_env env, napi_value recv, size_t argc, const napi_value* argv, const char* type) in CallWorkCallback() 2253 …ventListeners(napi_env env, napi_value recv, size_t argc, const napi_value* argv, const char* type) in HandleEventListeners() 2375 void Worker::AddListenerInner(napi_env env, const char* type, const WorkerListener* listener) in AddListenerInner() 2394 void Worker::RemoveListenerInner(napi_env env, const char* type, napi_ref callback) in RemoveListenerInner() 2534 void Worker::ParentPortAddListenerInner(napi_env env, const char* type, const WorkerListener* liste… in ParentPortAddListenerInner() 2565 void Worker::ParentPortRemoveListenerInner(napi_env env, const char* type, napi_ref callback) in ParentPortRemoveListenerInner() 2589 const napi_value* argv, const char* type, bool tryCatch) in ParentPortHandleEventListeners()
|
| /commonlibrary/ets_utils/js_api_module/convertxml/ |
| D | js_convertxml.h | 43 std::string type = "_type"; member
|
| /commonlibrary/ets_utils/js_concurrent_module/worker/test/ |
| D | test_worker.cpp | 40 #define ASSERT_CHECK_VALUE_TYPE(env, value, type) \ argument 1099 std::string type = "classic"; in Worker_Constructor() local 1201 std::string type = "classic"; in CreateWorker() local 1603 std::string type = "message"; variable 1967 std::string type = "classic"; in __anonb03d6e582a02() local 2013 std::string type = "classic"; in __anonb03d6e582b02() local 2302 std::string type = "classic"; in __anonb03d6e582e02() local 2354 std::string type = "classic"; in __anonb03d6e582f02() local 2404 std::string type = "classic"; in __anonb03d6e583002() local 2454 std::string type = "classic"; in __anonb03d6e583102() local [all …]
|
| /commonlibrary/ets_utils/js_api_module/xml/ |
| D | js_xml.h | 433 TagEnum type = TagEnum::START_DOCUMENT; variable
|