| /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 | 40 ImmutableTable<String, String, String> table = ImmutableTable.of(); in tableIsEmpty() local 46 ImmutableTable<Integer, Integer, Integer> table = ImmutableTable.of(1, 5, 7); in tableIsEmptyWithFailure() local 53 ImmutableTable<Integer, Integer, Integer> table = ImmutableTable.of(1, 5, 7); in tableIsNotEmpty() local 59 ImmutableTable<Integer, Integer, Integer> table = ImmutableTable.of(); in tableIsNotEmptyWithFailure() local 85 ImmutableTable<String, String, String> table = ImmutableTable.of("row", "col", "val"); in contains() local 91 ImmutableTable<String, String, String> table = ImmutableTable.of("row", "col", "val"); in containsFailure() local 106 ImmutableTable<String, String, String> table = ImmutableTable.of("row", "col", "val"); in doesNotContain() local 115 ImmutableTable<String, String, String> table = ImmutableTable.of("row", "col", "val"); in doesNotContainFailure() local 132 ImmutableTable<String, String, String> table = ImmutableTable.of("row", "col", "val"); in containsCell() local 139 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/perfetto/src/trace_processor/db/ |
| D | query_executor_benchmark.cc | 235 SliceTableForBenchmark& table, in BenchmarkSliceTableFilter() 253 SliceTableForBenchmark& table, in BenchmarkSliceTableSort() 266 ExpectedFrameTimelineTableForBenchmark& table, in BenchmarkExpectedFrameTableQuery() 282 FtraceEventTableForBenchmark& table, in BenchmarkFtraceEventTableQuery() 298 FtraceEventTableForBenchmark& table, in BenchmarkFtraceEventTableSort() 310 SliceTableForBenchmark table(state); in BM_QESliceTableTrackIdEq() local 316 SliceTableForBenchmark table(state); in BM_QESliceTableParentIdIsNotNull() local 323 SliceTableForBenchmark table(state); in BM_QESliceTableParentIdEq() local 329 SliceTableForBenchmark table(state); in BM_QESliceTableNameEq() local 337 SliceTableForBenchmark table(state); in BM_QESliceTableNameGlobNoStars() 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 | 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/mesa3d/src/mesa/main/ |
| D | hash.c | 48 _mesa_InitHashTable(struct _mesa_HashTable *table) in _mesa_InitHashTable() 73 _mesa_DeinitHashTable(struct _mesa_HashTable *table, in _mesa_DeinitHashTable() 90 _mesa_HashEnableNameReuse(struct _mesa_HashTable *table) in _mesa_HashEnableNameReuse() 109 _mesa_HashInsertLocked(struct _mesa_HashTable *table, GLuint key, void *data) in _mesa_HashInsertLocked() 130 _mesa_HashInsert(struct _mesa_HashTable *table, GLuint key, void *data) in _mesa_HashInsert() 147 _mesa_HashRemoveLocked(struct _mesa_HashTable *table, GLuint key) in _mesa_HashRemoveLocked() 156 _mesa_HashRemove(struct _mesa_HashTable *table, GLuint key) in _mesa_HashRemove() 171 _mesa_HashWalkLocked(struct _mesa_HashTable *table, in _mesa_HashWalkLocked() 183 _mesa_HashWalk(struct _mesa_HashTable *table, in _mesa_HashWalk() 206 _mesa_HashFindFreeKeyBlock(struct _mesa_HashTable *table, GLuint numKeys) in _mesa_HashFindFreeKeyBlock() [all …]
|
| D | hash.h | 108 _mesa_HashLockMutex(struct _mesa_HashTable *table) in _mesa_HashLockMutex() 119 _mesa_HashUnlockMutex(struct _mesa_HashTable *table) in _mesa_HashUnlockMutex() 125 _mesa_HashLockMaybeLocked(struct _mesa_HashTable *table, bool locked) in _mesa_HashLockMaybeLocked() 132 _mesa_HashUnlockMaybeLocked(struct _mesa_HashTable *table, bool locked) in _mesa_HashUnlockMaybeLocked() 147 _mesa_HashLookupLocked(struct _mesa_HashTable *table, GLuint key) in _mesa_HashLookupLocked() 159 _mesa_HashLookup(struct _mesa_HashTable *table, GLuint key) in _mesa_HashLookup() 168 _mesa_HashLookupMaybeLocked(struct _mesa_HashTable *table, GLuint key, in _mesa_HashLookupMaybeLocked()
|
| /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 | 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 | 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 | 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 | 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 | 20 const char *table, const char *chain, in nft_cmd_new() 98 const char *table, struct iptables_command_state *state, in nft_cmd_rule_append() 114 const char *table, struct iptables_command_state *state, in nft_cmd_rule_insert() 135 const char *table, struct iptables_command_state *state, in nft_cmd_rule_delete() 151 const char *table, int rulenum, bool verbose) in nft_cmd_rule_delete_num() 166 const char *table, bool verbose) in nft_cmd_rule_flush() 186 const char *table, bool verbose) in nft_cmd_chain_zero_counters() 201 const char *table) in nft_cmd_chain_user_add() 216 const char *table, bool verbose) in nft_cmd_chain_del() 237 const char *table, const char *newname) in nft_cmd_chain_user_rename() [all …]
|
| /external/clang/test/Analysis/ |
| D | malloc-overflow2.c | 9 struct table { struct 11 unsigned *table; member 15 static int table_build(struct table *t) { in table_build() argument
|
| /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/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() 117 _mesa_symbol_table_push_scope(struct _mesa_symbol_table *table) in _mesa_symbol_table_push_scope() 132 find_symbol(struct _mesa_symbol_table *table, const char *name) in find_symbol() 148 _mesa_symbol_table_symbol_scope(struct _mesa_symbol_table *table, in _mesa_symbol_table_symbol_scope() 163 _mesa_symbol_table_find_symbol(struct _mesa_symbol_table *table, in _mesa_symbol_table_find_symbol() 175 _mesa_symbol_table_add_symbol(struct _mesa_symbol_table *table, in _mesa_symbol_table_add_symbol() 215 _mesa_symbol_table_replace_symbol(struct _mesa_symbol_table *table, in _mesa_symbol_table_replace_symbol() 230 _mesa_symbol_table_add_global_symbol(struct _mesa_symbol_table *table, in _mesa_symbol_table_add_global_symbol() 286 struct _mesa_symbol_table *table = calloc(1, sizeof(*table)); in _mesa_symbol_table_ctor() local 300 _mesa_symbol_table_dtor(struct _mesa_symbol_table *table) in _mesa_symbol_table_dtor()
|
| /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/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/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/fonttools/Tests/ttLib/tables/ |
| D | T_S_I__0_test.py | 51 def table(): function 63 def test_decompile(table, numGlyphs, data, expected_indices, expected_extra_indices): argument 82 def test_compile(table, numGlyphs, indices, extra_indices, expected_data): argument 90 def test_set(table): argument 96 def test_toXML(table): argument
|
| /external/mesa3d/src/nouveau/vulkan/ |
| D | nvk_descriptor_table.c | 14 struct nvk_descriptor_table *table, in nvk_descriptor_table_grow_locked() 61 struct nvk_descriptor_table *table, in nvk_descriptor_table_init() 91 struct nvk_descriptor_table *table) in nvk_descriptor_table_finish() 105 struct nvk_descriptor_table *table, in nvk_descriptor_table_alloc_locked() 137 struct nvk_descriptor_table *table, in nvk_descriptor_table_add_locked() 156 struct nvk_descriptor_table *table, in nvk_descriptor_table_add() 170 struct nvk_descriptor_table *table, in nvk_descriptor_table_remove()
|