/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/mini_table/ |
D | encode_test.cc | 54 upb_MiniTable* table = in TEST_P() local 71 upb_MiniTable* table = _upb_MiniTable_Build( in TEST_P() local 97 upb_MiniTable* table = _upb_MiniTable_Build( in TEST_P() local 125 upb_MiniTable* table = _upb_MiniTable_Build( in TEST_P() local 155 upb_MiniTable* table = _upb_MiniTable_Build( in TEST_P() local 188 upb_MiniTable* table = _upb_MiniTable_Build( in TEST_P() local 233 upb_MiniTableEnum* table = upb_MiniTableEnum_Build( in TEST() local 250 upb_MiniTable* table = _upb_MiniTable_Build( in TEST_P() local 275 upb_MiniTableEnum* table = upb_MiniTableEnum_Build( in TEST() local 294 upb_MiniTable* table = _upb_MiniTable_Build( in TEST_P() local
|
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/mini_descriptor/internal/ |
H A D | encode_test.cc | 45 upb_MiniTable* table = in TEST_P() local 62 upb_MiniTable* table = _upb_MiniTable_Build( in TEST_P() local 88 upb_MiniTable* table = _upb_MiniTable_Build( in TEST_P() local 116 upb_MiniTable* table = _upb_MiniTable_Build( in TEST_P() local 146 upb_MiniTable* table = _upb_MiniTable_Build( in TEST_P() local 180 upb_MiniTable* table = _upb_MiniTable_Build( in TEST_P() local 225 upb_MiniTableEnum* table = upb_MiniTableEnum_Build( in TEST() local 242 upb_MiniTable* table = _upb_MiniTable_Build( in TEST_P() local 269 upb_MiniTableEnum* table = upb_MiniTableEnum_Build( in TEST() local 286 upb_MiniTable* table = _upb_MiniTable_Build( in TEST_P() local
|
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/table_functions/ |
H A D | experimental_slice_layout_unittest.cc | 41 std::string ToVis(const Table& table) { in ToVis() 74 void ExpectOutput(const Table& table, const std::string& expected) { in ExpectOutput() 80 tables::SliceTable::Id Insert(tables::SliceTable* table, in Insert() 111 base::StatusOr<std::unique_ptr<Table>> table = in TEST() local 130 base::StatusOr<std::unique_ptr<Table>> table = in TEST() local 154 base::StatusOr<std::unique_ptr<Table>> table = in TEST() local 185 base::StatusOr<std::unique_ptr<Table>> table = in TEST() local 221 base::StatusOr<std::unique_ptr<Table>> table = in TEST() local 264 base::StatusOr<std::unique_ptr<Table>> table = in TEST() local 301 base::StatusOr<std::unique_ptr<Table>> table = in TEST() local
|
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A 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()
|
/aosp_15_r20/external/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/localedistance/ |
H A 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()
|
/aosp_15_r20/external/wpa_supplicant_8/src/utils/ |
H A D | eloop.c | 72 struct eloop_sock *table; member 126 static void eloop_trace_sock_add_ref(struct eloop_sock_table *table) in eloop_trace_sock_add_ref() 141 static void eloop_trace_sock_remove_ref(struct eloop_sock_table *table) in eloop_trace_sock_remove_ref() 157 #define eloop_trace_sock_add_ref(table) do { } while (0) argument 158 #define eloop_trace_sock_remove_ref(table) do { } while (0) argument 259 static int eloop_sock_table_add_sock(struct eloop_sock_table *table, in eloop_sock_table_add_sock() 385 static void eloop_sock_table_remove_sock(struct eloop_sock_table *table, in eloop_sock_table_remove_sock() 520 static int eloop_sock_table_dispatch_table(struct eloop_sock_table *table, in eloop_sock_table_dispatch_table() 575 static void eloop_sock_table_set_fds(struct eloop_sock_table *table, in eloop_sock_table_set_fds() 592 static void eloop_sock_table_dispatch(struct eloop_sock_table *table, in eloop_sock_table_dispatch() [all …]
|
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/ |
H A D | TableCollectionTest.java | 658 Table<String, Integer, Character> table, String[] elements) { in populateForRowKeySet() 666 Table<Integer, String, Character> table, String[] elements) { in populateForColumnKeySet() 674 Table<Integer, Character, String> table, String[] elements) { in populateForValues() 694 Table<String, Integer, Character> table = createTable(); in create() local 765 Table<Character, String, Integer> table = makeTable(); in makePopulatedMap() local 801 Table<String, Character, Integer> table = makeTable(); in makePopulatedMap() local 879 Table<String, Integer, Character> table = makeTable(); in makePopulatedMap() local 884 void populateTable(Table<String, Integer, Character> table) { in populateTable() 917 Table<Integer, String, Character> table = makeTable(); in makePopulatedMap() local
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/ |
H A D | TableCollectionTest.java | 658 Table<String, Integer, Character> table, String[] elements) { in populateForRowKeySet() 666 Table<Integer, String, Character> table, String[] elements) { in populateForColumnKeySet() 674 Table<Integer, Character, String> table, String[] elements) { in populateForValues() 694 Table<String, Integer, Character> table = createTable(); in create() local 765 Table<Character, String, Integer> table = makeTable(); in makePopulatedMap() local 801 Table<String, Character, Integer> table = makeTable(); in makePopulatedMap() local 879 Table<String, Integer, Character> table = makeTable(); in makePopulatedMap() local 884 void populateTable(Table<String, Integer, Character> table) { in populateTable() 917 Table<Integer, String, Character> table = makeTable(); in makePopulatedMap() local
|
/aosp_15_r20/external/tensorflow/tensorflow/python/tpu/ |
H A D | tpu_embedding.py | 2054 def get_default_slot_variable_names(self, table): argument 2057 def create_variables_and_ops(self, table, slot_variable_names, num_hosts, argument 2068 def get_default_slot_variable_names(self, table): argument 2071 def create_variables_and_ops(self, table, slot_variable_names, num_hosts, argument 2155 def get_default_slot_variable_names(self, table): argument 2160 def create_variables_and_ops(self, table, slot_variable_names, num_hosts, argument 2246 def get_default_slot_variable_names(self, table): argument 2250 def create_variables_and_ops(self, table, slot_variable_names, num_hosts, argument 2328 def get_default_slot_variable_names(self, table): argument 2332 def create_variables_and_ops(self, table, slot_variable_names, num_hosts, argument [all …]
|
/aosp_15_r20/external/freetype/src/gxvalid/ |
H A D | gxvkern.c | 110 gxv_kern_subtable_fmt0_pairs_validate( FT_Bytes table, in gxv_kern_subtable_fmt0_pairs_validate() 172 gxv_kern_subtable_fmt0_validate( FT_Bytes table, in gxv_kern_subtable_fmt0_validate() 210 gxv_kern_subtable_fmt1_valueTable_load( FT_Bytes table, in gxv_kern_subtable_fmt1_valueTable_load() 266 FT_Bytes table, in gxv_kern_subtable_fmt1_entry_validate() 312 gxv_kern_subtable_fmt1_validate( FT_Bytes table, in gxv_kern_subtable_fmt1_validate() 373 gxv_kern_subtable_fmt2_clstbl_validate( FT_Bytes table, in gxv_kern_subtable_fmt2_clstbl_validate() 409 gxv_kern_subtable_fmt2_validate( FT_Bytes table, in gxv_kern_subtable_fmt2_validate() 467 gxv_kern_subtable_fmt3_validate( FT_Bytes table, in gxv_kern_subtable_fmt3_validate() 740 gxv_kern_subtable_validate( FT_Bytes table, in gxv_kern_subtable_validate() 834 gxv_kern_validate_generic( FT_Bytes table, in gxv_kern_validate_generic() [all …]
|
/aosp_15_r20/external/mesa3d/src/asahi/vulkan/ |
H A D | hk_descriptor_table.c | 17 struct hk_descriptor_table *table, in hk_descriptor_table_grow_locked() 56 struct hk_descriptor_table *table, in hk_descriptor_table_init() 89 struct hk_descriptor_table *table) in hk_descriptor_table_finish() 100 struct hk_descriptor_table *table, in hk_descriptor_table_alloc_locked() 132 struct hk_descriptor_table *table, in hk_descriptor_table_add_locked() 150 struct hk_descriptor_table *table, in hk_descriptor_table_add() 164 struct hk_descriptor_table *table, uint32_t index) in hk_descriptor_table_remove()
|
/aosp_15_r20/external/pdfium/core/fxge/dib/ |
H A D | cstretchengine_unittest.cpp | 34 CStretchEngine::WeightTable table; in ExecuteOneStretchTest() local 47 CStretchEngine::WeightTable table; in ExecuteOneReversedStretchTest() local 114 CStretchEngine::WeightTable table; in TEST() local 121 CStretchEngine::WeightTable table; in TEST() local 128 CStretchEngine::WeightTable table; in TEST() local 136 CStretchEngine::WeightTable table; in TEST() local 142 CStretchEngine::WeightTable table; in TEST() local 148 CStretchEngine::WeightTable table; in TEST() local
|
/aosp_15_r20/frameworks/base/tools/aapt2/link/ |
H A D | ResourceExcluder_test.cpp | 49 std::unique_ptr<ResourceTable> table = in TEST() local 67 std::unique_ptr<ResourceTable> table = in TEST() local 85 std::unique_ptr<ResourceTable> table = in TEST() local 106 std::unique_ptr<ResourceTable> table = in TEST() local 133 std::unique_ptr<ResourceTable> table = in TEST() local 160 std::unique_ptr<ResourceTable> table = in TEST() local 181 std::unique_ptr<ResourceTable> table = in TEST() local 204 std::unique_ptr<ResourceTable> table = in TEST() local
|
/aosp_15_r20/external/cronet/third_party/libxml/src/ |
H A D | valid.c | 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 2128 xmlFreeNotationTable(xmlNotationTablePtr table) { in xmlFreeNotationTable() [all …]
|
/aosp_15_r20/frameworks/minikin/tests/unittest/ |
H A D | CmapCoverageTest.cpp | 244 void appendTable(uint16_t platformId, uint16_t encodingId, const std::vector<uint8_t>& table) { in appendTable() 457 std::vector<uint8_t> table = buildCmapFormat4Table(std::vector<uint16_t>({'a', 'a'})); in TEST() local 470 std::vector<uint8_t> table = buildCmapFormat4Table(std::vector<uint16_t>({'a', 'a'})); in TEST() local 482 std::vector<uint8_t> table = buildCmapFormat4Table(std::vector<uint16_t>({'b', 'b'})); in TEST() local 495 std::vector<uint8_t> table = in TEST() local 509 std::vector<uint8_t> table = buildCmapFormat4Table(std::vector<uint16_t>({'a', 'b', 'b', 'b'})); in TEST() local 524 std::vector<uint8_t> table = buildCmapFormat12Table(std::vector<uint32_t>({'a', 'a'})); in TEST() local 537 std::vector<uint8_t> table = buildCmapFormat12Table(std::vector<uint32_t>({'a', 'a'})); in TEST() local 550 std::vector<uint8_t> table = buildCmapFormat12Table(std::vector<uint32_t>({'a', 'a'})); in TEST() local 604 const std::vector<uint8_t>& table; in TEST() member [all …]
|
/aosp_15_r20/frameworks/base/tools/aapt2/format/proto/ |
H A D | ProtoSerialize_test.cpp | 43 ResourceEntry* GetEntry(ResourceTable* table, const ResourceNameRef& res_name) { in GetEntry() 48 ResourceEntry* GetEntry(ResourceTable* table, const ResourceNameRef& res_name, ResourceId id) { in GetEntry() 55 std::unique_ptr<ResourceTable> table = in TEST() local 102 std::unique_ptr<ResourceTable> table = in TEST() local 384 std::unique_ptr<ResourceTable> table = in TEST() local 625 std::unique_ptr<ResourceTable> table = in TEST() local 749 std::unique_ptr<ResourceTable> table = in TEST() local 835 std::unique_ptr<ResourceTable> table = in TEST() local 914 std::unique_ptr<ResourceTable> table = test::ResourceTableBuilder() in TEST() local 940 std::unique_ptr<ResourceTable> table = test::ResourceTableBuilder() in TEST() local [all …]
|
/aosp_15_r20/external/libaom/test/ |
H A D | film_grain_table_test.cc | 81 aom_film_grain_table_t table; in TEST() local 113 aom_film_grain_table_t table; in TEST() local 127 aom_film_grain_table_t table; in TEST() local 158 aom_film_grain_table_t table; in TEST() local 192 aom_film_grain_table_t table; in TEST_F() local 199 aom_film_grain_table_t table; in TEST_F() local 213 aom_film_grain_table_t table; in TEST_F() local 255 aom_film_grain_table_t table; in TEST_F() local
|
/aosp_15_r20/external/libxkbcommon/test/ |
H A D | compose.c | 68 test_compose_seq_va(struct xkb_compose_table *table, va_list ap) in test_compose_seq_va() 148 test_compose_seq(struct xkb_compose_table *table, ...) in test_compose_seq() 163 struct xkb_compose_table *table; in test_compose_seq_buffer() local 178 struct xkb_compose_table *table; in test_seqs() local 351 struct xkb_compose_table *table; in test_state() local 410 struct xkb_compose_table *table; in test_XCOMPOSEFILE() local 434 struct xkb_compose_table *table; in test_from_locale() local
|
/aosp_15_r20/external/libxml2/ |
H A D | valid.c | 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 2142 xmlFreeNotationTable(xmlNotationTablePtr table) { in xmlFreeNotationTable() [all …]
|
/aosp_15_r20/external/perfetto/src/traced/probes/ftrace/ |
H A D | proto_translation_table_unittest.cc | 120 auto table = ProtoTranslationTable::Create( in TEST() local 239 auto table = ProtoTranslationTable::Create(&ftrace, std::move(events), in TEST_P() local 274 auto table = ProtoTranslationTable::Create( in TEST() local 309 auto table = ProtoTranslationTable::Create( in TEST() local 416 ProtoTranslationTable table( in TEST() local 470 auto table = ProtoTranslationTable::Create(&ftrace, std::move(events), in TEST() local 561 auto table = ProtoTranslationTable::Create( in TEST() local 614 auto table = ProtoTranslationTable::Create(&ftrace, GetStaticEventInfo(), in TEST() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/wire/ |
D | decode_fast.c | 347 #define FASTDECODE_UNPACKEDVARINT(d, ptr, msg, table, hasbits, data, tagbytes, \ argument 419 #define FASTDECODE_PACKEDVARINT(d, ptr, msg, table, hasbits, data, tagbytes, \ argument 440 #define FASTDECODE_VARINT(d, ptr, msg, table, hasbits, data, tagbytes, \ argument 497 #define FASTDECODE_UNPACKEDFIXED(d, ptr, msg, table, hasbits, data, tagbytes, \ argument 538 #define FASTDECODE_PACKEDFIXED(d, ptr, msg, table, hasbits, data, tagbytes, \ argument 576 #define FASTDECODE_FIXED(d, ptr, msg, table, hasbits, data, tagbytes, \ argument 626 upb_Message* msg, intptr_t table, in fastdecode_verifyutf8() 635 #define FASTDECODE_LONGSTRING(d, ptr, msg, table, hasbits, dst, validate_utf8) \ argument 663 intptr_t table, uint64_t hasbits, in fastdecode_longstring_utf8() 671 struct upb_Decoder* d, const char* ptr, upb_Message* msg, intptr_t table, in fastdecode_longstring_noutf8() [all …]
|
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/wire/internal/ |
H A D | decode_fast.c | 330 #define FASTDECODE_UNPACKEDVARINT(d, ptr, msg, table, hasbits, data, tagbytes, \ argument 402 #define FASTDECODE_PACKEDVARINT(d, ptr, msg, table, hasbits, data, tagbytes, \ argument 423 #define FASTDECODE_VARINT(d, ptr, msg, table, hasbits, data, tagbytes, \ argument 480 #define FASTDECODE_UNPACKEDFIXED(d, ptr, msg, table, hasbits, data, tagbytes, \ argument 521 #define FASTDECODE_PACKEDFIXED(d, ptr, msg, table, hasbits, data, tagbytes, \ argument 560 #define FASTDECODE_FIXED(d, ptr, msg, table, hasbits, data, tagbytes, \ argument 610 upb_Message* msg, intptr_t table, in fastdecode_verifyutf8() 619 #define FASTDECODE_LONGSTRING(d, ptr, msg, table, hasbits, dst, validate_utf8) \ argument 647 intptr_t table, uint64_t hasbits, in fastdecode_longstring_utf8() 655 struct upb_Decoder* d, const char* ptr, upb_Message* msg, intptr_t table, in fastdecode_longstring_noutf8() [all …]
|
/aosp_15_r20/external/libxkbcommon/src/compose/ |
H A D | table.c | 38 struct xkb_compose_table *table; in xkb_compose_table_new() local 73 xkb_compose_table_ref(struct xkb_compose_table *table) in xkb_compose_table_ref() 80 xkb_compose_table_unref(struct xkb_compose_table *table) in xkb_compose_table_unref() 98 struct xkb_compose_table *table; in xkb_compose_table_new_from_file() local 131 struct xkb_compose_table *table; in xkb_compose_table_new_from_buffer() local 162 struct xkb_compose_table *table; in xkb_compose_table_new_from_locale() local
|
/aosp_15_r20/external/antlr/runtime/C/src/ |
H A D | antlr3collections.c | 131 pANTLR3_HASH_TABLE table; in antlr3HashTableNew() local 195 antlr3HashFree(pANTLR3_HASH_TABLE table) in antlr3HashFree() 266 static ANTLR3_UINT32 antlr3HashSize (pANTLR3_HASH_TABLE table) in antlr3HashSize() 274 static pANTLR3_HASH_ENTRY antlr3HashRemoveI (pANTLR3_HASH_TABLE table, ANTLR3_INTKEY key) in antlr3HashRemoveI() 331 antlr3HashRemove(pANTLR3_HASH_TABLE table, void * key) in antlr3HashRemove() 396 antlr3HashDeleteI (pANTLR3_HASH_TABLE table, ANTLR3_INTKEY key) in antlr3HashDeleteI() 420 antlr3HashDelete (pANTLR3_HASH_TABLE table, void * key) in antlr3HashDelete() 444 antlr3HashGetI(pANTLR3_HASH_TABLE table, ANTLR3_INTKEY key) in antlr3HashGetI() 483 antlr3HashGet(pANTLR3_HASH_TABLE table, void * key) in antlr3HashGet() 523 antlr3HashPutI(pANTLR3_HASH_TABLE table, ANTLR3_INTKEY key, void * element, void (ANTLR3_CDECL *fre… in antlr3HashPutI() [all …]
|
/aosp_15_r20/external/pigweed/pw_web/log-viewer/test/ |
H A D | log-viewer.test.js | 52 function checkTableHeaderCells(table, expectedColumnNames) { argument 67 function checkTableBodyCells(table, logEntries) { argument 144 const { table } = getLogViewerElements(logViewer); constant 160 const { table } = getLogViewerElements(logViewer); constant 198 const { table } = getLogViewerElements(logViewer); constant 240 const { table } = getLogViewerElements(logViewer); constant 254 const { table } = getLogViewerElements(logViewer); constant 273 const { table } = getLogViewerElements(logViewer); constant
|