/third_party/curl/lib/ |
H A D | altsvc.c | 211 CURLcode result = CURLE_OK; in altsvc_load() local 240 return result; in altsvc_load() 260 CURLcode result = Curl_gmtime(as->expires, &stamp); in altsvc_out() local 261 if(result) in altsvc_out() 262 return result; in altsvc_out() 326 CURLcode result; in Curl_altsvc_load() local 328 result = altsvc_load(asi, file); in Curl_altsvc_load() 329 return result; in Curl_altsvc_load() 371 CURLcode result = CURLE_OK; in Curl_altsvc_save() local 387 result in Curl_altsvc_save() 506 CURLcode result = getalnum(&p, alpnbuf, sizeof(alpnbuf)); Curl_altsvc_parse() local [all...] |
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
H A D | CollationDummyTest.java | 250 int result = coll.compare(source, target); in TestJB581() 251 // result is 1, secondary differences only for ignorable space characters in TestJB581() 252 if (result != 1) { in TestJB581() 259 result = coll.compare(source, target); in TestJB581() 260 // result is 0 in TestJB581() 261 if (result != 0) { in TestJB581() 270 result = sourceKeyOut.compareTo(targetKeyOut); in TestJB581() 271 if (result != 0) { in TestJB581() 390 byte[] result = key.toByteArray(); in TestVariableTop() 392 for(int i = 0; i < result in TestVariableTop() 498 doTest(Collator collation, char[] source, char[] target, int result) doTest() argument 514 doTest(Collator collation,String s, String t, int result) doTest() argument 525 doTestVariant(Collator collation, String source, String target, int result) doTestVariant() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
H A D | CollationDummyTest.java | 253 int result = coll.compare(source, target); in TestJB581() 254 // result is 1, secondary differences only for ignorable space characters in TestJB581() 255 if (result != 1) { in TestJB581() 262 result = coll.compare(source, target); in TestJB581() 263 // result is 0 in TestJB581() 264 if (result != 0) { in TestJB581() 273 result = sourceKeyOut.compareTo(targetKeyOut); in TestJB581() 274 if (result != 0) { in TestJB581() 393 byte[] result = key.toByteArray(); in TestVariableTop() 395 for(int i = 0; i < result in TestVariableTop() 501 doTest(Collator collation, char[] source, char[] target, int result) doTest() argument 517 doTest(Collator collation,String s, String t, int result) doTest() argument 528 doTestVariant(Collator collation, String source, String target, int result) doTestVariant() argument [all...] |
/third_party/littlefs/scripts/ |
H A D | coverage.py | 98 ( result['file'], 99 result['name'], 100 int(result['coverage_hits']), 101 int(result['coverage_count'])) 102 for result in r 103 if result.get('coverage_hits') not in {None, ''} 104 if result.get('coverage_count') not in {None, ''}] 117 ( result['file'], 118 result['name'], 119 int(result['coverage_hit [all...] |
/third_party/node/src/ |
H A D | node_os.cc | 115 std::vector<Local<Value>> result; in GetCPUInfo() 116 result.reserve(count * 7); in GetCPUInfo() 119 result.emplace_back(OneByteString(isolate, ci->model)); in GetCPUInfo() 120 result.emplace_back(Number::New(isolate, ci->speed)); in GetCPUInfo() 121 result.emplace_back( in GetCPUInfo() 123 result.emplace_back( in GetCPUInfo() 125 result.emplace_back( in GetCPUInfo() 127 result.emplace_back( in GetCPUInfo() 129 result.emplace_back( in GetCPUInfo() 134 args.GetReturnValue().Set(Array::New(isolate, result in GetCPUInfo() 196 std::vector<Local<Value>> result; GetInterfaceAddresses() local [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | brkiter.cpp | 69 RuleBasedBreakIterator *result = nullptr; in buildInstance() local 120 result = new RuleBasedBreakIterator(file, uprv_strstr(type, "phrase") != nullptr, status); in buildInstance() 122 // If there is a result, set the valid locale and actual locale, and the kind in buildInstance() 123 if (U_SUCCESS(status) && result != nullptr) { in buildInstance() 124 U_LOCALE_BASED(locBased, *(BreakIterator*)result); in buildInstance() 128 uprv_strncpy(result->requestLocale, loc.getName(), ULOC_FULLNAME_CAPACITY); in buildInstance() 129 result->requestLocale[ULOC_FULLNAME_CAPACITY-1] = 0; // always terminate in buildInstance() 134 if (U_FAILURE(status) && result != nullptr) { // Sometimes redundant check, but simple in buildInstance() 135 delete result; in buildInstance() 139 if (result in buildInstance() 384 BreakIterator *result = (BreakIterator*)gService->get(loc, kind, &actualLoc, status); createInstance() local 419 BreakIterator *result = nullptr; makeInstance() local [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | simpleformattertest.cpp | 145 UnicodeString result; in TestBigArgument() local 146 assertEquals("{20}=b", "abc", fmt.formatAndAppend(values, 21, result, NULL, 0, status)); in TestBigArgument() 356 UnicodeString result("original"); in TestFormatReplaceNoOptimization() 361 const UnicodeString *params[] = {&result, &freddy, &frog, &by}; in TestFormatReplaceNoOptimization() 368 result, in TestFormatReplaceNoOptimization() 386 UnicodeString result("original"); in TestFormatReplaceNoOptimizationLeadingText() 391 const UnicodeString *params[] = {&freddy, &frog, &result, &by}; in TestFormatReplaceNoOptimizationLeadingText() 398 result, in TestFormatReplaceNoOptimizationLeadingText() 416 UnicodeString result("original"); in TestFormatReplaceOptimization() 421 const UnicodeString *params[] = {&freddy, &frog, &result, in TestFormatReplaceOptimization() 522 UnicodeString result; TestQuotingLikeMessageFormat() local [all...] |
/third_party/skia/src/pathops/ |
H A D | SkPathOpsOp.cpp | 16 SkOpSpanBase** endPtr, SkOpSegment** result) { in findChaseOp() 33 *result = last->segment(); in findChaseOp() 43 *result = nullptr; in findChaseOp() 55 *result = nullptr; in findChaseOp() 61 *result = nullptr; in findChaseOp() 101 *result = first; in findChaseOp() 105 *result = nullptr; in findChaseOp() 239 bool OpDebug(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result in OpDebug() 255 result->reset(); in OpDebug() 256 result in OpDebug() 15 findChaseOp(SkTDArray<SkOpSpanBase*>& chase, SkOpSpanBase** startPtr, SkOpSpanBase** endPtr, SkOpSegment** result) findChaseOp() argument 370 Op(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result) Op() argument [all...] |
/third_party/python/Lib/tkinter/ |
H A D | filedialog.py | 313 def _fixresult(self, widget, result): 314 if result: 318 result = result.string 322 path, file = os.path.split(result) 325 self.filename = result # compatibility 326 return result 337 def _fixresult(self, widget, result): 338 if isinstance(result, tuple): 340 result [all...] |
/third_party/libabigail/src/ |
H A D | abg-ir.cc | 125 string*& result = priv_->map[str_value]; in create_string() local 126 if (!result && !str_value.empty()) in create_string() 127 result = new string(str_value); in create_string() 128 return interned_string(result); in create_string() 414 string path, result; in expand() local 828 // kinds of comparison should yield the same result, otherwise type in try_canonical_compare() 868 bool result = l.priv_->comparison_started(l, r); in is_comparison_cycle_detected() local 869 return result ; in is_comparison_cycle_detected() 895 /// To break the cycle, we assume the result of the comparison is true 991 /// Return the result o 2214 int result = 0; get_number_of_aliases() local 2468 string result; get_aliases_id_string() local 2508 string result; get_aliases_id_string() local 3473 sort_types(const canonical_type_sptr_set_type& types, vector<type_base_sptr>& result) sort_types() argument 4547 size_t result = 0; get_hash() local 5022 bool result = true; maybe_compare_as_member_decls() local 5119 bool result = true; equals() local 6741 qualified_type_def_sptr result = t; strip_redundant_quals_from_underyling_types() local 7334 type_base_sptr result; clone_typedef_array_qualified_type() local 7366 type_base_sptr result = clone_typedef_array_qualified_type(t); clone_array_tree() local 7615 int result = 0; get_num_anonymous_member_classes() local 7633 int result = 0; get_num_anonymous_member_unions() local 7651 int result = 0; get_num_anonymous_member_enums() local 7934 bool result = true; equals() local 8342 string result; get_name() local 8522 interned_string result; get_generic_anonymous_internal_type_name() local 8929 string result; get_pretty_representation() local 10728 array_type_def_sptr result; is_typedef_of_array() local 10869 string result; components_to_type_name() local 11091 union_decl_sptr result = lookup_type_in_map<union_decl>(loc, m); lookup_union_type_per_location() local 11426 type_base_sptr result; lookup_type() local 11686 type_base_sptr result; lookup_type_in_scope() local 11870 type_decl_sptr result; lookup_basic_type_through_translation_units() local 11896 union_decl_sptr result; lookup_union_type_through_translation_units() local 11922 enum_type_decl_sptr result; lookup_enum_type_through_translation_units() local 11946 typedef_decl_sptr result; lookup_typedef_type_through_translation_units() local 11971 qualified_type_def_sptr result; lookup_qualified_type_through_translation_units() local 11996 pointer_type_def_sptr result; lookup_pointer_type_through_translation_units() local 12021 reference_type_def_sptr result; lookup_reference_type_through_translation_units() local 12046 array_type_def_sptr result; lookup_array_type_through_translation_units() local 12071 function_type_sptr result; lookup_function_type_through_translation_units() local 12095 type_base_sptr result; lookup_type_through_translation_units() local 12147 function_type_sptr result; lookup_or_synthesize_fn_type() local 12195 type_decl_sptr result; lookup_basic_type() local 12218 type_decl_sptr result; lookup_basic_type_per_location() local 12311 class_decl_sptr result = lookup_type_in_map<class_decl>(qualified_name, m); lookup_class_type() local 12345 lookup_decl_only_class_types(const interned_string& qualified_name, const corpus& corp, type_base_wptrs_type& result) lookup_decl_only_class_types() argument 12395 class_decl_sptr result = lookup_type_in_map<class_decl>(loc, m); lookup_class_type_per_location() local 12430 union_decl_sptr result = lookup_type_in_map<union_decl>(type_name, m); lookup_union_type() local 12510 enum_type_decl_sptr result = lookup_enum_type() local 12561 enum_type_decl_sptr result = lookup_type_in_map<enum_type_decl>(loc, m); lookup_enum_type_per_location() local 12635 typedef_decl_sptr result = lookup_typedef_type() local 12656 typedef_decl_sptr result = lookup_type_in_map<typedef_decl>(loc, m); lookup_typedef_type_per_location() local 12691 type_base_sptr result = lookup_class_type(qualified_name, corp); lookup_class_or_typedef_type() local 12717 type_base_sptr result = lookup_class_or_typedef_type(qualified_name, corp); lookup_class_typedef_or_enum_type() local 12754 qualified_type_def_sptr result = lookup_qualified_type() local 12799 pointer_type_def_sptr result = lookup_pointer_type() local 12849 reference_type_def_sptr result = lookup_reference_type() local 12898 array_type_def_sptr result = lookup_array_type() local 12969 function_type_sptr result = lookup_function_type() local 12995 type_base_sptr result; lookup_type() local 13028 type_base_sptr result; lookup_type_per_location() local 13110 bool result = false; maybe_update_types_lookup_map() local 13169 bool result = false; maybe_update_types_lookup_map() local 13203 bool result = false; maybe_update_types_lookup_map() local 13736 type_base_sptr result; synthesize_type_from_translation_unit() local 14193 type_base_sptr result; get_canonical_type_for() local 14599 bool result = (l.get_size_in_bits() == r.get_size_in_bits() equals() local 14667 bool result = v.visit_end(this); traverse() local 14985 string result; to_string() local 15116 bool result = false; equals() local 15311 bool result = v.visit_end(this); traverse() local 15373 bool result = equals(static_cast<const scope_decl&>(l), equals() local 15452 bool result = v.visit_end(this); traverse() local 15762 bool result = true; equals() local 15948 bool result = v.visit_end(this); traverse() local 16244 bool result = l.get_pointed_to_type() == r.get_pointed_to_type(); equals() local 16427 bool result = v.visit_end(this); traverse() local 16634 bool result = (l.get_pointed_to_type() == r.get_pointed_to_type()); equals() local 16758 string result = get_pretty_representation() local 16792 bool result = v.visit_end(this); traverse() local 17199 bool result = true; equals() local 17320 bool result = v.visit_end(this); traverse() local 17524 bool result = true; equals() local 17789 bool result = v.visit_end(this); traverse() local 17934 bool result = v.visit_end(this); traverse() local 17956 bool result = false; enum_has_non_name_change() local 18140 bool result = true; equals() local 18625 bool result = true; equals() local 18701 string result = "typedef "; get_pretty_representation() local 18752 bool result = v.visit_end(this); traverse() local 18939 bool result = true; equals() local 19142 string result; get_pretty_representation() local 19411 parameter_sptr result; get_parm_at_index_from_first_non_implicit_parm() local 19522 bool result = true; equals() local 20159 string result = mem_fn ? "method ": "function "; get_pretty_representation() local 20208 string result; get_pretty_representation_of_declarator() local 20442 bool result = true; equals() local 20896 bool result = true; equals() local 21055 string result = type_repr; get_pretty_representation() local 21255 bool result = v.visit_end(this); traverse() local 21398 int result = 0; get_num_anonymous_member_classes() local 21416 int result = 0; get_num_anonymous_member_unions() local 21434 int result = 0; get_num_anonymous_member_enums() local 22009 bool result = true; equals() local 22686 string result = cl; get_pretty_representation() local 23061 method_type_sptr result; get_type() local 23528 bool result = false; equals() local 23541 bool result = true; equals() local 23932 bool result = v.visit_end(this); traverse() local 24646 bool result = v.visit_end(this); traverse() local 24682 bool result = false; equals() local 24690 bool result = equals(static_cast<const class_or_union&>(l), equals() local 25736 size_t result = 0; hash_type_or_decl() local [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | number_decimalquantity.cpp | 315 int32_t result = (lReqPos > magnitude) ? lReqPos : magnitude; in getUpperDisplayMagnitude() local 316 return result - 1; in getUpperDisplayMagnitude() 325 int32_t result = (rReqPos < magnitude) ? rReqPos : magnitude; in getLowerDisplayMagnitude() local 326 return result; in getLowerDisplayMagnitude() 492 auto result = static_cast<int64_t>(uprv_round(n)); in _setToDoubleFast() local 493 if (result != 0) { in _setToDoubleFast() 494 _setToLong(result); in _setToDoubleFast() 623 uint64_t result = 0L; in toLong() local 629 result = result * 1 in toLong() 638 uint64_t result = 0L; toFractionLong() local 1058 UnicodeString result; toScientificString() local 1191 uint64_t result = 0L; readIntToBcd() local 1214 uint64_t result = 0L; readLongToBcd() local 1235 uint64_t result = 0L; readDecNumberToBcd() local 1255 uint64_t result = 0L; readDoubleConversionToBcd() local [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | number_decimalquantity.cpp | 315 int32_t result = (lReqPos > magnitude) ? lReqPos : magnitude; in getUpperDisplayMagnitude() local 316 return result - 1; in getUpperDisplayMagnitude() 325 int32_t result = (rReqPos < magnitude) ? rReqPos : magnitude; in getLowerDisplayMagnitude() local 326 return result; in getLowerDisplayMagnitude() 492 auto result = static_cast<int64_t>(uprv_round(n)); in _setToDoubleFast() local 493 if (result != 0) { in _setToDoubleFast() 494 _setToLong(result); in _setToDoubleFast() 623 uint64_t result = 0L; in toLong() local 629 result = result * 1 in toLong() 638 uint64_t result = 0L; toFractionLong() local 1058 UnicodeString result; toScientificString() local 1191 uint64_t result = 0L; readIntToBcd() local 1214 uint64_t result = 0L; readLongToBcd() local 1235 uint64_t result = 0L; readDecNumberToBcd() local 1255 uint64_t result = 0L; readDoubleConversionToBcd() local [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | number_decimalquantity.cpp | 302 int32_t result = (lReqPos > magnitude) ? lReqPos : magnitude; in getUpperDisplayMagnitude() local 303 return result - 1; in getUpperDisplayMagnitude() 312 int32_t result = (rReqPos < magnitude) ? rReqPos : magnitude; in getLowerDisplayMagnitude() local 313 return result; in getLowerDisplayMagnitude() 479 auto result = static_cast<int64_t>(uprv_round(n)); in _setToDoubleFast() local 480 if (result != 0) { in _setToDoubleFast() 481 _setToLong(result); in _setToDoubleFast() 547 uint64_t result = 0L; in toLong() local 553 result = result * 1 in toLong() 562 uint64_t result = 0L; toFractionLong() local 938 UnicodeString result; toScientificString() local 1071 uint64_t result = 0L; readIntToBcd() local 1094 uint64_t result = 0L; readLongToBcd() local 1115 uint64_t result = 0L; readDecNumberToBcd() local 1135 uint64_t result = 0L; readDoubleConversionToBcd() local [all...] |
/third_party/python/Modules/_ctypes/ |
H A D | callproc.c | 36 result passed to ConvParam. If 'converters' are not present, each argument 194 PyObject *result; in get_error_internal() local 198 result = PyLong_FromLong(space[index]); in get_error_internal() 200 return result; in get_error_internal() 356 /* The result of a floating-point operation cannot be in SetException() 378 /* The stack overflowed or underflowed as the result in SetException() 385 /* The stack overflowed or underflowed as the result in SetException() 407 /* The result of an integer operation caused a carry in SetException() 408 out of the most significant bit of the result. */ in SetException() 521 PyObject *result in PyCArg_repr() local 626 union result { global() union 731 int result; ConvParam() local 969 GetResult(PyObject *restype, void *result, PyObject *checker) GetResult() argument 1325 PyObject *result; format_error() local 1400 BOOL result; free_library() local 1597 PyObject *result; call_function() local 1632 PyObject *result; call_cdeclfunction() local 1860 PyObject *typ, *state, *meth, *obj, *result; unpickle() local 1892 PyObject *result; POINTER() local 1957 PyObject *result; pointer() local [all...] |
/third_party/python/Lib/unittest/test/ |
H A D | test_runner.py | 105 result = unittest.TestResult() 106 outcome = test._outcome = _Outcome(result=result) 122 (_, msg2), (_, msg1) = result.errors 162 result = unittest.TestResult() 163 result.addSuccess = success 165 test.run(result) 173 test.run(result) 419 result = runTests(TestableTest) 420 self.assertEqual(result [all...] |
/test/xts/acts/appexecfwk_lite/appexecfwk_hal/src/ |
H A D | bundle_mgr_test.c | 41 * @param resultCode - install/unsintall result code 42 * @param resultMessage - install/unsintall result message 74 printf("install testdemo1 result is %d err %u\n", ret, g_errCode); in BundleMgrTestSuiteSetUp() 88 printf("uninstall testdemo1 result is %d err %u\n", ret, g_errCode); in BundleMgrTestSuiteTearDown() 103 int result = memset_s(&abilityInfo, sizeof(abilityInfo), 0, sizeof(abilityInfo)); variable 104 TEST_ASSERT_TRUE(result == 0); 126 int result = memset_s(&abilityInfo, sizeof(abilityInfo), 0, sizeof(abilityInfo)); variable 127 TEST_ASSERT_TRUE(result == 0); 149 int result = memset_s(&bundleInfo, sizeof(bundleInfo), 0, sizeof(bundleInfo)); variable 150 TEST_ASSERT_TRUE(result 172 int result = memset_s(&bundleInfo, sizeof(bundleInfo), 0, sizeof(bundleInfo)); global() variable 195 int result = memset_s(&moduleInfo, sizeof(moduleInfo), 0, sizeof(moduleInfo)); global() variable 218 int result = memset_s(&moduleInfo, sizeof(moduleInfo), 0, sizeof(moduleInfo)); global() variable 369 int result = memset_s(&bundleInfo, sizeof(bundleInfo), 0, sizeof(bundleInfo)); global() variable 416 int result = memset_s(&bundleInfo, sizeof(bundleInfo), 0, sizeof(bundleInfo)); global() variable 445 uint8_t result = QueryAbilityInfo(&want, &abilityInfo); global() variable 470 uint8_t result = QueryAbilityInfo(nullptr, &abilityInfo); global() variable 508 uint8_t result = QueryAbilityInfo(&want, &abilityInfo); global() variable [all...] |
/third_party/weex-loader/deps/weex-styler/lib/ |
H A D | validator.js | 229 * - reason(k, v, result) 252 * - reason(k, v, result) 273 * - reason(k, v, result) 306 reason: function reason(k, v, result) { 315 let result 318 result = SysResourceTypeRefReg.exec(v) 319 if (result) { 320 const resourceName = result.groups['resName'] 327 result = AppResourceTypeRefReg.exec(v) 328 if (result) { [all...] |
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | iconvndk.cpp | 50 napi_value result = nullptr;
in Iconv() local 52 napi_create_int32(env, r, &result);
in Iconv() 53 return result;
in Iconv() 73 napi_value result = nullptr;
in IconvOpen() local 75 napi_create_int32(env, FAIL, &result);
in IconvOpen() 77 napi_create_int32(env, NO_ERR, &result);
in IconvOpen() 80 return result;
in IconvOpen() 101 napi_value result = nullptr;
in IconvClose() local 103 napi_create_int32(env, FAIL, &result);
in IconvClose() 105 napi_create_int32(env, NO_ERR, &result);
in IconvClose() [all...] |
/third_party/elfutils/libdw/ |
H A D | encoded-value.h | 114 const uint8_t **p, Dwarf_Addr *result) in read_encoded_value() 116 *result = 0; in read_encoded_value() 122 *result = (cache->frame_vaddr in read_encoded_value() 127 *result = cache->textrel; in read_encoded_value() 132 *result = cache->datarel; in read_encoded_value() 211 *result += value; in read_encoded_value() 215 if (unlikely (*result < cache->frame_vaddr)) in read_encoded_value() 217 *result -= cache->frame_vaddr; in read_encoded_value() 221 || *result > (cache->data->d.d_size - ptrsize))) in read_encoded_value() 223 const uint8_t *ptr = cache->data->d.d_buf + *result; in read_encoded_value() 113 read_encoded_value(const Dwarf_CFI *cache, uint8_t encoding, const uint8_t **p, Dwarf_Addr *result) read_encoded_value() argument [all...] |
/third_party/curl/tests/unit/ |
H A D | unit1307.c | 63 int result; member 296 int result = tests[i].result; variable 298 if(result & (LINUX_DIFFER|MAC_DIFFER)) { 299 if((result & LINUX_DIFFER) && (machine == SYSTEM_LINUX)) 300 result >>= LINUX_SHIFT; 301 else if((result & MAC_DIFFER) && (machine == SYSTEM_MACOS)) 302 result >>= MAC_SHIFT; 303 result &= 0x03; /* filter off all high bits */ 305 if(rc != result) { [all...] |
/third_party/curl/src/ |
H A D | tool_ipfs.c | 143 CURLcode result = CURLE_URL_MALFORMAT; in ipfs_url_rewrite() local 158 result = CURLE_FAILED_INIT; in ipfs_url_rewrite() 172 result = CURLE_OUT_OF_MEMORY; in ipfs_url_rewrite() 180 result = CURLE_URL_MALFORMAT; in ipfs_url_rewrite() 186 result = CURLE_BAD_FUNCTION_ARGUMENT; in ipfs_url_rewrite() 194 result = CURLE_FILE_COULDNT_READ_FILE; in ipfs_url_rewrite() 199 result = CURLE_URL_MALFORMAT; in ipfs_url_rewrite() 207 result = CURLE_URL_MALFORMAT; in ipfs_url_rewrite() 264 result = CURLE_OK; in ipfs_url_rewrite() 278 switch(result) { in ipfs_url_rewrite() [all...] |
/third_party/googletest/googletest/test/ |
H A D | gtest_stress_test.cc | 108 const TestResult* const result = info->result(); in CheckTestFailureCount() local 109 GTEST_CHECK_(expected_failures == result->total_part_count()) in CheckTestFailureCount() 110 << "Logged " << result->total_part_count() << " failures " in CheckTestFailureCount() 132 const TestResult* const result = info->result(); in TEST() local 137 for (int i = 0; i < result->test_property_count(); ++i) in TEST() 138 properties.push_back(result->GetTestProperty(i)); in TEST() 140 EXPECT_EQ(kThreadCount * 2 + 1, result->test_property_count()) in TEST() 227 const int result in main() local [all...] |
/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
H A D | Resources.java | 168 String result = encoding.substring(encoding.indexOf("_")+1, encoding.length()); in getCountry() 169 if (result.indexOf("_") < 0) return result.trim(); in getCountry() 170 return result.substring(0, encoding.indexOf("_")); in getCountry() 185 String result = encoding.substring(encoding.indexOf("_")+1, encoding.length()); in getVariant() 186 if (result.indexOf("_") < 0) return null; in getVariant() 187 result = result.substring(result.indexOf("_")+1, result in getVariant() [all...] |
/third_party/json/include/nlohmann/detail/input/ |
H A D | parser.hpp | 87 @param[in,out] result parsed JSON value 93 void parse(const bool strict, BasicJsonType& result) in parse() argument 97 json_sax_dom_callback_parser<BasicJsonType> sdp(result, callback, allow_exceptions); in parse() 112 result = value_t::discarded; in parse() 118 if (result.is_discarded()) in parse() 120 result = nullptr; in parse() 125 json_sax_dom_parser<BasicJsonType> sdp(result, allow_exceptions); in parse() 139 result = value_t::discarded; in parse() 144 result.assert_invariant(); in parse() 164 const bool result in sax_parse() local [all...] |
/third_party/node/test/js-native-api/test_exception/ |
H A D | test_exception.c | 16 napi_value result; in returnException() local 17 napi_status status = napi_call_function(env, global, args[0], 0, 0, &result); in returnException() 32 napi_value result; in constructReturnException() local 33 napi_status status = napi_new_instance(env, args[0], 0, 0, &result); in constructReturnException() 51 napi_value result; in allowException() local 52 napi_call_function(env, global, args[0], 0, 0, &result); in allowException() 64 napi_value result; in constructAllowException() local 65 napi_new_instance(env, args[0], 0, 0, &result); in constructAllowException() 73 napi_value result; in wasPending() local 74 NODE_API_CALL(env, napi_get_boolean(env, exceptionWasPending, &result)); in wasPending() [all...] |