/aosp_15_r20/libcore/luni/src/test/java/libcore/java/text/ |
H A D | DecimalFormatSymbolsTest.java | 40 DecimalFormatSymbols dfs = DecimalFormatSymbols.getInstance(locale); in checkLocaleIsEquivalentToRoot() local 41 assertEquals(DecimalFormatSymbols.getInstance(Locale.ROOT), dfs); in checkLocaleIsEquivalentToRoot() local 64 DecimalFormatSymbols dfs = new DecimalFormatSymbols(Locale.US); in testSetSameCurrency() local 76 DecimalFormatSymbols dfs = new DecimalFormatSymbols(Locale.US); in testSetNulInternationalCurrencySymbol() local 92 DecimalFormatSymbols dfs = new DecimalFormatSymbols(Locale.forLanguageTag("ar-AR")); in testSerializationOfMultiCharNegativeAndPercentage() local 113 DecimalFormatSymbols dfs; in testMultiCharMinusSignAndPercentage() local 151 android.icu.text.DecimalFormatSymbols dfs) { in fromIcuInstance() 156 public void compareDfs(DecimalFormatSymbols dfs, in compareDfs() 178 DFSForTests dfs = new DFSForTests(Locale.US); in testToIcuDecimalFormatSymbols() local 185 DecimalFormatSymbols dfs = DFSForTests.fromIcuInstance(icuSymb); in testFromIcuDecimalFormatSymbols() local [all …]
|
H A D | DateFormatSymbolsTest.java | 42 DateFormatSymbols dfs = DateFormatSymbols.getInstance(locale); in assertLocaleIsEquivalentToRoot() local 43 assertEquals(DateFormatSymbols.getInstance(Locale.ROOT), dfs); in assertLocaleIsEquivalentToRoot() local 88 private String formatDate(Locale l, String fmt, DateFormatSymbols dfs) { in formatDate() 194 DateFormatSymbols dfs = DateFormatSymbols.getInstance(); in test_setZoneStrings_checks_dimensions() local 206 DateFormatSymbols dfs = DateFormatSymbols.getInstance(); in test_zoneStrings_are_lazy() local 226 private static boolean hasZoneStringsFieldValue(DateFormatSymbols dfs) throws Exception { in hasZoneStringsFieldValue()
|
H A D | DecimalFormatTest.java | 40 DecimalFormatSymbols dfs = df.getDecimalFormatSymbols(); in test_exponentSeparator() local 484 DecimalFormatSymbols dfs = new DecimalFormatSymbols(locale); in testLocaleGroupingSeparator() local 500 DecimalFormatSymbols dfs = new DecimalFormatSymbols(Locale.US); in testSetGroupingSeparator() local 528 DecimalFormatSymbols dfs = new DecimalFormatSymbols(locale); in testPerMill() local 585 DecimalFormatSymbols dfs = new DecimalFormatSymbols(locale); in testPercent() local
|
H A D | OldDecimalFormatSymbolsTest.java | 30 DecimalFormatSymbols dfs; field in OldDecimalFormatSymbolsTest 156 DecimalFormatSymbols dfs = new DecimalFormatSymbols(Locale.FRANCE); in test_DecimalFormatSymbols_France() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/parameter/doc/ |
D | index.rst | 290 .. _dfs: ../../../graph/doc/depth_first_search.html target 292 .. |dfs| replace:: ``depth_first_search`` substdef 351 .. _`parameter table`: 352 .. _`default expressions`: 383 .. |IncidenceGraph| replace:: :concept:`Incidence Graph` 384 .. |VertexListGraph| replace:: :concept:`Vertex List Graph` 385 .. |DFSVisitor| replace:: :concept:`DFS Visitor` 386 .. |ReadablePropertyMap| replace:: :concept:`Readable Property Map` 387 .. |ReadWritePropertyMap| replace:: :concept:`Read/Write Property Map` 389 .. _`IncidenceGraph`: ../../../graph/doc/IncidenceGraph.html [all …]
|
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
H A D | DecimalFormatTest.java | 47 DecimalFormatSymbols dfs = new DecimalFormatSymbols(); in test_setNan_emptyString() local 851 DecimalFormatSymbols dfs = new DecimalFormatSymbols(Locale.CANADA); in testConstructor_stringAndSymbols() local 1082 final DecimalFormatSymbols dfs = new DecimalFormatSymbols(Locale.US); in test_formatDouble_scientificNotation() local 1307 final DecimalFormatSymbols dfs = new DecimalFormatSymbols(Locale.US); in test_formatDouble_scientificNotationMinusZero() local 1385 final DecimalFormatSymbols dfs = new DecimalFormatSymbols(Locale.US); in test_formatLong_scientificNotation() local 1496 final DecimalFormatSymbols dfs = new DecimalFormatSymbols(Locale.US); in test_formatDouble_maxFractionDigits() local 1541 final DecimalFormatSymbols dfs = new DecimalFormatSymbols(Locale.US); in test_formatDouble_roundingTo15Digits() local 1658 final DecimalFormatSymbols dfs = new DecimalFormatSymbols(Locale.US); in assertDecimalFormatIsLossless() local 1703 final DecimalFormatSymbols dfs = new DecimalFormatSymbols(Locale.US); in test_formatDouble_bug17656132() local 1732 DecimalFormatSymbols dfs = df.getDecimalFormatSymbols(); in test_getDecimalFormatSymbols() local [all …]
|
H A D | DecimalFormatSymbolsTest.java | 39 DecimalFormatSymbols dfs; field in DecimalFormatSymbolsTest 55 DecimalFormatSymbols dfs = new DecimalFormatSymbols(new Locale("en", in test_ConstructorLjava_util_Locale() local 286 DecimalFormatSymbols dfs = ((DecimalFormat) NumberFormat in test_setCurrencyLjava_util_Currency() local 369 DecimalFormatSymbols dfs = ((DecimalFormat) NumberFormat in test_setInternationalCurrencySymbolLjava_lang_String() local 483 DecimalFormatSymbols dfs; in test_RIHarmony_compatible() local 500 static void assertDecimalFormatSymbolsRIFrance(DecimalFormatSymbols dfs) { in assertDecimalFormatSymbolsRIFrance()
|
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/tests/ |
D | graph.rs | 75 fn dfs() { in dfs() function 1056 let mut dfs = Dfs::new(&gr, a); in usize_index() localVariable 1159 let mut dfs = Dfs::new(&gr, a); in walk_edges() localVariable 1172 let mut dfs = Dfs::new(&gr, a); in walk_edges() localVariable 1217 let mut dfs = Dfs::new(&gr, a); in index_twice_mut() localVariable 1885 let mut dfs = DfsPostOrder::new(&filt, a); in filtered() localVariable 1909 let mut dfs = Dfs::new(&ef_a, a); in filtered_edge_reverse() localVariable 1917 let mut dfs = Dfs::new(&Reversed(&ef_a), a); in filtered_edge_reverse() localVariable 1948 let mut dfs = Dfs::new(&ef_a, a); in filtered_edge_reverse() localVariable 1955 let mut dfs = Dfs::new(&Reversed(&ef_a), f); in filtered_edge_reverse() localVariable [all …]
|
D | graphmap.rs | 153 fn dfs() { in dfs() function 170 let mut dfs = Dfs::new(&gr, h); in dfs() localVariable 178 let mut dfs = Dfs::new(&gr, z); in dfs() localVariable
|
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/ |
H A D | numparse_symbols.cpp | 97 InfinityMatcher::InfinityMatcher(const DecimalFormatSymbols& dfs) in InfinityMatcher() 111 MinusSignMatcher::MinusSignMatcher(const DecimalFormatSymbols& dfs, bool allowTrailing) in MinusSignMatcher() 126 NanMatcher::NanMatcher(const DecimalFormatSymbols& dfs) in NanMatcher() 156 PercentMatcher::PercentMatcher(const DecimalFormatSymbols& dfs) in PercentMatcher() 170 PermilleMatcher::PermilleMatcher(const DecimalFormatSymbols& dfs) in PermilleMatcher() 184 PlusSignMatcher::PlusSignMatcher(const DecimalFormatSymbols& dfs, bool allowTrailing) in PlusSignMatcher()
|
/aosp_15_r20/external/icu/icu4c/source/i18n/ |
H A D | numparse_symbols.cpp | 97 InfinityMatcher::InfinityMatcher(const DecimalFormatSymbols& dfs) in InfinityMatcher() 111 MinusSignMatcher::MinusSignMatcher(const DecimalFormatSymbols& dfs, bool allowTrailing) in MinusSignMatcher() 126 NanMatcher::NanMatcher(const DecimalFormatSymbols& dfs) in NanMatcher() 156 PercentMatcher::PercentMatcher(const DecimalFormatSymbols& dfs) in PercentMatcher() 170 PermilleMatcher::PermilleMatcher(const DecimalFormatSymbols& dfs) in PermilleMatcher() 184 PlusSignMatcher::PlusSignMatcher(const DecimalFormatSymbols& dfs, bool allowTrailing) in PlusSignMatcher()
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_fs.c | 45 struct draw_fragment_shader *dfs; in draw_create_fragment_shader() local 62 struct draw_fragment_shader *dfs) in draw_bind_fragment_shader() 72 struct draw_fragment_shader *dfs) in draw_delete_fragment_shader()
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/highmemorytest/java/text/ |
H A D | DecimalFormatTest.java | 45 DecimalFormatSymbols dfs = new DecimalFormatSymbols(locale); in testCurrencySymbolSpacing() local 50 assertCurrencyFormat(currency.getSymbol(locale) + formattedZero, "\u00a40", dfs, in testCurrencySymbolSpacing() local 58 DecimalFormatSymbols dfs, Currency currency, Locale locale) { in assertCurrencyFormat()
|
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/ |
H A D | FormatHandler.java | 722 DateFormatSymbols dfs =new DateFormatSymbols(GregorianCalendar.class, uloc); in getCannedDateFormatSymbols() local 733 DateFormatSymbols dfs = getCannedDateFormatSymbols(uloc); in getCannedSimpleDateFormat() local 953 private static char[] getCharSymbols(DecimalFormatSymbols dfs) in getCharSymbols() 973 private static void setCharSymbols(DecimalFormatSymbols dfs, char symbols[]) in setCharSymbols() 989 private static String[] getStringSymbols(DecimalFormatSymbols dfs) in getStringSymbols() 1004 DecimalFormatSymbols dfs = new DecimalFormatSymbols(uloc); in getCannedDecimalFormatSymbols() local 1016 private static void setSymbols(DecimalFormatSymbols dfs, String symbols[]) in setSymbols() 1704 DecimalFormatSymbols dfs[] = new DecimalFormatSymbols[locales.length]; in getTestObjects() local 2032 DateFormatSymbols dfs[] = new DateFormatSymbols[locales.length]; in getTestObjects() local
|
/aosp_15_r20/external/icu/icu4j/main/common_tests/src/test/java/com/ibm/icu/dev/test/serializable/ |
H A D | FormatHandler.java | 719 DateFormatSymbols dfs =new DateFormatSymbols(GregorianCalendar.class, uloc); in getCannedDateFormatSymbols() local 730 DateFormatSymbols dfs = getCannedDateFormatSymbols(uloc); in getCannedSimpleDateFormat() local 950 private static char[] getCharSymbols(DecimalFormatSymbols dfs) in getCharSymbols() 970 private static void setCharSymbols(DecimalFormatSymbols dfs, char symbols[]) in setCharSymbols() 986 private static String[] getStringSymbols(DecimalFormatSymbols dfs) in getStringSymbols() 1001 DecimalFormatSymbols dfs = new DecimalFormatSymbols(uloc); in getCannedDecimalFormatSymbols() local 1013 private static void setSymbols(DecimalFormatSymbols dfs, String symbols[]) in setSymbols() 1701 DecimalFormatSymbols dfs[] = new DecimalFormatSymbols[locales.length]; in getTestObjects() local 2029 DateFormatSymbols dfs[] = new DateFormatSymbols[locales.length]; in getTestObjects() local
|
/aosp_15_r20/external/icu/icu4j/main/localespi/src/main/java/com/ibm/icu/impl/jdkadapter/ |
H A D | CalendarICU.java | 123 DateFormatSymbols dfs = DateFormatSymbols.getInstance(locale); in getDisplayName() local 139 DateFormatSymbols dfs = DateFormatSymbols.getInstance(locale); in getDisplayNames() local 303 private static String[] getFieldStrings(int field, int style, DateFormatSymbols dfs) { in getFieldStrings() 323 …rivate static Map<String,Integer> getFieldStringsMap(int field, int style, DateFormatSymbols dfs) { in getFieldStringsMap()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | layout_assignment.cc | 72 bool mandatory, bool dfs, in BufferLayoutConstraint() 89 bool dfs) { in UpdateLayout() 106 int64_t operand_no, bool mandatory, bool dfs, int64_t priority) in OperandLayoutConstraint() 181 bool mandatory, bool dfs, in SetBufferLayout() 238 bool dfs, int64_t priority) { in SetOperandLayout() 332 bool mandatory, bool dfs, int64_t priority) { in SetArrayOperandLayout() 356 bool mandatory, bool dfs, in SetInstructionLayout() 396 bool mandatory, bool dfs, in SetInstructionLayout()
|
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/algo/ |
D | mod.rs | 216 dfs: Dfs<N, VM>, field 253 let dfs = if let Some(v) = space { in with_dfs() localVariable 308 let mut dfs = DfsPostOrder::empty(g); in kosaraju_scc() localVariable 324 let mut dfs = Dfs::from_parts(dfs.stack, dfs.discovered); in kosaraju_scc() localVariable
|
/aosp_15_r20/external/python/cpython3/Tools/peg_generator/pegen/ |
D | sccutils.py | 28 def dfs(v: str) -> Iterator[Set[str]]: function 120 def dfs(node: str, path: List[str]) -> Iterator[List[str]]: function
|
/aosp_15_r20/frameworks/base/core/java/android/text/format/ |
H A D | DateFormat.java | 499 DateFormatSymbols dfs = getIcuDateFormatSymbols(Locale.getDefault()); in format() local 590 private static String getDayOfWeekString(DateFormatSymbols dfs, int day, int count, int kind) { in getDayOfWeekString() 604 private static String getMonthString(DateFormatSymbols dfs, int month, int count, int kind) { in getMonthString()
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/number/parse/ |
H A D | CombinedCurrencyMatcher.java | 44 …public static CombinedCurrencyMatcher getInstance(Currency currency, DecimalFormatSymbols dfs, int… in getInstance() 49 private CombinedCurrencyMatcher(Currency currency, DecimalFormatSymbols dfs, int parseFlags) { in CombinedCurrencyMatcher()
|
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/number/parse/ |
H A D | CombinedCurrencyMatcher.java | 42 …public static CombinedCurrencyMatcher getInstance(Currency currency, DecimalFormatSymbols dfs, int… in getInstance() 47 private CombinedCurrencyMatcher(Currency currency, DecimalFormatSymbols dfs, int parseFlags) { in CombinedCurrencyMatcher()
|
/aosp_15_r20/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/ |
H A D | ExpensiveObjectsPerfTest.java | 102 DateFormatSymbols dfs = new DateFormatSymbols(Locale.US); in timeClonedDateFormatSymbols() local 119 DecimalFormatSymbols dfs = new DecimalFormatSymbols(Locale.US); in timeClonedDecimalFormatSymbols() local
|
/aosp_15_r20/libcore/benchmarks/src/benchmarks/regression/ |
H A D | ExpensiveObjectsBenchmark.java | 75 DateFormatSymbols dfs = new DateFormatSymbols(Locale.US); in timeClonedDateFormatSymbols() local 88 DecimalFormatSymbols dfs = new DecimalFormatSymbols(Locale.US); in timeClonedDecimalFormatSymbols() local
|
/aosp_15_r20/external/icu/icu4j/main/localespi/src/test/java/com/ibm/icu/dev/test/localespi/ |
H A D | DateFormatSymbolsTest.java | 34 DateFormatSymbols dfs = DateFormatSymbols.getInstance(loc); in TestGetInstance() local 87 DateFormatSymbols dfs = DateFormatSymbols.getInstance(new Locale("ja", "JP", "ICU")); in TestSetSymbols() local
|