/aosp_15_r20/external/perfetto/src/trace_processor/db/ |
H A D | query_executor_benchmark.cc | 243 SliceTableForBenchmark& table, in BenchmarkSliceTableFilter() 261 SliceTableForBenchmark& table, in BenchmarkSliceTableSort() 274 ExpectedFrameTimelineTableForBenchmark& table, in BenchmarkExpectedFrameTableQuery() 290 FtraceEventTableForBenchmark& table, in BenchmarkFtraceEventTableQuery() 306 FtraceEventTableForBenchmark& table, in BenchmarkFtraceEventTableSort() 318 SliceTableForBenchmark table(state); in BM_QESliceTableTrackIdEq() local 324 SliceTableForBenchmark table(state); in BM_QESliceTableParentIdIsNotNull() local 331 SliceTableForBenchmark table(state); in BM_QESliceTableParentIdEq() local 337 SliceTableForBenchmark table(state); in BM_QESliceTableNameEq() local 345 SliceTableForBenchmark table(state); in BM_QESliceTableNameGlobNoStars() local [all …]
|
/aosp_15_r20/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 …]
|
/aosp_15_r20/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 …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/unordered/include/boost/unordered/detail/ |
D | implementation.hpp | 2900 struct table : boost::unordered::detail::functions<typename Types::hasher, struct 2908 typedef typename Types::node node; 2909 typedef typename Types::bucket bucket; 2910 typedef typename Types::hasher hasher; 2911 typedef typename Types::key_equal key_equal; 2912 typedef typename Types::const_key_type const_key_type; 2913 typedef typename Types::extractor extractor; 2914 typedef typename Types::value_type value_type; 2915 typedef typename Types::table table_impl; 2916 typedef typename Types::link_pointer link_pointer; [all …]
|
/aosp_15_r20/external/freetype/src/otvalid/ |
H A 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 …]
|
H A 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 …]
|
/aosp_15_r20/external/speex/libspeexdsp/ |
H A 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 …]
|
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/ |
H A D | ImmutableTableTest.java | 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 342 Table<Character, Integer, String> table = builder.build(); in testBuilder_orderColumnsBy_sparse() local [all …]
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/ |
H A D | ImmutableTableTest.java | 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 364 Table<Character, Integer, String> table = builder.build(); in testBuilder_orderColumnsBy_dense() local [all …]
|
/aosp_15_r20/external/iptables/iptables/ |
H A 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 …]
|
/aosp_15_r20/frameworks/base/tools/aapt2/ |
H A D | ResourceTable_test.cpp | 39 ResourceTable table; in TEST() local 51 ResourceTable table; in TEST() local 61 ResourceTable table; in TEST() local 73 ResourceTable table; in TEST() local 112 ResourceTable table; in TEST() local 133 ResourceTable table; in TEST() local 150 ResourceTable table; in TEST() local 187 static ::testing::AssertionResult VisibilityOfResource(const ResourceTable& table, in VisibilityOfResource() 212 ResourceTable table; in TEST() local 242 ResourceTable table; in TEST() local [all …]
|
/aosp_15_r20/external/truth/core/src/test/java/com/google/common/truth/ |
H A 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 …]
|
/aosp_15_r20/frameworks/base/tools/aapt2/format/binary/ |
H A D | TableFlattener_test.cpp | 47 ResourceTable* table, std::string* out_content) { in Flatten() 58 ResourceTable* table, ResTable* out_table) { in Flatten() 72 ResourceTable* table, ResourceTable* out_table) { in Flatten() 87 ::testing::AssertionResult Exists(ResTable* table, StringPiece expected_name, in Exists() 156 std::unique_ptr<ResourceTable> table = in TEST_F() local 204 std::unique_ptr<ResourceTable> table = in TEST_F() local 224 std::unique_ptr<ResourceTable> table = in TEST_F() local 246 std::unique_ptr<ResourceTable> table = in TEST_F() local 297 std::unique_ptr<ResourceTable> table = in BuildTableWithSparseEntries() local 481 std::unique_ptr<ResourceTable> table = in TEST_F() local [all …]
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/src/tests/ |
H A D | test_gpos.rs | 10 let table = SinglePosFormat1::read(test_data::SINGLEPOSFORMAT1.into()).unwrap(); in singleposformat1() localVariable 20 let table = SinglePosFormat2::read(test_data::SINGLEPOSFORMAT2.into()).unwrap(); in singleposformat2() localVariable 43 let table = PairPosFormat1::read(test_data::PAIRPOSFORMAT1.into()).unwrap(); in pairposformat1() localVariable 70 let table = PairPosFormat2::read(test_data::PAIRPOSFORMAT2.into()).unwrap(); in pairposformat2() localVariable 92 let table = CursivePosFormat1::read(test_data::CURSIVEPOSFORMAT1.into()).unwrap(); in cursiveposformat1() localVariable 109 let table = MarkBasePosFormat1::read(test_data::MARKBASEPOSFORMAT1.into()).unwrap(); in markbaseposformat1() localVariable 126 let table = MarkLigPosFormat1::read(test_data::MARKLIGPOSFORMAT1.into()).unwrap(); in markligposformat1() localVariable 145 let table = MarkMarkPosFormat1::read(test_data::MARKMARKPOSFORMAT1.into()).unwrap(); in markmarkposformat1() localVariable 203 let table = SinglePosFormat1::read(test_data::VALUEFORMATTABLE.into()).unwrap(); in valueformattable() localVariable 230 let table = AnchorFormat1::read(test_data::ANCHORFORMAT1.into()).unwrap(); in anchorformat1() localVariable [all …]
|
/aosp_15_r20/external/freetype/src/gxvalid/ |
H A 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 …]
|
/aosp_15_r20/frameworks/base/tools/aapt2/java/ |
H A D | JavaClassGenerator_test.cpp | 35 std::unique_ptr<ResourceTable> table = in TEST() local 54 std::unique_ptr<ResourceTable> table = in TEST() local 83 std::unique_ptr<ResourceTable> table = in TEST() local 108 std::unique_ptr<ResourceTable> table = in TEST() local 155 std::unique_ptr<ResourceTable> table = in TEST() local 179 std::unique_ptr<ResourceTable> table = in TEST() local 270 std::unique_ptr<ResourceTable> table = in TEST() local 298 std::unique_ptr<ResourceTable> table = in TEST() local 343 std::unique_ptr<ResourceTable> table = test::ResourceTableBuilder() in TEST() local 389 std::unique_ptr<ResourceTable> table = in TEST() local [all …]
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/content/res/ |
H A D | FontScaleConverterFactoryTest.kt | 66 val table = FontScaleConverterFactory.forScale(2F)!! in <lambda>() constant 77 val table = FontScaleConverterFactory.forScale(3F)!! in <lambda>() constant 93 val table = FontScaleConverterFactory.forScale(1.9999F)!! in <lambda>() constant 103 val table = FontScaleConverterFactory.forScale(1.6F)!! in <lambda>() constant 116 val table = FontScaleConverterFactory.forScale(1.6F)!! in <lambda>() constant 127 val table = FontScaleConverterFactory.forScale(3F)!! in <lambda>() constant 193 .flatMap{ table -> in <lambda>() method 198 .forEach { (table, sp) -> in <lambda>() method
|
H A D | FontScaleConverterTest.kt | 36 val table = createTable(8f to 8f, 10f to 10f, 20f to 20f) in straightInterpolation() constant 48 val table = createTable(8f to 16f, 10f to 20f, 30f to 60f) in interpolate200Percent() constant 60 val table = createTable(2f to 3f, 10f to 15f, 20f to 30f, 100f to 150f) in interpolate150Percent() constant 73 val table = createTable(8f to 16f, 10f to 20f, 30f to 60f) in pastEndsUsesLastScalingFactor() constant 83 val table = createTable(8f to 16f, 10f to 20f, 30f to 60f) in negativeSpIsNegativeDp() constant
|
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A 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 …]
|
/aosp_15_r20/external/flatbuffers/include/flatbuffers/ |
H A D | reflection.h | 121 T GetFieldI(const Table &table, const reflection::Field &field) { in GetFieldI() 129 T GetFieldF(const Table &table, const reflection::Field &field) { in GetFieldF() 136 inline const String *GetFieldS(const Table &table, in GetFieldS() 144 Vector<T> *GetFieldV(const Table &table, const reflection::Field &field) { in GetFieldV() 153 inline VectorOfAny *GetFieldAnyV(const Table &table, in GetFieldAnyV() 159 inline Table *GetFieldT(const Table &table, const reflection::Field &field) { in GetFieldT() 166 inline const Struct *GetFieldStruct(const Table &table, in GetFieldStruct() 195 inline int64_t GetAnyFieldI(const Table &table, in GetAnyFieldI() 203 inline double GetAnyFieldF(const Table &table, const reflection::Field &field) { in GetAnyFieldF() 212 inline std::string GetAnyFieldS(const Table &table, in GetAnyFieldS() [all …]
|
/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/include/flatbuffers/ |
H A D | reflection.h | 87 T GetFieldI(const Table &table, const reflection::Field &field) { in GetFieldI() 95 T GetFieldF(const Table &table, const reflection::Field &field) { in GetFieldF() 102 inline const String *GetFieldS(const Table &table, in GetFieldS() 110 Vector<T> *GetFieldV(const Table &table, const reflection::Field &field) { in GetFieldV() 119 inline VectorOfAny *GetFieldAnyV(const Table &table, in GetFieldAnyV() 125 inline Table *GetFieldT(const Table &table, const reflection::Field &field) { in GetFieldT() 132 inline const Struct *GetFieldStruct(const Table &table, in GetFieldStruct() 161 inline int64_t GetAnyFieldI(const Table &table, in GetAnyFieldI() 169 inline double GetAnyFieldF(const Table &table, const reflection::Field &field) { in GetAnyFieldF() 178 inline std::string GetAnyFieldS(const Table &table, in GetAnyFieldS() [all …]
|
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/ |
H A D | reflection.h | 121 T GetFieldI(const Table &table, const reflection::Field &field) { in GetFieldI() 129 T GetFieldF(const Table &table, const reflection::Field &field) { in GetFieldF() 136 inline const String *GetFieldS(const Table &table, in GetFieldS() 144 Vector<T> *GetFieldV(const Table &table, const reflection::Field &field) { in GetFieldV() 153 inline VectorOfAny *GetFieldAnyV(const Table &table, in GetFieldAnyV() 159 inline Table *GetFieldT(const Table &table, const reflection::Field &field) { in GetFieldT() 166 inline const Struct *GetFieldStruct(const Table &table, in GetFieldStruct() 195 inline int64_t GetAnyFieldI(const Table &table, in GetAnyFieldI() 203 inline double GetAnyFieldF(const Table &table, const reflection::Field &field) { in GetAnyFieldF() 212 inline std::string GetAnyFieldS(const Table &table, in GetAnyFieldS() [all …]
|
/aosp_15_r20/frameworks/base/tools/aapt2/compile/ |
H A D | IdAssigner_test.cpp | 33 auto table = test::ResourceTableBuilder() in TEST_F() local 45 auto table = test::ResourceTableBuilder() in TEST_F() local 93 auto table = test::ResourceTableBuilder() in TEST_F() local 102 auto table = test::ResourceTableBuilder() in TEST_F() local 111 auto table = test::ResourceTableBuilder() in TEST_F() local 120 auto table = in TEST_F() local 134 auto table = in TEST_F() local 147 auto table = test::ResourceTableBuilder() in TEST_F() local 164 ResourceTable table; in TEST_F() local 176 ResourceTable table; in TEST_F() local [all …]
|
/aosp_15_r20/external/python/cpython2/Lib/bsddb/ |
D | dbtables.py | 117 def _columns_key(table): argument 129 def _data_key(table, col, rowid): argument 132 def _search_col_data_key(table, col): argument 135 def _search_all_data_key(table): argument 138 def _rowid_key(table, rowid): argument 141 def _search_rowid_key(table): argument 309 def CreateTable(self, table, columns): argument 357 def ListTableColumns(self, table): argument 383 def CreateOrExtendTable(self, table, columns): argument 441 def __load_column_info(self, table) : argument [all …]
|
/aosp_15_r20/external/dng_sdk/source/ |
H A D | dng_misc_opcodes.cpp | 247 const uint16 *table, in dng_opcode_MapTable() 311 uint16 *table = fTable->Buffer_uint16 (); in dng_opcode_MapTable() local 348 uint16 *table = fTable->Buffer_uint16 (); in ReplicateLastEntry() local 370 uint16 *table = fTable->Buffer_uint16 (); in PutData() local 829 AutoPtr<dng_memory_block> &table) in dng_opcode_DeltaPerRow() 880 real32 *table = fTable->Buffer_real32 (); in dng_opcode_DeltaPerRow() local 924 real32 *table = fTable->Buffer_real32 (); in PutData() local 1002 const real32 *table = fTable->Buffer_real32 () + in ProcessArea() local 1035 AutoPtr<dng_memory_block> &table) in dng_opcode_DeltaPerColumn() 1086 real32 *table = fTable->Buffer_real32 (); in dng_opcode_DeltaPerColumn() local [all …]
|