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

12

/external/chromium_org/third_party/mesa/src/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/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/chromium_org/v8/test/intl/date-format/
H A Dtimezone-name.js44 var dfs = new Intl.DateTimeFormat('en-US', flags);
46 assertTrue(dfs.format(winter).indexOf('PST') !== -1);
47 assertTrue(dfs.format(summer).indexOf('PDT') !== -1);
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DFuncFormatNumb.java61 java.text.DecimalFormatSymbols dfs = null;
80 dfs = ss.getDecimalFormatComposed(qname);
82 if (null == dfs)
92 //formatter = new java.text.DecimalFormat(patternStr, dfs);
95 formatter.setDecimalFormatSymbols(dfs);
105 dfs = ss.getDecimalFormatComposed(new QName(""));
107 if (dfs != null)
111 formatter.setDecimalFormatSymbols(dfs);
116 dfs = new java.text.DecimalFormatSymbols(java.util.Locale.US);
118 dfs
[all...]
/external/openfst/src/include/fst/
H A Ddfs-visit.h0 // dfs-visit.h
117 bool dfs = true; local
120 for (StateId root = start; dfs && root < nstates;) {
123 dfs = visitor->InitState(root, root);
132 if (!dfs || aiter.Done()) {
160 dfs = visitor->TreeArc(s, arc);
161 if (!dfs) break;
164 dfs = visitor->InitState(arc.nextstate, root);
167 dfs = visitor->BackArc(s, arc);
171 dfs
[all...]
H A Dtopsort.h29 #include <fst/dfs-visit.h>
H A Dfstlib.h136 #include <fst/dfs-visit.h>
H A Dstate-reachable.h28 #include <fst/dfs-visit.h>
H A Dtest-properties.h28 #include <fst/dfs-visit.h>
H A Dconnect.h27 #include <fst/dfs-visit.h>
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Ddfs-visit.h0 // dfs-visit.h
97 bool dfs = true; local
100 for (StateId root = start; dfs && root < nstates;) {
103 dfs = visitor->InitState(root, root);
108 if (!dfs || aiter.Done()) {
132 dfs = visitor->TreeArc(s, arc);
133 if (!dfs) break;
136 dfs = visitor->InitState(arc.nextstate, root);
139 dfs = visitor->BackArc(s, arc);
143 dfs
[all...]
/external/openfst/src/include/fst/script/
H A Dconnect.h22 #include <fst/dfs-visit.h>
/external/chromium_org/net/tools/tld_cleanup/
H A Dmake_dafsa.py233 def dfs(node, parent): function in function:reverse
244 dfs(child, nodemap[id(node)])
249 dfs(node, None)
293 exists. The graph is accessed in dfs order.
/external/icu/icu4c/source/test/intltest/
H A Dlrucachetest.cpp42 const UnicodeString &dfs, UErrorCode &status);
53 const UnicodeString &dfs, UErrorCode &status) :
58 defaultFormatStr.reset(new UnicodeString(dfs));
51 LRUCacheForTesting( int32_t maxSize, const UnicodeString &dfs, UErrorCode &status) argument
H A Ditrbnf.cpp1922 DecimalFormatSymbols dfs(Locale::getEnglish(), status);
1945 dfs.setSymbol(DecimalFormatSymbols::kGroupingSeparatorSymbol, UnicodeString("&"), TRUE);
1946 rbnf.setDecimalFormatSymbols(dfs);
1961 DecimalFormatSymbols dfs("en", status);
1963 DecimalFormat decFmt("#,###.################", dfs, status);
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dbeacon.c30 #include "dfs.h"
110 int dfs; local
129 dfs = hostapd_is_dfs_required(hapd->iface);
130 if (dfs < 0) {
132 dfs);
133 dfs = 0;
136 if (dfs == 0 && hapd->iconf->local_pwr_constraint == -1)
H A Dhw_features.c106 int dfs = 0; local
115 dfs = 1;
136 dfs ? dfs_info(&feature->channels[j]) : "");
H A Dieee802_11.c41 #include "dfs.h"
139 int dfs; local
142 dfs = hostapd_is_dfs_required(hapd->iface);
143 if (dfs < 0) {
145 dfs);
146 dfs = 0;
198 (hapd->iconf->spectrum_mgmt_required || dfs))
/external/wpa_supplicant_8/src/ap/
H A Dbeacon.c30 #include "dfs.h"
110 int dfs; local
129 dfs = hostapd_is_dfs_required(hapd->iface);
130 if (dfs < 0) {
132 dfs);
133 dfs = 0;
136 if (dfs == 0 && hapd->iconf->local_pwr_constraint == -1)
H A Dhw_features.c106 int dfs = 0; local
115 dfs = 1;
136 dfs ? dfs_info(&feature->channels[j]) : "");
H A Dieee802_11.c41 #include "dfs.h"
139 int dfs; local
142 dfs = hostapd_is_dfs_required(hapd->iface);
143 if (dfs < 0) {
145 dfs);
146 dfs = 0;
198 (hapd->iconf->spectrum_mgmt_required || dfs))
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dbeacon.c30 #include "dfs.h"
110 int dfs; local
129 dfs = hostapd_is_dfs_required(hapd->iface);
130 if (dfs < 0) {
132 dfs);
133 dfs = 0;
136 if (dfs == 0 && hapd->iconf->local_pwr_constraint == -1)
H A Dhw_features.c106 int dfs = 0; local
115 dfs = 1;
136 dfs ? dfs_info(&feature->channels[j]) : "");
H A Dieee802_11.c41 #include "dfs.h"
139 int dfs; local
142 dfs = hostapd_is_dfs_required(hapd->iface);
143 if (dfs < 0) {
145 dfs);
146 dfs = 0;
198 (hapd->iconf->spectrum_mgmt_required || dfs))
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ditrbnf.cpp1922 DecimalFormatSymbols dfs(Locale::getEnglish(), status);
1945 dfs.setSymbol(DecimalFormatSymbols::kGroupingSeparatorSymbol, UnicodeString("&"), TRUE);
1946 rbnf.setDecimalFormatSymbols(dfs);
1961 DecimalFormatSymbols dfs("en", status);
1963 DecimalFormat decFmt("#,###.################", dfs, status);

Completed in 1335 milliseconds

12