Home
last modified time | relevance | path

Searched defs:table (Results 1 – 25 of 1303) sorted by relevance

12345678910>>...53

/external/python/cpython2/Tools/unicode/
Dmkstringprep.py68 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/python/cpython3/Tools/unicode/
Dmkstringprep.py69 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/
Dhash.c53 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/
DImmutableTableTest.java172 Table<Character, Integer, String> table = TreeBasedTable.create(); in testCopyOf() local
186 Table<Character, Integer, String> table = TreeBasedTable.create(); in testCopyOfSparse() local
200 Table<Character, Integer, String> table = TreeBasedTable.create(); in testCopyOfDense() local
213 Table<Character, Integer, String> table = HashBasedTable.create(); in testBuilder_orderRowsAndColumnsBy_putAll() local
243 Table<Character, Integer, String> table = builder.build(); in testBuilder_orderRowsAndColumnsBy_sparse() local
265 Table<Character, Integer, String> table = builder.build(); in testBuilder_orderRowsAndColumnsBy_dense() local
287 Table<Character, Integer, String> table = builder.build(); in testBuilder_orderRowsBy_sparse() local
303 Table<Character, Integer, String> table = builder.build(); in testBuilder_orderRowsBy_dense() local
320 Table<Character, Integer, String> table = builder.build(); in testBuilder_orderColumnsBy_sparse() local
336 Table<Character, Integer, String> table = builder.build(); in testBuilder_orderColumnsBy_dense() local
[all …]
DTableCollectionTest.java685 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 …]
DArrayTableTest.java44 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/
Dotvcommn.c41 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 …]
Dotvbase.c34 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()
Dotvgpos.c59 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 …]
Dotvgsub.c44 otv_SingleSubst_validate( FT_Bytes table, in otv_SingleSubst_validate()
126 otv_MultipleSubst_validate( FT_Bytes table, in otv_MultipleSubst_validate()
167 otv_AlternateSubst_validate( FT_Bytes table, in otv_AlternateSubst_validate()
210 otv_Ligature_validate( FT_Bytes table, in otv_Ligature_validate()
242 otv_LigatureSubst_validate( FT_Bytes table, in otv_LigatureSubst_validate()
282 otv_ContextSubst_validate( FT_Bytes table, in otv_ContextSubst_validate()
341 otv_ChainContextSubst_validate( FT_Bytes table, in otv_ChainContextSubst_validate()
402 otv_ExtensionSubst_validate( FT_Bytes table, in otv_ExtensionSubst_validate()
458 otv_ReverseChainSingleSubst_validate( FT_Bytes table, in otv_ReverseChainSingleSubst_validate()
548 otv_GSUB_validate( FT_Bytes table, in otv_GSUB_validate()
/external/guava/guava-tests/test/com/google/common/collect/
DImmutableTableTest.java327 Table<Character, Integer, String> table = TreeBasedTable.create(); in testCopyOf() local
341 Table<Character, Integer, String> table = TreeBasedTable.create(); in testCopyOfSparse() local
355 Table<Character, Integer, String> table = TreeBasedTable.create(); in testCopyOfDense() local
368 Table<Character, Integer, String> table = HashBasedTable.create(); in testBuilder_orderRowsAndColumnsBy_putAll() local
398 Table<Character, Integer, String> table = builder.build(); in testBuilder_orderRowsAndColumnsBy_sparse() local
420 Table<Character, Integer, String> table = builder.build(); in testBuilder_orderRowsAndColumnsBy_dense() local
442 Table<Character, Integer, String> table = builder.build(); in testBuilder_orderRowsBy_sparse() local
458 Table<Character, Integer, String> table = builder.build(); in testBuilder_orderRowsBy_dense() local
475 Table<Character, Integer, String> table = builder.build(); in testBuilder_orderColumnsBy_sparse() local
491 Table<Character, Integer, String> table = builder.build(); in testBuilder_orderColumnsBy_dense() local
[all …]
DTableCollectionTest.java685 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/speex/libspeexdsp/
Dfftwrap.c86 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/
Dnft-cmd.c18 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/
Dhash.c69 struct _xmlHashEntry *table; member
86 xmlHashComputeKey(xmlHashTablePtr table, const xmlChar *name, in xmlHashComputeKey()
119 xmlHashComputeQKey(xmlHashTablePtr table, in xmlHashComputeQKey()
182 xmlHashTablePtr table; in xmlHashCreate() local
216 xmlHashTablePtr table; in xmlHashCreateDict() local
236 xmlHashGrow(xmlHashTablePtr table, int size) { in xmlHashGrow()
327 xmlHashFree(xmlHashTablePtr table, xmlHashDeallocator f) { in xmlHashFree()
394 xmlHashAddEntry(xmlHashTablePtr table, const xmlChar *name, void *userdata) { in xmlHashAddEntry()
411 xmlHashAddEntry2(xmlHashTablePtr table, const xmlChar *name, in xmlHashAddEntry2()
430 xmlHashUpdateEntry(xmlHashTablePtr table, const xmlChar *name, in xmlHashUpdateEntry()
[all …]
/external/llvm-project/clang/test/Analysis/
Dmalloc-overflow2.c10 struct table { struct
12 unsigned *table; member
16 static int table_build(struct table *t) { in table_build() argument
/external/clang/test/Analysis/
Dmalloc-overflow2.c9 struct table { struct
11 unsigned *table; argument
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/
DDistanceTableTest.java20 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/
Dsymbol_table.c87 _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/rust/crates/bstr/src/byteset/
Dmod.rs6 let mut table = [0u8; 256]; localVariable
21 let table = build_table(byteset); in find() localVariable
35 let table = build_table(byteset); in rfind() localVariable
56 let table = build_table(byteset); in find_not() localVariable
76 let table = build_table(byteset); in rfind_not() localVariable
/external/fonttools/Tests/ttLib/tables/
DT_S_I__0_test.py52 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
/external/libdrm/
Dxf86drmHash.c107 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/llvm-project/flang/test/Semantics/
Ddosemantics11.f9088 subroutine s10(table) argument
91 integer :: table(..) local
127 subroutine s11(table) argument
130 integer :: table(..) local
166 subroutine s12(table) argument
169 integer :: table(..) local
205 subroutine s13(table) argument
208 integer :: table(..) local
244 subroutine s14(table) argument
246 integer :: table(..) local
[all …]
/external/freetype/src/gxvalid/
Dgxvjust.c88 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()
180 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/amdgpu/
Dhandle_table.c31 drm_private int handle_table_insert(struct handle_table *table, uint32_t key, in handle_table_insert()
53 drm_private void handle_table_remove(struct handle_table *table, uint32_t key) in handle_table_remove()
59 drm_private void *handle_table_lookup(struct handle_table *table, uint32_t key) in handle_table_lookup()
67 drm_private void handle_table_fini(struct handle_table *table) in handle_table_fini()

12345678910>>...53