/external/guava/guava-tests/test/com/google/common/collect/ |
TablesTest.java | 21 import com.google.common.collect.Table.Cell;
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
CalendarUtil.java | 83 UResource.Table calendarPreferenceData = value.getTable();
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
CalendarUtil.java | 81 UResource.Table calendarPreferenceData = value.getTable();
|
/external/llvm/lib/Target/AMDGPU/Disassembler/ |
AMDGPUDisassembler.h | 52 DecodeStatus tryDecodeInst(const uint8_t* Table,
|
/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 | 341 typedef AllocationTrackingSafeMap<StringPiece, const OatDexFile*, kAllocatorTagOatFile> Table; 347 Table oat_dex_files_; 356 mutable Table secondary_oat_dex_files_ GUARDED_BY(secondary_lookup_lock_); 382 // May return null if the OatDexFile only contains a type lookup table. This case only happens 440 // Create only with a type lookup table, used by the compiler to speed up compilation.
|
/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/ |
DeviceEvent.java | 35 import android.inputmethodservice.cts.db.Table; 52 public static final Table<DeviceEvent> TABLE = new DeviceEventTable(EventTableConstants.NAME); 105 return TABLE.buildContentValues(event); 114 return TABLE.buildStream(cursor); 177 * Abstraction of device event table in database. 179 private static final class DeviceEventTable extends Table<DeviceEvent> {
|
/device/linaro/bootloader/edk2/ShellPkg/Include/Library/ |
ShellCommandLib.h | 77 @param[in] SystemTable The pointer to the system table.
482 Function to initialize the table for creating consistent map names.
484 @param[out] Table The pointer to pointer to pointer to DevicePathProtocol object.
486 @retval EFI_SUCCESS The table was created successfully.
491 EFI_DEVICE_PATH_PROTOCOL ***Table
495 Function to uninitialize the table for creating consistent map names.
499 @param[out] Table The pointer to pointer to DevicePathProtocol object.
501 @retval EFI_SUCCESS The table was deleted successfully.
506 EFI_DEVICE_PATH_PROTOCOL **Table
511 based on the Table. [all...] |
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/ |
ConsistMapping.c | [all...] |
/external/flatbuffers/java/com/google/flatbuffers/ |
Table.java | 33 public class Table { 49 /** The underlying ByteBuffer to hold the data of the Table. */ 55 * @return Returns the Table's ByteBuffer. 62 * @param vtable_offset An `int` offset to the vtable in the Table's ByteBuffer. 78 * @param offset An `int` index into the Table's ByteBuffer containing the relative offset. 97 * @param offset An `int` index into the Table's ByteBuffer. 134 * @param offset An `int` index into the Table's ByteBuffer. 146 * @param offset An `int` index into the Table's ByteBuffer. 176 * Initialize any Table-derived type to point to the union at the given `offset`. 178 * @param t A `Table`-derived type that should point to the union at `offset` [all...] |
/external/flatbuffers/tests/namespace_test/ |
namespace_test2_generated.h | 27 struct TableInFirstNS FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 101 struct TableInC FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 163 struct SecondTableInA FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
|
/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...] |
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
SPIRVInstruction.cpp | 139 static SPIRVWord Table[] = 201 Allow(std::begin(Table), std::end(Table));
|
/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]
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseUefiDecompressLib/ |
BaseUefiDecompressLib.c | 116 Creates Huffman Code mapping table according to code length array.
118 Creates Huffman Code mapping table for Extra Set, Char&Len Set
125 @param TableBits The width of the mapping table.
126 @param Table The table to be created.
129 @retval BAD_TABLE The table is corrupted.
138 OUT UINT16 *Table
157 // The maximum mapping table width supported by this internal
202 SetMem16 (Table + Index, (Index3 - Index) * sizeof (*Table), 0); [all...] |