/aosp_15_r20/prebuilts/module_sdk/art/current/host-exports/include/art/libartbase/base/ |
D | bit_table.h | 112 BitTableAccessor(const BitTableBase<kNumColumns>* table, uint32_t row) in BitTableAccessor() 164 const_iterator(const BitTable* table, uint32_t row) : table_(table), row_(row) {} in const_iterator() 203 ALWAYS_INLINE Accessor GetRow(uint32_t row) const { in GetRow() 374 BitTableBase<kNumColumns> table; in Encode() local 453 for (MemoryRegion row : rows_) { in Encode() local 462 BitTableBase<1> table; in Encode() local
|
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libartbase/base/ |
D | bit_table.h | 112 BitTableAccessor(const BitTableBase<kNumColumns>* table, uint32_t row) in BitTableAccessor() 164 const_iterator(const BitTable* table, uint32_t row) : table_(table), row_(row) {} in const_iterator() 202 ALWAYS_INLINE Accessor GetRow(uint32_t row) const { in GetRow() 372 BitTableBase<kNumColumns> table; in Encode() local 451 for (MemoryRegion row : rows_) { in Encode() local 460 BitTableBase<1> table; in Encode() local
|
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libartbase/base/ |
D | bit_table.h | 112 BitTableAccessor(const BitTableBase<kNumColumns>* table, uint32_t row) in BitTableAccessor() 164 const_iterator(const BitTable* table, uint32_t row) : table_(table), row_(row) {} in const_iterator() 202 ALWAYS_INLINE Accessor GetRow(uint32_t row) const { in GetRow() 372 BitTableBase<kNumColumns> table; in Encode() local 451 for (MemoryRegion row : rows_) { in Encode() local 459 BitTableBase<1> table; in Encode() local
|
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libartbase/base/ |
D | bit_table.h | 112 BitTableAccessor(const BitTableBase<kNumColumns>* table, uint32_t row) in BitTableAccessor() 164 const_iterator(const BitTable* table, uint32_t row) : table_(table), row_(row) {} in const_iterator() 203 ALWAYS_INLINE Accessor GetRow(uint32_t row) const { in GetRow() 374 BitTableBase<kNumColumns> table; in Encode() local 453 for (MemoryRegion row : rows_) { in Encode() local 462 BitTableBase<1> table; in Encode() local
|
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/ |
H A D | TreeBasedTableTest.java | 84 TreeBasedTable<String, Integer, Character> table = in create() local 95 TreeBasedTable<String, Integer, Character> table = TreeBasedTable.create(); in create() local 352 SortedMap<Integer, Character> row = sortedTable.row("c"); in testRowEntrySetContains() local 369 SortedMap<Integer, Character> row = sortedTable.row("c"); in testRowEntrySetRemove() local 386 SortedMap<Integer, Character> row = sortedTable.row("c"); in testRowSize() local 393 SortedMap<Integer, Character> row = (SortedMap<Integer, Character>) table.row("foo"); in testSubRowClearAndPut() local 401 assertEquals(ImmutableMap.of(), row); in testSubRowClearAndPut() local 407 assertEquals(ImmutableMap.of(), row); in testSubRowClearAndPut() local
|
H A D | ArrayTableTest.java | 47 ArrayTable<String, Integer, Character> table = in create() local 222 ArrayTable<String, String, Character> table = in testCreateEmptyRowsXColumns() local 239 ArrayTable<String, String, Character> table = in testEmptyToArry() local 341 ArrayTable<String, Integer, Character> table = in testRowKeyList() local 347 ArrayTable<String, Integer, Character> table = in testColumnKeyList() local 359 ArrayTable<String, Integer, Character> table = in testAt() local 387 ArrayTable<String, Integer, Character> table = in testSet() local 419 ArrayTable<String, Integer, Character> table = in testEraseAll() local 446 ArrayTable<String, Integer, Character> table = in testErase() local 461 ArrayTable<String, Integer, Character> table = in testToArray() local [all …]
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/ |
H A D | TreeBasedTableTest.java | 84 TreeBasedTable<String, Integer, Character> table = in create() local 95 TreeBasedTable<String, Integer, Character> table = TreeBasedTable.create(); in create() local 352 SortedMap<Integer, Character> row = sortedTable.row("c"); in testRowEntrySetContains() local 369 SortedMap<Integer, Character> row = sortedTable.row("c"); in testRowEntrySetRemove() local 386 SortedMap<Integer, Character> row = sortedTable.row("c"); in testRowSize() local 393 SortedMap<Integer, Character> row = (SortedMap<Integer, Character>) table.row("foo"); in testSubRowClearAndPut() local 401 assertEquals(ImmutableMap.of(), row); in testSubRowClearAndPut() local 407 assertEquals(ImmutableMap.of(), row); in testSubRowClearAndPut() local
|
H A D | ArrayTableTest.java | 47 ArrayTable<String, Integer, Character> table = in create() local 222 ArrayTable<String, String, Character> table = in testCreateEmptyRowsXColumns() local 239 ArrayTable<String, String, Character> table = in testEmptyToArry() local 341 ArrayTable<String, Integer, Character> table = in testRowKeyList() local 347 ArrayTable<String, Integer, Character> table = in testColumnKeyList() local 359 ArrayTable<String, Integer, Character> table = in testAt() local 387 ArrayTable<String, Integer, Character> table = in testSet() local 419 ArrayTable<String, Integer, Character> table = in testEraseAll() local 446 ArrayTable<String, Integer, Character> table = in testErase() local 461 ArrayTable<String, Integer, Character> table = in testToArray() local [all …]
|
/aosp_15_r20/external/pdfium/fpdfsdk/ |
H A D | fpdf_structtree_embeddertest.cpp | 142 FPDF_STRUCTELEMENT table = FPDF_StructElement_GetChildAtIndex(document, 0); in TEST_F() local 153 FPDF_STRUCTELEMENT row = FPDF_StructElement_GetChildAtIndex(table, 0); in TEST_F() local 206 FPDF_STRUCTELEMENT table = FPDF_StructElement_GetChildAtIndex(document, 0); in TEST_F() local 218 FPDF_STRUCTELEMENT row = FPDF_StructElement_GetChildAtIndex(table, 0); in TEST_F() local 248 FPDF_STRUCTELEMENT table = FPDF_StructElement_GetChildAtIndex(document, 0); in TEST_F() local 262 FPDF_STRUCTELEMENT row = FPDF_StructElement_GetChildAtIndex(table, 0); in TEST_F() local 297 FPDF_STRUCTELEMENT table = FPDF_StructElement_GetChildAtIndex(document, 0); in TEST_F() local 310 FPDF_STRUCTELEMENT row = FPDF_StructElement_GetChildAtIndex(table, 0); in TEST_F() local 571 FPDF_STRUCTELEMENT table = FPDF_StructElement_GetChildAtIndex(document, 0); in TEST_F() local
|
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_src_trace_processor_tables_tables_python/gen/src/trace_processor/tables/ |
D | counter_tables_py.h | 116 ConstRowReference(const CounterTable* table, uint32_t row_number) in ConstRowReference() 142 RowReference(const CounterTable* table, uint32_t row_number) in RowReference() 206 explicit ConstIterator(const CounterTable* table, in ConstIterator() 228 explicit Iterator(CounterTable* table, Table::Iterator iterator) in Iterator() 234 uint32_t row; member 378 std::optional<uint32_t> row = id().IndexOf(find_id); in FindById() local 384 std::optional<uint32_t> row = id().IndexOf(find_id); in FindById() local 388 IdAndRow Insert(const Row& row) { in Insert()
|
D | flow_tables_py.h | 116 ConstRowReference(const FlowTable* table, uint32_t row_number) in ConstRowReference() 142 RowReference(const FlowTable* table, uint32_t row_number) in RowReference() 206 explicit ConstIterator(const FlowTable* table, in ConstIterator() 228 explicit Iterator(FlowTable* table, Table::Iterator iterator) in Iterator() 234 uint32_t row; member 378 std::optional<uint32_t> row = id().IndexOf(find_id); in FindById() local 384 std::optional<uint32_t> row = id().IndexOf(find_id); in FindById() local 388 IdAndRow Insert(const Row& row) { in Insert()
|
D | slice_tables_py.h | 186 ConstRowReference(const SliceTable* table, uint32_t row_number) in ConstRowReference() 242 RowReference(const SliceTable* table, uint32_t row_number) in RowReference() 396 explicit ConstIterator(const SliceTable* table, in ConstIterator() 418 explicit Iterator(SliceTable* table, Table::Iterator iterator) in Iterator() 424 uint32_t row; member 746 std::optional<uint32_t> row = id().IndexOf(find_id); in FindById() local 752 std::optional<uint32_t> row = id().IndexOf(find_id); in FindById() local 756 IdAndRow Insert(const Row& row) { in Insert() 1105 ConstRowReference(const ActualFrameTimelineSliceTable* table, uint32_t row_number) in ConstRowReference() 1194 RowReference(const ActualFrameTimelineSliceTable* table, uint32_t row_number) in RowReference() [all …]
|
/aosp_15_r20/external/perfetto/src/trace_processor/importers/common/ |
H A D | args_tracker.h | 187 auto* table = context_->storage->mutable_metadata_table(); in AddArgsTo() local 188 uint32_t row = table->FindById(id)->ToRowNumber().row_number(); in AddArgsTo() local 193 auto* table = context_->storage->mutable_track_table(); in AddArgsTo() local 194 uint32_t row = table->FindById(id)->ToRowNumber().row_number(); in AddArgsTo() local 238 BoundInserter AddArgsTo(Table* table, typename Table::Id id) { in AddArgsTo() 239 uint32_t row = table->FindById(id)->ToRowNumber().row_number(); in AddArgsTo() local
|
/aosp_15_r20/external/ktfmt/core/src/main/java/com/facebook/ktfmt/kdoc/ |
H A D | Table.kt | 45 val row = rows[i] in format() constant 135 val row = getRow(line) ?: break in getTable() constant 155 for (row in rows) { in getTable() constant 181 val table = in getTable() constant 219 val row = Row() in getRow() constant
|
/aosp_15_r20/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/ |
D | TelephonyBackupAgentTest.java | 454 List<ContentValues> table = new ArrayList<>(); in createBodyCursor() local 503 List<ContentValues> table = new ArrayList<>(); in createAddrCursor() local 1114 List<ContentValues> table = new ArrayList<>(); in query() local 1115 ContentValues row = new ContentValues(); in query() local 1124 List<ContentValues> table = new ArrayList<>(); in query() local 1125 ContentValues row = new ContentValues(); in query() local 1133 List<ContentValues> table = new ArrayList<>(); in query() local 1134 ContentValues row = new ContentValues(); in query() local 1148 List<ContentValues> table = new ArrayList<>(); in query() local 1149 ContentValues row = new ContentValues(); in query() local
|
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/table_functions/ |
H A D | experimental_flat_slice_unittest.cc | 36 tables::SliceTable::Row row; in Insert() local 44 void Populate(tables::SliceTable& table) { in Populate() 48 for (const auto& row : rows_) { in Populate() local 79 tables::SliceTable table(&pool); in TEST() local 148 tables::SliceTable table(&pool); in TEST() local
|
/aosp_15_r20/art/tools/ahat/src/main/com/android/ahat/ |
H A D | SizeTable.java | 44 static void table(Doc doc, Column left, boolean showDiff, Column... columns) { in table() method in SizeTable 62 static void row(Doc doc, DocString left, Size size, Size base, DocString... values) { in row() method in SizeTable 85 static void table(Doc doc, boolean showDiff, Column... columns) { in table() method in SizeTable 96 static void row(Doc doc, Size size, Size base, DocString... values) { in row() method in SizeTable
|
/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/external/emma/core/java12/com/vladium/emma/report/html/ |
H A D | ReportGenerator.java | 216 HTMLTable.IRow row = statsTable.newRow (); in visit() local 862 private int [] addHeaderRow (final IItem item, final HTMLTable table, final int [] columns) in addHeaderRow() 900 …private void addItemRow (final IItem item, final boolean odd, final HTMLTable table, final int [] … in addItemRow() 909 final HTMLTable.IRow row = table.newRow (); in addItemRow() local 957 …private void addClassRow (final ClassItem item, final int clsIndex, final HTMLTable table, final i… in addClassRow() 969 final HTMLTable.IRow row = table.newRow (); in addClassRow() local 1024 …private void addClassItemRow (final IItem item, final boolean odd, final HTMLTable table, final in… in addClassItemRow() 1033 final HTMLTable.IRow row = table.newRow (); in addClassItemRow() local 1278 final HTMLTable.IRow row = srcTable.newTitleRow (); in embedSrcFile() local
|
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | texstore.c | 130 GLint img, row; in _mesa_memcpy_texture() local 165 GLint img, row; in _mesa_texstore_z32() local 195 GLint img, row; in _mesa_texstore_x8_z24() local 225 GLint img, row; in _mesa_texstore_z24_x8() local 259 GLint img, row; in _mesa_texstore_z16() local 307 GLint img, row; in _mesa_texstore_ycbcr() local 329 GLint img, row; in _mesa_texstore_z24_s8() local 411 GLint img, row; in _mesa_texstore_s8_z24() local 502 GLint img, row; in _mesa_texstore_s8() local 543 GLint img, row; in _mesa_texstore_z32f_x24s8() local [all …]
|
/aosp_15_r20/external/icu/icu4c/source/common/ |
H A D | ucnvmbcs.cpp | 641 const int32_t *row; in enumToU() local 738 const int32_t *row; in getStateProp() local 859 const uint16_t *table; in ucnv_MBCSGetFilteredUnicodeSetForUnicode() local 1261 const uint16_t *table, *results; in _EBCDICSwapLFNL() local 1409 const uint16_t *table; in writeStage3Roundtrip() local 2407 const int32_t *row=stateTable[state]; in hasValidTrailBytes() local 2450 const int32_t *row=stateTable[state]; in isSingleOrLead() local 3414 const uint16_t *table; in ucnv_MBCSDoubleFromUnicodeWithOffsets() local 3646 const uint16_t *table; in ucnv_MBCSSingleFromUnicodeWithOffsets() local 3822 const uint16_t *table; in ucnv_MBCSSingleFromBMPWithOffsets() local [all …]
|
/aosp_15_r20/external/cronet/third_party/icu/source/common/ |
H A D | ucnvmbcs.cpp | 641 const int32_t *row; in enumToU() local 738 const int32_t *row; in getStateProp() local 859 const uint16_t *table; in ucnv_MBCSGetFilteredUnicodeSetForUnicode() local 1261 const uint16_t *table, *results; in _EBCDICSwapLFNL() local 1409 const uint16_t *table; in writeStage3Roundtrip() local 2407 const int32_t *row=stateTable[state]; in hasValidTrailBytes() local 2450 const int32_t *row=stateTable[state]; in isSingleOrLead() local 3414 const uint16_t *table; in ucnv_MBCSDoubleFromUnicodeWithOffsets() local 3646 const uint16_t *table; in ucnv_MBCSSingleFromUnicodeWithOffsets() local 3822 const uint16_t *table; in ucnv_MBCSSingleFromBMPWithOffsets() local [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/performance/ |
D | performance.cpp | 115 …std::string table = "Testing simple " + (isperl ? std::string("Perl") : std::string("leftmost-long… in test_match() local 116 std::string row = format_expression_as_quickbook(expression); in test_match() local 132 …std::string table = "Testing " + (isperl ? std::string("Perl") : std::string("leftmost-longest")) … in test_search() local 133 std::string row = format_expression_as_quickbook(expression); in test_search() local
|
/aosp_15_r20/external/autotest/frontend/client/src/autotest/common/table/ |
H A D | DataTable.java | 47 public void onRowClicked(int rowIndex, JSONObject row, boolean isRightClick); in onRowClicked() 50 protected RightClickTable table; field in DataTable 64 public Widget createWidget(int row, int cell, JSONObject rowObject); in createWidget() 108 protected void setRowStyle(int row) { in setRowStyle() 141 protected void preprocessRow(JSONObject row) {} in preprocessRow() 143 protected String[] getRowText(JSONObject row) { in getRowText() 165 int row = table.getRowCount(); in addRowFromData() local 189 public void addRow(JSONObject row) { in addRow() 239 public void highlightRow(int row) { in highlightRow() 244 public void unhighlightRow(int row) { in unhighlightRow() [all …]
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/ |
H A D | AbstractTable.java | 73 Map<C, V> row = Maps.safeGet(rowMap(), rowKey); in contains() local 80 Map<C, V> row = Maps.safeGet(rowMap(), rowKey); in get() local 98 Map<C, V> row = Maps.safeGet(rowMap(), rowKey); in remove() local 111 public void putAll(Table<? extends R, ? extends C, ? extends V> table) { in putAll() 137 Map<C, V> row = Maps.safeGet(rowMap(), cell.getRowKey()); in contains() local 149 Map<C, V> row = Maps.safeGet(rowMap(), cell.getRowKey()); in remove() local
|