/external/guava/guava-tests/test/com/google/common/collect/ |
EmptyImmutableTableTest.java | 41 Table<Character, Integer, String> nonEmptyTable = HashBasedTable.create();
|
TablesTest.java | 21 import com.google.common.collect.Table.Cell;
|
/external/sfntly/cpp/src/sfntly/table/core/ |
horizontal_header_table.h | 20 #include "sfntly/table/table.h" 21 #include "sfntly/table/table_based_table_builder.h" 25 // A Horizontal Header table - 'hhea'. 26 class HorizontalHeaderTable : public Table, 29 // Builder for a Horizontal Header table - 'hhea'.
|
maximum_profile_table.h | 21 #include "sfntly/table/table.h" 22 #include "sfntly/table/table_based_table_builder.h" 26 // A Maximum Profile table - 'maxp'. 27 class MaximumProfileTable : public Table, 30 // Builder for a Maximum Profile table - 'maxp'.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/ |
dwarf2-1.d | 64 The Directory Table is empty. 66 The File Name Table \(offset 0x.*\):
|
dwarf2-2.d | 64 The Directory Table is empty. 66 The File Name Table \(offset 0x.*\):
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
dw2-compress-1.d | 90 The Directory Table is empty. 92 The File Name Table \(offset 0x.*\):
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
loc-swap.d | 36 The Directory Table is empty\. 38 The File Name Table \(offset 0x.*\):
|
mips16@loc-swap.d | 36 The Directory Table is empty\. 38 The File Name Table \(offset 0x.*\):
|
/art/runtime/ |
oat_file.h | 299 typedef AllocationTrackingSafeMap<StringPiece, const OatDexFile*, kAllocatorTagOatFile> Table; 305 Table oat_dex_files_; 314 mutable Table secondary_oat_dex_files_ GUARDED_BY(secondary_lookup_lock_);
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/table/ |
Table.java | 12 package org.jacoco.report.internal.html.table; 27 * Renderer for a table of {@link ITableItem}s. 29 public class Table { 36 * Create a new table without any columns yet. 38 public Table() { 39 this.columns = new ArrayList<Table.Column>(); 43 * Adds a new column with the given properties to the table. 71 * Renders a table for the given icon 74 * parent element in which the table is created 76 * items that will make the table row 92 final HTMLElement table = parent.table(Styles.COVERAGETABLE); local [all...] |
/external/sfntly/cpp/src/sfntly/table/truetype/ |
loca_table.cc | 17 #include "sfntly/table/truetype/loca_table.h" 67 : Table(header, data), 75 LocaTable::LocaIterator::LocaIterator(LocaTable* table) 76 : PODIterator<int32_t, LocaTable>(table), index_(-1) { 91 : Table::Builder(header, data), 97 : Table::Builder(header, data), 161 FontDataTablePtr table = local 163 return table.Detach(); 207 LocaTablePtr table = local 210 new LocaTable::LocaIterator(table); [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/ |
test_pointers.py | 76 # The int pointer points to a table containing the numbers 1..10 113 class Table(Structure): 118 pt = pointer(Table(1, 2, 3)) 127 del _pointer_type_cache[Table]
|
/prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/ |
test_pointers.py | 76 # The int pointer points to a table containing the numbers 1..10 113 class Table(Structure): 118 pt = pointer(Table(1, 2, 3)) 127 del _pointer_type_cache[Table]
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_pointers.py | 76 # The int pointer points to a table containing the numbers 1..10 113 class Table(Structure): 118 pt = pointer(Table(1, 2, 3)) 127 del _pointer_type_cache[Table]
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_pointers.py | 76 # The int pointer points to a table containing the numbers 1..10 113 class Table(Structure): 118 pt = pointer(Table(1, 2, 3)) 127 del _pointer_type_cache[Table]
|
/external/llvm/lib/Target/SystemZ/Disassembler/ |
SystemZDisassembler.cpp | 357 const uint8_t *Table; 360 Table = DecoderTable16; 363 Table = DecoderTable32; 366 Table = DecoderTable48; 378 return decodeInstruction(Table, MI, Inst, Address, this, STI);
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
ICUResourceBundleReader.java | 74 /** [4] max. length of any table */ 289 // Faster table item search at the cost of slower startup and some heap memory. 370 return type==UResourceBundle.TABLE || type==ICUResourceBundle.TABLE16 || type==ICUResourceBundle.TABLE32; 379 private static final Table EMPTY_TABLE = new Table(); 768 if(type == UResourceBundle.TABLE) { 781 Table getTable(int res) { 792 return (Table)value; 794 Table table; local 955 Table table = reader.getTable(res); local 1056 Table table = reader.getTable(res); local [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
ICUResourceBundleReader.java | 72 /** [4] max. length of any table */ 287 // Faster table item search at the cost of slower startup and some heap memory. 368 return type==UResourceBundle.TABLE || type==ICUResourceBundle.TABLE16 || type==ICUResourceBundle.TABLE32; 377 private static final Table EMPTY_TABLE = new Table(); 766 if(type == UResourceBundle.TABLE) { 779 Table getTable(int res) { 790 return (Table)value; 792 Table table; local 953 Table table = reader.getTable(res); local 1054 Table table = reader.getTable(res); local [all...] |
/external/elfutils/tests/ |
run-readelf-zdebug.sh | 65 Table at offset 0: 355 Table at offset 0: 381 Directory table: 383 File name table: 495 Call frame search table section [17] '.eh_frame_hdr': 502 Table:
|
/external/guava/guava/src/com/google/common/collect/ |
ImmutableTable.java | 32 * An immutable {@link Table} with reliable user-specified iteration order. 54 /** Returns an empty immutable table. */ 60 /** Returns an immutable table containing a single cell. */ 67 * Returns an immutable copy of the provided table. 69 * <p>The {@link Table#cellSet()} iteration order of the provided table 70 * determines the iteration ordering of all views in the returned table. Note 71 * that some views of the original table and the copied table may have 81 Table<? extends R, ? extends C, ? extends V> table) [all...] |
HashBasedTable.java | 31 * Implementation of {@link Table} using hash tables. 45 * access this table concurrently and one of the threads modifies the table, it 49 * "http://code.google.com/p/guava-libraries/wiki/NewCollectionTypesExplained#Table"> 50 * {@code Table}</a>. 98 * table. 100 * @param table the table to copy 102 * in {@code table} is null 105 Table<? extends R, ? extends C, ? extends V> table) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
UiFlagAttributeNode.java | 43 import org.eclipse.swt.widgets.Table; 79 * parent uses a table layout with 2 columns. 189 private Table mTable; 232 mTable = new Table(composite, SWT.CHECK | SWT.BORDER); 263 // table already checked. 278 // Add a listener that will resize the column to the full width of the table 279 // so that only one column appears in the table even if the dialog is resized.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/ |
ConfirmationPage.java | 40 import org.eclipse.swt.widgets.Table; 105 Table table = new Table(group2, SWT.BORDER | SWT.V_SCROLL | SWT.H_SCROLL); local 106 mTableViewer = new TableViewer(table); 107 table.setLayout(new TableLayout()); 108 table.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true));
|
ProjectSelectionPage.java | 47 import org.eclipse.swt.widgets.Table; 98 Table table = new Table(listComposite, local 100 mTableViewer = new CheckboxTableViewer(table); 101 table.setLayout(new TableLayout()); 104 table.setLayoutData(data);
|