Home
last modified time | relevance | path

Searched refs:dfs (Results 1 – 25 of 158) sorted by relevance

1234567

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_fs.c46 struct draw_fragment_shader *dfs; in draw_create_fragment_shader() local
48 dfs = CALLOC_STRUCT(draw_fragment_shader); in draw_create_fragment_shader()
49 if (dfs) { in draw_create_fragment_shader()
50 dfs->base = *shader; in draw_create_fragment_shader()
52 tgsi_scan_shader(shader->tokens, &dfs->info); in draw_create_fragment_shader()
54 nir_tgsi_scan_shader(shader->ir.nir, &dfs->info, true); in draw_create_fragment_shader()
57 return dfs; in draw_create_fragment_shader()
63 struct draw_fragment_shader *dfs) in draw_bind_fragment_shader() argument
67 draw->fs.fragment_shader = dfs; in draw_bind_fragment_shader()
73 struct draw_fragment_shader *dfs) in draw_delete_fragment_shader() argument
[all …]
/external/icu/icu4c/source/i18n/
Dnumber_symbolswrapper.cpp45 void SymbolsWrapper::setTo(const DecimalFormatSymbols &dfs) { in setTo() argument
48 fPtr.dfs = new DecimalFormatSymbols(dfs); in setTo()
65 if (other.fPtr.dfs != nullptr) { in doCopyFrom()
66 fPtr.dfs = new DecimalFormatSymbols(*other.fPtr.dfs); in doCopyFrom()
68 fPtr.dfs = nullptr; in doCopyFrom()
89 fPtr.dfs = src.fPtr.dfs; in doMoveFrom()
90 src.fPtr.dfs = nullptr; in doMoveFrom()
105 delete fPtr.dfs; in doCleanup()
123 return fPtr.dfs; in getDecimalFormatSymbols()
Dnumparse_symbols.cpp97 InfinityMatcher::InfinityMatcher(const DecimalFormatSymbols& dfs) in InfinityMatcher() argument
98 …: SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kInfinitySymbol), unisets::INFINITY_SIGN)… in InfinityMatcher()
111 MinusSignMatcher::MinusSignMatcher(const DecimalFormatSymbols& dfs, bool allowTrailing) in MinusSignMatcher() argument
112 … : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol), unisets::MINUS_SIGN), in MinusSignMatcher()
126 NanMatcher::NanMatcher(const DecimalFormatSymbols& dfs) in NanMatcher() argument
127 : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kNaNSymbol), unisets::EMPTY) { in NanMatcher()
156 PercentMatcher::PercentMatcher(const DecimalFormatSymbols& dfs) in PercentMatcher() argument
157 … : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kPercentSymbol), unisets::PERCENT_SIGN) { in PercentMatcher()
170 PermilleMatcher::PermilleMatcher(const DecimalFormatSymbols& dfs) in PermilleMatcher() argument
171 …: SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kPerMillSymbol), unisets::PERMILLE_SIGN) { in PermilleMatcher()
[all …]
Dnumparse_symbols.h70 InfinityMatcher(const DecimalFormatSymbols& dfs);
84 MinusSignMatcher(const DecimalFormatSymbols& dfs, bool allowTrailing);
100 NanMatcher(const DecimalFormatSymbols& dfs);
129 PercentMatcher(const DecimalFormatSymbols& dfs);
142 PermilleMatcher(const DecimalFormatSymbols& dfs);
156 PlusSignMatcher(const DecimalFormatSymbols& dfs, bool allowTrailing);
/external/cronet/third_party/icu/source/i18n/
Dnumber_symbolswrapper.cpp45 void SymbolsWrapper::setTo(const DecimalFormatSymbols &dfs) { in setTo() argument
48 fPtr.dfs = new DecimalFormatSymbols(dfs); in setTo()
65 if (other.fPtr.dfs != nullptr) { in doCopyFrom()
66 fPtr.dfs = new DecimalFormatSymbols(*other.fPtr.dfs); in doCopyFrom()
68 fPtr.dfs = nullptr; in doCopyFrom()
89 fPtr.dfs = src.fPtr.dfs; in doMoveFrom()
90 src.fPtr.dfs = nullptr; in doMoveFrom()
105 delete fPtr.dfs; in doCleanup()
123 return fPtr.dfs; in getDecimalFormatSymbols()
Dnumparse_symbols.cpp97 InfinityMatcher::InfinityMatcher(const DecimalFormatSymbols& dfs) in InfinityMatcher() argument
98 …: SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kInfinitySymbol), unisets::INFINITY_SIGN)… in InfinityMatcher()
111 MinusSignMatcher::MinusSignMatcher(const DecimalFormatSymbols& dfs, bool allowTrailing) in MinusSignMatcher() argument
112 … : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol), unisets::MINUS_SIGN), in MinusSignMatcher()
126 NanMatcher::NanMatcher(const DecimalFormatSymbols& dfs) in NanMatcher() argument
127 : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kNaNSymbol), unisets::EMPTY) { in NanMatcher()
156 PercentMatcher::PercentMatcher(const DecimalFormatSymbols& dfs) in PercentMatcher() argument
157 … : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kPercentSymbol), unisets::PERCENT_SIGN) { in PercentMatcher()
170 PermilleMatcher::PermilleMatcher(const DecimalFormatSymbols& dfs) in PermilleMatcher() argument
171 …: SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kPerMillSymbol), unisets::PERMILLE_SIGN) { in PermilleMatcher()
[all …]
/external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
DDateFormatSymbolsTest.java34 DateFormatSymbols dfs = DateFormatSymbols.getInstance(loc); in TestGetInstance() local
35 boolean isIcuImpl = (dfs instanceof com.ibm.icu.impl.jdkadapter.DateFormatSymbolsICU); in TestGetInstance()
45 if (!dfs.equals(dfsIcu)) { in TestGetInstance()
87 DateFormatSymbols dfs = DateFormatSymbols.getInstance(new Locale("ja", "JP", "ICU")); in TestSetSymbols() local
94 dfs.setAmPmStrings(dfsEnUS.getAmPmStrings()); in TestSetSymbols()
95 dfs.setEras(dfsEnUS.getEras()); in TestSetSymbols()
96 dfs.setMonths(dfsEnUS.getMonths()); in TestSetSymbols()
97 dfs.setShortMonths(dfsEnUS.getShortMonths()); in TestSetSymbols()
98 dfs.setShortWeekdays(dfsEnUS.getShortWeekdays()); in TestSetSymbols()
99 dfs.setWeekdays(dfsEnUS.getWeekdays()); in TestSetSymbols()
[all …]
/external/llvm/test/Instrumentation/DataFlowSanitizer/
Dprefix-rename.ll6 ; CHECK: module asm ".symver dfs$f1,dfs$f@@version1"
9 ; CHECK: @"dfs$f2" = alias {{.*}} @"dfs$f1"
12 ; CHECK: @"dfs$g2" = alias {{.*}} @"dfs$g1"
15 ; CHECK: define void @"dfs$f1"
20 ; CHECK: define void @"dfs$g1"
Dcall.ll14 ; CHECK-LABEL: @"dfs$call"
17 ; CHECK: call{{.*}}@"dfs$f"
37 ; CHECK-LABEL: @"dfs$h"
38 ; CHECK: personality {{.*}} @"dfs$__gxx_personality_v0" {{.*}} {
41 ; CHECK: invoke void (...) @"dfs$g"(i32 42)
51 ; CHECK: call {{.*}} @"dfs$__cxa_begin_catch"
55 ; CHECK: call {{.*}} @"dfs$__cxa_end_catch"
Dload.ll7 ; COMBINE_PTR_LABEL: @"dfs$load0"
11 ; NO_COMBINE_PTR_LABEL: @"dfs$load0"
19 ; COMBINE_PTR_LABEL: @"dfs$load8"
32 ; NO_COMBINE_PTR_LABEL: @"dfs$load8"
47 ; COMBINE_PTR_LABEL: @"dfs$load16"
63 ; NO_COMBINE_PTR_LABEL: @"dfs$load16"
82 ; COMBINE_PTR_LABEL: @"dfs$load32"
101 ; NO_COMBINE_PTR_LABEL: @"dfs$load32"
124 ; COMBINE_PTR_LABEL: @"dfs$load64"
146 ; NO_COMBINE_PTR_LABEL: @"dfs$load64"
Dstore.ll7 ; COMBINE_PTR_LABEL: @"dfs$store0"
11 ; NO_COMBINE_PTR_LABEL: @"dfs$store0"
20 ; NO_COMBINE_PTR_LABEL: @"dfs$store8"
30 ; COMBINE_PTR_LABEL: @"dfs$store8"
48 ; NO_COMBINE_PTR_LABEL: @"dfs$store16"
60 ; COMBINE_PTR_LABEL: @"dfs$store16"
80 ; NO_COMBINE_PTR_LABEL: @"dfs$store32"
96 ; COMBINE_PTR_LABEL: @"dfs$store32"
120 ; NO_COMBINE_PTR_LABEL: @"dfs$store64"
137 ; COMBINE_PTR_LABEL: @"dfs$store64"
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DFuncFormatNumb.java61 java.text.DecimalFormatSymbols dfs = null; in execute() local
80 dfs = ss.getDecimalFormatComposed(qname); in execute()
82 if (null == dfs) in execute()
95 formatter.setDecimalFormatSymbols(dfs); in execute()
105 dfs = ss.getDecimalFormatComposed(new QName("")); in execute()
107 if (dfs != null) in execute()
111 formatter.setDecimalFormatSymbols(dfs); in execute()
116 dfs = new java.text.DecimalFormatSymbols(java.util.Locale.US); in execute()
118 dfs.setInfinity(Constants.ATTRVAL_INFINITY); in execute()
119 dfs.setNaN(Constants.ATTRVAL_NAN); in execute()
[all …]
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
DCalendarICU.java123 DateFormatSymbols dfs = DateFormatSymbols.getInstance(locale); in getDisplayName() local
124 String[] array = getFieldStrings(field, style, dfs); in getDisplayName()
139 DateFormatSymbols dfs = DateFormatSymbols.getInstance(locale); in getDisplayNames() local
141 return getFieldStringsMap(field, style, dfs); in getDisplayNames()
144 Map<String,Integer> result = getFieldStringsMap(field, SHORT, dfs); in getDisplayNames()
149 Map<String,Integer> longMap = getFieldStringsMap(field, LONG, dfs); in getDisplayNames()
303 private static String[] getFieldStrings(int field, int style, DateFormatSymbols dfs) { in getFieldStrings() argument
307 result = dfs.getAmPmStrings(); in getFieldStrings()
310 result = (style == LONG) ? dfs.getWeekdays() : dfs.getShortWeekdays(); in getFieldStrings()
314 result = dfs.getEras(); in getFieldStrings()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
DFormatHandler.java722 DateFormatSymbols dfs =new DateFormatSymbols(GregorianCalendar.class, uloc); in getCannedDateFormatSymbols() local
725 dfs.setMonths((String[]) cannedMonthNames.get(key)); in getCannedDateFormatSymbols()
726 dfs.setShortMonths((String[]) cannedShortMonthNames.get(key)); in getCannedDateFormatSymbols()
728 return dfs; in getCannedDateFormatSymbols()
733 DateFormatSymbols dfs = getCannedDateFormatSymbols(uloc); in getCannedSimpleDateFormat() local
737 SimpleDateFormat cannedSDF = new SimpleDateFormat(pattern, dfs, uloc); in getCannedSimpleDateFormat()
953 private static char[] getCharSymbols(DecimalFormatSymbols dfs) in getCharSymbols() argument
956 dfs.getDecimalSeparator(), in getCharSymbols()
957 dfs.getDigit(), in getCharSymbols()
958 dfs.getGroupingSeparator(), in getCharSymbols()
[all …]
/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
722 dfs.setMonths((String[]) cannedMonthNames.get(key)); in getCannedDateFormatSymbols()
723 dfs.setShortMonths((String[]) cannedShortMonthNames.get(key)); in getCannedDateFormatSymbols()
725 return dfs; in getCannedDateFormatSymbols()
730 DateFormatSymbols dfs = getCannedDateFormatSymbols(uloc); in getCannedSimpleDateFormat() local
734 SimpleDateFormat cannedSDF = new SimpleDateFormat(pattern, dfs, uloc); in getCannedSimpleDateFormat()
950 private static char[] getCharSymbols(DecimalFormatSymbols dfs) in getCharSymbols() argument
953 dfs.getDecimalSeparator(), in getCharSymbols()
954 dfs.getDigit(), in getCharSymbols()
955 dfs.getGroupingSeparator(), in getCharSymbols()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateFormatSymbols.java1583 DateFormatSymbols dfs = getExtendedInstance(desiredLocale, type).dfs; in initializeData() local
1584 initializeData(dfs); in initializeData()
1628 private final DateFormatSymbols dfs; field in DateFormatSymbols.AospExtendedDateFormatSymbols
1636 return dfs; in getDateFormatSymbols()
1662 dfs = new DateFormatSymbols(desiredLocale, b, calendarType, this); in AospExtendedDateFormatSymbols()
1672 void initializeData(DateFormatSymbols dfs) { in initializeData() argument
1673 this.eras = dfs.eras; in initializeData()
1674 this.eraNames = dfs.eraNames; in initializeData()
1675 this.narrowEras = dfs.narrowEras; in initializeData()
1676 this.months = dfs.months; in initializeData()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDateFormatSymbols.java1541 DateFormatSymbols dfs = getExtendedInstance(desiredLocale, type).dfs; in initializeData() local
1542 initializeData(dfs); in initializeData()
1587 private final DateFormatSymbols dfs; field in DateFormatSymbols.AospExtendedDateFormatSymbols
1595 return dfs; in getDateFormatSymbols()
1621 dfs = new DateFormatSymbols(desiredLocale, b, calendarType, this); in AospExtendedDateFormatSymbols()
1631 void initializeData(DateFormatSymbols dfs) { in initializeData() argument
1632 this.eras = dfs.eras; in initializeData()
1633 this.eraNames = dfs.eraNames; in initializeData()
1634 this.narrowEras = dfs.narrowEras; in initializeData()
1635 this.months = dfs.months; in initializeData()
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/
Dlayout_assignment.h52 LayoutConstraint(bool mandatory, bool dfs, int64_t priority) in LayoutConstraint() argument
53 : mandatory_(mandatory), dfs_(dfs), priority_(priority) {} in LayoutConstraint()
62 bool dfs() const { return dfs_; } in dfs() function
89 bool mandatory, bool dfs, int64_t priority);
94 bool dfs);
112 bool mandatory, bool dfs, int64_t priority);
336 bool dfs = true) {
338 dfs, current_priority_);
342 int64_t operand_no, bool mandatory, bool dfs,
351 bool mandatory = true, bool dfs = true,
[all …]
/external/icu/icu4c/source/test/intltest/
Dstatic_unisets_test.cpp76 DecimalFormatSymbols dfs(locale, status); in testSetCoverage() local
83 ASSERT_IN_SET(decimals, dfs.getConstSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol)); in testSetCoverage()
84 ASSERT_IN_SET(grouping, dfs.getConstSymbol(DecimalFormatSymbols::kGroupingSeparatorSymbol)); in testSetCoverage()
85 ASSERT_IN_SET(plusSign, dfs.getConstSymbol(DecimalFormatSymbols::kPlusSignSymbol)); in testSetCoverage()
86 ASSERT_IN_SET(minusSign, dfs.getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol)); in testSetCoverage()
87 ASSERT_IN_SET(percent, dfs.getConstSymbol(DecimalFormatSymbols::kPercentSymbol)); in testSetCoverage()
88 ASSERT_IN_SET(permille, dfs.getConstSymbol(DecimalFormatSymbols::kPerMillSymbol)); in testSetCoverage()
89 ASSERT_IN_SET(infinity, dfs.getConstSymbol(DecimalFormatSymbols::kInfinitySymbol)); in testSetCoverage()
/external/cronet/third_party/icu/source/test/intltest/
Dstatic_unisets_test.cpp76 DecimalFormatSymbols dfs(locale, status); in testSetCoverage() local
83 ASSERT_IN_SET(decimals, dfs.getConstSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol)); in testSetCoverage()
84 ASSERT_IN_SET(grouping, dfs.getConstSymbol(DecimalFormatSymbols::kGroupingSeparatorSymbol)); in testSetCoverage()
85 ASSERT_IN_SET(plusSign, dfs.getConstSymbol(DecimalFormatSymbols::kPlusSignSymbol)); in testSetCoverage()
86 ASSERT_IN_SET(minusSign, dfs.getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol)); in testSetCoverage()
87 ASSERT_IN_SET(percent, dfs.getConstSymbol(DecimalFormatSymbols::kPercentSymbol)); in testSetCoverage()
88 ASSERT_IN_SET(permille, dfs.getConstSymbol(DecimalFormatSymbols::kPerMillSymbol)); in testSetCoverage()
89 ASSERT_IN_SET(infinity, dfs.getConstSymbol(DecimalFormatSymbols::kInfinitySymbol)); in testSetCoverage()
/external/icu/android_icu4j/testing/src/com/android/libcore/java/text/
DNumberFormatTest.java47 DecimalFormatSymbols dfs = df.getDecimalFormatSymbols(); in testMonetarySeparator() local
50 assertEquals('.', dfs.getGroupingSeparator()); in testMonetarySeparator()
51 assertEquals(',', dfs.getDecimalSeparator()); in testMonetarySeparator()
52 assertEquals(',', dfs.getMonetaryDecimalSeparator()); in testMonetarySeparator()
53 assertEquals(',', dfs.getMonetaryGroupingSeparator()); in testMonetarySeparator()
/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() argument
44 return new CombinedCurrencyMatcher(currency, dfs, parseFlags); in getInstance()
47 private CombinedCurrencyMatcher(Currency currency, DecimalFormatSymbols dfs, int parseFlags) { in CombinedCurrencyMatcher() argument
49 this.currency1 = currency.getSymbol(dfs.getULocale()); in CombinedCurrencyMatcher()
52 … afterPrefixInsert = dfs.getPatternForCurrencySpacing(DecimalFormatSymbols.CURRENCY_SPC_INSERT, in CombinedCurrencyMatcher()
54 … beforeSuffixInsert = dfs.getPatternForCurrencySpacing(DecimalFormatSymbols.CURRENCY_SPC_INSERT, in CombinedCurrencyMatcher()
60 longNameTrie = Currency.getParsingTrie(dfs.getULocale(), Currency.LONG_NAME); in CombinedCurrencyMatcher()
61 symbolTrie = Currency.getParsingTrie(dfs.getULocale(), Currency.SYMBOL_NAME); in CombinedCurrencyMatcher()
71 .getName(dfs.getLocale(), Currency.PLURAL_LONG_NAME, pluralKeyword, null); in CombinedCurrencyMatcher()
/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() argument
46 return new CombinedCurrencyMatcher(currency, dfs, parseFlags); in getInstance()
49 private CombinedCurrencyMatcher(Currency currency, DecimalFormatSymbols dfs, int parseFlags) { in CombinedCurrencyMatcher() argument
51 this.currency1 = currency.getSymbol(dfs.getULocale()); in CombinedCurrencyMatcher()
54 … afterPrefixInsert = dfs.getPatternForCurrencySpacing(DecimalFormatSymbols.CURRENCY_SPC_INSERT, in CombinedCurrencyMatcher()
56 … beforeSuffixInsert = dfs.getPatternForCurrencySpacing(DecimalFormatSymbols.CURRENCY_SPC_INSERT, in CombinedCurrencyMatcher()
62 longNameTrie = Currency.getParsingTrie(dfs.getULocale(), Currency.LONG_NAME); in CombinedCurrencyMatcher()
63 symbolTrie = Currency.getParsingTrie(dfs.getULocale(), Currency.SYMBOL_NAME); in CombinedCurrencyMatcher()
73 .getName(dfs.getLocale(), Currency.PLURAL_LONG_NAME, pluralKeyword, null); in CombinedCurrencyMatcher()
/external/python/cpython3/Tools/peg_generator/pegen/
Dsccutils.py28 def dfs(v: str) -> Iterator[Set[str]]: function
35 yield from dfs(w)
49 yield from dfs(v)
120 def dfs(node: str, path: List[str]) -> Iterator[List[str]]: function
126 yield from dfs(child, path)
128 yield from dfs(start, [])
/external/icu/libicu/cts_headers/
Dnumparse_symbols.h70 InfinityMatcher(const DecimalFormatSymbols& dfs);
84 MinusSignMatcher(const DecimalFormatSymbols& dfs, bool allowTrailing);
100 NanMatcher(const DecimalFormatSymbols& dfs);
129 PercentMatcher(const DecimalFormatSymbols& dfs);
142 PermilleMatcher(const DecimalFormatSymbols& dfs);
156 PlusSignMatcher(const DecimalFormatSymbols& dfs, bool allowTrailing);

1234567