Searched
refs:Table (Results
426 -
450 of
1015) sorted by null
<<11121314151617181920>>
/device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/X64/ |
PageTables.asm | 68 ; Page Table Entries (2048 * 2MB entries => 4GB)
|
/external/clang/lib/Serialization/ |
GlobalModuleIndex.cpp | 70 /// table. 303 IdentifierIndexTable &Table 305 IdentifierIndexTable::iterator Known = Table.find(Name); 306 if (Known == Table.end()) { 621 // Handle the identifier table 625 std::unique_ptr<InterestingIdentifierTable> Table( 630 for (InterestingIdentifierTable::data_iterator D = Table->data_begin(), 631 DEnd = Table->data_end(); 650 /// table. 734 // Populate the hash table [all...] |
/external/clang/test/SemaCXX/ |
cxx98-compat.cpp | 271 void *Table[] = {&&DirectJump, &&Later}; 272 goto *Table[n]; // expected-warning {{jump from this indirect goto statement to one of its possible targets is incompatible with C++98}}
|
/external/flatbuffers/tests/MyGame/Example/ |
TestSimpleTableWithEnum.cs | 13 private Table __p;
|
TypeAliases.php | 7 use \Google\FlatBuffers\Table; 11 class TypeAliases extends Table 380 * @return int table offset
|
/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/ |
TableInNestedNS.cs | 13 private Table __p;
|
/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 | 283 * @param {flatbuffers.Table} obj 284 * @returns {?flatbuffers.Table} 318 * @param {flatbuffers.Table=} obj 319 * @returns {?flatbuffers.Table}
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
UResource.java | 290 * Interface for iterating over a resource bundle table resource. 293 public interface Table { 362 * @throws UResourceTypeMismatchException if this is not a table resource 364 public abstract Table getTable(); 442 case UResourceBundle.TABLE: 443 return "(table)"; 456 * The value is normally an array or table resource, 462 * Reuse for output values from Array and Table getters. 464 * Then reuse for output values from Array and Table getters. 466 * that is, its top-level table has the nofallback attribute [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/ |
CompactData.java | 157 // traverse into the table of powers of ten 158 UResource.Table powersOfTenTable = value.getTable(); 168 UResource.Table pluralVariantsTable = value.getTable();
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
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 | 153 // traverse into the table of powers of ten 154 UResource.Table powersOfTenTable = value.getTable(); 164 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/tensorflow/tensorflow/core/common_runtime/ |
graph_runner.cc | 92 typedef std::unordered_map<string, Tensor> Table; 95 Table table_ GUARDED_BY(mu_);
|
/prebuilts/go/darwin-x86/src/math/big/ |
ratconv_test.go | 151 // Table 1: Stress Inputs for Conversion to 53-bit Binary, < 1/2 ULP 175 // Table 2: Stress Inputs for Conversion to 53-bit Binary, > 1/2 ULP 199 // Table 14: Stress Inputs for Conversion to 24-bit Binary, <1/2 ULP 213 // Table 15: Stress Inputs for Conversion to 24-bit Binary, >1/2 ULP
|
/prebuilts/go/linux-x86/src/math/big/ |
ratconv_test.go | 151 // Table 1: Stress Inputs for Conversion to 53-bit Binary, < 1/2 ULP 175 // Table 2: Stress Inputs for Conversion to 53-bit Binary, > 1/2 ULP 199 // Table 14: Stress Inputs for Conversion to 24-bit Binary, <1/2 ULP 213 // Table 15: Stress Inputs for Conversion to 24-bit Binary, >1/2 ULP
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
FlagXmlPropertyDialog.java | 38 import org.eclipse.swt.widgets.Table; 54 private Table mTable;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
SampleSelectionPage.java | 44 import org.eclipse.swt.widgets.Table; 54 private Table mTable;
|
/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;
|
Completed in 1392 milliseconds
<<11121314151617181920>>