Home
last modified time | relevance | path

Searched refs:result (Results 9176 - 9200 of 14669) sorted by relevance

1...<<361362363364365366367368369370>>...587

/third_party/lzma/CPP/7zip/Archive/
H A DSplitHandler.cpp216 const HRESULT result = volumeCallback->GetStream(fullName, &nextStream); in Open2() local
217 if (result == S_FALSE) in Open2()
219 if (result != S_OK) in Open2()
220 return result; in Open2()
/third_party/jerryscript/targets/nuttx-stm32f4/
H A Djerry_main.c136 uint32_t result = 0; in str_to_uint() local
140 result *= 10; in str_to_uint()
141 result += (uint32_t) (*num_str_p - '0'); in str_to_uint()
150 return result; in str_to_uint()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-array.c514 ecma_value_t result = ecma_op_create_array_object (arguments_list_p, arguments_list_len, true); in ecma_builtin_array_dispatch_construct()
516 if (ECMA_IS_VALUE_ERROR (result)) in ecma_builtin_array_dispatch_construct()
522 ecma_object_t *object_p = ecma_get_object_from_value (result); in ecma_builtin_array_dispatch_construct()
525 return result; in ecma_builtin_array_dispatch_construct()
/third_party/jerryscript/tests/jerry/es2015/
H A Dsymbol-replace.js101 throw "abrupt exec result"
106 assert (e === "abrupt exec result");
125 throw "abrupt result length"
132 assert (e === "abrupt result length");
575 var result = {
580 return result;
602 var result = {
607 return result;
610 /* Mis-behaving RegExp-like object, replace function is called on each match, but the result is ignored for inconsistent matches. */
/third_party/node/src/crypto/
H A Dcrypto_cipher.h254 v8::Local<v8::Value>* result) override {
264 *result = out_.ToArrayBuffer(env);
265 return v8::Just(!result->IsEmpty());
268 *result = v8::Undefined(env->isolate());
H A Dcrypto_hmac.cc264 Local<Value>* result) { in EncodeOutput()
267 *result = out->ToArrayBuffer(env); in EncodeOutput()
270 *result = Boolean::New( in EncodeOutput()
278 return Just(!result->IsEmpty()); in EncodeOutput()
260 EncodeOutput( Environment* env, const HmacConfig& params, ByteSource* out, Local<Value>* result) EncodeOutput() argument
/third_party/node/deps/v8/tools/release/
H A Dgit_recipes.py83 result = f(*args, **kwargs)
84 if result is None:
85 return result
87 return result.strip()
/third_party/node/test/node-api/test_async/
H A Dtest_async.c52 napi_value result; in Complete() local
54 napi_call_function(env, global, callback, 2, argv, &result)); in Complete()
114 napi_value result; in CancelComplete() local
116 napi_call_function(env, global, callback, 0, NULL, &result)); in CancelComplete()
/third_party/node/test/parallel/
H A Dtest-stream-map.js86 const result = [4, 8];
89 assert.strictEqual(item, result.shift());
107 const result = [4, 8];
110 assert.strictEqual(item, result.shift());
181 // Concurrency result order
357 // Test result is a Readable
/third_party/node/deps/v8/tools/v8windbg/src/
H A Dobject-inspection.h39 IV8CachedObject** result);
183 IV8CachedObject** result) { in GetCachedObject()
207 *result = sp_v8_cached_object.Detach(); in GetCachedObject()
295 IModelObject** result);
182 GetCachedObject(IModelObject* context_object, IV8CachedObject** result) GetCachedObject() argument
/third_party/node/deps/v8/tools/v8windbg/base/
H A Dutilities.cc40 HRESULT UnboxProperty(IModelObject* object, IModelPropertyAccessor** result) { in UnboxProperty() argument
49 *result = accessor.Detach(); in UnboxProperty()
54 IModelObject** result) { in CreateTypedIntrinsic()
106 result); in CreateTypedIntrinsic()
53 CreateTypedIntrinsic(uint64_t value, IDebugHostType* type, IModelObject** result) CreateTypedIntrinsic() argument
/third_party/node/tools/gyp/
H A Dtest_gyp.py22 result = []
24 result.extend([os.path.join(root, f) for f in files if is_test_name(f)])
25 result.sort()
26 return result
/third_party/node/deps/icu-small/source/common/
H A Dbrkeng.cpp335 int32_t result = 0; in findBreaks()
359 result = delegate->fillBreaks(text, rangeStart, rangeEnd, foundBreaks.getBuffer()+beforeSize, in findBreaks()
362 foundBreaks.setSize(beforeSize + result); in findBreaks()
364 return result; in findBreaks()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_nir_lower_mem_access_bit_sizes.c98 nir_ssa_def *result; in lower_mem_load_bit_size()
114 result = nir_extract_bits(b, &load, 1, load_offset * 8, in lower_mem_load_bit_size()
144 result = nir_extract_bits(b, loads, num_loads, 0, in lower_mem_load_bit_size()
149 result); in lower_mem_load_bit_size()
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dnumfmt.h117 * Formattable result(-999); // initialized with error code
118 * nf->parse(myString, result, success);
282 * The caller owns the result and should delete it when done.
306 * @param appendTo Output parameter to receive result.
326 * @param appendTo Output parameter to receive result.
356 * @param result Formattable to be set to the parse result.
369 Formattable& result,
377 * @param appendTo Output parameter to receive result.
390 * @param appendTo Output parameter to receive result
[all...]
H A Dcoll.h156 * account, for example, will result in a different sorting order for same
412 * . // result would be Collator::EQUAL ("abc" == "ABC")
414 * . Collator::EComparisonResult result =
417 * . // result would be Collator::LESS ("abc" &lt;&lt;&lt; "ABC")
419 * . result = myCollation->compare(abc, 3, ABC, 3);
613 * // result will be "abc" == "ABC"
615 * Collator::ComparisonResult result = myCollation->compare("abc", "ABC");
629 * will only return the length of the result without writing any codes (pre-flighting).
672 * function will only return the length of the result without writing any codes (pre-flighting).
741 * responsible for closing the result
[all...]
H A Ducol.h73 * Possible values for a comparison result
292 * is performed. The correctness of the result is guaranteed only if the
498 * @param conts the set to hold the result. It gets emptied before
530 * be closed. Otherwise, a memory leak will result.
567 * @return The result of comparing the strings; one of UCOL_EQUAL,
592 * @return The result of comparing the strings; one of UCOL_EQUAL,
671 * @return The result of comparing the strings; one of UCOL_EQUAL,
714 * will only return the length of the result without writing any codes (pre-flighting).
754 * The result of setting no reordering will be to have the DUCET/CLDR ordering used. The
784 * will only return the length of the result withou
[all...]
/third_party/node/deps/icu-small/source/tools/icupkg/
H A Dicupkg.cpp269 int result = 0; in main() local
413 return result; in main()
548 result = writePackageDatFile(outFilename, outComment, nullptr, nullptr, pkg, outType); in main()
553 return result; in main()
/third_party/node/deps/npm/node_modules/node-gyp/gyp/
H A Dtest_gyp.py22 result = []
24 result.extend([os.path.join(root, f) for f in files if is_test_name(f)])
25 result.sort()
26 return result
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_validator.cpp298 ComPtr<IDxcOperationResult> result; in dxil_validate_module() local
300 &result); in dxil_validate_module()
303 result->GetStatus(&hr); in dxil_validate_module()
316 if (FAILED(result->GetErrorBuffer(&blob))) in dxil_validate_module()
/third_party/icu/icu4c/source/i18n/unicode/
H A Ducol.h73 * Possible values for a comparison result
285 * is performed. The correctness of the result is guaranteed only if the
488 * @param conts the set to hold the result. It gets emptied before
520 * be closed. Otherwise, a memory leak will result.
557 * @return The result of comparing the strings; one of UCOL_EQUAL,
582 * @return The result of comparing the strings; one of UCOL_EQUAL,
661 * @return The result of comparing the strings; one of UCOL_EQUAL,
704 * will only return the length of the result without writing any codes (pre-flighting).
744 * The result of setting no reordering will be to have the DUCET/CLDR ordering used. The
774 * will only return the length of the result withou
[all...]
/third_party/lwip/src/api/
H A Dnetdb.c147 * and uses these for the result.
150 * @param ret pre-allocated struct where to store the result
153 * @param result pointer to a hostent pointer that is set to ret on success
162 size_t buflen, struct hostent **result, int *h_errnop) in lwip_gethostbyname_r()
175 if (result == NULL) { in lwip_gethostbyname_r()
180 /* first thing to do: set *result to nothing */ in lwip_gethostbyname_r()
181 *result = NULL; in lwip_gethostbyname_r()
220 /* set result != NULL */ in lwip_gethostbyname_r()
221 *result = ret; in lwip_gethostbyname_r()
251 * Memory for the result i
161 lwip_gethostbyname_r(const char *name, struct hostent *ret, char *buf, size_t buflen, struct hostent **result, int *h_errnop) lwip_gethostbyname_r() argument
[all...]
/third_party/libphonenumber/cpp/src/phonenumbers/utf/
H A Dunicodetext.h109 // alias is still in use, fatal errors could result. But it can be
201 const_iterator result(*this); in operator ++()
203 return result; in operator ++()
208 const_iterator result(*this); in operator --()
210 return result; in operator --()
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-scheduler.cc40 ScheduleGraphNode* result = *candidate; in PopBestCandidate() local
42 return result; in PopBestCandidate()
55 ScheduleGraphNode* result = *candidate; in PopBestCandidate() local
57 return result; in PopBestCandidate()
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-cygwin.cc209 std::vector<SharedLibraryAddresses> result; in GetSharedLibraryAddresses() local
214 if (fp == nullptr) return result; in GetSharedLibraryAddresses()
253 result.push_back(SharedLibraryAddress(lib_name, start, end)); in GetSharedLibraryAddresses()
265 return result; in GetSharedLibraryAddresses()

Completed in 21 milliseconds

1...<<361362363364365366367368369370>>...587