Home
last modified time | relevance | path

Searched refs:result (Results 7051 - 7075 of 15027) sorted by relevance

1...<<281282283284285286287288289290>>...602

/third_party/node/deps/icu-small/source/i18n/
H A Dmeasunit_impl.h28 * identifier. The category is returned via `result`, which must initially be
68 void appendNeutralIdentifier(CharString &result, UErrorCode &status) const;
264 MeasureUnitImpl result; in forCurrencyCode() local
266 result.identifier.append(currencyCode, localStatus); in forCurrencyCode()
268 return result; in forCurrencyCode()
/third_party/node/deps/npm/node_modules/socks-proxy-agent/dist/
H A Dindex.js20 var result = {};
21 if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22 __setModuleDefault(result, mod);
23 return result;
/third_party/ltp/testcases/kernel/sched/hyperthreading/ht_affinity/
H A Dht_affinity.c53 int result = 1; in HT_SetAffinity() local
88 result = 0; in HT_SetAffinity()
117 result = 0; in HT_SetAffinity()
123 if (result) in HT_SetAffinity()
/third_party/node/deps/v8/src/date/
H A Ddate.h70 int result = (days + 4) % 7; in Weekday() local
71 return result >= 0 ? result : result + 7; in Weekday()
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-aix.cc89 std::vector<SharedLibraryAddress> result; in GetSharedLibraryAddresses() local
92 if (fd < 0) return result; in GetSharedLibraryAddresses()
122 result.push_back(SharedLibraryAddress(start_of_path, start, end)); in GetSharedLibraryAddresses()
125 return result; in GetSharedLibraryAddresses()
/third_party/node/deps/v8/src/heap/
H A Dweak-object-worklists.cc206 bool result = false; in ContainsYoungObjects() local
207 worklist.Iterate([&result](Type candidate) { in ContainsYoungObjects()
209 result = true; in ContainsYoungObjects()
212 return result; in ContainsYoungObjects()
/third_party/node/deps/v8/src/objects/
H A Dslots-inl.h84 Address result = base::AsAtomicPointer::Relaxed_CompareAndSwap( in Relaxed_CompareAndSwap() local
86 return Object(result); in Relaxed_CompareAndSwap()
90 Address result = base::AsAtomicPointer::Release_CompareAndSwap( in Release_CompareAndSwap() local
92 return Object(result); in Release_CompareAndSwap()
H A Djs-segmenter.cc108 // Now all properties are ready, so we can allocate the result object. in New()
131 Handle<JSObject> result = factory->NewJSObject(isolate->object_function()); in ResolvedOptions() local
145 JSObject::AddProperty(isolate, result, factory->locale_string(), locale, in ResolvedOptions()
147 JSObject::AddProperty(isolate, result, factory->granularity_string(), in ResolvedOptions()
150 return result; in ResolvedOptions()
H A Dname-inl.h61 bool result = (type & (kIsNotStringMask | kIsNotInternalizedMask)) != in DEF_GETTER() local
63 SLOW_DCHECK(result == HeapObject::IsUniqueName()); in DEF_GETTER()
64 DCHECK_IMPLIES(result, HasHashCode()); in DEF_GETTER()
65 return result; in DEF_GETTER()
/third_party/musl/Benchmark/musl/
H A Dlibc_syscall.cpp122 long result; in Bm_function_Syscall_getrusage() local
124 result = syscall(SYS_getrusage, RUSAGE_SELF, &usage); in Bm_function_Syscall_getrusage()
125 benchmark::DoNotOptimize(result); in Bm_function_Syscall_getrusage()
127 if (result != 0) { in Bm_function_Syscall_getrusage()
/third_party/node/deps/openssl/openssl/crypto/
H A Dcore_algorithm.c20 int *result);
26 int *result);
140 int no_store, void *data, int *result), in ossl_algorithm_do_all()
147 int no_store, void *data, int *result), in ossl_algorithm_do_all()
137 ossl_algorithm_do_all(OSSL_LIB_CTX *libctx, int operation_id, OSSL_PROVIDER *provider, int (*pre)(OSSL_PROVIDER *, int operation_id, int no_store, void *data, int *result), int (*reserve_store)(int no_store, void *data), void (*fn)(OSSL_PROVIDER *provider, const OSSL_ALGORITHM *algo, int no_store, void *data), int (*unreserve_store)(void *data), int (*post)(OSSL_PROVIDER *, int operation_id, int no_store, void *data, int *result), void *data) ossl_algorithm_do_all() argument
H A DLPdir_vms.c64 char result[NAMX_MAXRSS + 1]; member
184 strncpy((*ctx)->result, r, l); in LP_find_file()
185 (*ctx)->result[l] = '\0'; in LP_find_file()
188 return (*ctx)->result; in LP_find_file()
/third_party/node/deps/undici/src/lib/websocket/
H A Dconnection.js233 const result = ws[kByteParser].closingInfo
235 if (result) {
236 code = result.code ?? 1005
237 reason = result.reason
261 // attribute initialized to the result of applying UTF-8
/third_party/node/deps/uv/src/win/
H A Dreq-inl.h69 #define UV_SUCCEEDED_WITHOUT_IOCP(result) \
70 ((result) && (handle->flags & UV_HANDLE_SYNC_BYPASS_IOCP))
72 #define UV_SUCCEEDED_WITH_IOCP(result) \
73 ((result) || (GetLastError() == ERROR_IO_PENDING))
/third_party/openssl/test/
H A Dcipherlist_test.c201 return result; in test_default_cipherlist_implicit()
213 return result; in test_default_cipherlist_explicit()
240 result = 1; in test_default_cipherlist_clear()
244 return result; in test_default_cipherlist_clear()
/third_party/python/Lib/
H A Dfnmatch.py50 result = []
57 result.append(name)
61 result.append(name)
62 return result
/third_party/openssl/crypto/
H A Dcore_algorithm.c20 int *result);
26 int *result);
140 int no_store, void *data, int *result), in ossl_algorithm_do_all()
147 int no_store, void *data, int *result), in ossl_algorithm_do_all()
137 ossl_algorithm_do_all(OSSL_LIB_CTX *libctx, int operation_id, OSSL_PROVIDER *provider, int (*pre)(OSSL_PROVIDER *, int operation_id, int no_store, void *data, int *result), int (*reserve_store)(int no_store, void *data), void (*fn)(OSSL_PROVIDER *provider, const OSSL_ALGORITHM *algo, int no_store, void *data), int (*unreserve_store)(void *data), int (*post)(OSSL_PROVIDER *, int operation_id, int no_store, void *data, int *result), void *data) ossl_algorithm_do_all() argument
H A DLPdir_vms.c64 char result[NAMX_MAXRSS + 1]; member
184 strncpy((*ctx)->result, r, l); in LP_find_file()
185 (*ctx)->result[l] = '\0'; in LP_find_file()
188 return (*ctx)->result; in LP_find_file()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DFunctionsGL.cpp47 std::vector<std::string> result; in GetIndexedExtensions() local
52 result.reserve(numExtensions); in GetIndexedExtensions()
56 result.push_back(reinterpret_cast<const char *>(getStringIFunction(GL_EXTENSIONS, i))); in GetIndexedExtensions()
59 return result; in GetIndexedExtensions()
/third_party/skia/third_party/externals/angle2/src/common/
H A Dsystem_utils_posix.cpp46 char *result = getcwd(pathBuf.data(), pathBuf.size()); in GetCWD() local
47 if (result == nullptr) in GetCWD()
176 int result = stat(filename, &st); in IsDirectory() local
177 return result == 0 && ((st.st_mode & S_IFDIR) == S_IFDIR); in IsDirectory()
/third_party/vk-gl-cts/external/vulkan-docs/src/config/extension-highlighter/
H A Dextension.rb66 result = super(directive, modified_target, delimiter, text)
81 return result
129 result = super(directive, modified_target, delimiter, text)
144 return result
/third_party/skia/src/core/
H A DSkDescriptor.cpp90 SkString result; in dumpRec() local
91 result.appendf(" Checksum: %x\n", fChecksum); in dumpRec()
93 result.append(rec->dump()); in dumpRec()
95 return result; in dumpRec()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dmeasunit_impl.h28 * identifier. The category is returned via `result`, which must initially be
67 void appendNeutralIdentifier(CharString &result, UErrorCode &status) const;
237 MeasureUnitImpl result; in forCurrencyCode() local
239 result.identifier.append(currencyCode, localStatus); in forCurrencyCode()
241 return result; in forCurrencyCode()
H A Duspoof_impl.h83 static void getAugmentedScriptSet(UChar32 codePoint, ScriptSet& result, UErrorCode& status);
84 void getResolvedScriptSet(const UnicodeString& input, ScriptSet& result, UErrorCode& status) const;
85 void getResolvedScriptSetWithout(const UnicodeString& input, UScriptCode script, ScriptSet& result, UErrorCode& status) const;
86 void getNumerics(const UnicodeString& input, UnicodeSet& result, UErrorCode& status) const;
249 // The result is a string with a length between 1 and 18 as of Unicode 9.
/third_party/skia/third_party/externals/icu/source/io/
H A Duprintf.cpp80 const UChar *result, in u_printf_pad_and_justify()
90 written = u_file_write(result, resultLen, output); in u_printf_pad_and_justify()
101 written += u_file_write(result, resultLen, output); in u_printf_pad_and_justify()
106 written = u_file_write(result, resultLen, output); in u_printf_pad_and_justify()
78 u_printf_pad_and_justify(void *context, const u_printf_spec_info *info, const UChar *result, int32_t resultLen) u_printf_pad_and_justify() argument

Completed in 16 milliseconds

1...<<281282283284285286287288289290>>...602