/third_party/musl/libc-test/src/functionalext/supplement/misc/ |
H A D | ffsll.c | 26 int result = ffsll(0); in ffsll_0100() local 27 EXPECT_EQ("ffsll_0100", result, 0); in ffsll_0100() 38 int result = ffsll(0x8000000); in ffsll_0200() local 39 EXPECT_EQ("ffsll_0200", result, 28); in ffsll_0200() 50 int result = ffsll(0x800000000); in ffsll_0300() local 51 EXPECT_EQ("ffsll_0300", result, 36); in ffsll_0300()
|
/third_party/musl/libc-test/src/functionalext/supplement/stdlib/ |
H A D | abs.c | 26 int result = abs(0); in abs_0100() local 27 EXPECT_EQ("abs_0100", result, 0); in abs_0100() 37 int result = abs(10); in abs_0200() local 38 EXPECT_EQ("abs_0200", result, 10); in abs_0200() 48 int result = abs(-10); in abs_0300() local 49 EXPECT_EQ("abs_0300", result, 10); in abs_0300()
|
/third_party/typescript/tests/baselines/reference/convertToAsyncFunction/ |
H A D | convertToAsyncFunction_CatchFollowedByThenMatchingTypes02NoAnnotations.js | 7 function res(result){ 14 let result; 17 result = 0; 19 result = 1; 21 return res(result); 24 function res(result){
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | numfmtst.cpp | 278 UnicodeString result; in TestAPI() local 281 test->format(bla, result, pos, status); in TestAPI() 288 result.remove(); in TestAPI() 290 test->format(ll, result); in TestAPI() 291 assertEquals("format int64_t error", u"2.0", result); in TestAPI() 296 result.remove(); in TestAPI() 297 test->format(ll, result); in TestAPI() 298 assertEquals("format int64_t error", u"0,012.0000", result); in TestAPI() 2588 Formattable& result, in parseCurrencyAmount() 2596 result in parseCurrencyAmount() 2585 parseCurrencyAmount(const UnicodeString& str, const NumberFormat& fmt, UChar delim, Formattable& result, UErrorCode& ec) parseCurrencyAmount() argument 3242 Formattable toFormat, result; TestCurrencyFormat() local 3333 UnicodeString result; TestRoundingPattern() local 3380 Formattable result; checkRound() local 3511 Formattable result; TestSpaceParsing() local 3724 Formattable result; TestCurrencyFormatForMixParsing() local 3768 Formattable result; TestMismatchedCurrencyFormatFail() local 3816 Formattable result; TestDecimalFormatCurrencyParse() local 6754 UnicodeString result; TestFormatAttributes() local 6760 UnicodeString result; TestFormatAttributes() local 6766 UnicodeString result; TestFormatAttributes() local 6787 UnicodeString result; TestFormatAttributes() local 6793 UnicodeString result; TestFormatAttributes() local 6799 UnicodeString result; TestFormatAttributes() local 6948 Formattable result; TestDecimal() local 6970 Formattable result; TestDecimal() local 7011 Formattable result; TestExponentParse() local 7182 UnicodeString result; TestFormatFastpaths() local 7206 UnicodeString result; TestFormatFastpaths() local 7230 UnicodeString result; TestFormatFastpaths() local 7254 UnicodeString result; TestFormatFastpaths() local 7273 UnicodeString result; TestFormatFastpaths() local 7567 UnicodeString result; TestSignificantDigits() local 7618 UnicodeString result; TestShowZero() local 8480 UnicodeString result; TestCtorApplyPatternDifference() local 8500 UnicodeString result; Test11868() local 8521 UnicodeString result; Test11868() local 8544 UnicodeString result; Test11868() local 8580 UnicodeString result; Test13035_MultiCodePointPaddingInPattern() local 8614 UnicodeString result; Test11376_getAndSetPositivePrefix() local 8633 UnicodeString result; Test11376_getAndSetPositivePrefix() local 8653 UnicodeString result; Test11475_signRecognition() local 8665 UnicodeString result; Test11475_signRecognition() local 8684 UnicodeString result; Test11475_signRecognition() local 8698 UnicodeString result; Test11475_signRecognition() local 8787 Formattable result; Test13391_chakmaParsing() local 8893 Formattable result; TestParsePercentRegression() local 8900 Formattable result; TestParsePercentRegression() local 8907 Formattable result; TestParsePercentRegression() local 9037 UnicodeString result; TestFormatFailIfMoreThanMaxDigits() local 9052 Formattable result; TestParseCaseSensitive() local 9069 Formattable result; TestParseNoExponent() local 9086 UnicodeString result; TestSignAlwaysShown() local 9102 UnicodeString result; TestMinimumGroupingDigits() local 9168 UnicodeString result; Test11897_LocalizedPatternSeparator() local 9201 UnicodeString result; Test11839() local 9219 UnicodeString result; Test10354() local 9308 UnicodeString result; Test11626_CustomizeCurrencyPluralInfo() local 9329 Formattable result; Test20073_StrictPercentParseErrorIndex() local 9422 Formattable result; Test12753_PatternDecimalPoint() local 9455 UnicodeString result; Test11020_RoundingInScientificNotation() local 9469 UnicodeString result; Test11640_TripleCurrencySymbol() local 9545 UnicodeString result; Test13804_EmptyStringsWhenParsing() local 9561 Formattable result; Test13804_EmptyStringsWhenParsing() local 9573 Formattable result; Test13804_EmptyStringsWhenParsing() local 9587 Formattable result; Test20037_ScientificIntegerOverflow() local 9645 Formattable result; Test13840_ParseLongStringCrash() local 9713 UnicodeString result; Test20348_CurrencyPrefixOverride() local 9781 UnicodeString result; Test20358_GroupingInPattern() local 9808 UnicodeString result; Test13731_DefaultCurrency() local 9873 Formattable result; Test13734_StrictFlexibleWhitespace() local 9882 Formattable result; Test13734_StrictFlexibleWhitespace() local 9898 UnicodeString result; Test20961_CurrencyPluralPattern() local 10087 Formattable result; Test21232_ParseTimeout() local 10124 UnicodeString result; Test21556_CurrencyAsDecimal() local 10138 UnicodeString result; Test21556_CurrencyAsDecimal() local 10156 UnicodeString result; Test22088_Ethiopic() local [all...] |
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/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...] |
H A D | content_encoding.c | 138 z_stream *z, zlibInitState *zlib_init, CURLcode result) in exit_zlib() 144 if(inflateEnd(z) != Z_OK && result == CURLE_OK) in exit_zlib() 145 result = process_zlib_error(data, z); in exit_zlib() 149 return result; in exit_zlib() 156 CURLcode result = CURLE_OK; in process_trailer() local 166 result = CURLE_WRITE_ERROR; in process_trailer() 167 if(result || !zp->trailerlen) in process_trailer() 168 result = exit_zlib(data, z, &zp->zlib_init, result); in process_trailer() 173 return result; in process_trailer() 137 exit_zlib(struct Curl_easy *data, z_stream *z, zlibInitState *zlib_init, CURLcode result) exit_zlib() argument 185 CURLcode result = CURLE_OK; /* Curl_client_write status */ inflate_stream() local 669 CURLcode result = CURLE_OK; brotli_do_write() local 759 CURLcode result = CURLE_OK; zstd_do_write() local 976 CURLcode result; Curl_build_unencoding_stack() 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/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...] |
/third_party/gn/src/base/numerics/ |
H A D | checked_math_impl.h | 24 constexpr bool CheckedAddImpl(T x, T y, T* result) { in CheckedAddImpl() argument 33 *result = static_cast<T>(uresult); in CheckedAddImpl() 51 static constexpr bool Do(T x, U y, V* result) { in Do() 54 return CheckedAddFastOp<T, U>::Do(x, y, result); in Do() 78 *result = static_cast<V>(presult); in Do() 84 constexpr bool CheckedSubImpl(T x, T y, T* result) { in CheckedSubImpl() argument 93 *result = static_cast<T>(uresult); in CheckedSubImpl() 111 static constexpr bool Do(T x, U y, V* result) { in Do() 114 return CheckedSubFastOp<T, U>::Do(x, y, result); in Do() 138 *result in Do() 144 CheckedMulImpl(T x, T y, T* result) CheckedMulImpl() argument [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | LocaleDisplayNamesImpl.java | 243 DisplayContext result; in getContext() 246 result = (dialectHandling==DialectHandling.STANDARD_NAMES)? DisplayContext.STANDARD_NAMES: DisplayContext.DIALECT_NAMES; in getContext() 249 result = capitalization; in getContext() 252 result = nameLength; in getContext() 255 result = substituteHandling; in getContext() 258 result = DisplayContext.STANDARD_NAMES; // hmm, we should do something else here in getContext() 261 return result; in getContext() 325 String result = localeIdName(langScriptCountry); in localeDisplayNameInternal() 326 if (result != null && !result in localeDisplayNameInternal() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | RuleBasedNumberFormat.java | 77 * result at the position of the ">>" token. Text in brackets is omitted if 88 * places the result where the "<<" was. Notice also that the meaning of 166 * rules, and put the result here."</p> 233 * result less than or equal to the base value. Every > character after the base value 242 * yields a result less than or equal to the base value. Every > character after the radix 335 * between 0 and 1) by the rule's base value. Keep track of the distance between the result 337 * <li>Use the rule that produced the result closest to zero in the above calculation. In the 375 * <td>Find the absolute value of the number and format the result</td> 425 * <td>Multiply the number by the rule's base value and format the result.</td> 498 * <td>Perform the mathematical operation on the number, and format the result usin 1995 postProcess(StringBuilder result, NFRuleSet ruleSet) postProcess() argument 2025 adjustForContext(String result) adjustForContext() argument [all...] |