HomeSort by relevance Sort by last modified time
    Searched refs:Table (Results 226 - 250 of 792) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/lib/StaticAnalyzer/Checkers/
DebugCheckers.cpp 165 typedef AnalyzerOptions::ConfigTable Table;
167 static int compareEntry(const Table::MapEntryTy *const *LHS,
168 const Table::MapEntryTy *const *RHS) {
176 const Table &Config = mgr.options.Config;
178 SmallVector<const Table::MapEntryTy *, 32> Keys;
179 for (Table::const_iterator I = Config.begin(), E = Config.end(); I != E;
  /external/flatbuffers/tests/MyGame/Example/
Stat.go 10 _tab flatbuffers.Table
25 func (rcv *Stat) Table() flatbuffers.Table {
Vec3.go 18 func (rcv *Vec3) Table() flatbuffers.Table {
19 return rcv._tab.Table
  /external/flatbuffers/tests/namespace_test/NamespaceA/
TableInFirstNS.go 12 _tab flatbuffers.Table
27 func (rcv *TableInFirstNS) Table() flatbuffers.Table {
  /external/flatbuffers/tests/namespace_test/NamespaceC/
TableInC.go 12 _tab flatbuffers.Table
27 func (rcv *TableInC) Table() flatbuffers.Table {
  /external/syzkaller/vendor/github.com/google/go-cmp/cmp/internal/teststructs/
project3.go 17 if !reflect.DeepEqual(x.table, y.table) ||
43 table Table // Always concrete type of MockTable
57 func (d *Dirt) SetTable(t Table) { d.table = t }
63 type Table interface {
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
Database.py 23 from Table.TableDataModel import TableDataModel
24 from Table.TableFile import TableFile
25 from Table.TableFunction import TableFunction
26 from Table.TablePcd import TablePcd
27 from Table.TableIdentifier import TableIdentifier
28 from Table.TableReport import TableReport
32 from Table.TableFdf import TableFdf
43 # insert all records of table DataModel
72 # 3. Initialize table DataModel
115 # Init each table's ID
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
wasm2yaml.cpp 35 static WasmYAML::Table make_table(const wasm::WasmTable &Table) {
36 WasmYAML::Table T;
37 T.ElemType = Table.ElemType;
38 T.TableLimits.Flags = Table.Limits.Flags;
39 T.TableLimits.Initial = Table.Limits.Initial;
40 T.TableLimits.Maximum = Table.Limits.Maximum;
179 Im.TableImport = make_table(Import.Table);
200 for (const wasm::WasmTable &Table : Obj.tables()) {
201 TableSec->Tables.push_back(make_table(Table));
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
LegacyBios.c 33 // The SMBIOS table in EfiRuntimeServicesData memory
38 // The SMBIOS table in EfiReservedMemoryType memory
209 the $EFI table in the shadow area. Thunk into the Legacy16 code after it had
227 EFI_COMPATIBILITY16_TABLE *Table;
337 // Search for Legacy16 table in Shadowed ROM
340 Table = NULL;
343 Table = (EFI_COMPATIBILITY16_TABLE *) Ptr;
344 PtrEnd = Ptr + Table->TableLength;
353 if (Table == NULL) {
354 DEBUG ((EFI_D_ERROR, "No Legacy16 table found\n"));
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
DayPeriodRules.java 89 UResource.Table dayPeriodData = value.getTable();
92 UResource.Table locales = value.getTable();
98 UResource.Table rules = value.getTable();
104 private void processRules(UResource.Table rules, UResource.Key key, UResource.Value value) {
109 UResource.Table ruleSet = value.getTable();
114 UResource.Table periodDefinition = value.getTable();
223 UResource.Table rules = value.getTable();
ICUResourceBundleImpl.java 53 case TABLE:
217 return TABLE;
220 return ((ICUResourceBundleReader.Table)value).getKey(wholeBundle.reader, index);
226 ICUResourceBundleReader.Table table = (ICUResourceBundleReader.Table)value; local
227 for (int i = 0; i < table.getSize(); ++i) {
228 keySet.add(table.getKey(reader, i));
235 int i = ((ICUResourceBundleReader.Table)value).findTableItem(wholeBundle.reader, resKey);
244 String itemKey = ((ICUResourceBundleReader.Table)value).getKey(wholeBundle.reader, index)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DayPeriodRules.java 82 UResource.Table dayPeriodData = value.getTable();
85 UResource.Table locales = value.getTable();
91 UResource.Table rules = value.getTable();
97 private void processRules(UResource.Table rules, UResource.Key key, UResource.Value value) {
102 UResource.Table ruleSet = value.getTable();
107 UResource.Table periodDefinition = value.getTable();
216 UResource.Table rules = value.getTable();
ICUResourceBundleImpl.java 52 case TABLE:
216 return TABLE;
219 return ((ICUResourceBundleReader.Table)value).getKey(wholeBundle.reader, index);
225 ICUResourceBundleReader.Table table = (ICUResourceBundleReader.Table)value; local
226 for (int i = 0; i < table.getSize(); ++i) {
227 keySet.add(table.getKey(reader, i));
234 int i = ((ICUResourceBundleReader.Table)value).findTableItem(wholeBundle.reader, resKey);
243 String itemKey = ((ICUResourceBundleReader.Table)value).getKey(wholeBundle.reader, index)
    [all...]
  /external/libtextclassifier/utils/
lua-utils.cc 76 const flatbuffers::Table *table,
82 lua_pushlightuserdata(state, AsUserData(table));
94 const flatbuffers::Table *table = local
95 FromUpValue<flatbuffers::Table *>(kTableArgId, state);
96 return GetField(schema, type, table, state);
101 const flatbuffers::Table *table,
113 lua_pushboolean(state, table->GetField<uint8_t>
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
SubtargetFeature.cpp 136 /// getLongestEntryLength - Return the length of the longest entry in the table.
138 static size_t getLongestEntryLength(const SubtargetFeatureKV *Table,
142 MaxLen = std::max(MaxLen, std::strlen(Table[i].Key));
154 // Print the CPU table.
162 // Print the Feature table.
233 // Find feature in table.
272 "CPU table is not sorted");
276 "CPU features table is not sorted");
314 // Find feature in table.
343 const SubtargetInfoKV *Table,
    [all...]
  /external/flatbuffers/src/
idl_gen_text.cpp 26 static bool GenStruct(const StructDef &struct_def, const Table *table,
115 if (!GenStruct(*type.struct_def, reinterpret_cast<const Table *>(val),
162 static bool GenField(const FieldDef &fd, const Table *table, bool fixed,
165 fixed ? reinterpret_cast<const Struct *>(table)->GetField<T>(
167 : table->GetField<T>(fd.value.offset, GetFieldDefault<T>(fd)),
171 static bool GenStruct(const StructDef &struct_def, const Table *table,
175 static bool GenFieldOffset(const FieldDef &fd, const Table *table, bool fixed
    [all...]
  /external/perfetto/src/trace_processor/
sqlite_utils.h 30 #include "src/trace_processor/table.h"
382 inline std::vector<Table::Column> GetColumnsForTable(
388 // Support names which are table valued functions with arguments.
399 std::vector<Table::Column> columns;
405 PERFETTO_ELOG("Querying schema of table %s failed",
419 Table::ColumnType type;
421 type = Table::ColumnType::kUint;
423 type = Table::ColumnType::kLong;
425 type = Table::ColumnType::kInt;
427 type = Table::ColumnType::kString
    [all...]
  /external/guava/guava/src/com/google/common/collect/
AbstractTable.java 29 * Skeletal, implementation-agnostic implementation of the {@link Table} interface.
34 abstract class AbstractTable<R, C, V> implements Table<R, C, V> {
100 public void putAll(Table<? extends R, ? extends C, ? extends V> table) {
101 for (Table.Cell<? extends R, ? extends C, ? extends V> cell : table.cellSet()) {
118 abstract Iterator<Table.Cell<R, C, V>> cellIterator();
149 public Iterator<Table.Cell<R, C, V>> iterator() {
  /art/runtime/
intern_table.cc 60 os << "Intern table: " << StrongSize() << " strong; " << WeakSize() << " weak\n";
89 // Note: we deliberately don't visit the weak_interns_ table and the immutable image roots.
220 // Check the strong table for a match.
242 // There is no match in the strong table, check the weak table.
246 // A match was found in the weak table. Promote to the strong table.
252 // No match in the strong table or the weak table. Insert into the strong / weak table
    [all...]
  /external/lua/src/
ltm.c 32 "string", "table", "function", udatatypename, "thread",
59 const TValue *luaT_gettm (Table *events, TMS event, TString *ename) {
71 Table *mt;
91 Table *mt;
  /external/sfntly/cpp/src/test/
verify_os2.cc 19 #include "sfntly/table/core/os2_table.h"
57 static bool VerifyOS_2(Table* table) {
58 OS2TablePtr os2 = down_cast<OS2Table*>(table);
119 bool VerifyOS_2(Table* original, Table* target) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ToolDrivers/llvm-dlltool/
DlltoolDriver.cpp 86 DllOptTable Table;
90 Table.ParseArgs(ArgsArr.slice(1), MissingIndex, MissingCount);
99 Table.PrintHelp(outs(), ArgsArr[0], "dlltool", false);
  /external/tensorflow/tensorflow/contrib/bigtable/kernels/test_kernels/
bigtable_test_client.h 31 table_ = Table();
114 struct Table {
121 Table table_ GUARDED_BY(mu_);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
EfiMgmtModeRuntimeLib.h 320 IN VOID *Table
326 Adds, updates, or removes a configuration table entry from the EFI System Table.
331 Table - A pointer to the configuration table for the entry to add, update, or
344 OUT VOID **Table
354 Guid - Name of entry to return in the system table
355 Table - Pointer in EFI system table associated with TableGuid
359 EFI_SUCCESS - Table returned;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
AcpiTable.h 2 ACPI Table Protocol Driver
53 // ACPI Table Linked List Signature.
58 // ACPI Table Linked List Entry definition.
62 // Version is the versions of the ACPI tables that this table belongs in.
63 // Table is a pointer to the table.
64 // PageAddress is the address of the pages allocated for the table.
66 // Handle is used to identify a particular table.
72 EFI_ACPI_COMMON_HEADER *Table;
79 // Containment record for ACPI Table linked list.
    [all...]

Completed in 1563 milliseconds

1 2 3 4 5 6 7 8 91011>>