Home
last modified time | relevance | path

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

12345678910>>...32

/external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod_osx/crcmod/
D_crcfunpy.py28 def _crc8(data, crc, table): argument
34 def _crc8r(data, crc, table): argument
40 def _crc16(data, crc, table): argument
46 def _crc16r(data, crc, table): argument
52 def _crc24(data, crc, table): argument
58 def _crc24r(data, crc, table): argument
64 def _crc32(data, crc, table): argument
70 def _crc32r(data, crc, table): argument
76 def _crc64(data, crc, table): argument
82 def _crc64r(data, crc, table): argument
/external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/python2/crcmod/
D_crcfunpy.py28 def _crc8(data, crc, table): argument
34 def _crc8r(data, crc, table): argument
40 def _crc16(data, crc, table): argument
46 def _crc16r(data, crc, table): argument
52 def _crc24(data, crc, table): argument
58 def _crc24r(data, crc, table): argument
64 def _crc32(data, crc, table): argument
70 def _crc32r(data, crc, table): argument
76 def _crc64(data, crc, table): argument
82 def _crc64r(data, crc, table): argument
/external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/python3/crcmod/
D_crcfunpy.py38 def _crc8(data, crc, table): argument
45 def _crc8r(data, crc, table): argument
52 def _crc16(data, crc, table): argument
59 def _crc16r(data, crc, table): argument
66 def _crc24(data, crc, table): argument
73 def _crc24r(data, crc, table): argument
80 def _crc32(data, crc, table): argument
87 def _crc32r(data, crc, table): argument
94 def _crc64(data, crc, table): argument
101 def _crc64r(data, crc, table): argument
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DTableCollectionTest.java70 Table<String, Integer, Character> table, String[] elements) { in populateForRowKeySet()
78 Table<Integer, String, Character> table, String[] elements) { in populateForColumnKeySet()
86 Table<Integer, Character, String> table, String[] elements) { in populateForValues()
107 Table<String, Integer, Character> table = createTable(); in create() local
164 Table<Character, String, Integer> table = makeTable(); in makePopulatedMap() local
217 Table<Character, String, Integer> table = HashBasedTable.create(); in makeTable() local
222 Table<Character, String, Integer> table = HashBasedTable.create(); in makePopulatedMap() local
237 Table<Character, String, Integer> table = HashBasedTable.create(); in makeTable() local
242 Table<Character, String, Integer> table = HashBasedTable.create(); in makePopulatedMap() local
257 RowSortedTable<Character, String, Integer> table = TreeBasedTable.create(); in makeTable() local
[all …]
DImmutableTableTest.java178 Table<Character, Integer, String> table = TreeBasedTable.create(); in testCopyOf() local
193 Table<Character, Integer, String> table = TreeBasedTable.create(); in testCopyOfSparse() local
207 Table<Character, Integer, String> table = TreeBasedTable.create(); in testCopyOfDense() local
220 Table<Character, Integer, String> table = HashBasedTable.create(); in testBuilder_orderRowsAndColumnsBy_putAll() local
250 Table<Character, Integer, String> table = builder.build(); in testBuilder_orderRowsAndColumnsBy_sparse() local
272 Table<Character, Integer, String> table = builder.build(); in testBuilder_orderRowsAndColumnsBy_dense() local
294 Table<Character, Integer, String> table = builder.build(); in testBuilder_orderRowsBy_sparse() local
311 Table<Character, Integer, String> table = builder.build(); in testBuilder_orderRowsBy_dense() local
329 Table<Character, Integer, String> table = builder.build(); in testBuilder_orderColumnsBy_sparse() local
346 Table<Character, Integer, String> table = builder.build(); in testBuilder_orderColumnsBy_dense() local
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/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()
175 otv_Coverage_get_count( FT_Bytes table ) in otv_Coverage_get_count()
221 otv_ClassDef_validate( FT_Bytes table, in otv_ClassDef_validate()
307 otv_Device_validate( FT_Bytes table, in otv_Device_validate()
346 otv_Lookup_validate( FT_Bytes table, in otv_Lookup_validate()
383 otv_LookupList_validate( FT_Bytes table, in otv_LookupList_validate()
410 otv_LookupList_get_count( FT_Bytes table ) in otv_LookupList_get_count()
427 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()
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()
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()
247 otv_Anchor_validate( FT_Bytes table, in otv_Anchor_validate()
313 otv_MarkArray_validate( FT_Bytes table, in otv_MarkArray_validate()
352 otv_SinglePos_validate( FT_Bytes table, in otv_SinglePos_validate()
430 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 …]
Dotvmath.c46 otv_MathConstants_validate( FT_Bytes table, in otv_MathConstants_validate()
86 otv_MathItalicsCorrectionInfo_validate( FT_Bytes table, in otv_MathItalicsCorrectionInfo_validate()
135 otv_MathKern_validate( FT_Bytes table, in otv_MathKern_validate()
178 otv_MathKernInfo_validate( FT_Bytes table, in otv_MathKernInfo_validate()
225 otv_MathGlyphInfo_validate( FT_Bytes table, in otv_MathGlyphInfo_validate()
274 otv_GlyphAssembly_validate( FT_Bytes table, in otv_GlyphAssembly_validate()
315 otv_MathGlyphConstruction_validate( FT_Bytes table, in otv_MathGlyphConstruction_validate()
355 otv_MathVariants_validate( FT_Bytes table, in otv_MathVariants_validate()
416 otv_MATH_validate( FT_Bytes table, in otv_MATH_validate()
/external/skia/src/core/
DSkFilterProc.h21 inline SkFilterProc SkGetBilinearFilterProc(const SkFilterProc* table, in SkGetBilinearFilterProc()
32 inline SkFilterProc SkGetBilinearFilterProc22(const SkFilterProc* table, in SkGetBilinearFilterProc22()
43 inline const SkFilterProc* SkGetBilinearFilterProc22Row(const SkFilterProc* table, in SkGetBilinearFilterProc22Row()
66 inline SkFilter32Proc SkGetFilter32Proc22(const SkFilter32Proc* table, in SkGetFilter32Proc22()
77 inline const SkFilter32Proc* SkGetFilter32Proc22Row(const SkFilter32Proc* table, in SkGetFilter32Proc22Row()
101 inline SkFilterPtrProc SkGetBilinearFilterPtrProc(const SkFilterPtrProc* table, SkFixed x, SkFixed … in SkGetBilinearFilterPtrProc()
115 inline const SkFilterPtrProc* SkGetBilinearFilterPtrProcYTable(const SkFilterPtrProc* table, SkFixe… in SkGetBilinearFilterPtrProcYTable()
126 inline SkFilterPtrProc SkGetBilinearFilterPtrXProc(const SkFilterPtrProc* table, SkFixed x) in SkGetBilinearFilterPtrXProc()
/external/speex/libspeex/
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 fftw_config *table = (struct fftw_config *) speex_alloc(sizeof(struct fftw_config)); in spx_fft_init() local
193 void spx_fft_destroy(void *table) in spx_fft_destroy()
[all …]
/external/guava/guava-tests/test/com/google/common/collect/
DTableCollectionTest.java582 Table<String, Integer, Character> table, String[] elements) { in populateForRowKeySet()
590 Table<Integer, String, Character> table, String[] elements) { in populateForColumnKeySet()
598 Table<Integer, Character, String> table, String[] elements) { in populateForValues()
619 Table<String, Integer, Character> table = createTable(); in create() local
676 Table<Character, String, Integer> table = makeTable(); in makePopulatedMap() local
749 Table<Character, String, Integer> table = HashBasedTable.create(); in makeTable() local
754 Table<Character, String, Integer> table = HashBasedTable.create(); in makePopulatedMap() local
769 Table<Character, String, Integer> table = HashBasedTable.create(); in makeTable() local
774 Table<Character, String, Integer> table = HashBasedTable.create(); in makePopulatedMap() local
789 RowSortedTable<Character, String, Integer> table = TreeBasedTable.create(); in makeTable() local
[all …]
DImmutableTableTest.java179 Table<Character, Integer, String> table = TreeBasedTable.create(); in testCopyOf() local
194 Table<Character, Integer, String> table = TreeBasedTable.create(); in testCopyOfSparse() local
208 Table<Character, Integer, String> table = TreeBasedTable.create(); in testCopyOfDense() local
221 Table<Character, Integer, String> table = HashBasedTable.create(); in testBuilder_orderRowsAndColumnsBy_putAll() local
251 Table<Character, Integer, String> table = builder.build(); in testBuilder_orderRowsAndColumnsBy_sparse() local
273 Table<Character, Integer, String> table = builder.build(); in testBuilder_orderRowsAndColumnsBy_dense() local
295 Table<Character, Integer, String> table = builder.build(); in testBuilder_orderRowsBy_sparse() local
312 Table<Character, Integer, String> table = builder.build(); in testBuilder_orderRowsBy_dense() local
330 Table<Character, Integer, String> table = builder.build(); in testBuilder_orderColumnsBy_sparse() local
347 Table<Character, Integer, String> table = builder.build(); in testBuilder_orderColumnsBy_dense() local
DArrayTableTest.java45 ArrayTable<String, Integer, Character> table = in create() local
287 ArrayTable<String, Integer, Character> table in testRowKeyList() local
293 ArrayTable<String, Integer, Character> table in testColumnKeyList() local
305 ArrayTable<String, Integer, Character> table in testAt() local
329 ArrayTable<String, Integer, Character> table in testSet() local
357 ArrayTable<String, Integer, Character> table in testEraseAll() local
384 ArrayTable<String, Integer, Character> table in testErase() local
399 ArrayTable<String, Integer, Character> table in testToArray() local
/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/dbus/dbus/
Ddbus-hash.c122 #define RANDOM_INDEX(table, i) \ argument
214 DBusHashTable *table; /**< Pointer to table containing entry. */ member
289 DBusHashTable *table; in _dbus_hash_table_new() local
347 _dbus_hash_table_ref (DBusHashTable *table) in _dbus_hash_table_ref()
361 _dbus_hash_table_unref (DBusHashTable *table) in _dbus_hash_table_unref()
418 _dbus_hash_table_remove_all (DBusHashTable *table) in _dbus_hash_table_remove_all()
429 alloc_entry (DBusHashTable *table) in alloc_entry()
439 free_entry_data (DBusHashTable *table, in free_entry_data()
449 free_entry (DBusHashTable *table, in free_entry()
457 remove_entry (DBusHashTable *table, in remove_entry()
[all …]
/external/libxml2/
Dhash.c68 struct _xmlHashEntry *table; member
82 xmlHashComputeKey(xmlHashTablePtr table, const xmlChar *name, in xmlHashComputeKey()
112 xmlHashComputeQKey(xmlHashTablePtr table, in xmlHashComputeQKey()
175 xmlHashTablePtr table; in xmlHashCreate() local
209 xmlHashTablePtr table; in xmlHashCreateDict() local
229 xmlHashGrow(xmlHashTablePtr table, int size) { in xmlHashGrow()
320 xmlHashFree(xmlHashTablePtr table, xmlHashDeallocator f) { in xmlHashFree()
375 xmlHashAddEntry(xmlHashTablePtr table, const xmlChar *name, void *userdata) { in xmlHashAddEntry()
392 xmlHashAddEntry2(xmlHashTablePtr table, const xmlChar *name, in xmlHashAddEntry2()
411 xmlHashUpdateEntry(xmlHashTablePtr table, const xmlChar *name, in xmlHashUpdateEntry()
[all …]
/external/mesa3d/src/mesa/main/
Dhash.c80 struct _mesa_HashTable *table = CALLOC_STRUCT(_mesa_HashTable); in _mesa_NewHashTable() local
99 _mesa_DeleteHashTable(struct _mesa_HashTable *table) in _mesa_DeleteHashTable()
127 _mesa_HashLookup_unlocked(struct _mesa_HashTable *table, GLuint key) in _mesa_HashLookup_unlocked()
156 _mesa_HashLookup(struct _mesa_HashTable *table, GLuint key) in _mesa_HashLookup()
176 _mesa_HashInsert(struct _mesa_HashTable *table, GLuint key, void *data) in _mesa_HashInsert()
231 _mesa_HashRemove(struct _mesa_HashTable *table, GLuint key) in _mesa_HashRemove()
283 _mesa_HashDeleteAll(struct _mesa_HashTable *table, in _mesa_HashDeleteAll()
319 _mesa_HashWalk(const struct _mesa_HashTable *table, in _mesa_HashWalk()
350 _mesa_HashFirstEntry(struct _mesa_HashTable *table) in _mesa_HashFirstEntry()
373 _mesa_HashNextEntry(const struct _mesa_HashTable *table, GLuint key) in _mesa_HashNextEntry()
[all …]
/external/bison/lib/
Dhash.c150 hash_get_n_buckets (const Hash_table *table) in hash_get_n_buckets()
158 hash_get_n_buckets_used (const Hash_table *table) in hash_get_n_buckets_used()
166 hash_get_n_entries (const Hash_table *table) in hash_get_n_entries()
174 hash_get_max_bucket_length (const Hash_table *table) in hash_get_max_bucket_length()
201 hash_table_ok (const Hash_table *table) in hash_table_ok()
230 hash_print_statistics (const Hash_table *table, FILE *stream) in hash_print_statistics()
249 safe_hasher (const Hash_table *table, const void *key) in safe_hasher()
261 hash_lookup (const Hash_table *table, const void *entry) in hash_lookup()
288 hash_get_first (const Hash_table *table) in hash_get_first()
307 hash_get_next (const Hash_table *table, const void *entry) in hash_get_next()
[all …]
/external/vulkan-validation-layers/loader/
Dtable_ops.h53 VkLayerDispatchTable *table = &dev_table->core_dispatch; in loader_init_device_dispatch_table() local
266 VkLayerDispatchTable *table = &dev_table->core_dispatch; in loader_init_device_extension_dispatch_table() local
280 loader_lookup_device_dispatch_table(const VkLayerDispatchTable *table, in loader_lookup_device_dispatch_table()
533 loader_init_instance_core_dispatch_table(VkLayerInstanceDispatchTable *table, in loader_init_instance_core_dispatch_table()
570 VkLayerInstanceDispatchTable *table, PFN_vkGetInstanceProcAddr gpa, in loader_init_instance_extension_dispatch_table()
653 loader_lookup_instance_dispatch_table(const VkLayerInstanceDispatchTable *table, in loader_lookup_instance_dispatch_table()
/external/libdrm/
Dxf86drmHash.c109 HashTablePtr table; in drmHashCreate() local
126 HashTablePtr table = (HashTablePtr)t; in drmHashDestroy() local
147 static HashBucketPtr HashFind(HashTablePtr table, in HashFind()
177 HashTablePtr table = (HashTablePtr)t; in drmHashLookup() local
190 HashTablePtr table = (HashTablePtr)t; in drmHashInsert() local
212 HashTablePtr table = (HashTablePtr)t; in drmHashDelete() local
229 HashTablePtr table = (HashTablePtr)t; in drmHashNext() local
246 HashTablePtr table = (HashTablePtr)t; in drmHashFirst() local
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gxvalid/
Dgxvjust.c86 gxv_just_wdp_entry_validate( FT_Bytes table, in gxv_just_wdp_entry_validate()
129 gxv_just_wdc_entry_validate( FT_Bytes table, in gxv_just_wdc_entry_validate()
151 gxv_just_widthDeltaClusters_validate( FT_Bytes table, in gxv_just_widthDeltaClusters_validate()
178 gxv_just_actSubrecord_type0_validate( FT_Bytes table, in gxv_just_actSubrecord_type0_validate()
226 gxv_just_actSubrecord_type1_validate( FT_Bytes table, in gxv_just_actSubrecord_type1_validate()
244 gxv_just_actSubrecord_type2_validate( FT_Bytes table, in gxv_just_actSubrecord_type2_validate()
275 gxv_just_actSubrecord_type4_validate( FT_Bytes table, in gxv_just_actSubrecord_type4_validate()
312 gxv_just_actSubrecord_type5_validate( FT_Bytes table, in gxv_just_actSubrecord_type5_validate()
336 gxv_just_actSubrecord_validate( FT_Bytes table, in gxv_just_actSubrecord_validate()
379 gxv_just_pcActionRecord_validate( FT_Bytes table, in gxv_just_pcActionRecord_validate()
[all …]
/external/mesa3d/src/mesa/program/
Dsymbol_table.c134 check_symbol_table(struct _mesa_symbol_table *table) in check_symbol_table()
159 _mesa_symbol_table_pop_scope(struct _mesa_symbol_table *table) in _mesa_symbol_table_pop_scope()
187 _mesa_symbol_table_push_scope(struct _mesa_symbol_table *table) in _mesa_symbol_table_push_scope()
198 find_symbol(struct _mesa_symbol_table *table, const char *name) in find_symbol()
205 _mesa_symbol_table_iterator_ctor(struct _mesa_symbol_table *table, in _mesa_symbol_table_iterator_ctor()
281 _mesa_symbol_table_symbol_scope(struct _mesa_symbol_table *table, in _mesa_symbol_table_symbol_scope()
303 _mesa_symbol_table_find_symbol(struct _mesa_symbol_table *table, in _mesa_symbol_table_find_symbol()
326 _mesa_symbol_table_add_symbol(struct _mesa_symbol_table *table, in _mesa_symbol_table_add_symbol()
381 _mesa_symbol_table_add_global_symbol(struct _mesa_symbol_table *table, in _mesa_symbol_table_add_global_symbol()
458 struct _mesa_symbol_table *table = calloc(1, sizeof(*table)); in _mesa_symbol_table_ctor() local
[all …]
/external/mesa3d/src/glx/
Dglxhash.c159 __glxHashTablePtr table; in __glxHashCreate() local
178 __glxHashTablePtr table = (__glxHashTablePtr) t; in __glxHashDestroy() local
201 HashFind(__glxHashTablePtr table, unsigned long key, unsigned long *h) in HashFind()
233 __glxHashTablePtr table = (__glxHashTablePtr) t; in __glxHashLookup() local
249 __glxHashTablePtr table = (__glxHashTablePtr) t; in __glxHashInsert() local
275 __glxHashTablePtr table = (__glxHashTablePtr) t; in __glxHashDelete() local
295 __glxHashTablePtr table = (__glxHashTablePtr) t; in __glxHashNext() local
313 __glxHashTablePtr table = (__glxHashTablePtr) t; in __glxHashFirst() local
356 compute_dist(__glxHashTablePtr table) in compute_dist()
377 check_table(__glxHashTablePtr table, unsigned long key, unsigned long value) in check_table()
[all …]

12345678910>>...32