/third_party/node/lib/internal/policy/ |
H A D | manifest.js | 516 const result = instance._resolveAlreadyNormalized( 521 if (result === kFallThrough) return true; 522 return result;
|
/third_party/node/src/crypto/ |
H A D | crypto_hash.cc | 236 v8::Local<v8::Value>* result) { in EncodeOutput() 237 *result = out->ToArrayBuffer(env); in EncodeOutput() 238 return Just(!result->IsEmpty()); in EncodeOutput() 232 EncodeOutput( Environment* env, const HashConfig& params, ByteSource* out, v8::Local<v8::Value>* result) EncodeOutput() argument
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/ |
H A D | source_helpers.js | 390 const result = []; 403 result.push(flag); 406 return result;
|
/third_party/node/deps/v8/third_party/ittapi/src/ittnotify/ |
H A D | ittnotify_config.h | 323 long result; in __TBB_machine_fetchadd4() local 325 : "=r"(result),"=m"(*(volatile int*)ptr) in __TBB_machine_fetchadd4() 328 return result; in __TBB_machine_fetchadd4()
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | eclipse.py | 15 still result in a few indexer issues here and there. 381 result = ET.Element("classpath") 394 entry_element = ET.SubElement(result, "classpathentry") 406 ET.ElementTree(result).write(out_name)
|
/third_party/musl/src/thread/ |
H A D | pthread_create.c | 63 _Noreturn void __pthread_exit(void *result) in __pthread_exit() argument 70 self->result = result; in __pthread_exit()
|
/third_party/musl/src/thread/linux/ |
H A D | pthread_create.c | 192 _Noreturn void __pthread_exit(void *result) in __pthread_exit() argument 205 self->result = result; in __pthread_exit()
|
/third_party/musl/porting/linux/user/src/thread/ |
H A D | pthread_create.c | 144 _Noreturn void __pthread_exit(void *result) in __pthread_exit() argument 153 self->result = result; in __pthread_exit()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | bytestriebuilder.cpp | 211 StringPiece result; in buildStringPiece() local 213 result.set(bytes+(bytesCapacity-bytesLength), bytesLength); in buildStringPiece() 215 return result; in buildStringPiece()
|
H A D | ucharstriebuilder.cpp | 162 UCharsTrieBuilder::buildUnicodeString(UStringTrieBuildOption buildOption, UnicodeString &result, in buildUnicodeString() argument 166 result.setTo(false, uchars+(ucharsCapacity-ucharsLength), ucharsLength); in buildUnicodeString() 168 return result; in buildUnicodeString()
|
/third_party/mesa3d/src/loader/ |
H A D | loader.c | 528 char *result = NULL; in loader_get_device_name_for_fd() local 531 result = drmGetDeviceNameFromFd2(fd); in loader_get_device_name_for_fd() 534 return result; in loader_get_device_name_for_fd()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_perf.c | 181 VkResult result = VK_SUCCESS; in anv_GetPerformanceParameterINTEL() 194 result = VK_ERROR_FEATURE_NOT_PRESENT; in anv_GetPerformanceParameterINTEL() 198 return result; in anv_GetPerformanceParameterINTEL()
|
/third_party/node/deps/npm/node_modules/eastasianwidth/ |
H A D | eastasianwidth.js | 295 var result = ''; 303 result += char; 310 return result;
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | eclipse.py | 15 still result in a few indexer issues here and there. 378 result = ET.Element("classpath") 391 entry_element = ET.SubElement(result, "classpathentry") 403 ET.ElementTree(result).write(out_name)
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | search.cpp | 111 void SearchIterator::getMatchedText(UnicodeString &result) const in getMatchedText() 116 result.setTo(m_search_->text + matchedindex, matchedlength); in getMatchedText() 119 result.remove(); in getMatchedText()
|
/third_party/node/deps/npm/node_modules/npm-package-arg/lib/ |
H A D | npa.js | 181 const result = Object.assign({}, this) 182 delete result.hosted 183 return result
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | spreptst.c | 654 * *Note: For expected failures add FAIL to beginning of the source string and for expected result use "FAIL". 761 UChar result[SPREP_PROFILE_TEST_MAX_LENGTH]; in TestStringPrepProfiles() local 789 resultLength = usprep_prepare(sprep, src, srcLength, result, resultLength, USPREP_ALLOW_UNASSIGNED, NULL, &status); in TestStringPrepProfiles() 802 if (resultLength != expectedLength || u_strcmp(result, expected) != 0) { in TestStringPrepProfiles()
|
/third_party/ltp/testcases/lib/ |
H A D | tst_net_vars.c | 420 char *result = strstr(ip, net); in get_host_from_ip() local 422 if (!result || result != ip) in get_host_from_ip()
|
/third_party/ltp/testcases/network/sockets/ |
H A D | ltpClient.c | 415 unsigned short *packetPtr = netPacket, result; in checksum() local 430 result = ~sum; in checksum() 432 return result; in checksum()
|
/third_party/libwebsockets/lib/plat/windows/ |
H A D | windows-sockets.c | 81 int result = !!ioctlsocket(fd, FIONBIO, &optl); in lws_plat_set_nonblocking() local 83 if (result) in lws_plat_set_nonblocking() 89 return result; in lws_plat_set_nonblocking()
|
/third_party/node/deps/v8/src/ast/ |
H A D | modules.cc | 220 Handle<FixedArray> result = in SerializeRegularExports() local 223 result->set(i, *data[i]); in SerializeRegularExports() 225 return result; in SerializeRegularExports()
|
/third_party/node/deps/v8/src/api/ |
H A D | api-arguments-inl.h | 46 Handle<V> result = Handle<V>::cast(Handle<Object>(slot.location())); in GetReturnValue() 47 result->VerifyApiCallResultType(); in GetReturnValue() 48 return result; in GetReturnValue()
|
/third_party/node/deps/v8/src/heap/ |
H A D | new-spaces.h | 322 size_t result = 0; in ExternalBackingStoreBytes() local 324 result += in ExternalBackingStoreBytes() 327 return result; in ExternalBackingStoreBytes()
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | perf-jit.cc | 207 int result = clock_gettime(CLOCK_MONOTONIC, &ts); in GetTimestamp() local 208 DCHECK_EQ(0, result); in GetTimestamp() 209 USE(result); in GetTimestamp()
|
/third_party/node/deps/v8/src/maglev/ |
H A D | maglev-graph-builder.h | 58 BasicBlock* result = CreateBlock<Jump>({}, &jump_targets_[offset]); in CreateEmptyBlock() local 59 result->set_empty_block_predecessor(predecessor); in CreateEmptyBlock() 60 return result; in CreateEmptyBlock()
|