/ndk/sources/cxx-stl/stlport/src/ |
D | time_facets.cpp | 69 static void _Init_timeinfo_base(_Time_Info_Base& table) { in _Init_timeinfo_base() argument 70 table._M_time_format = "%H:%M:%S"; in _Init_timeinfo_base() 71 table._M_date_format = "%m/%d/%y"; in _Init_timeinfo_base() 72 table._M_date_time_format = "%m/%d/%y"; in _Init_timeinfo_base() 75 static void _Init_timeinfo(_Time_Info& table) { in _Init_timeinfo() argument 78 table._M_dayname[i] = default_dayname[i]; in _Init_timeinfo() 80 table._M_monthname[i] = default_monthname[i]; in _Init_timeinfo() 81 table._M_am_pm[0] = "AM"; in _Init_timeinfo() 82 table._M_am_pm[1] = "PM"; in _Init_timeinfo() 83 _Init_timeinfo_base(table); in _Init_timeinfo() [all …]
|
D | ctype.cpp | 380 const ctype_base::mask* table; member 383 : M(m), table(t) {} in _Ctype_w_is_mask() 385 { return _WCharIndex::in_range(c, ctype<char>::table_size) && (table[c] & M); } in operator ()() 395 const ctype_base::mask * table = ctype<char>::classic_table(); in do_is() local 396 return _WCharIndex::in_range(c, ctype<char>::table_size) && (m & table[c]); in do_is() 402 const ctype_base::mask * table = ctype<char>::classic_table(); in do_is() local 406 *vec = _WCharIndex::in_range(c, ctype<char>::table_size) ? table[c] : ctype_base::mask(0); in do_is()
|
/ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/ |
D | table.pass.cpp | 25 assert(f.table() == f.classic_table()); in main() 28 std::ctype<char>::mask table[256]; in main() local 29 std::locale l(std::locale::classic(), new std::ctype<char>(table)); in main() 31 assert(f.table() == table); in main()
|
/ndk/sources/host-tools/make-3.81/ |
D | variable.c | 150 hash_init (&global_variable_set.table, VARIABLE_BUCKETS, in init_hash_global_variable_set() 176 var_slot = (struct variable **) hash_find_slot (&set->table, &var_key); in define_variable_in_set() 212 hash_insert_at (&set->table, v, var_slot); in define_variable_in_set() 287 && global_variable_set.table.ht_fill != last_var_count) in handle_special_var() 292 struct variable **vp = (struct variable **) global_variable_set.table.ht_vec; in handle_special_var() 293 struct variable **end = &vp[global_variable_set.table.ht_size]; in handle_special_var() 327 last_var_count = global_variable_set.table.ht_fill; in handle_special_var() 354 v = (struct variable *) hash_find_item ((struct hash_table *) &set->table, &var_key); in lookup_variable() 432 return (struct variable *) hash_find_item ((struct hash_table *) &set->table, &var_key); in lookup_variable_in_set() 454 hash_init (&l->set->table, PERFILE_VARIABLE_BUCKETS, in initialize_file_variables() [all …]
|
D | variable.h | 86 struct hash_table table; /* Hash table of variables. */ member
|
D | getloadavg.c | 792 table (TBL_LOADAVG, 0, &load_ave, 1, sizeof (load_ave)); in getloadavg() 813 table (TBL_LOADAVG, 0, &load_ave, 1, sizeof (load_ave)); in getloadavg()
|
D | ChangeLog | 206 of strings, with a hash table interface for fast lookup. Nothing 228 (function_table_init): Update the table with the new functions. 980 (function_table_init): Add new function to the table. 2061 use of an internal hash table. Fix documentation strings. 2089 [ctime]: Add member for VMS. [dirfiles]: Add hash-table member. 2099 (find_directory): Use new hash table package. 2111 (lookup_file): Use new hash table package. 2120 (lookup_function): Remove `table' argument. 2121 Use new hash table package. 2126 and '%', if present. Note a_word length. Use a hash table if [all …]
|
/ndk/sources/host-tools/nawk-20071023/ |
D | maketab.c | 110 const char *table[SIZE]; variable 160 table[p->token-FIRSTTOKEN] = p->name; in main() 163 if (table[i]==0) in main() 166 printf("\t%s,\t/* %s */\n", table[i], names[i]); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor/ |
D | dtor.pass.cpp | 37 std::ctype<char>::mask table[256]; in main() local 39 std::locale l(std::locale::classic(), new std::ctype<char>(table)); in main()
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
D | new5.cpp | 19 X table; in main() local
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
D | new5.cpp | 19 X table; in main() local
|
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
D | filter-out | 9 also added to the text argument. This tests an internal hash table
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make-stds.texi | 313 @table @code 340 @end table 344 @table @code 373 @end table 398 @table @samp 452 @end table 459 @table @samp 551 @end table 555 @table @samp 586 @end table [all …]
|
D | make.texi | 1269 @table @code 1352 @table @samp 1381 @end table 1388 @end table 2313 @table @code 2329 @end table 2833 @table @code 3003 @end table 4285 sub-@code{make}, in turn, uses the environment to initialize its table 6021 a table of them: [all …]
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
D | sed.texi | 192 @table @code 370 @end table 458 @table @code 567 @end table 602 @table @code 624 @end table 661 @table @code 805 @end table 814 @table @samp 875 @end table [all …]
|
D | sed-in.texi | 191 @table @code 369 @end table 457 @table @code 566 @end table 601 @table @code 623 @end table 660 @table @code 804 @end table 813 @table @samp 874 @end table [all …]
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | regex_internal.h | 835 const int32_t *table, *indirect; in internal_function() local 842 table = (const int32_t *) _NL_CURRENT (LC_COLLATE, _NL_COLLATE_TABLEMB); in internal_function()
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | binary.sed | 157 # remove the table and leading zeros. If result is 0000...0, \3 matches
|
D | binary2.sed | 191 # remove the table and leading zeros. If result is 0000...0, \3 matches
|
D | binary3.sed | 170 # remove the table and leading zeros. If result is 0000...0, \3 matches
|
D | PCRE.tests | 905 Food is on the foo table 906 0: foo table 908 2: table
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _ctype.h | 118 const mask* table() const _STLP_NOTHROW { return _M_ctype_table; } in table() function
|
/ndk/sources/cxx-stl/stlport/stlport/ |
D | type_traits | 151 struct __is_vtbl : // has virtual table? 157 struct __is_vtbl : // has virtual table?
|
/ndk/tests/build/issue20862-libpng-O0/jni/ |
D | pngrtran.c | 4431 PNG_CONST png_bytep table = png_ptr->gamma_from_1; in png_do_encode_alpha() local 4433 if (table != NULL) in png_do_encode_alpha() 4442 *row = table[*row]; in png_do_encode_alpha() 4450 PNG_CONST png_uint_16pp table = png_ptr->gamma_16_from_1; in png_do_encode_alpha() local 4453 if (table != NULL) in png_do_encode_alpha() 4465 v = table[*(row + 1) >> gamma_shift][*row]; in png_do_encode_alpha()
|
/ndk/sources/host-tools/make-3.81/config/ |
D | texinfo.tex | 1031 % @asis just yields its argument. Used with @table, for example. 1755 % Fonts for short table of contents. 2390 % Tables -- @table, @ftable, @vtable, @item(x). 2392 % default indentation of table text 2396 % margin between end of table item and start of table text. 2402 % Note @table, @ftable, and @vtable define @item, @itemx, etc., with 2470 % @table, @ftable, @vtable. 2471 \envdef\table{% 2473 \tablecheck{table}% 2693 % Each new table line starts with @item, each subsequent new column [all …]
|