Home
last modified time | relevance | path

Searched refs:result (Results 6051 - 6075 of 15027) sorted by relevance

1...<<241242243244245246247248249250>>...602

/third_party/elfutils/libelf/
H A Dgelf_update_dyn.c45 int result = 0; in gelf_update_dyn() local
98 result = 1; in gelf_update_dyn()
106 return result; in gelf_update_dyn()
H A Dgelf_update_auxv.c44 int result = 0; in gelf_update_auxv() local
102 result = 1; in gelf_update_auxv()
110 return result; in gelf_update_auxv()
H A Dgelf_getsym.c45 GElf_Sym *result = NULL; in gelf_getsym() local
107 result = dst; in gelf_getsym()
112 return result; in gelf_getsym()
/third_party/gn/src/base/posix/
H A Dsafe_strerror.cc56 // The result is always null terminated. in wrap_posix_strerror_r()
77 int result = (*strerror_r_ptr)(err, buf, len); in wrap_posix_strerror_r() local
78 if (result == 0) { in wrap_posix_strerror_r()
99 strerror_error = result; in wrap_posix_strerror_r()
/third_party/googletest/googletest/src/hwext/
H A Dgtest-utils.cc60 vector<string> result; in SplitString() local
72 result.emplace_back(tk); in SplitString()
78 return result; in SplitString()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DIterableComparator.java54 int result = comparator != null ? comparator.compare(aItem, bItem) : ((Comparable<T>)aItem).compareTo(bItem); in compare()
55 if (result != 0) { in compare()
56 return result; in compare()
/third_party/icu/icu4c/source/common/
H A Ducat.cpp55 const UChar* result; in u_catgets() local
61 result = ures_getStringByKey((const UResourceBundle*) catd, in u_catgets()
68 return result; in u_catgets()
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/testing/
H A DResultSubject.java23 protected ResultSubject(FailureMetadata metadata, Result result) { in ResultSubject() argument
24 super(metadata, checkNotNull(result)); in ResultSubject()
25 this.actual = result; in ResultSubject()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DIterableComparator.java56 int result = comparator != null ? comparator.compare(aItem, bItem) : ((Comparable<T>)aItem).compareTo(bItem); in compare()
57 if (result != 0) { in compare()
58 return result; in compare()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/message2/
H A DTestUtils.java37 String result = mf.formatToString(testCase.arguments); in runTestCase()
40 + "Result: '" + result + "'"); in runTestCase()
42 assertEquals(reportCase(testCase), testCase.expected, result); in runTestCase()
/third_party/icu/icu4c/source/i18n/
H A Drbt.h162 * @param result the string to receive the rules. Previous
170 virtual UnicodeString& toRules(UnicodeString& result,
177 virtual void handleGetSourceSet(UnicodeSet& result) const override;
183 virtual UnicodeSet& getTargetSet(UnicodeSet& result) const override;
/third_party/jerryscript/tests/jerry/es2015/
H A Dregression-test-issue-3836.js15 function validate_typedarray (typedarray, result) {
16 assert(typedarray.length === result.length);
18 assert(typedarray[i] === result[i]);
H A Dgenerator-throw.js16 function check_result(result, value, done)
18 assert(result.value === value)
19 assert(result.done === done)
H A Dgenerator-return.js16 function check_result(result, value, done)
18 assert(result.value === value)
19 assert(result.done === done)
/third_party/jerryscript/tests/unit-core/
H A Dtest-unicode.cpp31 bool result = false; in test_syntax_error() local
35 result = true; in test_syntax_error()
40 return result; in test_syntax_error()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_opt_constant_folding.c76 uint32_t result = 0; in constant_fold() local
79 result = ui[0] >> ui[1]; in constant_fold()
88 inst->src[0] = qir_uniform_ui(c, result); in constant_fold()
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/test/
H A Dhelpers.js55 function assertExpectedResult(expectedPath, result) {
58 fs.writeFileSync(absPath, HEADER + result.trim() + '\n');
65 assert.strictEqual(expected.join('\n'), result.trim());
/third_party/node/deps/v8/tools/
H A Dturbolizer-perf.py26 result = re.match(prog, line)
27 if result:
28 known_addrs.add(result.group(0))
/third_party/node/test/node-api/test_worker_terminate_finalization/
H A Dtest_worker_terminate_finalization.c24 napi_value result; in Test() local
30 env, BUFFER_SIZE, bufferData, BufferFinalizer, bufferData, &result)); in Test()
31 NODE_API_CALL(env, napi_create_reference(env, result, 1, &ref)); in Test()
/third_party/node/test/fixtures/wpt/WebCryptoAPI/encrypt_decrypt/
H A Daes_ctr_vectors.js13 // result - the expected result (usually just ciphertext, sometimes with added authentication)
96 result: ciphertext[keyLength]
109 result: ciphertext[keyLength]
118 result: ciphertext[keyLength]
/third_party/musl/src/stdio/
H A Dfseek.c42 int result; in __fseeko() local
44 result = __fseeko_unlocked(f, off, whence); in __fseeko()
46 return result; in __fseeko()
/third_party/node/deps/icu-small/source/common/
H A Ducat.cpp55 const char16_t* result; in u_catgets() local
61 result = ures_getStringByKey((const UResourceBundle*) catd, in u_catgets()
68 return result; in u_catgets()
/third_party/node/deps/icu-small/source/i18n/
H A Drbt.h162 * @param result the string to receive the rules. Previous
170 virtual UnicodeString& toRules(UnicodeString& result,
177 virtual void handleGetSourceSet(UnicodeSet& result) const override;
183 virtual UnicodeSet& getTargetSet(UnicodeSet& result) const override;
/third_party/node/deps/npm/node_modules/cssesc/
H A Dcssesc.js10 var result = {};
14 result[key] = hasOwnProperty.call(options, key) ? options[key] : defaults[key];
16 return result;
/third_party/node/deps/npm/node_modules/validate-npm-package-license/
H A Dindex.js55 var result = {
63 result.warnings.push(
68 return result;

Completed in 37 milliseconds

1...<<241242243244245246247248249250>>...602