/external/v8/src/ic/mips64/ |
stub-cache-mips64.cc | 18 StubCache::Table table, Register receiver, Register name, 23 ExternalReference key_offset(stub_cache->key_reference(table)); 24 ExternalReference value_offset(stub_cache->value_reference(table)); 25 ExternalReference map_offset(stub_cache->map_reference(table)); 68 if (FLAG_test_secondary_stub_cache && table == StubCache::kPrimary) { 70 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) { 135 // Probe the primary table. 145 // Probe the secondary table.
|
/external/v8/src/ic/ppc/ |
stub-cache-ppc.cc | 18 StubCache::Table table, Register receiver, Register name, 23 ExternalReference key_offset(stub_cache->key_reference(table)); 24 ExternalReference value_offset(stub_cache->value_reference(table)); 25 ExternalReference map_offset(stub_cache->map_reference(table)); 76 if (FLAG_test_secondary_stub_cache && table == StubCache::kPrimary) { 78 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) { 150 // Probe the primary table. 160 // Probe the secondary table.
|
/external/v8/src/ic/s390/ |
stub-cache-s390.cc | 18 StubCache::Table table, Register receiver, Register name, 23 ExternalReference key_offset(stub_cache->key_reference(table)); 24 ExternalReference value_offset(stub_cache->value_reference(table)); 25 ExternalReference map_offset(stub_cache->map_reference(table)); 74 if (FLAG_test_secondary_stub_cache && table == StubCache::kPrimary) { 76 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) { 148 // Probe the primary table. 158 // Probe the secondary table.
|
/external/v8/src/ic/x64/ |
stub-cache-x64.cc | 18 StubCache::Table table, Register receiver, Register name, 32 ExternalReference key_offset(stub_cache->key_reference(table)); 33 ExternalReference value_offset(stub_cache->value_reference(table)); 47 DCHECK(stub_cache->map_reference(table).address() - 48 stub_cache->key_reference(table).address() == 60 if (FLAG_test_secondary_stub_cache && table == StubCache::kPrimary) { 62 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) { 127 // Probe the primary table. 139 // Probe the secondary table [all...] |
/external/v8/src/ic/x87/ |
stub-cache-x87.cc | 18 StubCache::Table table, Register name, Register receiver, 22 ExternalReference key_offset(stub_cache->key_reference(table)); 23 ExternalReference value_offset(stub_cache->value_reference(table)); 24 ExternalReference map_offset(stub_cache->map_reference(table)); 49 if (FLAG_test_secondary_stub_cache && table == StubCache::kPrimary) { 51 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) { 94 if (FLAG_test_secondary_stub_cache && table == StubCache::kPrimary) { 96 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) { 159 // Probe the primary table [all...] |
/frameworks/base/core/java/com/android/internal/app/procstats/ |
SysMemUsageTable.java | 47 public class SysMemUsageTable extends SparseMappingTable.Table { 91 * Return a long[] containing the merge of all of the usage in this table.
|
/external/llvm/lib/Object/ |
COFFObjectFile.cpp | 65 // Decode a string table entry in base 64 (//AAAAAA). Expects \arg Str without 106 // Verify that the symbol points to a valid entry in the symbol table. 120 // Verify that the section points to a valid entry in the section table. 122 report_fatal_error("Section was outside of section table."); 143 llvm_unreachable("no symbol table pointer!"); 333 // The field for the number of relocations in COFF section table is only 385 // Initialize the pointer to the symbol table. 399 // Find string table. The first four byte of the string table contains the 400 // total size of the string table, including the size field itself. If th [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
X86FloatingPoint.cpp | 568 // Efficient Lookup Table Support 587 static bool TableIsSorted(const TableEntry *Table, unsigned NumEntries) { 589 if (!(Table[i] < Table[i+1])) return false; 594 static int Lookup(const TableEntry *Table, unsigned N, unsigned Opcode) { 595 const TableEntry *I = std::lower_bound(Table, Table+N, Opcode); 596 if (I != Table+N && I->from == Opcode) 602 #define ASSERT_SORTED(TABLE) 604 #define ASSERT_SORTED(TABLE) \ [all...] |
/external/guava/guava-testlib/test/com/google/common/testing/ |
FreshValueGeneratorTest.java | 59 import com.google.common.collect.Table; 573 assertFreshInstance(new TypeToken<Table<String, ?, ?>>() {}); 575 Table<String, Integer, Object> expected = HashBasedTable.create(); 580 new TypeToken<Table<String, Integer, List<String>>>() {})); 581 assertNotInstantiable(new TypeToken<Table<EmptyEnum, String, Integer>>() {}); [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
MeasureFormat.java | 738 * Contains inner sink classes, each one corresponding to a type of resource table. 801 * Consume a table of per-unit tables. For example, 812 } else if (value.getType() == ICUResourceBundle.TABLE) [all...] |
DateTimePatternGenerator.java | 200 UResource.Table itemsTable = value.getTable(); 214 UResource.Table itemsTable = value.getTable(); 218 UResource.Table detailsTable = value.getTable(); 249 UResource.Table formatsTable = value.getTable(); 268 // 1) A nested table is an alias to /LOCALE/... 270 // #9987 resolved the issue of alias table when full path is specified in getWithFallback, 359 UResource.Table timeData = value.getTable(); 362 UResource.Table formatList = value.getTable(); [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
MeasureFormat.java | 766 * Contains inner sink classes, each one corresponding to a type of resource table. 829 * Consume a table of per-unit tables. For example, [all...] |
DateTimePatternGenerator.java | 204 UResource.Table itemsTable = value.getTable(); 218 UResource.Table itemsTable = value.getTable(); 222 UResource.Table detailsTable = value.getTable(); 253 UResource.Table formatsTable = value.getTable(); 272 // 1) A nested table is an alias to /LOCALE/... 274 // #9987 resolved the issue of alias table when full path is specified in getWithFallback, 363 UResource.Table timeData = value.getTable(); 366 UResource.Table formatList = value.getTable(); [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/ |
MetaFileParser.py | 107 # @param Table Database used to retrieve module/package information
144 # @param Table Database used to retrieve module/package information
149 def __init__(self, FilePath, FileType, Table, Owner=-1, From=-1):
150 self._Table = Table
151 self._RawTable = Table
183 ## Store the parsed data in table
195 ## Set parsing complete flag in both class and table
213 ## Use [] style to query data in table, just for readability
412 # @param Table Database used to retrieve module/package information
447 # @param Table Database used to retrieve module/package information [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/ |
MetaFileParser.py | 110 # @param Table Database used to retrieve module/package information
147 # @param Table Database used to retrieve module/package information
152 def __init__(self, FilePath, FileType, Table, Owner= -1, From= -1):
153 self._Table = Table
154 self._RawTable = Table
184 ## Store the parsed data in table
196 ## Set parsing complete flag in both class and table
214 ## Use [] style to query data in table, just for readability
458 # @param Table Database used to retrieve module/package information
493 # @param Table Database used to retrieve module/package information [all...] |
/system/chre/host/common/include/chre_host/ |
host_messages_generated.h | 110 flatbuffers::NativeTable *table; member in struct:chre::fbs::ChreMessage::ChreMessageUnion 112 ChreMessageUnion() : type(ChreMessage::NONE), table(nullptr) {} 114 type(std::move(u.type)), table(std::move(u.table)) {} 126 table = new T(std::forward<T>(value)); 135 reinterpret_cast<NanoappMessageT *>(table) : nullptr; 139 reinterpret_cast<HubInfoRequestT *>(table) : nullptr; 143 reinterpret_cast<HubInfoResponseT *>(table) : nullptr; 147 reinterpret_cast<NanoappListRequestT *>(table) : nullptr; 151 reinterpret_cast<NanoappListResponseT *>(table) : nullptr [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
lapi.c | 609 Table *reg = hvalue(&G(L)->l_registry); 610 const TValue *gt; /* global table */ 643 api_check(L, ttistable(t), "table expected"); 653 api_check(L, ttistable(t), "table expected"); 665 api_check(L, ttistable(t), "table expected"); 674 Table *t; 688 Table *mt = NULL; 735 Table *reg = hvalue(&G(L)->l_registry); 736 const TValue *gt; /* global table */ 775 api_check(L, ttistable(t), "table expected") [all...] |
/external/pdfium/third_party/lcms2-2.6/src/ |
cmsopt.c | 791 // Store the precalculated table of nodes 796 // Store the precalculated table of offsets 838 const cmsUInt16Number* LutTable = (const cmsUInt16Number*)p -> Table; [all...] |
/external/skia/third_party/lua/src/ |
lapi.c | 609 Table *reg = hvalue(&G(L)->l_registry); 610 const TValue *gt; /* global table */ 643 api_check(L, ttistable(t), "table expected"); 653 api_check(L, ttistable(t), "table expected"); 665 api_check(L, ttistable(t), "table expected"); 674 Table *t; 688 Table *mt = NULL; 735 Table *reg = hvalue(&G(L)->l_registry); 736 const TValue *gt; /* global table */ 775 api_check(L, ttistable(t), "table expected") [all...] |
/external/syslinux/com32/lua/src/ |
lapi.c | 609 Table *reg = hvalue(&G(L)->l_registry); 610 const TValue *gt; /* global table */ 643 api_check(L, ttistable(t), "table expected"); 653 api_check(L, ttistable(t), "table expected"); 665 api_check(L, ttistable(t), "table expected"); 674 Table *t; 688 Table *mt = NULL; 735 Table *reg = hvalue(&G(L)->l_registry); 736 const TValue *gt; /* global table */ 775 api_check(L, ttistable(t), "table expected") [all...] |
/prebuilts/go/darwin-x86/src/debug/gosym/ |
pclntab.go | 28 // detail of the package; callers should use the methods on Table instead. 49 // matters in the old (pre-Go 1.2) symbol table format, so it's not worth 54 // The PC/line table can be thought of as a sequence of 94 // Callers should use Table's PCToLine method instead. 105 // Callers should use Table's LineToPC method instead. 118 // NewLineTable returns a new PC/line table 126 // Go 1.2 symbol table format. 132 // or incomplete table. 137 // isGo12 reports whether this is a Go 1.2 (or later) symbol table. 146 // The pointer size is dictated by the table being read [all...] |
/prebuilts/go/linux-x86/src/debug/gosym/ |
pclntab.go | 28 // detail of the package; callers should use the methods on Table instead. 49 // matters in the old (pre-Go 1.2) symbol table format, so it's not worth 54 // The PC/line table can be thought of as a sequence of 94 // Callers should use Table's PCToLine method instead. 105 // Callers should use Table's LineToPC method instead. 118 // NewLineTable returns a new PC/line table 126 // Go 1.2 symbol table format. 132 // or incomplete table. 137 // isGo12 reports whether this is a Go 1.2 (or later) symbol table. 146 // The pointer size is dictated by the table being read [all...] |
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmLib/ArmV7/ |
ArmV7Support.S | 277 # Set the Address of the Vector Table in the VBAR register
282 # Set the Address of the Vector Table in the VBAR register
|
/device/linaro/bootloader/edk2/IntelFspPkg/Library/SecFspSecPlatformLibNull/Ia32/ |
Flat32.asm | 57 ; Load the GDT table in GdtDesc
136 ; ROM-based Global-Descriptor Table for the PEI Phase
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/ |
ComponentResultsView.java | 35 import org.eclipse.swt.widgets.Table; 240 * - change table line selection display 317 * Reset the table tab folders by re-create all the pages. 325 int lineIndex = tabIndex<0 ? -1 : this.tabs[tabIndex].table.getSelectionIndex(); 370 Table table = this.tabs[tabIndex].table; 371 table.setSelection(lineIndex);
|