Home
last modified time | relevance | path

Searched +defs:data +defs:table (Results 1 – 25 of 1132) sorted by relevance

12345678910>>...46

/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dhash.c48 _mesa_InitHashTable(struct _mesa_HashTable *table) in _mesa_InitHashTable()
73 _mesa_DeinitHashTable(struct _mesa_HashTable *table, in _mesa_DeinitHashTable()
74 void (*free_callback)(void *data, void *userData), 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()
172 void (*callback)(void *data, void *userData), in _mesa_HashWalkLocked()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/wire/
Ddecode_fast.c101 static bool fastdecode_checktag(uint16_t data, int tagbytes) { in fastdecode_checktag()
202 static bool fastdecode_tagmatch(uint32_t tag, uint64_t data, int tagbytes) { in fastdecode_tagmatch()
221 uint64_t data, int tagbytes, in fastdecode_nextrepeated()
244 static void* fastdecode_fieldmem(upb_Message* msg, uint64_t data) { in fastdecode_fieldmem()
251 upb_Message* msg, uint64_t* data, in fastdecode_getfield()
292 static bool fastdecode_flippacked(uint64_t* data, int tagbytes) { in fastdecode_flippacked()
347 #define FASTDECODE_UNPACKEDVARINT(d, ptr, msg, table, hasbits, data, tagbytes, \ argument
402 fastdecode_varintdata* data = ctx; in fastdecode_topackedvarint() local
419 #define FASTDECODE_PACKEDVARINT(d, ptr, msg, table, hasbits, data, tagbytes, \ argument
440 #define FASTDECODE_VARINT(d, ptr, msg, table, hasbits, data, tagbytes, \ argument
[all …]
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/wire/internal/
H A Ddecode_fast.c83 static bool fastdecode_checktag(uint16_t data, int tagbytes) { in fastdecode_checktag()
184 static bool fastdecode_tagmatch(uint32_t tag, uint64_t data, int tagbytes) { in fastdecode_tagmatch()
204 uint64_t data, int tagbytes, in fastdecode_nextrepeated()
227 static void* fastdecode_fieldmem(upb_Message* msg, uint64_t data) { in fastdecode_fieldmem()
234 upb_Message* msg, uint64_t* data, in fastdecode_getfield()
275 static bool fastdecode_flippacked(uint64_t* data, int tagbytes) { in fastdecode_flippacked()
330 #define FASTDECODE_UNPACKEDVARINT(d, ptr, msg, table, hasbits, data, tagbytes, \ argument
385 fastdecode_varintdata* data = ctx; in fastdecode_topackedvarint() local
402 #define FASTDECODE_PACKEDVARINT(d, ptr, msg, table, hasbits, data, tagbytes, \ argument
423 #define FASTDECODE_VARINT(d, ptr, msg, table, hasbits, data, tagbytes, \ argument
[all …]
/aosp_15_r20/external/iptables/iptables/
H A Dnft.c67 int (*cb)(const struct nlmsghdr *nlh, void *data), in mnl_talk()
276 struct nftnl_table *table; member
410 const char *table, const char *chain) in batch_chain_flush()
711 const struct builtin_table *table, in nft_chain_builtin_add()
728 nft_table_builtin_find(struct nft_handle *h, const char *table) in nft_table_builtin_find()
765 const struct builtin_table *table) in nft_chain_builtin_init()
779 nft_xt_builtin_table_init(struct nft_handle *h, const char *table) in nft_xt_builtin_table_init()
796 static int nft_xt_builtin_init(struct nft_handle *h, const char *table, in nft_xt_builtin_init()
837 const char *table, void *data) in __nft_xt_fake_builtin_chains()
862 const char *table, const char *chain) in nft_xt_fake_builtin_chains()
[all …]
H A Dnft-cmd.c20 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 …]
H A Dnft-cache.c83 static int genid_cb(const struct nlmsghdr *nlh, void *data) in genid_cb()
120 static int nftnl_table_list_cb(const struct nlmsghdr *nlh, void *data) in nftnl_table_list_cb()
196 nft_chain_find(struct nft_handle *h, const char *table, const char *chain) in nft_chain_find()
306 int nft_cache_sort_chains(struct nft_handle *h, const char *table) in nft_cache_sort_chains()
327 static int nftnl_chain_list_cb(const struct nlmsghdr *nlh, void *data) in nftnl_chain_list_cb()
365 static int nftnl_set_list_cb(const struct nlmsghdr *nlh, void *data) in nftnl_set_list_cb()
405 static int set_elem_cb(const struct nlmsghdr *nlh, void *data) in set_elem_cb()
423 static int set_fetch_elem_cb(struct nftnl_set *s, void *data) in set_fetch_elem_cb()
563 static int nftnl_rule_list_cb(const struct nlmsghdr *nlh, void *data) in nftnl_rule_list_cb()
586 static int nft_rule_list_update(struct nft_chain *nc, void *data) in nft_rule_list_update()
[all …]
/aosp_15_r20/frameworks/base/core/tests/coretests/src/com/android/internal/app/procstats/
H A DSparseMappingTableTest.java44 final SparseMappingTable data = new SparseMappingTable(); in testParcelingEmpty() local
45 final SparseMappingTable.Table table = new SparseMappingTable.Table(data); in testParcelingEmpty() local
72 final SparseMappingTable data = new SparseMappingTable(); in testParceling() local
73 final SparseMappingTable.Table table = new SparseMappingTable.Table(data); in testParceling() local
113 final SparseMappingTable data = new SparseMappingTable(); in testParcelingWithReset() local
114 final SparseMappingTable.Table table = new SparseMappingTable.Table(data); in testParcelingWithReset() local
165 final SparseMappingTable data = new SparseMappingTable(); in testResetDataOnlyFails() local
166 final SparseMappingTable.Table table = new SparseMappingTable.Table(data); in testResetDataOnlyFails() local
191 final SparseMappingTable data = new SparseMappingTable(); in testInvalidKey() local
192 final SparseMappingTable.Table table = new SparseMappingTable.Table(data); in testInvalidKey() local
/aosp_15_r20/frameworks/base/tools/aapt2/cmd/
H A DDump.cpp179 ResourceTable table; in Action() local
229 ResourceTable* table = apk->GetResourceTable(); in Dump() local
269 ResourceTable* table = apk->GetResourceTable(); in Dump() local
278 auto data = buffer.to_string(); in Dump() local
291 const auto table = apk->GetResourceTable(); in Dump() local
316 ResourceTable* table = apk->GetResourceTable(); in Dump() local
353 std::string data = buffer.to_string(); in Dump() local
365 std::unique_ptr<io::IData> data = file->OpenAsData(); in Dump() local
397 ResourceTable* table = apk->GetResourceTable(); in Dump() local
570 auto data = file->OpenAsData(); in Dump() local
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/
H A Dnls_utf8.c50 const struct utf8data *data; member
397 static utf8leaf_t *utf8nlookup(const struct utf8data *data, in utf8nlookup()
473 static utf8leaf_t *utf8lookup(const struct utf8data *data, in utf8lookup()
667 static int utf8ncursor(struct utf8cursor *u8c, const struct utf8data *data, in utf8ncursor()
892 static int utf8_casefold(const struct ext2fs_nls_table *table, in utf8_casefold()
896 const struct utf8data *data = utf8nfdicf(table->version); in utf8_casefold() local
923 static int utf8_validate(const struct ext2fs_nls_table *table, in utf8_validate()
926 const struct utf8data *data = utf8nfdicf(table->version); in utf8_validate() local
944 static int utf8_casefold_cmp(const struct ext2fs_nls_table *table, in utf8_casefold_cmp()
948 const struct utf8data *data = utf8nfdicf(table->version); in utf8_casefold_cmp() local
[all …]
/aosp_15_r20/external/cronet/third_party/libxml/src/
H A Dvalid.c86 void *data = NULL; in xmlDoErrValid() local
1141 xmlElementTablePtr table; in xmlAddElementDecl() local
1344 xmlFreeElementTable(xmlElementTablePtr table) { in xmlFreeElementTable()
1401 xmlCopyElementTable(xmlElementTablePtr table) { in xmlCopyElementTable()
1453 xmlDumpElementTable(xmlBufferPtr buf, xmlElementTablePtr table) { in xmlDumpElementTable()
1643 xmlAttributeTablePtr table; in xmlAddAttributeDecl() local
1877 xmlFreeAttributeTable(xmlAttributeTablePtr table) { in xmlFreeAttributeTable()
1943 xmlCopyAttributeTable(xmlAttributeTablePtr table) { in xmlCopyAttributeTable()
1995 xmlDumpAttributeTable(xmlBufferPtr buf, xmlAttributeTablePtr table) { in xmlDumpAttributeTable()
2043 xmlNotationTablePtr table; in xmlAddNotationDecl() local
[all …]
/aosp_15_r20/external/libxml2/
H A Dvalid.c88 void *data = NULL; in xmlDoErrValid() local
1149 xmlElementTablePtr table; in xmlAddElementDecl() local
1351 xmlFreeElementTable(xmlElementTablePtr table) { in xmlFreeElementTable()
1407 xmlCopyElementTable(xmlElementTablePtr table) { in xmlCopyElementTable()
1459 xmlDumpElementTable(xmlBufferPtr buf, xmlElementTablePtr table) { in xmlDumpElementTable()
1653 xmlAttributeTablePtr table; in xmlAddAttributeDecl() local
1886 xmlFreeAttributeTable(xmlAttributeTablePtr table) { in xmlFreeAttributeTable()
1951 xmlCopyAttributeTable(xmlAttributeTablePtr table) { in xmlCopyAttributeTable()
2003 xmlDumpAttributeTable(xmlBufferPtr buf, xmlAttributeTablePtr table) { in xmlDumpAttributeTable()
2057 xmlNotationTablePtr table; in xmlAddNotationDecl() local
[all …]
/aosp_15_r20/system/core/fs_mgr/libdm/
H A Ddm_test.cpp100 DmTable table; in TEST_F() local
164 DmTable table; in TEST_F() local
382 std::string data("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"); in TEST_F() local
427 std::string data(4096, char(byte)); in TEST_F() local
580 DmTable table; in TEST_F() local
614 DmTable table; in TEST_F() local
633 DmTable table; in TEST_F() local
654 DmTable table; in TEST_F() local
673 DmTable table; in TEST_F() local
699 DmTable table; in TEST_F() local
[all …]
H A Ddm.cpp218 bool DeviceMapper::CreateDevice(const std::string& name, const DmTable& table, std::string* path, in CreateDevice()
311 bool DeviceMapper::CreateDevice(const std::string& name, const DmTable& table) { in CreateDevice()
319 bool DeviceMapper::LoadTable(const std::string& name, const DmTable& table) { in LoadTable()
338 bool DeviceMapper::LoadTableAndActivate(const std::string& name, const DmTable& table) { in LoadTableAndActivate()
542 bool DeviceMapper::GetTableStatus(const std::string& name, std::vector<TargetInfo>* table) { in GetTableStatus()
546 bool DeviceMapper::GetTableStatusIma(const std::string& name, std::vector<TargetInfo>* table) { in GetTableStatusIma()
550 bool DeviceMapper::GetTableInfo(const std::string& name, std::vector<TargetInfo>* table) { in GetTableInfo()
554 void RedactTableInfo(const struct dm_target_spec& spec, std::string* data) { in RedactTableInfo()
567 std::vector<TargetInfo>* table) { in GetTable()
598 std::string data; in GetTable() local
[all …]
/aosp_15_r20/external/flatbuffers/src/
H A Dreflection.cpp28 const Table &table, size_t align, size_t size) { in CopyInline()
87 const flatbuffers::Table &table, in VerifyVector()
166 const flatbuffers::Table *table, bool required) { in VerifyObject()
257 int64_t GetAnyValueI(reflection::BaseType type, const uint8_t *data) { in GetAnyValueI()
284 double GetAnyValueF(reflection::BaseType type, const uint8_t *data) { in GetAnyValueF()
303 std::string GetAnyValueS(reflection::BaseType type, const uint8_t *data, in GetAnyValueS()
372 void SetAnyValueI(reflection::BaseType type, uint8_t *data, int64_t val) { in SetAnyValueI()
395 void SetAnyValueF(reflection::BaseType type, uint8_t *data, double val) { in SetAnyValueF()
404 void SetAnyValueS(reflection::BaseType type, uint8_t *data, const char *val) { in SetAnyValueS()
473 void ResizeTable(const reflection::Object &objectdef, Table *table) { in ResizeTable()
[all …]
/aosp_15_r20/external/angle/build/android/gyp/util/
H A Dprotoresources.py144 def _HardcodeInTable(table, is_bundle_module, shared_resources_allowlist): argument
198 def process_func(filename, data): argument
261 def StripTable(self, table): argument
269 def _TableFromFlatBytes(data): argument
283 def _FlatBytesFromTable(table): argument
301 def process_file(filename, data): argument
/aosp_15_r20/external/cronet/build/android/gyp/util/
H A Dprotoresources.py144 def _HardcodeInTable(table, is_bundle_module, shared_resources_allowlist): argument
198 def process_func(filename, data): argument
261 def StripTable(self, table): argument
269 def _TableFromFlatBytes(data): argument
283 def _FlatBytesFromTable(table): argument
301 def process_file(filename, data): argument
/aosp_15_r20/external/arm-optimized-routines/pl/math/
H A Dsv_cbrt_2u.c13 const static struct data struct
16 float64_t table[5]; member
20 } data = { argument
45 shifted_lookup (const svbool_t pg, const float64_t *table, svint64_t i) in shifted_lookup()
H A Dsv_cbrtf_1u7.c13 const static struct data struct
16 float32_t table[5]; member
18 } data = { argument
41 shifted_lookup (const svbool_t pg, const float32_t *table, svint32_t i) in shifted_lookup()
H A Dv_cbrtf_1u7.c13 const static struct data struct
16 float table[5]; member
17 } data = { argument
40 shifted_lookup (const float *table, int32x4_t i) in shifted_lookup()
/aosp_15_r20/external/python/cpython2/Tools/unicode/
Dmkstringprep.py49 data = open("rfc3454.txt").readlines() variable
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
[all …]
/aosp_15_r20/external/python/cpython3/Tools/unicode/
Dmkstringprep.py51 data = f.readlines() variable
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
[all …]
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/
H A DImmutableTableTest.java36 protected Table<String, Integer, Character> create(@Nullable Object... data) { in create()
52 ImmutableTable<String, String, Integer> table = zis.combine(zat).build(); in testToImmutableTable_java7_combine() local
194 Table<Character, Integer, String> table = TreeBasedTable.create(); in testCopyOf() local
208 Table<Character, Integer, String> table = TreeBasedTable.create(); in testCopyOfSparse() local
222 Table<Character, Integer, String> table = TreeBasedTable.create(); in testCopyOfDense() local
235 Table<Character, Integer, String> table = HashBasedTable.create(); in testBuilder_orderRowsAndColumnsBy_putAll() local
265 Table<Character, Integer, String> table = builder.build(); in testBuilder_orderRowsAndColumnsBy_sparse() local
287 Table<Character, Integer, String> table = builder.build(); in testBuilder_orderRowsAndColumnsBy_dense() local
309 Table<Character, Integer, String> table = builder.build(); in testBuilder_orderRowsBy_sparse() local
325 Table<Character, Integer, String> table = builder.build(); in testBuilder_orderRowsBy_dense() local
[all …]
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/
H A DImmutableTableTest.java39 protected Table<String, Integer, Character> create(@Nullable Object... data) { in create()
200 Table<Character, Integer, String> table = TreeBasedTable.create(); in testCopyOf() local
214 Table<Character, Integer, String> table = TreeBasedTable.create(); in testCopyOfSparse() local
228 Table<Character, Integer, String> table = TreeBasedTable.create(); in testCopyOfDense() local
241 Table<Character, Integer, String> table = HashBasedTable.create(); in testBuilder_orderRowsAndColumnsBy_putAll() local
271 Table<Character, Integer, String> table = builder.build(); in testBuilder_orderRowsAndColumnsBy_sparse() local
293 Table<Character, Integer, String> table = builder.build(); in testBuilder_orderRowsAndColumnsBy_dense() local
315 Table<Character, Integer, String> table = builder.build(); in testBuilder_orderRowsBy_sparse() local
331 Table<Character, Integer, String> table = builder.build(); in testBuilder_orderRowsBy_dense() local
348 Table<Character, Integer, String> table = builder.build(); in testBuilder_orderColumnsBy_sparse() local
[all …]
/aosp_15_r20/external/fonttools/Tests/ttLib/tables/
H A DT_S_I__0_test.py51 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
/aosp_15_r20/external/mesa3d/src/mesa/program/
H A Dsymbol_table.c56 void *data; member
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()
232 struct _mesa_symbol_table *table = calloc(1, sizeof(*table)); in _mesa_symbol_table_ctor() local
246 _mesa_symbol_table_dtor(struct _mesa_symbol_table *table) in _mesa_symbol_table_dtor()

12345678910>>...46