/external/icu/icu4j/main/classes/currdata/src/com/ibm/icu/impl/ |
D | ICUCurrencyMetaInfo.java | 128 long to = Long.MAX_VALUE; in collectRegion() local 179 private List<T> list = new ArrayList<T>(); field in ICUCurrencyMetaInfo.UniqueList 185 void add(T value) { in add() method in ICUCurrencyMetaInfo.UniqueList 192 List<T> list() { in list() method in ICUCurrencyMetaInfo.UniqueList 203 …public void collect(String region, String currency, long from, long to, int priority, boolean tend… in collect() 223 String region, String currency, long from, long to, int priority, boolean tender) { in collect() 243 String region, String currency, long from, long to, int priority, boolean tender) { in collect() 280 … void collect(String region, String currency, long from, long to, int priority, boolean tender); in collect()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | ICUCurrencyMetaInfo.java | 130 long to = Long.MAX_VALUE; in collectRegion() local 181 private List<T> list = new ArrayList<T>(); field in ICUCurrencyMetaInfo.UniqueList 187 void add(T value) { in add() method in ICUCurrencyMetaInfo.UniqueList 194 List<T> list() { in list() method in ICUCurrencyMetaInfo.UniqueList 205 …public void collect(String region, String currency, long from, long to, int priority, boolean tend… in collect() 225 String region, String currency, long from, long to, int priority, boolean tender) { in collect() 245 String region, String currency, long from, long to, int priority, boolean tender) { in collect() 282 … void collect(String region, String currency, long from, long to, int priority, boolean tender); in collect()
|
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | TestMetazones.java | 157 String to = parts.getAttributeValue(-1, "to"); in fillMetazoneData() local 206 … List<Pair<Long, Long>> list = getDifferencesOverRange(timezone1, timezone2, overlap); in checkMetazoneConsistency() local 225 List<Pair<Long, Long>> list) { in showDifferences() argument 282 List<Long> list = new ArrayList<Long>(); in getDifferencesOverRange() local 346 DateRange overlap, Set<Long> list) { in addTransitions() 563 public void add(DateRange o) { in add() method in TestMetazones.DateRanges
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | Misc.java | 260 List<String> list = sc.getFullData(type, code); in listObsoletes() local 790 List<String> list = x; in getZoneData() local 893 …private static void add(Set<String> abbreviations, String format, String zone, ZoneLine lastZoneLi… in add() method in Misc 909 int to = ruleLine.toYear; in getAbbreviations() local 971 List<String> list = CldrUtility.splitList(line, '\t', true); in getCities() local 1237 List<String> list = m.get(tzid); in zones_countrySet() local 1297 File[] list = translitSource.listFiles(); in generateTransliterators() local
|
/external/toybox/toys/pending/ |
D | ip.c | 53 int ifindex, scope, scopemask, up, to; member 107 static int substring_to_idx(char *str, struct arglist *list) in substring_to_idx() 120 static int string_to_idx(char *str, struct arglist *list) in string_to_idx() 130 static char *idx_to_string(int idx, struct arglist *list) in idx_to_string() 162 static void parseRPDB(char *fname, struct arglist **list, int32_t size) in parseRPDB() 194 static void free_alist(struct arglist **list) in free_alist() 205 static void init_arglist(struct arglist **list,int value, char* name) in init_arglist() 554 int len = 0, add = (*argv[-1] == 'a') ? 1 : 0; in linkupdate() local 2267 u_int32_t from, to = *(u_int32_t *)RTA_DATA(attr[RTA_FLOW]); in show_rules() local
|
/external/u-boot/include/linux/mtd/ |
D | mtd.h | 359 static inline int mtd_write_oob(struct mtd_info *mtd, loff_t to, in mtd_write_oob() 480 void (*add)(struct mtd_info *mtd); member 482 struct list_head list; member
|
/external/libpng/contrib/tools/ |
D | pngfix.c | 200 uarb_copy(uarb to, uarb from, int idigits) in uarb_copy() 213 uarb_inc(uarb num, int in_digits, png_int_32 add) in uarb_inc() 253 uarb_add32(uarb num, int in_digits, png_uint_32 add) in uarb_add32() 621 IDAT_list_init(struct IDAT_list *list) in IDAT_list_init() 630 IDAT_list_size(struct IDAT_list *list, unsigned int length) in IDAT_list_size() 643 struct IDAT_list *list = IDAT_list->next; in IDAT_list_end() local 1924 struct IDAT_list *list; in process_IDAT() local 2503 struct IDAT_list *list = zlib->idat->idat_list_head; in zlib_run() local
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | CldrUtility.java | 102 public VariableReplacer add(String variable, String value) { in add() method in CldrUtility.VariableReplacer 610 int from = 0, to = 1; in asMap() local 1497 List<String> list = splitter.splitToList(source); in array() local
|
/external/python/httplib2/doc/html/ |
D | searchindex.json | 1 …to":[0,1],"those":[1],"sent":[1],"liter":[1],"everi":[1],"string":[1],"fals":[1],"unfamiliar":[1],… array
|
/external/bcc/tests/cc/ |
D | catch.hpp | 943 AllOf& add( Matcher<ExpressionT> const& matcher ) { in add() function in Catch::Matchers::Impl::Generic::AllOf 983 AnyOf& add( Matcher<ExpressionT> const& matcher ) { in add() function in Catch::Matchers::Impl::Generic::AnyOf 2349 BetweenGenerator( T from, T to ) : m_from( from ), m_to( to ){} in BetweenGenerator() 2370 void add( T value ) { in add() function in Catch::ValuesGenerator 2426 void add( const IGenerator<T>* generator ) { in add() function in Catch::CompositeGenerator 2459 CompositeGenerator<T> between( T from, T to ) { in between() 5348 void add( std::string const& spelling ) { in add() function 5431 inline Option<std::size_t> list( Config const& config ) { in list() function 8350 … void TagAliasRegistry::add( char const* alias, char const* tag, SourceLineInfo const& lineInfo ) { in add() function in Catch::TagAliasRegistry 8398 void add( Ptr<IStreamingReporter> const& reporter ) { in add() function in Catch::MultipleReporters
|