/third_party/node/deps/v8/tools/ |
H A D | detect-builtins.js | 8 var result = {}; 35 result[name] = property; 49 result[name] = property; 54 result.__PROTO__ = GetProperties("__PROTO__", object.__proto__); 56 return result;
|
/third_party/node/test/fixtures/wpt/encoding/resources/ |
H A D | encode-href-common.js | 15 result = a.search.substr(1); // remove leading "?" 16 assert_equals(normalizeStr(result), normalizeStr(expected)); 25 result = encoder(String.fromCodePoint(i)); 26 var success = !!result; 34 item.expected = expect(result, i);
|
/third_party/musl/src/complex/ |
H A D | csqrt.c | 44 double complex result; in csqrt() local 90 result = CMPLX(t, b / (2 * t)); in csqrt() 93 result = CMPLX(fabs(b) / (2 * t), copysign(t, b)); in csqrt() 98 result *= 2; in csqrt() 99 return result; in csqrt()
|
/third_party/musl/porting/linux/user/src/internal/ |
H A D | musl_log.c | 42 int result = vsnprintf(buffer, PATH_MAX, fmt, ap);
in musl_log() local 44 if (result < 0) {
in musl_log() 45 return result;
in musl_log() 48 buffer[result] = '\n';
in musl_log() 49 buffer[result + 1] = '\0';
in musl_log()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/ |
H A D | 4-1.c | 22 int result, new_priority, old_priority, max_prio; in main() local 47 result = sched_setscheduler(0, new_policy, ¶m); in main() 60 if (result != -1 && param.sched_priority == new_priority && in main() 64 } else if (result != -1 && in main() 74 } else if (result == -1 && errno == EPERM) { in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/termios/ |
H A D | tcdrain.c | 35 int fd_master, fd_slave, result; in tcdrain_0100() local 43 result = grantpt(fd_master); in tcdrain_0100() 44 if (result < 0) { in tcdrain_0100() 49 result = unlockpt(fd_master); in tcdrain_0100() 50 if (result < 0) { in tcdrain_0100()
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/tests/ |
H A D | radeon_compiler_regalloc_tests.c | 46 struct test_result *result, in test_runner_rc_regalloc() 56 test_begin(result); in test_runner_rc_regalloc() 79 test_check(result, pass); in test_runner_rc_regalloc() 82 static void tex_1d_swizzle(struct test_result *result) in tex_1d_swizzle() argument 90 test_runner_rc_regalloc(result, &c.Base, "regalloc_tex_1d_swizzle.test"); in tex_1d_swizzle() 45 test_runner_rc_regalloc( struct test_result *result, struct radeon_compiler *c, const char *filename) test_runner_rc_regalloc() argument
|
H A D | radeon_compiler_optimize_tests.c | 35 struct test_result * result, in test_rc_optimize() 41 test_begin(result); in test_rc_optimize() 52 static void test_runner_rc_optimize(struct test_result * result) in test_runner_rc_optimize() argument 65 test_rc_optimize(result, &c, "omod_two_writers.test"); in test_runner_rc_optimize() 79 test_check(result, pass); in test_runner_rc_optimize() 34 test_rc_optimize( struct test_result * result, struct radeon_compiler * c, const char * filename) test_rc_optimize() argument
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkSpirVProgram.hpp | 63 SpirvValidatorOptions result(vulkanVersion); in getSpirvValidatorOptions() 64 result.supports_VK_KHR_spirv_1_4 = supports_VK_KHR_spirv_1_4; in getSpirvValidatorOptions() 66 result.flags = result.flags | SpirvValidatorOptions::FLAG_SPIRV_VALIDATOR_ALLOW_LOCALSIZEID; in getSpirvValidatorOptions() 67 return result; in getSpirvValidatorOptions()
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validate_literals.cpp | 50 bool result = false; in VerifyUpperBits() 54 result = upper_bits == upper_mask; in VerifyUpperBits() 56 result = upper_bits == 0; in VerifyUpperBits() 59 result = upper_bits == 0; in VerifyUpperBits() 61 return result; in VerifyUpperBits()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate_literals.cpp | 50 bool result = false; in VerifyUpperBits() 54 result = upper_bits == upper_mask; in VerifyUpperBits() 56 result = upper_bits == 0; in VerifyUpperBits() 59 result = upper_bits == 0; in VerifyUpperBits() 61 return result; in VerifyUpperBits()
|
/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/ |
H A D | util.h | 53 std::vector<const sem::Variable*> result; in GetAllVarsInScope() local 71 result.push_back(sem_var); in GetAllVarsInScope() 80 result.push_back(param); in GetAllVarsInScope() 96 result.push_back(sem_node); in GetAllVarsInScope() 101 return result; in GetAllVarsInScope()
|
/third_party/python/Modules/_decimal/libmpdec/examples/ |
H A D | powmod.c | 40 mpd_t *result; in main() local 53 result = mpd_new(&ctx); in main() 62 mpd_powmod(result, a, b, c, &ctx); in main() 67 rstring = mpd_to_sci(result, 1); in main() 74 mpd_del(result); in main()
|
/third_party/spirv-tools/source/val/ |
H A D | validate_literals.cpp | 47 bool result = false; in VerifyUpperBits() 51 result = upper_bits == upper_mask; in VerifyUpperBits() 53 result = upper_bits == 0; in VerifyUpperBits() 56 result = upper_bits == 0; in VerifyUpperBits() 58 return result; in VerifyUpperBits()
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuResultCollector.cpp | 21 * \brief Test result collector 76 void ResultCollector::addResult (qpTestResult result, const std::string& msg) in addResult() argument 81 if (testResultSeverity(result) > testResultSeverity(m_result)) in addResult() 83 m_result = result; in addResult() 88 bool ResultCollector::checkResult (bool condition, qpTestResult result, const std::string& msg) in checkResult() argument 91 addResult(result, msg); in checkResult()
|
/third_party/curl/tests/libtest/ |
H A D | lib670.c | 119 CURLcode result; in test() local 148 result = curl_mime_name(part, name); in test() 149 if(result) { in test() 152 (int) result); in test() 236 result = msg->data.result; in test() 237 res = (int) result; in test() 249 result = curl_easy_perform(pooh.easy); in test() 250 res = (int) result; in test()
|
/third_party/gn/src/base/strings/ |
H A D | utf_offset_string_conversions.cc | 183 // the result. If non-NULL, |adjustments| is set to reflect the all the 233 std::u16string result; in UTF8ToUTF16WithAdjustments() local 234 UTF8ToUTF16WithAdjustments(utf8.data(), utf8.length(), &result, adjustments); in UTF8ToUTF16WithAdjustments() 235 return result; in UTF8ToUTF16WithAdjustments() 246 std::u16string result = UTF8ToUTF16WithAdjustments(utf8, &adjustments); in UTF8ToUTF16AndAdjustOffsets() local 248 return result; in UTF8ToUTF16AndAdjustOffsets() 258 std::string result; in UTF16ToUTF8AndAdjustOffsets() local 259 PrepareForUTF8Output(utf16.data(), utf16.length(), &result); in UTF16ToUTF8AndAdjustOffsets() 261 ConvertUnicode(utf16.data(), utf16.length(), &result, &adjustments); in UTF16ToUTF8AndAdjustOffsets() 263 return result; in UTF16ToUTF8AndAdjustOffsets() [all...] |
/third_party/astc-encoder/Test/testlib/ |
H A D | resultset.py | 19 set keeps result Records for each image and block size tested, that store the 36 An enumeration of test result status values. 53 An result summary data container, storing number of results of each type. 67 Create a new result summary. 110 Get the worst result in this set. 113 Result: The worst test result. 130 result = ["\nSet Status: %s (Pass: %u | Warn: %u | Fail: %u)" % dat] 135 result.append("\nTotal speed: Mean: %+0.3f x Std: %0.2f x" % dat) 138 result.append("Coding speed: Mean: %+0.3f x Std: %0.2f x" % dat) 141 result [all...] |
/third_party/backends/lib/ |
H A D | alloca.c | 350 long result = 0; in i00afunc() local 384 /* Set the result to the offset in this segment and add the sizes in i00afunc() 387 result = address - block; in i00afunc() 391 return result; in i00afunc() 398 result += trailer->this_size; in i00afunc() 408 return (result); in i00afunc() 424 long result = 0; in i00afunc() local 468 result = address - this_segment; in i00afunc() 484 result += size; in i00afunc() 486 return (result); in i00afunc() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | LocalePriorityList.java | 59 * If preserveWeights are on, then "de;q=0.3, ja;q=0.3, en, fr;q=0.7, de " would result in the following: 157 final StringBuilder result = new StringBuilder(); in toString() 161 if (result.length() != 0) { in toString() 162 result.append(", "); in toString() 164 result.append(language); in toString() 166 result.append(";q=").append(weight); in toString() 169 return result.toString(); in toString() 418 int result = o1.compareTo(o2); 419 return result > 0 ? -1 : result < [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/ |
H A D | TestCanonicalIterator.java | 154 String result = it.next(); in TestBasic() 156 first = result; in TestBasic() 158 if (result == null) break; in TestBasic() 159 set.add(result); // sort them in TestBasic() 160 //logln(++counter + ": " + hex.transliterate(result)); in TestBasic() 161 //logln(" = " + name.transliterate(result)); in TestBasic() 270 StringBuffer result = new StringBuffer(); in collectionToString() 273 if (result.length() != 0) result.append(", "); in collectionToString() 274 result in collectionToString() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | LocalePriorityList.java | 60 * If preserveWeights are on, then "de;q=0.3, ja;q=0.3, en, fr;q=0.7, de " would result in the following: 152 final StringBuilder result = new StringBuilder(); in toString() 156 if (result.length() != 0) { in toString() 157 result.append(", "); in toString() 159 result.append(language); in toString() 161 result.append(";q=").append(weight); in toString() 164 return result.toString(); in toString() 403 int result = o1.compareTo(o2); 404 return result > 0 ? -1 : result < [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
H A D | TestCanonicalIterator.java | 151 String result = it.next(); in TestBasic() 153 first = result; in TestBasic() 155 if (result == null) break; in TestBasic() 156 set.add(result); // sort them in TestBasic() 157 //logln(++counter + ": " + hex.transliterate(result)); in TestBasic() 158 //logln(" = " + name.transliterate(result)); in TestBasic() 267 StringBuffer result = new StringBuffer(); in collectionToString() 270 if (result.length() != 0) result.append(", "); in collectionToString() 271 result in collectionToString() [all...] |
/third_party/node/deps/v8/tools/release/ |
H A D | test_mergeinfo.py | 56 self, result, all_commits, hash_of_first_commit): 57 self.assertEqual(len(result), 1, "Main commit not found") 59 result.get(hash_of_first_commit), 63 len(result[hash_of_first_commit]), 68 result[hash_of_first_commit][0], 88 result = mergeinfo.describe_commit( 93 result[0], 100 result = mergeinfo.describe_commit( 105 str(result[0]),
|
/third_party/node/deps/v8/src/zone/ |
H A D | zone.cc | 52 Address result = position_; in AsanNew() local 57 result = NewExpand(size_with_redzone); in AsanNew() 62 Address redzone_position = result + size; in AsanNew() 67 // Check that the result has the proper alignment and return it. in AsanNew() 68 DCHECK(IsAligned(result, kAlignmentInBytes)); in AsanNew() 69 return reinterpret_cast<void*>(result); in AsanNew() 181 Address result = RoundUp(segment->start(), kAlignmentInBytes); in NewExpand() local 182 position_ = result + size; in NewExpand() 186 DCHECK(position_ >= result); in NewExpand() 189 return result; in NewExpand() [all...] |