/third_party/boost/libs/serialization/test/ |
D | test_set.cpp | 49 std::set<A> aset; in test_set() local 50 aset.insert(A()); in test_set() 51 aset.insert(A()); in test_set() 52 const A * a_ptr = & * aset.begin(); in test_set() 56 oa << boost::serialization::make_nvp("aset", aset); in test_set() 69 BOOST_CHECK_EQUAL(aset, aset1); in test_set()
|
D | test_set_hashed.cpp | 49 std::set<A> aset; in test_set() local 50 aset.insert(A()); in test_set() 51 aset.insert(A()); in test_set() 55 oa << boost::serialization::make_nvp("aset", aset); in test_set() 63 BOOST_CHECK(aset == aset1); in test_set()
|
/third_party/openssl/test/ |
D | pkits-test.pl | 817 my $aset = ""; 838 $aset = "<empty>"; 855 $aset .= ":" if $aset ne ""; 856 $aset .= $1; 870 if ( $aset ne $exp_aset ) { 871 $errmsg .= "Authority policy set :$aset, ";
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | decNumber.cpp | 1439 decContext aset; /* working context */ in uprv_decNumberLog10() local 1463 uprv_decContextDefault(&aset, DEC_INIT_DECIMAL64); /* clean context */ in uprv_decNumberLog10() 1471 aset.digits=1; in uprv_decNumberLog10() 1472 decCopyFit(w, rhs, &aset, &residue, ©stat); /* copy & shorten */ in uprv_decNumberLog10() 1503 aset.digits=p; /* as calculated */ in uprv_decNumberLog10() 1504 aset.emax=DEC_MAX_MATH; /* usual bounds */ in uprv_decNumberLog10() 1505 aset.emin=-DEC_MAX_MATH; /* .. */ in uprv_decNumberLog10() 1506 aset.clamp=0; /* and no concrete format */ in uprv_decNumberLog10() 1507 decLnOp(a, rhs, &aset, &status); /* a=ln(rhs) */ in uprv_decNumberLog10() 1534 aset.digits=p; in uprv_decNumberLog10() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | decNumber.cpp | 1439 decContext aset; /* working context */ in uprv_decNumberLog10() local 1463 uprv_decContextDefault(&aset, DEC_INIT_DECIMAL64); /* clean context */ in uprv_decNumberLog10() 1471 aset.digits=1; in uprv_decNumberLog10() 1472 decCopyFit(w, rhs, &aset, &residue, ©stat); /* copy & shorten */ in uprv_decNumberLog10() 1503 aset.digits=p; /* as calculated */ in uprv_decNumberLog10() 1504 aset.emax=DEC_MAX_MATH; /* usual bounds */ in uprv_decNumberLog10() 1505 aset.emin=-DEC_MAX_MATH; /* .. */ in uprv_decNumberLog10() 1506 aset.clamp=0; /* and no concrete format */ in uprv_decNumberLog10() 1507 decLnOp(a, rhs, &aset, &status); /* a=ln(rhs) */ in uprv_decNumberLog10() 1534 aset.digits=p; in uprv_decNumberLog10() [all …]
|
/third_party/icu/icu4c/source/i18n/ |
D | decNumber.cpp | 1439 decContext aset; /* working context */ in uprv_decNumberLog10() local 1463 uprv_decContextDefault(&aset, DEC_INIT_DECIMAL64); /* clean context */ in uprv_decNumberLog10() 1471 aset.digits=1; in uprv_decNumberLog10() 1472 decCopyFit(w, rhs, &aset, &residue, ©stat); /* copy & shorten */ in uprv_decNumberLog10() 1503 aset.digits=p; /* as calculated */ in uprv_decNumberLog10() 1504 aset.emax=DEC_MAX_MATH; /* usual bounds */ in uprv_decNumberLog10() 1505 aset.emin=-DEC_MAX_MATH; /* .. */ in uprv_decNumberLog10() 1506 aset.clamp=0; /* and no concrete format */ in uprv_decNumberLog10() 1507 decLnOp(a, rhs, &aset, &status); /* a=ln(rhs) */ in uprv_decNumberLog10() 1534 aset.digits=p; in uprv_decNumberLog10() [all …]
|
/third_party/node/deps/icu-small/source/i18n/ |
D | decNumber.cpp | 1439 decContext aset; /* working context */ in uprv_decNumberLog10() local 1463 uprv_decContextDefault(&aset, DEC_INIT_DECIMAL64); /* clean context */ in uprv_decNumberLog10() 1471 aset.digits=1; in uprv_decNumberLog10() 1472 decCopyFit(w, rhs, &aset, &residue, ©stat); /* copy & shorten */ in uprv_decNumberLog10() 1503 aset.digits=p; /* as calculated */ in uprv_decNumberLog10() 1504 aset.emax=DEC_MAX_MATH; /* usual bounds */ in uprv_decNumberLog10() 1505 aset.emin=-DEC_MAX_MATH; /* .. */ in uprv_decNumberLog10() 1506 aset.clamp=0; /* and no concrete format */ in uprv_decNumberLog10() 1507 decLnOp(a, rhs, &aset, &status); /* a=ln(rhs) */ in uprv_decNumberLog10() 1534 aset.digits=p; in uprv_decNumberLog10() [all …]
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
D | UtilityTest.java | 175 Set aset = new HashSet(list); in TestUnicodeSet() local 176 logln(" *** The source set's size is: " + aset.size()); in TestUnicodeSet() 180 set.addAll(aset); in TestUnicodeSet()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | UtilityTest.java | 173 Set aset = new HashSet(list); in TestUnicodeSet() local 174 logln(" *** The source set's size is: " + aset.size()); in TestUnicodeSet() 178 set.addAll(aset); in TestUnicodeSet()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
D | UnicodeSetTest.java | 761 Set aset = new HashSet(list); in TestAPI() local 762 logln(" *** The source set's size is: " + aset.size()); in TestAPI() 765 set.addAll(aset); in TestAPI() 766 if (set.size() != aset.size()) { in TestAPI() 767 errln("FAIL: After addAll, the UnicodeSet size expected " + aset.size() + in TestAPI()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/ |
D | UnicodeSetTest.java | 759 Set aset = new HashSet(list); in TestAPI() local 760 logln(" *** The source set's size is: " + aset.size()); in TestAPI() 763 set.addAll(aset); in TestAPI() 764 if (set.size() != aset.size()) { in TestAPI() 765 errln("FAIL: After addAll, the UnicodeSet size expected " + aset.size() + in TestAPI()
|