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

<<11121314151617181920>>

  /external/flatbuffers/tests/namespace_test/NamespaceA/
SecondTableInA.cs 13 private Table __p;
TableInC.cs 9 public sealed class TableInC : Table {
TableInFirstNS.cs 13 private Table __p;
  /external/flatbuffers/tests/namespace_test/NamespaceC/
TableInC.cs 13 private Table __p;
  /external/flatbuffers/tests/union_vector/
union_vector_generated.js 294 * @param {flatbuffers.Table} obj
295 * @returns {?flatbuffers.Table}
329 * @param {flatbuffers.Table=} obj
330 * @returns {?flatbuffers.Table}
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
StaticUnicodeSets.java 184 UResource.Table contextsTable = value.getTable();
190 UResource.Table strictnessTable = value.getTable();
UResource.java 292 * Interface for iterating over a resource bundle table resource.
296 public interface Table {
366 * @throws UResourceTypeMismatchException if this is not a table resource
368 public abstract Table getTable();
446 case UResourceBundle.TABLE:
447 return "(table)";
461 * The value is normally an array or table resource,
467 * Reuse for output values from Array and Table getters.
469 * Then reuse for output values from Array and Table getters.
471 * that is, its top-level table has the nofallback attribute
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/number/
CompactData.java 171 // traverse into the table of powers of ten
172 UResource.Table powersOfTenTable = value.getTable();
182 UResource.Table pluralVariantsTable = value.getTable();
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
StaticUnicodeSets.java 179 UResource.Table contextsTable = value.getTable();
185 UResource.Table strictnessTable = value.getTable();
UResource.java 288 * Interface for iterating over a resource bundle table resource.
291 public interface Table {
360 * @throws UResourceTypeMismatchException if this is not a table resource
362 public abstract Table getTable();
440 case UResourceBundle.TABLE:
441 return "(table)";
454 * The value is normally an array or table resource,
460 * Reuse for output values from Array and Table getters.
462 * Then reuse for output values from Array and Table getters.
464 * that is, its top-level table has the nofallback attribute
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
CompactData.java 166 // traverse into the table of powers of ten
167 UResource.Table powersOfTenTable = value.getTable();
177 UResource.Table pluralVariantsTable = value.getTable();
  /external/llvm/lib/LibDriver/
LibDriver.cpp 109 LibOptTable Table;
113 Table.ParseArgs(ArgsArr.slice(1), MissingIndex, MissingCount);
  /external/llvm/lib/MC/
SubtargetFeature.cpp 84 /// getLongestEntryLength - Return the length of the longest entry in the table.
86 static size_t getLongestEntryLength(ArrayRef<SubtargetFeatureKV> Table) {
88 for (auto &I : Table)
101 // Print the CPU table.
107 // Print the Feature table.
169 // Find feature in table.
196 // Find feature in table.
233 "CPU table is not sorted");
235 "CPU features table is not sorted");
  /external/lzma/CS/7zip/Compress/LZ/
LzBinTree.cs 141 UInt32 temp = CRC.Table[_bufferBase[cur]] ^ _bufferBase[cur + 1];
145 hashValue = (temp ^ (CRC.Table[_bufferBase[cur + 3]] << 5)) & _hashMask;
276 UInt32 temp = CRC.Table[_bufferBase[cur]] ^ _bufferBase[cur + 1];
282 hashValue = (temp ^ (CRC.Table[_bufferBase[cur + 3]] << 5)) & _hashMask;
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/
CompactConstructorExampleTest.java 154 Table table = (Table) yaml.load(doc); local
155 assertNotNull(table);
156 assertEquals("id12", table.getId());
157 assertEquals("A table", table.getName());
158 List<Row> rows = table.getRows();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
SubtargetFeature.cpp 84 /// Return the length of the longest entry in the table.
85 static size_t getLongestEntryLength(ArrayRef<SubtargetFeatureKV> Table) {
87 for (auto &I : Table)
99 // Print the CPU table.
105 // Print the Feature table.
156 // Find feature in table.
181 // Find feature in table.
212 "CPU table is not sorted");
214 "CPU features table is not sorted");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lobject.h 257 /* from table to same table */
259 /* to table */
435 struct Table *metatable;
436 struct Table *env;
560 typedef struct Table {
564 struct Table *metatable;
570 } Table;
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DecClassObject.py 25 from Table.TableDec import TableDec
146 #self.TblDec.Table = "Dec%s" % self.FileID
313 where ID = %s""" % (self.TblDec.Table, ConvertToSqlString2(Value1), ConvertToSqlString2(Value2), ID)
385 where ID = %s""" % (self.TblDec.Table, ConvertToSqlString2(Name), ConvertToSqlString2(Value), Record[3])
433 where ID = %s""" % (self.TblDec.Table, ConvertToSqlString2(List[0]), ConvertToSqlString2(List[1]), SUP_MODULE_LIST_STRING, Record[3])
499 SqlCommand = """update %s set Value2 = '%s' where ID = %s""" % (self.TblDec.Table, ".".join((PcdToken[Key][0], PcdToken[Key][1])), Key)
  /device/linaro/bootloader/edk2/DuetPkg/DxeIpl/
SerialStatusCode.c     [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/
BaseUefiTianoCustomDecompressLib.c 107 Creates Huffman Code mapping table according to code length array.
109 Creates Huffman Code mapping table for Extra Set, Char&Len Set
116 @param TableBits The width of the mapping table
117 @param Table The table to be created.
120 @retval BAD_TABLE The table is corrupted.
129 OUT UINT16 *Table
148 // The maximum mapping table width supported by this internal
193 SetMem16 (Table + Index, (Index3 - Index) * sizeof (*Table), 0);
    [all...]
  /external/llvm/lib/Target/SystemZ/Disassembler/
SystemZDisassembler.cpp 398 const uint8_t *Table;
401 Table = DecoderTable16;
404 Table = DecoderTable32;
407 Table = DecoderTable48;
419 return decodeInstruction(Table, MI, Inst, Address, this, STI);
  /external/lua/src/
lobject.h 251 { TValue *io = (obj); Table *x_ = (x); \
275 /* from table to same table */
281 /* to table (define it as an expression to be used in macros) */
310 struct TString *hnext; /* linked list for hash table */
349 struct Table *metatable;
497 typedef struct Table {
505 struct Table *metatable;
507 } Table;
  /external/perfetto/src/traced/probes/ftrace/
ftrace_controller_unittest.cc 50 using Table = perfetto::ProtoTranslationTable;
105 std::unique_ptr<Table> FakeTable(FtraceProcfs* ftrace) {
125 return std::unique_ptr<Table>(
126 new Table(ftrace, events, std::move(common_fields),
131 ProtoTranslationTable* table) {
133 new FtraceConfigMuxer(ftrace, table));
206 std::unique_ptr<Table> table,
211 std::move(table),
288 auto table = FakeTable(ftrace_procfs.get()) local
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/Disassembler/
SystemZDisassembler.cpp 460 const uint8_t *Table;
463 Table = DecoderTable16;
466 Table = DecoderTable32;
469 Table = DecoderTable48;
481 return decodeInstruction(Table, MI, Inst, Address, this, STI);
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
IntrinsicEmitter.cpp 76 // Emit the intrinsic ID -> name table.
79 // Emit the intrinsic ID -> overload table.
149 OS << "// Intrinsic ID to name table\n";
435 // LongEncodingTable, and use its offset in the 32-bit table instead.
438 // This is a placehold that we'll replace after the table is laid out.
444 OS << "// Global intrinsic function declaration type table.\n";
453 // If the entry fit in the table, just emit it.
463 // Otherwise, emit the offset into the long encoding table. We emit it this
470 // Emit the shared table of register lists.
536 assert(AttrNum < 256 && "Too many unique attributes for table!");
    [all...]

Completed in 1501 milliseconds

<<11121314151617181920>>