Home
last modified time | relevance | path

Searched refs:result (Results 16426 - 16450 of 21896) sorted by relevance

1...<<651652653654655656657658659660>>...876

/third_party/node/lib/internal/policy/
H A Dmanifest.js516 const result = instance._resolveAlreadyNormalized(
521 if (result === kFallThrough) return true;
522 return result;
/third_party/node/src/crypto/
H A Dcrypto_hash.cc236 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 Dsource_helpers.js390 const result = [];
403 result.push(flag);
406 return result;
/third_party/node/deps/v8/third_party/ittapi/src/ittnotify/
H A Dittnotify_config.h323 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 Declipse.py15 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 Dpthread_create.c63 _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 Dpthread_create.c192 _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 Dpthread_create.c144 _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 Dbytestriebuilder.cpp211 StringPiece result; in buildStringPiece() local
213 result.set(bytes+(bytesCapacity-bytesLength), bytesLength); in buildStringPiece()
215 return result; in buildStringPiece()
H A Ducharstriebuilder.cpp162 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 Dloader.c528 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 Danv_perf.c181 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 Deastasianwidth.js295 var result = '';
303 result += char;
310 return result;
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Declipse.py15 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 Dsearch.cpp111 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 Dnpa.js181 const result = Object.assign({}, this)
182 delete result.hosted
183 return result
/third_party/icu/icu4c/source/test/cintltst/
H A Dspreptst.c654 * *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 Dtst_net_vars.c420 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 DltpClient.c415 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 Dwindows-sockets.c81 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 Dmodules.cc220 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 Dapi-arguments-inl.h46 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 Dnew-spaces.h322 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 Dperf-jit.cc207 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 Dmaglev-graph-builder.h58 BasicBlock* result = CreateBlock<Jump>({}, &jump_targets_[offset]); in CreateEmptyBlock() local
59 result->set_empty_block_predecessor(predecessor); in CreateEmptyBlock()
60 return result; in CreateEmptyBlock()

Completed in 31 milliseconds

1...<<651652653654655656657658659660>>...876