Home
last modified time | relevance | path

Searched refs:result (Results 3101 - 3125 of 11561) sorted by relevance

1...<<121122123124125126127128129130>>...463

/third_party/gn/src/gn/
H A Dbuilder_record.cc79 std::vector<const BuilderRecord*> result; in GetSortedUnresolvedDeps() local
83 result.push_back(dep); in GetSortedUnresolvedDeps()
85 std::sort(result.begin(), result.end(), LabelCompare); in GetSortedUnresolvedDeps()
86 return result; in GetSortedUnresolvedDeps()
H A Dvector_utils.h14 // result, or get it as a simple vector. Usage is the following:
65 // result.
83 std::vector<T> result; in AsVector() local
84 result.reserve(ptrs_.size()); in AsVector()
85 IterateOver([&result](const T& item) { result.push_back(item); }); in AsVector()
86 return result; in AsVector()
/third_party/alsa-lib/test/
H A Domixer.c30 int err, morehelp, result = EXIT_SUCCESS; in main() local
62 result = EXIT_FAILURE; in main()
73 result = EXIT_FAILURE; in main()
81 result = EXIT_FAILURE; in main()
91 return result; in main()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/breakiter/
H A DBytesDictionaryMatcher.java53 Result result = bt.first(transform(c)); in matches()
58 if (result.hasValue()) { in matches()
66 if (result == Result.FINAL_VALUE) { in matches()
69 } else if (result == Result.NO_MATCH) { in matches()
82 result = bt.next(transform(c)); in matches()
/third_party/icu/icu4c/source/i18n/unicode/
H A Dureldatefmt.h264 * Creates an object to hold the result of a URelativeDateTimeFormatter
347 * @param result
348 * A pointer to a buffer to receive the formatted result.
350 * The maximum size of result.
353 * case of error status, the contents of result are
356 * The length of the formatted result; may be greater
364 UChar* result,
383 * @param result
387 * case of error status, the contents of result are
396 UFormattedRelativeDateTime* result,
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DBytesDictionaryMatcher.java53 Result result = bt.first(transform(c)); in matches()
58 if (result.hasValue()) { in matches()
66 if (result == Result.FINAL_VALUE) { in matches()
69 } else if (result == Result.NO_MATCH) { in matches()
82 result = bt.next(transform(c)); in matches()
/third_party/jerryscript/tests/unit-core/
H A Dtest-native-instanceof.cpp49 jerry_value_t result = jerry_call_function (instanceof, undefined, args, 2); in test_instanceof() local
52 TEST_ASSERT (!jerry_value_is_error (result)); in test_instanceof()
53 TEST_ASSERT (jerry_value_is_boolean (result)); in test_instanceof()
55 TEST_ASSERT (jerry_get_boolean_value (result)); in test_instanceof()
58 jerry_release_value (result); in test_instanceof()
/third_party/node/lib/internal/dns/
H A Dcallback_resolver.js39 function onresolve(err, result, ttls) {
41 result = ArrayPrototypeMap(
42 result, (address, index) => ({ address, ttl: ttls[index] }));
47 this.callback(null, result);
49 stopPerf(this, kPerfHooksDnsLookupResolveContext, { detail: { result } });
/third_party/node/lib/internal/perf/
H A Dtimerify.js74 const result = isConstructorCall ?
77 if (!isConstructorCall && typeof result?.finally === 'function') {
78 return result.finally(
81 result,
88 return result;
/third_party/node/benchmark/http/
H A Dcreate-clientrequest.js24 let result;
32 result = new ClientRequest(options[i]);
41 result = new ClientRequest(options[i], { createConnection: noop });
49 result = new ClientRequest(data[i], { createConnection: noop });
58 assert.ok(result);
/third_party/node/deps/minimatch/src/node_modules/balanced-match/
H A Dindex.js25 var begs, beg, left, right, result;
37 while (i >= 0 && !result) {
42 result = [ begs.pop(), bi ];
57 result = [ left, right ];
61 return result;
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dureldatefmt.h264 * Creates an object to hold the result of a URelativeDateTimeFormatter
347 * @param result
348 * A pointer to a buffer to receive the formatted result.
350 * The maximum size of result.
353 * case of error status, the contents of result are
356 * The length of the formatted result; may be greater
364 UChar* result,
383 * @param result
387 * case of error status, the contents of result are
396 UFormattedRelativeDateTime* result,
[all...]
/third_party/node/deps/npm/node_modules/balanced-match/
H A Dindex.js25 var begs, beg, left, right, result;
37 while (i >= 0 && !result) {
42 result = [ begs.pop(), bi ];
57 result = [ left, right ];
61 return result;
/third_party/lwip/src/apps/snmp/
H A Dsnmp_netconn.c84 err_t result; in snmp_sendto() local
89 result = netconn_sendto((struct netconn *)handle, &buf, dst, port); in snmp_sendto()
91 return result; in snmp_sendto()
95 snmp_get_local_ip_for_dst(void *handle, const ip_addr_t *dst, ip_addr_t *result) in snmp_get_local_ip_for_dst() argument
106 ip_addr_copy(*result, *dst_ip); in snmp_get_local_ip_for_dst()
/third_party/node/deps/v8/src/parsing/
H A Dfunc-name-inferrer.cc52 AstConsString* result = ast_value_factory_->NewConsString(); in MakeNameFromStack() local
64 if (!result->IsEmpty()) { in MakeNameFromStack()
65 result->AddString(zone, ast_value_factory_->dot_string()); in MakeNameFromStack()
67 result->AddString(zone, current->name()); in MakeNameFromStack()
69 return result; in MakeNameFromStack()
/third_party/node/deps/openssl/openssl/crypto/ts/
H A Dts_lib.c22 int result = 0; in TS_ASN1_INTEGER_print_bio() local
29 result = BIO_write(bio, "0x", 2) > 0; in TS_ASN1_INTEGER_print_bio()
30 result = result && BIO_write(bio, hex, strlen(hex)) > 0; in TS_ASN1_INTEGER_print_bio()
35 return result; in TS_ASN1_INTEGER_print_bio()
/third_party/python/Include/internal/
H A Dpycore_bytes_methods.h22 /* These store their len sized answer in the given preallocated *result arg. */
23 extern void _Py_bytes_lower(char *result, const char *cptr, Py_ssize_t len);
24 extern void _Py_bytes_upper(char *result, const char *cptr, Py_ssize_t len);
25 extern void _Py_bytes_title(char *result, const char *s, Py_ssize_t len);
26 extern void _Py_bytes_capitalize(char *result, const char *s, Py_ssize_t len);
27 extern void _Py_bytes_swapcase(char *result, const char *s, Py_ssize_t len);
/third_party/skia/src/gpu/ops/
H A DGrSimpleMeshDrawOpHelperWithStencil.cpp30 auto result = this->finalizeProcessors(caps, clip, clampType, geometryCoverage, &color); in finalizeProcessors() local
35 return result; in finalizeProcessors()
73 SkString result = INHERITED::dumpInfo(); in dumpInfo() local
74 result.appendf("Stencil settings: %s\n", (fStencilSettings ? "yes" : "no")); in dumpInfo()
75 return result; in dumpInfo()
/third_party/openssl/crypto/ts/
H A Dts_lib.c22 int result = 0; in TS_ASN1_INTEGER_print_bio() local
29 result = BIO_write(bio, "0x", 2) > 0; in TS_ASN1_INTEGER_print_bio()
30 result = result && BIO_write(bio, hex, strlen(hex)) > 0; in TS_ASN1_INTEGER_print_bio()
35 return result; in TS_ASN1_INTEGER_print_bio()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dinstruction_descriptor.cpp57 protobufs::InstructionDescriptor result; in MakeInstructionDescriptor() local
58 result.set_base_instruction_result_id(base_instruction_result_id); in MakeInstructionDescriptor()
59 result.set_target_instruction_opcode(target_instruction_opcode); in MakeInstructionDescriptor()
60 result.set_num_opcodes_to_ignore(num_opcodes_to_ignore); in MakeInstructionDescriptor()
61 return result; in MakeInstructionDescriptor()
77 // As soon as we find an instruction with a result id, we can return a in MakeInstructionDescriptor()
94 // We did not find an instruction inside the block with a result id, so we use in MakeInstructionDescriptor()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Ddataflow.cpp39 VisitResult result = Visit(top); in RunOnce() local
40 if (result == VisitResult::kResultChanged) { in RunOnce()
49 VisitResult result = RunOnce(function, true); in Run() local
50 while (result == VisitResult::kResultChanged) { in Run()
51 result = RunOnce(function, false); in Run()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dinstruction_descriptor.cpp57 protobufs::InstructionDescriptor result; in MakeInstructionDescriptor() local
58 result.set_base_instruction_result_id(base_instruction_result_id); in MakeInstructionDescriptor()
59 result.set_target_instruction_opcode(target_instruction_opcode); in MakeInstructionDescriptor()
60 result.set_num_opcodes_to_ignore(num_opcodes_to_ignore); in MakeInstructionDescriptor()
61 return result; in MakeInstructionDescriptor()
77 // As soon as we find an instruction with a result id, we can return a in MakeInstructionDescriptor()
94 // We did not find an instruction inside the block with a result id, so we use in MakeInstructionDescriptor()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Ddataflow.cpp39 VisitResult result = Visit(top); in RunOnce() local
40 if (result == VisitResult::kResultChanged) { in RunOnce()
49 VisitResult result = RunOnce(function, true); in Run() local
50 while (result == VisitResult::kResultChanged) { in Run()
51 result = RunOnce(function, false); in Run()
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dureldatefmt.h264 * Creates an object to hold the result of a URelativeDateTimeFormatter
347 * @param result
348 * A pointer to a buffer to receive the formatted result.
350 * The maximum size of result.
353 * case of error status, the contents of result are
356 * The length of the formatted result; may be greater
364 UChar* result,
383 * @param result
387 * case of error status, the contents of result are
396 UFormattedRelativeDateTime* result,
[all...]
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/
H A DDuplexCallback.h44 oboe::ResultWithValue<int32_t> result = inRef.read(inputBuffer.get(), numFrames, 0); variable
45 int32_t framesRead = result.value();
46 if (!result) {
63 void onErrorAfterClose(oboe::AudioStream *, oboe::Result result) override {
65 if (result == oboe::Result::ErrorDisconnected) {

Completed in 13 milliseconds

1...<<121122123124125126127128129130>>...463