/packages/apps/Contacts/src/com/android/contacts/datepicker/ |
DatePicker.java | 127 DateFormatSymbols dfs = new DateFormatSymbols(); local 128 String[] months = dfs.getShortMonths();
|
/external/openfst/src/include/fst/ |
test-properties.h | 28 #include <fst/dfs-visit.h> 99 // Compute these trinary properties with a DFS. We compute only those 100 // that need a DFS here, since we otherwise would like to avoid a DFS
|
connect.h | 27 #include <fst/dfs-visit.h> 118 // DFS SCC algorithm (see Aho, et al, "Design and Analysis of Computer
|
minimize.h | 35 #include <fst/dfs-visit.h> 329 // DFS visitor to compute the height (distance) to final state. 334 // invoked before dfs visit 337 // invoked when state is discovered (2nd arg is DFS tree root) 374 // invoked after DFS visit
|
accumulator.h | 34 #include <fst/dfs-visit.h>
|
randgen.h | 31 #include <fst/dfs-visit.h>
|
/external/openfst/src/include/fst/script/ |
info-impl.h | 29 #include <fst/dfs-visit.h>
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/ |
config.py | 120 dfs = cp.get(sectname, "datefmt", 1) 122 dfs = None 128 f = c(fs, dfs) [all...] |
__init__.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/ |
config.py | 120 dfs = cp.get(sectname, "datefmt", 1) 122 dfs = None 128 f = c(fs, dfs) [all...] |
__init__.py | [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
IncludeFinder.java | 750 // Perform DFS on the include graph and look for a cycle; if we find one, produce 754 String chain = dfs(from, visiting); 767 private String dfs(String from, Set<String> visiting) { method in class:IncludeFinder 776 String chain = dfs(include, visiting); [all...] |
/external/icu4c/test/intltest/ |
itrbnf.cpp | [all...] |
numrgts.cpp | 455 DecimalFormatSymbols *dfs = new DecimalFormatSymbols(status); local 458 if (dfs != NULL) 466 delete dfs; [all...] |
caltest.cpp | 1453 DateFormatSymbols *dfs = new DateFormatSymbols(Locale::getGermany(), status); local [all...] |
/prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/ |
findbugs-2.0.1.jar | |
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
SimpleDateFormatTest.java | 567 DateFormatSymbols dfs = df.getDateFormatSymbols(); local 568 assertTrue("Symbols identical", dfs != df.getDateFormatSymbols()); [all...] |
/packages/apps/DeskClock/src/com/android/deskclock/ |
AlarmClockFragment.java | 757 DateFormatSymbols dfs = new DateFormatSymbols(); local 758 mShortWeekDayStrings = dfs.getShortWeekdays(); 759 mLongWeekDayStrings = dfs.getWeekdays(); [all...] |
/external/openfst/src/include/fst/extensions/pdt/ |
paren.h | 37 #include <fst/dfs-visit.h> 202 // DFS that gathers paren and state set information. 206 // Unions state sets together gathered by the DFS. 219 vector<char> state_color_; // DFS state 226 // DFS that gathers paren and state set information. 274 // Unions state sets together gathered by the DFS.
|
/ndk/build/core/ |
definitions-graph.mk | 423 $(call test-expect,B C,$(bfs_deps),dfs dependencies)\ 433 $(call test-expect,B C,$(bfs_deps),dfs dependencies)\
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
caltest.cpp | 1365 DateFormatSymbols *dfs = new DateFormatSymbols(Locale::getGermany(), status); local [all...] |
numrgts.cpp | 451 DecimalFormatSymbols *dfs = new DecimalFormatSymbols(status); local 454 if (dfs != NULL) 462 delete dfs; [all...] |
itrbnf.cpp | [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
dtptngen.cpp | 863 DecimalFormatSymbols dfs = DecimalFormatSymbols(locale, status); local 865 decimal = dfs.getSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol); [all...] |
/external/icu4c/i18n/ |
dtptngen.cpp | 878 DecimalFormatSymbols dfs = DecimalFormatSymbols(locale, status); local 880 decimal = dfs.getSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol); [all...] |