Searched defs:dfs (Results 1 - 25 of 43) sorted by relevance

12

/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_fs.c45 struct draw_fragment_shader *dfs; local
47 dfs = CALLOC_STRUCT(draw_fragment_shader);
48 if (dfs) {
49 dfs->base = *shader;
50 tgsi_scan_shader(shader->tokens, &dfs->info);
53 return dfs;
59 struct draw_fragment_shader *dfs)
63 draw->fs.fragment_shader = dfs;
69 struct draw_fragment_shader *dfs)
71 FREE(dfs);
58 draw_bind_fragment_shader(struct draw_context *draw, struct draw_fragment_shader *dfs) argument
68 draw_delete_fragment_shader(struct draw_context *draw, struct draw_fragment_shader *dfs) argument
[all...]
/external/icu/icu4c/source/i18n/
H A Dshareddateformatsymbols.h23 : dfs(loc, type, status) { }
25 const DateFormatSymbols &get() const { return dfs; }
27 DateFormatSymbols dfs; member in class:SharedDateFormatSymbols
H A Dscientificnumberformatter.cpp299 const DecimalFormatSymbols &dfs, UnicodeString &preExponent) {
300 preExponent.append(dfs.getConstSymbol(
302 preExponent.append(dfs.getConstSymbol(DecimalFormatSymbols::kOneDigitSymbol));
303 preExponent.append(dfs.getConstSymbol(DecimalFormatSymbols::kZeroDigitSymbol));
298 getPreExponent( const DecimalFormatSymbols &dfs, UnicodeString &preExponent) argument
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DChineseDateFormatSymbols.java113 void initializeData(DateFormatSymbols dfs) { argument
114 super.initializeData(dfs);
115 if (dfs instanceof ChineseDateFormatSymbols) {
117 this.isLeapMonth = ((ChineseDateFormatSymbols)dfs).isLeapMonth;
H A DScientificNumberFormatter.java301 private static String getPreExponent(DecimalFormatSymbols dfs) { argument
303 preExponent.append(dfs.getExponentMultiplicationSign());
304 char[] digits = dfs.getDigits();
311 DecimalFormatSymbols dfs = decimalFormat.getDecimalFormatSymbols();
313 (DecimalFormat) decimalFormat.clone(), getPreExponent(dfs), style);
H A DDateFormatSymbols.java1420 DateFormatSymbols dfs = DFSCACHE.get(key);
1421 if (dfs == null) {
1427 dfs = (DateFormatSymbols)this.clone();
1428 DFSCACHE.put(key, dfs);
1431 initializeData(dfs);
1440 void initializeData(DateFormatSymbols dfs) { argument
1441 this.eras = dfs.eras;
1442 this.eraNames = dfs.eraNames;
1443 this.narrowEras = dfs.narrowEras;
1444 this.months = dfs
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DChineseDateFormatSymbols.java111 void initializeData(DateFormatSymbols dfs) { argument
112 super.initializeData(dfs);
113 if (dfs instanceof ChineseDateFormatSymbols) {
115 this.isLeapMonth = ((ChineseDateFormatSymbols)dfs).isLeapMonth;
H A DScientificNumberFormatter.java305 private static String getPreExponent(DecimalFormatSymbols dfs) { argument
307 preExponent.append(dfs.getExponentMultiplicationSign());
308 char[] digits = dfs.getDigits();
315 DecimalFormatSymbols dfs = decimalFormat.getDecimalFormatSymbols();
317 (DecimalFormat) decimalFormat.clone(), getPreExponent(dfs), style);
H A DDateFormatSymbols.java1463 DateFormatSymbols dfs = DFSCACHE.get(key);
1464 if (dfs == null) {
1470 dfs = (DateFormatSymbols)this.clone();
1471 DFSCACHE.put(key, dfs);
1474 initializeData(dfs);
1483 void initializeData(DateFormatSymbols dfs) { argument
1484 this.eras = dfs.eras;
1485 this.eraNames = dfs.eraNames;
1486 this.narrowEras = dfs.narrowEras;
1487 this.months = dfs
[all...]
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
H A DDateFormatSymbols.java65 public java.text.DateFormatSymbols dfs; field in class:DateFormatSymbols
69 this.dfs = delegate;
256 return dfs.getEras();
265 dfs.setEras(newEras);
292 return dfs.getMonths();
307 return dfs.getMonths();
311 return dfs.getShortMonths();
324 dfs.setMonths(newMonths);
339 dfs.setMonths(newMonths);
344 dfs
[all...]
H A DDecimalFormatSymbols.java45 public final java.text.DecimalFormatSymbols dfs; field in class:DecimalFormatSymbols
51 this.dfs = delegate;
172 return dfs.getZeroDigit();
181 dfs.setZeroDigit(zeroDigit);
208 return dfs.getGroupingSeparator();
217 dfs.setGroupingSeparator(groupingSeparator);
226 return dfs.getDecimalSeparator();
235 dfs.setDecimalSeparator(decimalSeparator);
244 return dfs.getPerMill();
253 dfs
[all...]
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
H A DCalendarICU.java121 DateFormatSymbols dfs = DateFormatSymbols.getInstance(locale);
122 String[] array = getFieldStrings(field, style, dfs);
137 DateFormatSymbols dfs = DateFormatSymbols.getInstance(locale);
139 return getFieldStringsMap(field, style, dfs);
142 Map<String,Integer> result = getFieldStringsMap(field, SHORT, dfs);
147 Map<String,Integer> longMap = getFieldStringsMap(field, LONG, dfs);
296 private static String[] getFieldStrings(int field, int style, DateFormatSymbols dfs) { argument
300 result = dfs.getAmPmStrings();
303 result = (style == LONG) ? dfs.getWeekdays() : dfs
316 getFieldStringsMap(int field, int style, DateFormatSymbols dfs) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_11_vht.c20 #include "dfs.h"
214 int dfs, i; local
261 dfs = hostapd_is_dfs_required(hapd->iface);
262 if (dfs < 0)
263 dfs = 0;
272 local_pwr_constraint = (dfs == 0) ? 0 : 3;
H A Dhw_features.c107 int dfs = 0; local
117 dfs = 1;
137 dfs ? dfs_info(&feature->channels[j]) : "");
H A Dbeacon.c31 #include "dfs.h"
140 int dfs; local
159 dfs = hostapd_is_dfs_required(hapd->iface);
160 if (dfs < 0) {
162 dfs);
163 dfs = 0;
166 if (dfs == 0 && hapd->iconf->local_pwr_constraint == -1)
H A Dieee802_11.c44 #include "dfs.h"
142 int dfs; local
145 dfs = hostapd_is_dfs_required(hapd->iface);
146 if (dfs < 0) {
148 dfs);
149 dfs = 0;
187 (hapd->iconf->spectrum_mgmt_required || dfs))
/external/wpa_supplicant_8/src/ap/
H A Dieee802_11_vht.c20 #include "dfs.h"
214 int dfs, i; local
261 dfs = hostapd_is_dfs_required(hapd->iface);
262 if (dfs < 0)
263 dfs = 0;
272 local_pwr_constraint = (dfs == 0) ? 0 : 3;
H A Dhw_features.c107 int dfs = 0; local
117 dfs = 1;
137 dfs ? dfs_info(&feature->channels[j]) : "");
H A Dbeacon.c31 #include "dfs.h"
140 int dfs; local
159 dfs = hostapd_is_dfs_required(hapd->iface);
160 if (dfs < 0) {
162 dfs);
163 dfs = 0;
166 if (dfs == 0 && hapd->iconf->local_pwr_constraint == -1)
H A Dieee802_11.c44 #include "dfs.h"
142 int dfs; local
145 dfs = hostapd_is_dfs_required(hapd->iface);
146 if (dfs < 0) {
148 dfs);
149 dfs = 0;
187 (hapd->iconf->spectrum_mgmt_required || dfs))
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dieee802_11_vht.c20 #include "dfs.h"
214 int dfs, i; local
261 dfs = hostapd_is_dfs_required(hapd->iface);
262 if (dfs < 0)
263 dfs = 0;
272 local_pwr_constraint = (dfs == 0) ? 0 : 3;
H A Dhw_features.c107 int dfs = 0; local
117 dfs = 1;
137 dfs ? dfs_info(&feature->channels[j]) : "");
H A Dbeacon.c31 #include "dfs.h"
140 int dfs; local
159 dfs = hostapd_is_dfs_required(hapd->iface);
160 if (dfs < 0) {
162 dfs);
163 dfs = 0;
166 if (dfs == 0 && hapd->iconf->local_pwr_constraint == -1)
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
H A DFormatTests.java715 DateFormatSymbols dfs =new DateFormatSymbols(GregorianCalendar.class, uloc);
718 dfs.setMonths((String[]) cannedMonthNames.get(key));
719 dfs.setShortMonths((String[]) cannedShortMonthNames.get(key));
721 return dfs;
726 DateFormatSymbols dfs = getCannedDateFormatSymbols(uloc);
728 return new SimpleDateFormat(pattern, dfs, uloc);
942 private static char[] getCharSymbols(DecimalFormatSymbols dfs) argument
945 dfs.getDecimalSeparator(),
946 dfs.getDigit(),
947 dfs
962 setCharSymbols(DecimalFormatSymbols dfs, char symbols[]) argument
978 getStringSymbols(DecimalFormatSymbols dfs) argument
1005 setSymbols(DecimalFormatSymbols dfs, String symbols[]) argument
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
H A DFormatTests.java714 DateFormatSymbols dfs =new DateFormatSymbols(GregorianCalendar.class, uloc);
717 dfs.setMonths((String[]) cannedMonthNames.get(key));
718 dfs.setShortMonths((String[]) cannedShortMonthNames.get(key));
720 return dfs;
725 DateFormatSymbols dfs = getCannedDateFormatSymbols(uloc);
727 return new SimpleDateFormat(pattern, dfs, uloc);
941 private static char[] getCharSymbols(DecimalFormatSymbols dfs) argument
944 dfs.getDecimalSeparator(),
945 dfs.getDigit(),
946 dfs
961 setCharSymbols(DecimalFormatSymbols dfs, char symbols[]) argument
977 getStringSymbols(DecimalFormatSymbols dfs) argument
1004 setSymbols(DecimalFormatSymbols dfs, String symbols[]) argument
[all...]

Completed in 776 milliseconds

12