| /external/python/cpython2/Tools/unicode/ |
| D | mkstringprep.py | 68 table = {} variable 123 name, table = tables[0] variable 126 table = set(table.keys()) variable 146 name, table = tables[0] variable 149 table = sorted(table.keys()) variable 236 name, table = tables[0] variable 247 name, table = tables[0] variable 304 name, table = tables[0] variable 318 name, table = tables[0] variable 325 table = set(table.keys()) variable [all …]
|
| /external/truth/core/src/test/java/com/google/common/truth/ |
| D | TableSubjectTest.java | 39 ImmutableTable<String, String, String> table = ImmutableTable.of(); in tableIsEmpty() local 45 ImmutableTable<Integer, Integer, Integer> table = ImmutableTable.of(1, 5, 7); in tableIsEmptyWithFailure() local 52 ImmutableTable<Integer, Integer, Integer> table = ImmutableTable.of(1, 5, 7); in tableIsNotEmpty() local 58 ImmutableTable<Integer, Integer, Integer> table = ImmutableTable.of(); in tableIsNotEmptyWithFailure() local 84 ImmutableTable<String, String, String> table = ImmutableTable.of("row", "col", "val"); in contains() local 90 ImmutableTable<String, String, String> table = ImmutableTable.of("row", "col", "val"); in containsFailure() local 99 ImmutableTable<String, String, String> table = ImmutableTable.of("row", "col", "val"); in doesNotContain() local 108 ImmutableTable<String, String, String> table = ImmutableTable.of("row", "col", "val"); in doesNotContainFailure() local 119 ImmutableTable<String, String, String> table = ImmutableTable.of("row", "col", "val"); in containsCell() local 126 ImmutableTable<String, String, String> table = ImmutableTable.of("row", "col", "val"); in containsCellFailure() local [all …]
|
| /external/python/cpython3/Tools/unicode/ |
| D | mkstringprep.py | 69 table = {} variable 126 name, table = tables[0] variable 129 table = set(table.keys()) variable 149 name, table = tables[0] variable 152 table = sorted(table.keys()) variable 239 name, table = tables[0] variable 250 name, table = tables[0] variable 307 name, table = tables[0] variable 321 name, table = tables[0] variable 328 table = set(table.keys()) variable [all …]
|
| /external/mesa3d/src/mesa/main/ |
| D | hash.c | 53 struct _mesa_HashTable *table = CALLOC_STRUCT(_mesa_HashTable); in _mesa_NewHashTable() local 89 _mesa_DeleteHashTable(struct _mesa_HashTable *table) in _mesa_DeleteHashTable() 108 _mesa_HashEnableNameReuse(struct _mesa_HashTable *table) in _mesa_HashEnableNameReuse() 126 _mesa_HashLookup_unlocked(struct _mesa_HashTable *table, GLuint key) in _mesa_HashLookup_unlocked() 155 _mesa_HashLookup(struct _mesa_HashTable *table, GLuint key) in _mesa_HashLookup() 177 _mesa_HashLookupLocked(struct _mesa_HashTable *table, GLuint key) in _mesa_HashLookupLocked() 184 _mesa_HashInsert_unlocked(struct _mesa_HashTable *table, GLuint key, void *data) in _mesa_HashInsert_unlocked() 221 _mesa_HashInsertLocked(struct _mesa_HashTable *table, GLuint key, void *data, in _mesa_HashInsertLocked() 240 _mesa_HashInsert(struct _mesa_HashTable *table, GLuint key, void *data, in _mesa_HashInsert() 261 _mesa_HashRemove_unlocked(struct _mesa_HashTable *table, GLuint key) in _mesa_HashRemove_unlocked() [all …]
|
| /external/guava/android/guava-tests/test/com/google/common/collect/ |
| D | ImmutableTableTest.java | 49 ImmutableTable<String, String, Integer> table = zis.combine(zat).build(); in testToImmutableTable_java7_combine() local 191 Table<Character, Integer, String> table = TreeBasedTable.create(); in testCopyOf() local 205 Table<Character, Integer, String> table = TreeBasedTable.create(); in testCopyOfSparse() local 219 Table<Character, Integer, String> table = TreeBasedTable.create(); in testCopyOfDense() local 232 Table<Character, Integer, String> table = HashBasedTable.create(); in testBuilder_orderRowsAndColumnsBy_putAll() local 262 Table<Character, Integer, String> table = builder.build(); in testBuilder_orderRowsAndColumnsBy_sparse() local 284 Table<Character, Integer, String> table = builder.build(); in testBuilder_orderRowsAndColumnsBy_dense() local 306 Table<Character, Integer, String> table = builder.build(); in testBuilder_orderRowsBy_sparse() local 322 Table<Character, Integer, String> table = builder.build(); in testBuilder_orderRowsBy_dense() local 339 Table<Character, Integer, String> table = builder.build(); in testBuilder_orderColumnsBy_sparse() local [all …]
|
| D | TableCollectionTest.java | 685 Table<String, Integer, Character> table, String[] elements) { in populateForRowKeySet() 693 Table<Integer, String, Character> table, String[] elements) { in populateForColumnKeySet() 701 Table<Integer, Character, String> table, String[] elements) { in populateForValues() 721 Table<String, Integer, Character> table = createTable(); in create() local 792 Table<Character, String, Integer> table = makeTable(); in makePopulatedMap() local 873 Table<Character, String, Integer> table = HashBasedTable.create(); in makeTable() local 879 Table<Character, String, Integer> table = HashBasedTable.create(); in makePopulatedMap() local 895 Table<Character, String, Integer> table = HashBasedTable.create(); in makeTable() local 901 Table<Character, String, Integer> table = HashBasedTable.create(); in makePopulatedMap() local 917 RowSortedTable<Character, String, Integer> table = TreeBasedTable.create(); in makeTable() local [all …]
|
| /external/guava/guava-tests/test/com/google/common/collect/ |
| D | ImmutableTableTest.java | 197 Table<Character, Integer, String> table = TreeBasedTable.create(); in testCopyOf() local 211 Table<Character, Integer, String> table = TreeBasedTable.create(); in testCopyOfSparse() local 225 Table<Character, Integer, String> table = TreeBasedTable.create(); in testCopyOfDense() local 238 Table<Character, Integer, String> table = HashBasedTable.create(); in testBuilder_orderRowsAndColumnsBy_putAll() local 268 Table<Character, Integer, String> table = builder.build(); in testBuilder_orderRowsAndColumnsBy_sparse() local 290 Table<Character, Integer, String> table = builder.build(); in testBuilder_orderRowsAndColumnsBy_dense() local 312 Table<Character, Integer, String> table = builder.build(); in testBuilder_orderRowsBy_sparse() local 328 Table<Character, Integer, String> table = builder.build(); in testBuilder_orderRowsBy_dense() local 345 Table<Character, Integer, String> table = builder.build(); in testBuilder_orderColumnsBy_sparse() local 361 Table<Character, Integer, String> table = builder.build(); in testBuilder_orderColumnsBy_dense() local [all …]
|
| D | TableCollectionTest.java | 685 Table<String, Integer, Character> table, String[] elements) { in populateForRowKeySet() 693 Table<Integer, String, Character> table, String[] elements) { in populateForColumnKeySet() 701 Table<Integer, Character, String> table, String[] elements) { in populateForValues() 721 Table<String, Integer, Character> table = createTable(); in create() local 792 Table<Character, String, Integer> table = makeTable(); in makePopulatedMap() local 873 Table<Character, String, Integer> table = HashBasedTable.create(); in makeTable() local 879 Table<Character, String, Integer> table = HashBasedTable.create(); in makePopulatedMap() local 895 Table<Character, String, Integer> table = HashBasedTable.create(); in makeTable() local 901 Table<Character, String, Integer> table = HashBasedTable.create(); in makePopulatedMap() local 917 RowSortedTable<Character, String, Integer> table = TreeBasedTable.create(); in makeTable() local [all …]
|
| D | ArrayTableTest.java | 44 ArrayTable<String, Integer, Character> table = in create() local 219 ArrayTable<String, String, Character> table = in testCreateEmptyRowsXColumns() local 236 ArrayTable<String, String, Character> table = in testEmptyToArry() local 337 ArrayTable<String, Integer, Character> table = in testRowKeyList() local 343 ArrayTable<String, Integer, Character> table = in testColumnKeyList() local 355 ArrayTable<String, Integer, Character> table = in testAt() local 383 ArrayTable<String, Integer, Character> table = in testSet() local 415 ArrayTable<String, Integer, Character> table = in testEraseAll() local 442 ArrayTable<String, Integer, Character> table = in testErase() local 457 ArrayTable<String, Integer, Character> table = in testToArray() local
|
| /external/freetype/src/otvalid/ |
| D | otvcommn.c | 41 otv_Coverage_validate( FT_Bytes table, in otv_Coverage_validate() 134 otv_Coverage_get_first( FT_Bytes table ) in otv_Coverage_get_first() 146 otv_Coverage_get_last( FT_Bytes table ) in otv_Coverage_get_last() 178 otv_Coverage_get_count( FT_Bytes table ) in otv_Coverage_get_count() 224 otv_ClassDef_validate( FT_Bytes table, in otv_ClassDef_validate() 310 otv_Device_validate( FT_Bytes table, in otv_Device_validate() 356 otv_Lookup_validate( FT_Bytes table, in otv_Lookup_validate() 396 otv_LookupList_validate( FT_Bytes table, in otv_LookupList_validate() 423 otv_LookupList_get_count( FT_Bytes table ) in otv_LookupList_get_count() 440 otv_Feature_validate( FT_Bytes table, in otv_Feature_validate() [all …]
|
| D | otvgpos.c | 59 otv_x_sxy( FT_Bytes table, in otv_x_sxy() 107 otv_u_O_O_u_O_O( FT_Bytes table, in otv_u_O_O_u_O_O() 169 otv_ValueRecord_validate( FT_Bytes table, in otv_ValueRecord_validate() 243 otv_Anchor_validate( FT_Bytes table, in otv_Anchor_validate() 309 otv_MarkArray_validate( FT_Bytes table, in otv_MarkArray_validate() 348 otv_SinglePos_validate( FT_Bytes table, in otv_SinglePos_validate() 428 otv_PairSet_validate( FT_Bytes table, in otv_PairSet_validate() 472 otv_PairPos_validate( FT_Bytes table, in otv_PairPos_validate() 579 otv_CursivePos_validate( FT_Bytes table, in otv_CursivePos_validate() 657 otv_MarkBasePos_validate( FT_Bytes table, in otv_MarkBasePos_validate() [all …]
|
| D | otvbase.c | 34 otv_BaseCoord_validate( FT_Bytes table, in otv_BaseCoord_validate() 73 otv_BaseTagList_validate( FT_Bytes table, in otv_BaseTagList_validate() 95 otv_BaseValues_validate( FT_Bytes table, in otv_BaseValues_validate() 122 otv_MinMax_validate( FT_Bytes table, in otv_MinMax_validate() 177 otv_BaseScript_validate( FT_Bytes table, in otv_BaseScript_validate() 222 otv_BaseScriptList_validate( FT_Bytes table, in otv_BaseScriptList_validate() 252 otv_Axis_validate( FT_Bytes table, in otv_Axis_validate() 280 otv_BASE_validate( FT_Bytes table, in otv_BASE_validate()
|
| D | otvgsub.c | 44 otv_SingleSubst_validate( FT_Bytes table, in otv_SingleSubst_validate() 136 otv_MultipleSubst_validate( FT_Bytes table, in otv_MultipleSubst_validate() 177 otv_AlternateSubst_validate( FT_Bytes table, in otv_AlternateSubst_validate() 220 otv_Ligature_validate( FT_Bytes table, in otv_Ligature_validate() 252 otv_LigatureSubst_validate( FT_Bytes table, in otv_LigatureSubst_validate() 292 otv_ContextSubst_validate( FT_Bytes table, in otv_ContextSubst_validate() 351 otv_ChainContextSubst_validate( FT_Bytes table, in otv_ChainContextSubst_validate() 412 otv_ExtensionSubst_validate( FT_Bytes table, in otv_ExtensionSubst_validate() 468 otv_ReverseChainSingleSubst_validate( FT_Bytes table, in otv_ReverseChainSingleSubst_validate() 558 otv_GSUB_validate( FT_Bytes table, in otv_GSUB_validate()
|
| /external/speex/libspeexdsp/ |
| D | fftwrap.c | 86 struct drft_lookup *table; in spx_fft_init() local 92 void spx_fft_destroy(void *table) in spx_fft_destroy() 98 void spx_fft(void *table, float *in, float *out) in spx_fft() 116 void spx_ifft(void *table, float *in, float *out) in spx_ifft() 139 struct mkl_config *table = (struct mkl_config *) speex_alloc(sizeof(struct mkl_config)); in spx_fft_init() local 149 void spx_fft_destroy(void *table) in spx_fft_destroy() 156 void spx_fft(void *table, spx_word16_t *in, spx_word16_t *out) in spx_fft() 162 void spx_ifft(void *table, spx_word16_t *in, spx_word16_t *out) in spx_ifft() 182 struct ipp_fft_config *table; in spx_fft_init() local 199 void spx_fft_destroy(void *table) in spx_fft_destroy() [all …]
|
| /external/iptables/iptables/ |
| D | nft-cmd.c | 18 const char *table, const char *chain, in nft_cmd_new() 93 const char *table, struct iptables_command_state *state, in nft_cmd_rule_append() 109 const char *table, struct iptables_command_state *state, in nft_cmd_rule_insert() 130 const char *table, struct iptables_command_state *state, in nft_cmd_rule_delete() 146 const char *table, int rulenum, bool verbose) in nft_cmd_rule_delete_num() 161 const char *table, bool verbose) in nft_cmd_rule_flush() 179 const char *table, bool verbose) in nft_cmd_chain_zero_counters() 194 const char *table) in nft_cmd_chain_user_add() 209 const char *table, bool verbose) in nft_cmd_chain_user_del() 230 const char *table, const char *newname) in nft_cmd_chain_user_rename() [all …]
|
| /external/libxml2/ |
| D | hash.c | 66 struct _xmlHashEntry *table; member 84 xmlHashComputeKey(xmlHashTablePtr table, const xmlChar *name, in xmlHashComputeKey() 118 xmlHashComputeQKey(xmlHashTablePtr table, in xmlHashComputeQKey() 181 xmlHashTablePtr table; in xmlHashCreate() local 215 xmlHashTablePtr table; in xmlHashCreateDict() local 235 xmlHashGrow(xmlHashTablePtr table, int size) { in xmlHashGrow() 326 xmlHashFree(xmlHashTablePtr table, xmlHashDeallocator f) { in xmlHashFree() 393 xmlHashAddEntry(xmlHashTablePtr table, const xmlChar *name, void *userdata) { in xmlHashAddEntry() 410 xmlHashAddEntry2(xmlHashTablePtr table, const xmlChar *name, in xmlHashAddEntry2() 429 xmlHashUpdateEntry(xmlHashTablePtr table, const xmlChar *name, in xmlHashUpdateEntry() [all …]
|
| /external/cronet/third_party/libxml/src/ |
| D | hash.c | 66 struct _xmlHashEntry *table; member 84 xmlHashComputeKey(xmlHashTablePtr table, const xmlChar *name, in xmlHashComputeKey() 118 xmlHashComputeQKey(xmlHashTablePtr table, in xmlHashComputeQKey() 181 xmlHashTablePtr table; in xmlHashCreate() local 215 xmlHashTablePtr table; in xmlHashCreateDict() local 235 xmlHashGrow(xmlHashTablePtr table, int size) { in xmlHashGrow() 326 xmlHashFree(xmlHashTablePtr table, xmlHashDeallocator f) { in xmlHashFree() 393 xmlHashAddEntry(xmlHashTablePtr table, const xmlChar *name, void *userdata) { in xmlHashAddEntry() 410 xmlHashAddEntry2(xmlHashTablePtr table, const xmlChar *name, in xmlHashAddEntry2() 429 xmlHashUpdateEntry(xmlHashTablePtr table, const xmlChar *name, in xmlHashUpdateEntry() [all …]
|
| /external/mesa3d/src/mesa/program/ |
| D | symbol_table.c | 87 _mesa_symbol_table_pop_scope(struct _mesa_symbol_table *table) in _mesa_symbol_table_pop_scope() 119 _mesa_symbol_table_push_scope(struct _mesa_symbol_table *table) in _mesa_symbol_table_push_scope() 134 find_symbol(struct _mesa_symbol_table *table, const char *name) in find_symbol() 150 _mesa_symbol_table_symbol_scope(struct _mesa_symbol_table *table, in _mesa_symbol_table_symbol_scope() 165 _mesa_symbol_table_find_symbol(struct _mesa_symbol_table *table, in _mesa_symbol_table_find_symbol() 177 _mesa_symbol_table_add_symbol(struct _mesa_symbol_table *table, in _mesa_symbol_table_add_symbol() 217 _mesa_symbol_table_replace_symbol(struct _mesa_symbol_table *table, in _mesa_symbol_table_replace_symbol() 232 _mesa_symbol_table_add_global_symbol(struct _mesa_symbol_table *table, in _mesa_symbol_table_add_global_symbol() 292 struct _mesa_symbol_table *table = calloc(1, sizeof(*table)); in _mesa_symbol_table_ctor() local 306 _mesa_symbol_table_dtor(struct _mesa_symbol_table *table) in _mesa_symbol_table_dtor()
|
| /external/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/localedistance/ |
| D | DistanceTableTest.java | 20 DistanceTable table = builder.build(); in testSimpleMapping() local 30 DistanceTable table = builder.build(); in testReverseMapping() local 45 DistanceTable table = builder.build(); in testMinRegionDistance() local 67 DistanceTable table = builder.build(); in testSkipScript() local 86 DistanceTable table = builder.build(); in testFirstOneWins() local 123 DistanceTable.Builder table = DistanceTable.builder(); in defaultTable() local 160 public ImmutableMap<String, Integer> getTrieTable(DistanceTable table) { in getTrieTable()
|
| /external/clang/test/Analysis/ |
| D | malloc-overflow2.c | 9 struct table { struct 11 unsigned *table; argument 15 static int table_build(struct table *t) { in table_build() argument
|
| /external/perfetto/src/trace_processor/importers/common/ |
| D | args_translation_table_unittest.cc | 30 ArgsTranslationTable table(&storage); in TEST() local 37 ArgsTranslationTable table(&storage); in TEST() local 49 ArgsTranslationTable table(&storage); in TEST() local 61 ArgsTranslationTable table(&storage); in TEST() local 74 ArgsTranslationTable table(&storage); in TEST() local 94 ArgsTranslationTable table(&storage); in TEST() local 104 ArgsTranslationTable table(&storage); in TEST() local
|
| /external/freetype/src/gxvalid/ |
| D | gxvjust.c | 88 gxv_just_wdp_entry_validate( FT_Bytes table, in gxv_just_wdp_entry_validate() 131 gxv_just_wdc_entry_validate( FT_Bytes table, in gxv_just_wdc_entry_validate() 153 gxv_just_widthDeltaClusters_validate( FT_Bytes table, in gxv_just_widthDeltaClusters_validate() 179 gxv_just_actSubrecord_type0_validate( FT_Bytes table, in gxv_just_actSubrecord_type0_validate() 228 gxv_just_actSubrecord_type1_validate( FT_Bytes table, in gxv_just_actSubrecord_type1_validate() 246 gxv_just_actSubrecord_type2_validate( FT_Bytes table, in gxv_just_actSubrecord_type2_validate() 277 gxv_just_actSubrecord_type4_validate( FT_Bytes table, in gxv_just_actSubrecord_type4_validate() 314 gxv_just_actSubrecord_type5_validate( FT_Bytes table, in gxv_just_actSubrecord_type5_validate() 338 gxv_just_actSubrecord_validate( FT_Bytes table, in gxv_just_actSubrecord_validate() 381 gxv_just_pcActionRecord_validate( FT_Bytes table, in gxv_just_pcActionRecord_validate() [all …]
|
| /external/libdrm/ |
| D | xf86drmHash.c | 107 HashTablePtr table; in drmHashCreate() local 118 HashTablePtr table = (HashTablePtr)t; in drmHashDestroy() local 139 static HashBucketPtr HashFind(HashTablePtr table, in HashFind() 169 HashTablePtr table = (HashTablePtr)t; in drmHashLookup() local 182 HashTablePtr table = (HashTablePtr)t; in drmHashInsert() local 201 HashTablePtr table = (HashTablePtr)t; in drmHashDelete() local 218 HashTablePtr table = (HashTablePtr)t; in drmHashNext() local 235 HashTablePtr table = (HashTablePtr)t; in drmHashFirst() local
|
| /external/rust/crates/bstr/src/byteset/ |
| D | mod.rs | 7 let mut table = [0u8; 256]; localVariable 22 let table = build_table(byteset); in find() localVariable 36 let table = build_table(byteset); in rfind() localVariable 57 let table = build_table(byteset); in find_not() localVariable 77 let table = build_table(byteset); in rfind_not() localVariable
|
| /external/fonttools/Tests/ttLib/tables/ |
| D | T_S_I__0_test.py | 52 def table(): function 64 def test_decompile(table, numGlyphs, data, expected_indices, argument 84 def test_compile(table, numGlyphs, indices, extra_indices, expected_data): argument 92 def test_set(table): argument 98 def test_toXML(table): argument
|