Home
last modified time | relevance | path

Searched defs:dfs (Results 1 – 25 of 83) sorted by relevance

1234

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_fs.c46 struct draw_fragment_shader *dfs; in draw_create_fragment_shader() local
63 struct draw_fragment_shader *dfs) in draw_bind_fragment_shader()
73 struct draw_fragment_shader *dfs) in draw_delete_fragment_shader()
/external/icu/icu4c/source/i18n/
Dnumparse_symbols.cpp97 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()
Dnumparse_scientific.cpp35 ScientificMatcher::ScientificMatcher(const DecimalFormatSymbols& dfs, const Grouper& grouper) in ScientificMatcher()
Dnumber_symbolswrapper.cpp45 void SymbolsWrapper::setTo(const DecimalFormatSymbols &dfs) { in setTo()
/external/python/cpython3/Tools/peg_generator/pegen/
Dsccutils.py28 def dfs(v: str) -> Iterator[Set[str]]: function
120 def dfs(node: str, path: List[str]) -> Iterator[List[str]]: function
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
DCalendarICU.java123 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()
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/parse/
DCombinedCurrencyMatcher.java44 …public static CombinedCurrencyMatcher getInstance(Currency currency, DecimalFormatSymbols dfs, int… in getInstance()
49 private CombinedCurrencyMatcher(Currency currency, DecimalFormatSymbols dfs, int parseFlags) { in CombinedCurrencyMatcher()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
DCombinedCurrencyMatcher.java42 …public static CombinedCurrencyMatcher getInstance(Currency currency, DecimalFormatSymbols dfs, int… in getInstance()
47 private CombinedCurrencyMatcher(Currency currency, DecimalFormatSymbols dfs, int parseFlags) { in CombinedCurrencyMatcher()
/external/icu/android_icu4j/testing/src/com/android/libcore/java/text/
DNumberFormatTest.java45 DecimalFormatSymbols dfs = df.getDecimalFormatSymbols(); in testMonetarySeparator() local
/external/icu/android_icu4j/libcore_bridge/src/java/com/android/icu/text/
DCompatibleDecimalFormatFactory.java47 public static DecimalFormat create(String pattern, DecimalFormatSymbols dfs) { in create()
/external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
DDateFormatSymbolsTest.java34 DateFormatSymbols dfs = DateFormatSymbols.getInstance(loc); in TestGetInstance() local
87 DateFormatSymbols dfs = DateFormatSymbols.getInstance(new Locale("ja", "JP", "ICU")); in TestSetSymbols() local
/external/icu/android_icu4j/testing/src/com/android/icu/test/text/
DCompatibleDecimalFormatFactoryTest.java45 DecimalFormatSymbols dfs = DecimalFormatSymbols.getInstance(locale); in testCreate() local
DExtendedDateFormatSymbolsTest.java44 DateFormatSymbols dfs = extendedDfs.getDateFormatSymbols(); in testAll() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
DFormatHandler.java722 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
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
DFormatHandler.java719 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
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DIntlTestDecimalFormatSymbols.java274 DecimalFormatSymbols dfs = new DecimalFormatSymbols(); in testPropagateZeroDigit() local
390 DecimalFormatSymbols dfs = DecimalFormatSymbols.forNumberingSystem(loc, ns); in testNumberingSystem() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestDecimalFormatSymbols.java271 DecimalFormatSymbols dfs = new DecimalFormatSymbols(); in testPropagateZeroDigit() local
387 DecimalFormatSymbols dfs = DecimalFormatSymbols.forNumberingSystem(loc, ns); in testNumberingSystem() local
/external/caliper/examples/src/main/java/examples/
DExpensiveObjectsBenchmark.java37 DecimalFormatSymbols dfs = new DecimalFormatSymbols(Locale.US); in clonedDecimalFormatSymbols() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dlayout_assignment.h64 bool dfs() const { return dfs_; } in dfs() function
132 : LayoutConstraint(/*mandatory=*/true, dfs), in LayoutConstraint() argument
Dlayout_assignment.cc72 bool mandatory, bool dfs, in BufferLayoutConstraint()
87 int64_t operand_no, bool mandatory, bool dfs, int64_t priority) in OperandLayoutConstraint()
176 bool mandatory, bool dfs) { in SetBufferLayout()
226 bool dfs) { in SetOperandLayout()
301 bool mandatory, bool dfs) { in SetArrayOperandLayout()
311 bool dfs) { in SetResultLayout()
337 bool mandatory, bool dfs, bool allow_alias) { in SetInstructionLayout()
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DFuncFormatNumb.java61 java.text.DecimalFormatSymbols dfs = null; in execute() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DScientificNumberFormatter.java302 private static String getPreExponent(DecimalFormatSymbols dfs) { in getPreExponent()
312 DecimalFormatSymbols dfs = decimalFormat.getDecimalFormatSymbols(); in getInstance() local
DChineseDateFormatSymbols.java115 void initializeData(DateFormatSymbols dfs) { in initializeData()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DScientificNumberFormatter.java291 private static String getPreExponent(DecimalFormatSymbols dfs) { in getPreExponent()
301 DecimalFormatSymbols dfs = decimalFormat.getDecimalFormatSymbols(); in getInstance() local
DChineseDateFormatSymbols.java117 void initializeData(DateFormatSymbols dfs) { in initializeData()

1234