Home
last modified time | relevance | path

Searched defs:res (Results 1 – 14 of 14) sorted by relevance

/commonlibrary/ets_utils/js_sys_module/test/unittest/
Dtest_process.cpp118 bool res = false; variable
143 bool res = false; variable
165 bool res = false; variable
187 bool res = false; variable
204 bool res = false; variable
223 bool res = false; variable
242 bool res = false; variable
261 bool res = false; variable
280 bool res = false; variable
299 bool res = false; variable
[all …]
/commonlibrary/ets_utils/js_sys_module/process/
Djs_childprocess.cpp127 napi_value res = nullptr; in Wait() local
150 napi_value res = nullptr; in GetOutput() local
164 napi_value res = nullptr; in GetOutput() local
178 napi_value res = nullptr; in GetErrorOutput() local
192 napi_value res = nullptr; in GetErrorOutput() local
215 napi_value res = nullptr; in Getpid() local
380 … auto res = std::find(signalType.begin(), signalType.end(), static_cast<int32_t>(signal)); in Kill() local
416 auto res = std::find(signalType.begin(), signalType.end(), temp->killSignal); in TimeoutListener() local
Djs_process.cpp422 auto res = clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &timespro); in GetStartRealtime() local
446 auto res = clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &times); in GetPastCputime() local
472 napi_value res = nullptr; in UnHandle() local
493 napi_value res = nullptr; in AddHandle() local
515 napi_value res = nullptr; in UnHandleRejection() local
532 napi_value res = nullptr; in OnUnHandleRejection() local
554 napi_value res = nullptr; in CheckUnhandleRejections() local
574 napi_value res = nullptr; in SetRejectionCallback() local
Dnative_module_process.cpp331 napi_value res = nullptr; in Abort() local
353 napi_value res = nullptr; in Exit() local
521 napi_value res = nullptr; in ThrowError() local
564 napi_value res = nullptr; in ExitOfProcess() local
/commonlibrary/ets_utils/js_api_module/test_buffer/unittest/
Dtest_napi.cpp224 int32_t res = buf->ReadInt32BE(0); variable
241 int32_t res = buf->ReadInt32BE(1); variable
258 int32_t res = buf->ReadInt32BE(1); variable
276 int32_t res = buf->ReadInt32LE(0); variable
296 int32_t res = buf->ReadInt32LE(0); variable
314 int32_t res = buf->ReadInt32LE(1); variable
332 int32_t res = buf->ReadUInt32BE(0); variable
350 int32_t res = buf->ReadUInt32BE(0); variable
368 int32_t res = buf->ReadUInt32BE(1); variable
386 int32_t res = buf->ReadUInt32LE(0); variable
[all …]
/commonlibrary/ets_utils/js_api_module/test_uri/unittest/
Dtest_napi.cpp450 bool res = uri.IsAbsolute(); variable
457 bool res = uri.IsAbsolute(); variable
464 bool res = uri.IsAbsolute(); variable
/commonlibrary/ets_utils/js_util_module/test_util/unittest/
Dtest_util.cpp264 char* res = reinterpret_cast<char*>(srcData); variable
326 char* res = reinterpret_cast<char*>(srcData); variable
1132 char* res = (char*)srcData; variable
1167 char* res = (char*)srcData; variable
1203 char* res = (char*)srcData; variable
1237 char* res = (char*)srcData; variable
1271 char* res = (char*)srcData; variable
1501 char* res = (char*)srcData; variable
1536 char* res = (char*)srcData; variable
1565 char* res = (char*)srcData; variable
[all …]
/commonlibrary/ets_utils/js_util_module/util/
Djs_uuid.cpp29 unsigned char res = 0; // 0: initialization in CharToHex() local
60 unsigned char res = '0'; in HexToChar() local
128 bool res = GenerateUuid(uuid.elements, sizeof(uuid.elements)); in GetUUID() local
Djs_textdecoder.cpp155 size_t res = static_cast<size_t>(ucnv_getMinCharSize(tranTool_.get())); in GetMinByteSize() local
Dnative_module_util.cpp96 std::string res; in FormatString() local
209 napi_value res = nullptr; in Printf() local
334 napi_value res = nullptr; in ThrowError() local
/commonlibrary/ets_utils/js_api_module/buffer/
Dnative_module_buffer.cpp402 int32_t res = 0; in ReadInt32BE() local
439 uint32_t res = buf->GetLength(); in GetLength() local
451 uint32_t res = buf->GetByteOffset(); in GetByteOffset() local
667 int32_t res = 0; in ReadInt32LE() local
693 uint32_t res = 0; in ReadUInt32BE() local
719 uint32_t res = 0; in ReadUInt32LE() local
795 int res = sBuf->Compare(targetBuf, targetStart, sourceStart, length); in Compare() local
/commonlibrary/c_utils/base/src/
Dthread_ex.cpp125 bool res = CreatePThread(para, stack, &thread_); in Start() local
/commonlibrary/ets_utils/js_api_module/url/
Djs_url.cpp363 std::string res = str.substr(0, index); in DealIpv4() local
434 std::string res = ""; in ZeroCompression() local
473 std::string res = ZeroCompression(temp); in Compress() local
565 std::vector<std::string> res; in RemovalIpv4() local
593 std::string res = ""; in SplitNum() local
611 std::string res = ""; in FormatIpv4() local
650 std::string res = ""; in AnalyseIPv4() local
/commonlibrary/ets_utils/js_api_module/buffer/src/
Djs_buffer.ts1450 let res = this.compare(otherBuffer, 0, otherBuffer.length, 0, this.length); variable