Home
last modified time | relevance | path

Searched refs:result (Results 451 - 475 of 11021) sorted by relevance

1...<<11121314151617181920>>...441

/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dstrength_reduction_test.cpp58 auto result = SinglePassRunAndDisassemble<StrengthReductionPass>( in TEST_F() local
61 EXPECT_EQ(Pass::Status::SuccessWithChange, std::get<1>(result)); in TEST_F()
62 const std::string& output = std::get<0>(result); in TEST_F()
128 auto result = SinglePassRunAndDisassemble<StrengthReductionPass>( in TEST_F() local
131 EXPECT_EQ(Pass::Status::SuccessWithChange, std::get<1>(result)); in TEST_F()
132 const std::string& output = std::get<0>(result); in TEST_F()
159 auto result = SinglePassRunAndDisassemble<StrengthReductionPass>( in TEST_F() local
162 EXPECT_EQ(Pass::Status::SuccessWithoutChange, std::get<1>(result)); in TEST_F()
188 auto result = SinglePassRunAndDisassemble<StrengthReductionPass>( in TEST_F() local
191 EXPECT_EQ(Pass::Status::SuccessWithoutChange, std::get<1>(result)); in TEST_F()
216 auto result = SinglePassRunAndDisassemble<StrengthReductionPass>( TEST_F() local
250 auto result = SinglePassRunAndDisassemble<StrengthReductionPass>( TEST_F() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dstrength_reduction_test.cpp58 auto result = SinglePassRunAndDisassemble<StrengthReductionPass>( in TEST_F() local
61 EXPECT_EQ(Pass::Status::SuccessWithChange, std::get<1>(result)); in TEST_F()
62 const std::string& output = std::get<0>(result); in TEST_F()
128 auto result = SinglePassRunAndDisassemble<StrengthReductionPass>( in TEST_F() local
131 EXPECT_EQ(Pass::Status::SuccessWithChange, std::get<1>(result)); in TEST_F()
132 const std::string& output = std::get<0>(result); in TEST_F()
159 auto result = SinglePassRunAndDisassemble<StrengthReductionPass>( in TEST_F() local
162 EXPECT_EQ(Pass::Status::SuccessWithoutChange, std::get<1>(result)); in TEST_F()
188 auto result = SinglePassRunAndDisassemble<StrengthReductionPass>( in TEST_F() local
191 EXPECT_EQ(Pass::Status::SuccessWithoutChange, std::get<1>(result)); in TEST_F()
216 auto result = SinglePassRunAndDisassemble<StrengthReductionPass>( TEST_F() local
250 auto result = SinglePassRunAndDisassemble<StrengthReductionPass>( TEST_F() local
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dservlkf.cpp72 LocaleKeyFactory::updateVisibleIDs(Hashtable& result, UErrorCode& status) const { in updateVisibleIDs() argument
81 result.remove(id); in updateVisibleIDs()
83 result.put(id, (void*)this, status); // this is dummy non-void marker used for set semantics in updateVisibleIDs()
93 LocaleKeyFactory::getDisplayName(const UnicodeString& id, const Locale& locale, UnicodeString& result) const { in getDisplayName()
100 return loc.getDisplayName(locale, result); in getDisplayName()
103 result.setToBogus(); in getDisplayName()
104 return result; in getDisplayName()
128 LocaleKeyFactory::debug(UnicodeString& result) const in debug()
130 debugClass(result); in debug()
131 result in debug()
[all...]
/third_party/python/Python/
H A Dmystrtoul.c91 ** Errors due to bad pointers will probably result in
97 unsigned long result = 0; /* return value of the function */ in PyOS_strtoul() local
214 result = result * base + c; in PyOS_strtoul()
223 if (result > smallmax[base]) in PyOS_strtoul()
226 result *= base; in PyOS_strtoul()
229 temp_result = result + c; in PyOS_strtoul()
230 if (temp_result < result) in PyOS_strtoul()
233 result = temp_result; in PyOS_strtoul()
244 return result; in PyOS_strtoul()
265 long result; PyOS_strtol() local
[all...]
/third_party/spirv-tools/test/opt/
H A Dstrength_reduction_test.cpp53 auto result = SinglePassRunAndDisassemble<StrengthReductionPass>( in TEST_F() local
56 EXPECT_EQ(Pass::Status::SuccessWithChange, std::get<1>(result)); in TEST_F()
57 const std::string& output = std::get<0>(result); in TEST_F()
123 auto result = SinglePassRunAndDisassemble<StrengthReductionPass>( in TEST_F() local
126 EXPECT_EQ(Pass::Status::SuccessWithChange, std::get<1>(result)); in TEST_F()
127 const std::string& output = std::get<0>(result); in TEST_F()
154 auto result = SinglePassRunAndDisassemble<StrengthReductionPass>( in TEST_F() local
157 EXPECT_EQ(Pass::Status::SuccessWithoutChange, std::get<1>(result)); in TEST_F()
183 auto result = SinglePassRunAndDisassemble<StrengthReductionPass>( in TEST_F() local
186 EXPECT_EQ(Pass::Status::SuccessWithoutChange, std::get<1>(result)); in TEST_F()
211 auto result = SinglePassRunAndDisassemble<StrengthReductionPass>( TEST_F() local
245 auto result = SinglePassRunAndDisassemble<StrengthReductionPass>( TEST_F() local
[all...]
/third_party/curl/lib/
H A Dtransfer.c173 CURLcode result; in Curl_fillreadbuffer() local
189 result = Curl_http_compile_trailers(trailers, &data->state.trailers_buf, in Curl_fillreadbuffer()
195 result = CURLE_ABORTED_BY_CALLBACK; in Curl_fillreadbuffer()
197 if(result) { in Curl_fillreadbuffer()
200 return result; in Curl_fillreadbuffer()
468 CURLcode result = CURLE_OK; in readwrite_data() local
505 is_multiplex, &result); in readwrite_data()
507 if(CURLE_AGAIN == result) { in readwrite_data()
508 result = CURLE_OK; in readwrite_data()
533 result in readwrite_data()
590 int result; win_update_buffer_size() local
616 CURLcode result; readwrite_upload() local
873 CURLcode result; Curl_readwrite() local
1051 CURLcode result; Curl_pretransfer() local
1686 CURLcode result = CURLE_OK; Curl_xfer_write_resp() local
[all...]
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-regexp-object.c1557 * Helper function to get the result of a capture
1577 * Helper function to create a result array from the captures in a regexp context
1660 * and create the result Array object
1933 ecma_value_t result = ECMA_VALUE_ERROR; in ecma_regexp_search_helper() local
1939 return result; in ecma_regexp_search_helper()
1971 result = ecma_op_object_put (regexp_object_p, last_index_str_p, prev_last_index, true); in ecma_regexp_search_helper()
1974 if (ECMA_IS_VALUE_ERROR (result)) in ecma_regexp_search_helper()
1983 result = ecma_make_int32_value (-1); in ecma_regexp_search_helper()
1988 result = ecma_op_object_get_by_magic_id (match_p, LIT_MAGIC_STRING_INDEX); in ecma_regexp_search_helper()
1994 return result; in ecma_regexp_search_helper()
2017 ecma_value_t result = ECMA_VALUE_ERROR; ecma_regexp_split_helper() local
2509 ecma_value_t result = ECMA_VALUE_EMPTY; ecma_regexp_replace_helper_fast() local
2715 ecma_value_t result = ECMA_VALUE_ERROR; ecma_regexp_replace_helper() local
3248 ecma_value_t result = ecma_op_regexp_exec (this_arg, str_p); ecma_regexp_match_helper() local
3421 ecma_value_t result = ecma_op_function_call (function_p, this_arg, arguments, 1); ecma_op_regexp_exec() local
[all...]
/third_party/icu/icu4c/source/common/
H A Dlocdispnames.cpp57 UnicodeString &result) const { in getDisplayLanguage()
62 buffer=result.getBuffer(ULOC_FULLNAME_CAPACITY); in getDisplayLanguage()
64 result.truncate(0); in getDisplayLanguage()
65 return result; in getDisplayLanguage()
69 buffer, result.getCapacity(), in getDisplayLanguage()
71 result.releaseBuffer(U_SUCCESS(errorCode) ? length : 0); in getDisplayLanguage()
74 buffer=result.getBuffer(length); in getDisplayLanguage()
76 result.truncate(0); in getDisplayLanguage()
77 return result; in getDisplayLanguage()
81 buffer, result in getDisplayLanguage()
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dlocdispnames.cpp57 UnicodeString &result) const { in getDisplayLanguage()
62 buffer=result.getBuffer(ULOC_FULLNAME_CAPACITY); in getDisplayLanguage()
64 result.truncate(0); in getDisplayLanguage()
65 return result; in getDisplayLanguage()
69 buffer, result.getCapacity(), in getDisplayLanguage()
71 result.releaseBuffer(U_SUCCESS(errorCode) ? length : 0); in getDisplayLanguage()
74 buffer=result.getBuffer(length); in getDisplayLanguage()
76 result.truncate(0); in getDisplayLanguage()
77 return result; in getDisplayLanguage()
81 buffer, result in getDisplayLanguage()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cPipelineStatisticsQueryTests.cpp104 "out vec4 result;\n"
108 " result = gl_FragCoord;\n"
160 * query object result values for a specific value type. */
279 /** Executes the query and collects the result data from both query object buffer object
281 * The result data is then exposed via @param out_result.
298 * @param out_result Deref will be used to store the test execution result.
316 bool result = true; in executeQuery() local
346 return result; in executeQuery()
412 /* We now need to retrieve the result data using all query getter functions in executeQuery()
549 /* If the getters wrote the result value in executeQuery()
622 glw::GLenum result = GL_NONE; getEnumForPrimitiveType() local
676 std::string result; getGLSLStringForGSInput() local
714 std::string result; getGLSLStringForGSOutput() local
746 unsigned int result = 0; getNumberOfVerticesForGSInput() local
816 unsigned int result = 0; getNumberOfVerticesForPrimitiveType() local
857 _primitive_type result = PipelineStatisticsQueryUtilities::PRIMITIVE_TYPE_COUNT; getPrimitiveTypeFromGSInput() local
895 std::string result = "[?]"; getStringForDrawCallType() local
953 std::string result = "[?]"; getStringForEnum() local
1004 std::string result = "[?]"; getStringForPrimitiveType() local
1055 bool result = false; isDrawCallSupported() local
1114 bool result = isInstancedDrawCall() local
1140 bool result = true; isQuerySupported() local
1214 bool result = true; verifyResultValues() local
2449 bool result = true; executeTest() local
2671 bool result = true; executeClearBufferSubDataTest() local
2760 bool result = true; executeClearTexSubImageTest() local
2796 bool result = true; executeCopyImageSubDataTest() local
2855 bool result = true; executeTest() local
3011 bool result = true; executeTest() local
3579 bool result = true; executeTest() local
3755 bool result = true; executeTest() local
3900 bool result = true; executeTest() local
4139 bool result = true; executeTest() local
4307 bool result = true; executeTest() local
4428 bool result = true; queryCallbackDispatchCallHandler() local
[all...]
/third_party/elfutils/libdw/
H A Ddwarf_offdie.c40 __libdw_offdie (Dwarf *dbg, Dwarf_Off offset, Dwarf_Die *result, in __libdw_offdie() argument
56 memset (result, '\0', sizeof (Dwarf_Die)); in __libdw_offdie()
58 result->addr = (char *) data->d_buf + offset; in __libdw_offdie()
61 result->cu = __libdw_findcu (dbg, offset, debug_types); in __libdw_offdie()
62 if (result->cu == NULL) in __libdw_offdie()
66 result = NULL; in __libdw_offdie()
69 return result; in __libdw_offdie()
74 dwarf_offdie (Dwarf *dbg, Dwarf_Off offset, Dwarf_Die *result) in dwarf_offdie() argument
76 return __libdw_offdie (dbg, offset, result, false); in dwarf_offdie()
81 dwarf_offdie_types (Dwarf *dbg, Dwarf_Off offset, Dwarf_Die *result) in INTDEF()
[all...]
/third_party/node/deps/npm/node_modules/defaults/
H A Dtest.js11 var result = defaults({}, { a: false, b: true });
12 t.ok(result.b, 'b merges over undefined');
13 t.equal(result.a, false, 'a merges over undefined');
18 var result = defaults({ b: false }, { a: false, b: true });
19 t.equal(result.b, false, 'b not merged');
20 t.equal(result.a, false, 'a merges over undefined');
26 var result = defaults({}, d);
27 t.equal(result.a.length, 3, 'objects should be clones');
28 t.ok(result.a !== d.a, 'objects should be clones');
30 t.equal(Object.keys(result
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/string/
H A Dwcspbrk.c29 wchar_t *result = wcspbrk(s, L"-"); in wcspbrk_0100() local
30 if (result) { in wcspbrk_0100()
37 * @tc.desc : Test the result of wcspbrk when the target character appears at the first position of the source
44 wchar_t *result = wcspbrk(s, L"abch"); in wcspbrk_0200() local
45 if (wcscmp(result, s) != 0) { in wcspbrk_0200()
46 t_error("%s wcspbrk get result is %lc are not %lc\n", __func__, result, s); in wcspbrk_0200()
52 * @tc.desc : Test the result of wcspbrk when the target character appears in the middle of the source character
58 wchar_t *result = wcspbrk(s, L"l"); in wcspbrk_0300() local
59 if (wcscmp(result, in wcspbrk_0300()
72 wchar_t *result = wcspbrk(s, L",. !"); wcspbrk_0400() local
[all...]
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dgenerator.cc28 Result result; in Generate() local
34 result.success = false; in Generate()
35 result.error = sanitized_result.program.Diagnostics().str(); in Generate()
36 return result; in Generate()
43 result.success = false; in Generate()
44 result.error = builder->error(); in Generate()
45 return result; in Generate()
51 result.success = true; in Generate()
52 result.spirv = writer->result(); in Generate()
[all...]
/third_party/cmsis/CMSIS/Core/Include/a-profile/
H A Dcmsis_armclang_a.h178 \details Reverses the byte order in a 16-bit value and returns the signed 16-bit result. For example, 0x0080 becomes 0x8000.
341 uint32_t result; in __RRX() local
343 __ASM volatile ("rrx %0, %1" : "=r" (result) : "r" (value)); in __RRX()
344 return (result); in __RRX()
356 uint32_t result; in __LDRBT() local
358 __ASM volatile ("ldrbt %0, %1" : "=r" (result) : "Q" (*ptr) ); in __LDRBT()
359 return ((uint8_t)result); /* Add explicit type cast here */ in __LDRBT()
371 uint32_t result; in __LDRHT() local
373 __ASM volatile ("ldrht %0, %1" : "=r" (result) : "Q" (*ptr) ); in __LDRHT()
374 return ((uint16_t)result); /* Ad in __LDRHT()
386 uint32_t result; __LDRT() local
504 int32_t result; __SMMLA() local
591 uint32_t result; __get_CPSR() local
625 uint32_t result; __get_SP() local
644 uint32_t result; __get_SP_usr() local
676 uint32_t result; __get_FPEXC() local
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/
H A DIDNAConformanceTest.java75 String result = null; in TestConformance()
80 //get the result in TestConformance()
86 result = IDNA.convertIDNToASCII(namebase, in TestConformance()
89 result = IDNA.convertIDNToASCII(namebase, in TestConformance()
99 if (!namezone.equals(result)) { in TestConformance()
101 failzone1, failzone2, result, type, passfail); in TestConformance()
105 failzone1, failzone2, result, type, passfail); in TestConformance()
113 failzone1, failzone2, result, type, passfail); in TestConformance()
117 failzone1, failzone2, result, type, passfail); in TestConformance()
127 result in TestConformance()
179 printInfo(String desc, String namebase, String nameutf8, String namezone, String failzone1, String failzone2, String result, String type, String passfail) printInfo() argument
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
H A DIDNAConformanceTest.java72 String result = null; in TestConformance()
77 //get the result in TestConformance()
83 result = IDNA.convertIDNToASCII(namebase, in TestConformance()
86 result = IDNA.convertIDNToASCII(namebase, in TestConformance()
96 if (!namezone.equals(result)) { in TestConformance()
98 failzone1, failzone2, result, type, passfail); in TestConformance()
102 failzone1, failzone2, result, type, passfail); in TestConformance()
110 failzone1, failzone2, result, type, passfail); in TestConformance()
114 failzone1, failzone2, result, type, passfail); in TestConformance()
124 result in TestConformance()
176 printInfo(String desc, String namebase, String nameutf8, String namezone, String failzone1, String failzone2, String result, String type, String passfail) printInfo() argument
[all...]
/third_party/node/test/js-native-api/test_error/
H A Dtest_error.c14 napi_value result; in checkError() local
15 NODE_API_CALL(env, napi_get_boolean(env, r, &result)); in checkError()
17 return result; in checkError()
74 napi_value result; in createError() local
78 NODE_API_CALL(env, napi_create_error(env, NULL, message, &result)); in createError()
79 return result; in createError()
83 napi_value result; in createRangeError() local
87 NODE_API_CALL(env, napi_create_range_error(env, NULL, message, &result)); in createRangeError()
88 return result; in createRangeError()
92 napi_value result; in createTypeError() local
101 napi_value result; createSyntaxError() local
110 napi_value result; createErrorCode() local
122 napi_value result; createRangeErrorCode() local
135 napi_value result; createTypeErrorCode() local
148 napi_value result; createSyntaxErrorCode() local
[all...]
/third_party/nghttp2/src/
H A Dshrpx_dns_tracker.cc64 const Address *result) { in make_entry()
80 if (result) { in make_entry()
81 ent.result = *result; in make_entry()
88 DNSResolverStatus status, const Address *result) { in update_entry()
102 if (result) { in update_entry()
103 ent.result = *result; in update_entry()
107 DNSResolverStatus DNSTracker::resolve(Address *result, DNSQuery *dnsq) { in resolve() argument
136 switch (resolv->get_status(result)) { in resolve()
61 make_entry(std::unique_ptr<DualDNSResolver> resolv, ImmutableString host, DNSResolverStatus status, const Address *result) make_entry() argument
86 update_entry(ResolverEntry &ent, std::unique_ptr<DualDNSResolver> resolv, DNSResolverStatus status, const Address *result) update_entry() argument
[all...]
/third_party/glslang/gtests/
H A DTestFixture.cpp87 EShMessages result = EShMsgCascadingErrors; in DeriveOptions() local
93 result = static_cast<EShMessages>(result | EShMsgReadHlsl); in DeriveOptions()
99 result = static_cast<EShMessages>(result | EShMsgAST); in DeriveOptions()
102 result = static_cast<EShMessages>(result | EShMsgSpvRules); in DeriveOptions()
103 result = static_cast<EShMessages>(result | EShMsgKeepUncalled); in DeriveOptions()
106 result in DeriveOptions()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/impl/number/
H A DDecimalQuantity_64BitBCD.java104 long result = 0L; in readIntToBcd()
107 result = (result >>> 4) + (((long) n % 10) << 60); in readIntToBcd()
110 bcd = result >>> (i * 4); in readIntToBcd()
118 long result = 0L; in readLongToBcd()
121 result = (result >>> 4) + ((n % 10) << 60); in readLongToBcd()
124 bcd = result >>> (adjustment * 4); in readLongToBcd()
132 long result = 0L; in readBigIntegerToBcd()
136 result in readBigIntegerToBcd()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/impl/number/
H A DDecimalQuantity_64BitBCD.java107 long result = 0L; in readIntToBcd()
110 result = (result >>> 4) + (((long) n % 10) << 60); in readIntToBcd()
113 bcd = result >>> (i * 4); in readIntToBcd()
121 long result = 0L; in readLongToBcd()
124 result = (result >>> 4) + ((n % 10) << 60); in readLongToBcd()
127 bcd = result >>> (adjustment * 4); in readLongToBcd()
135 long result = 0L; in readBigIntegerToBcd()
139 result in readBigIntegerToBcd()
[all...]
/third_party/node/deps/v8/src/heap/
H A Dconcurrent-allocator.cc37 AllocationResult result = local_heap.AllocateRaw( in RunInternal()
40 if (!result.IsFailure()) { in RunInternal()
42 result.ToAddress(), kSmallObjectSize, in RunInternal()
48 result = local_heap.AllocateRaw(kMediumObjectSize, AllocationType::kOld, in RunInternal()
51 if (!result.IsFailure()) { in RunInternal()
53 result.ToAddress(), kMediumObjectSize, in RunInternal()
59 result = local_heap.AllocateRaw(kLargeObjectSize, AllocationType::kOld, in RunInternal()
62 if (!result.IsFailure()) { in RunInternal()
64 result.ToAddress(), kLargeObjectSize, in RunInternal()
135 auto result in EnsureLab() local
158 auto result = space_->RawRefillLabBackground(local_heap_, object_size, AllocateOutsideLab() local
[all...]
/third_party/node/deps/v8/src/runtime/
H A Druntime-operators.cc28 Maybe<bool> result = Object::Equals(isolate, x, y); in RUNTIME_FUNCTION() local
29 if (result.IsNothing()) return ReadOnlyRoots(isolate).exception(); in RUNTIME_FUNCTION()
30 return isolate->heap()->ToBoolean(result.FromJust()); in RUNTIME_FUNCTION()
38 Maybe<bool> result = Object::Equals(isolate, x, y); in RUNTIME_FUNCTION() local
39 if (result.IsNothing()) return ReadOnlyRoots(isolate).exception(); in RUNTIME_FUNCTION()
40 return isolate->heap()->ToBoolean(!result.FromJust()); in RUNTIME_FUNCTION()
72 Maybe<bool> result = Object::LessThan(isolate, x, y); in RUNTIME_FUNCTION() local
73 if (result.IsNothing()) return ReadOnlyRoots(isolate).exception(); in RUNTIME_FUNCTION()
74 return isolate->heap()->ToBoolean(result.FromJust()); in RUNTIME_FUNCTION()
82 Maybe<bool> result in RUNTIME_FUNCTION() local
92 Maybe<bool> result = Object::LessThanOrEqual(isolate, x, y); RUNTIME_FUNCTION() local
102 Maybe<bool> result = Object::GreaterThanOrEqual(isolate, x, y); RUNTIME_FUNCTION() local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumrange_capi.cpp76 auto* result = UFormattedNumberRangeApiHelper::validate(uresult, status); in validateUFormattedNumberRange() local
80 return &result->fData; in validateUFormattedNumberRange()
115 auto* result = UFormattedNumberRangeApiHelper::validate(uresult, *ec); in unumrf_formatDoubleRange() local
118 result->fData.getStringRef().clear(); in unumrf_formatDoubleRange()
119 result->fData.quantity1.setToDouble(first); in unumrf_formatDoubleRange()
120 result->fData.quantity2.setToDouble(second); in unumrf_formatDoubleRange()
121 formatter->fFormatter.formatImpl(result->fData, first == second, *ec); in unumrf_formatDoubleRange()
132 auto* result = UFormattedNumberRangeApiHelper::validate(uresult, *ec); in unumrf_formatDecimalRange() local
135 result->fData.getStringRef().clear(); in unumrf_formatDecimalRange()
136 result in unumrf_formatDecimalRange()
145 auto* result = UFormattedNumberRangeApiHelper::validate(uresult, *ec); unumrf_resultGetIdentityResult() local
158 const auto* result = UFormattedNumberRangeApiHelper::validate(uresult, *ec); unumrf_resultGetFirstDecimalNumber() local
174 const auto* result = UFormattedNumberRangeApiHelper::validate(uresult, *ec); unumrf_resultGetSecondDecimalNumber() local
[all...]

Completed in 17 milliseconds

1...<<11121314151617181920>>...441