/art/runtime/ |
indirect_reference_table.cc | 81 table_mem_map_.reset(MemMap::MapAnonymous("indirect ref table", nullptr, table_bytes, 116 LOG(FATAL) << "JNI ERROR (app bug): " << kind_ << " table overflow " 121 // We know there's enough room in the table. Now we just need to find 159 LOG(FATAL) << "Internal Error: non-empty local reference table\n" 165 // Removes an object. We extract the table offset bits from "iref" 283 os << kind_ << " table dump:\n"; 284 ReferenceTable::Table entries;
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb/ |
table.py | 41 def __init__(self, table, keys, attributes_to_get=None, 43 self.table = table 52 if self.table.name not in res[u'UnprocessedKeys']: 55 keys = res[u'UnprocessedKeys'][self.table.name][u'Keys'] 65 batch = BatchList(self.table.layer2) 66 batch.add_batch(self.table, self.keys[:100], 71 if self.table.name not in res[u'Responses']: 73 self.consumed_units += res[u'Responses'][self.table.name][u'ConsumedCapacityUnits'] 74 for elem in res[u'Responses'][self.table.name][u'Items'] [all...] |
/external/guava/guava-tests/test/com/google/common/collect/ |
RegularImmutableTableTest.java | 22 import com.google.common.collect.Table.Cell;
|
/external/harfbuzz_ng/src/ |
hb-open-type-private.hh | 728 static inline uint32_t CalcTableChecksum (const ULONG *Table, uint32_t Length) 731 const ULONG *EndPtr = Table+((Length+3) & ~3) / ULONG::static_size; 733 while (Table < EndPtr) 734 Sum += *Table++;
|
/external/llvm/docs/ |
Makefile | 107 $(Echo) Making User LOC Table
|
/external/llvm/lib/MC/ |
MCStreamer.cpp | 162 MCDwarfLineTable &Table = getContext().getMCDwarfLineTable(CUID); 163 if (!Table.getLabel()) { 165 Table.setLabel( 168 return Table.getLabel();
|
/external/llvm/lib/Target/Hexagon/ |
HexagonISelLowering.h | 47 JT, // Jump table. 230 SDValue getPICJumpTableRelocBase(SDValue Table, SelectionDAG &DAG)
|
/external/mesa3d/src/mesa/drivers/x11/ |
glxapi.c | 49 struct _glxapi_table *Table; 103 prevTable = d->Table; 104 return d->Table; /* done! */ 121 d->Table = t; 144 #define GET_DISPATCH(DPY, TABLE) \ 146 TABLE = prevTable; \ 149 TABLE = NULL; \ 152 TABLE = get_dispatch(DPY); \ 1191 * Return size of the GLX dispatch table, in entries, not bytes. 1208 * Initialize all functions in given dispatch table to be no-op [all...] |
/external/opencv/cxcore/include/ |
cxmisc.h | 95 /* initial hash table size */ 98 /* maximal average node_count/hash_size ratio beyond which hash table is resized */ [all...] |
/external/sfntly/cpp/src/sfntly/table/core/ |
font_header_table.cc | 17 #include "sfntly/table/core/font_header_table.h" 94 : Table(header, data) { 117 FontDataTablePtr table = new FontHeaderTable(header(), data); local 118 return table.Detach();
|
horizontal_header_table.cc | 17 #include "sfntly/table/core/horizontal_header_table.h" 79 : Table(header, data) { 97 FontDataTablePtr table = new HorizontalHeaderTable(header(), data); local 98 return table.Detach();
|
maximum_profile_table.cc | 17 #include "sfntly/table/core/maximum_profile_table.h" 83 : Table(header, data) { 101 FontDataTablePtr table = new MaximumProfileTable(header(), data); local 102 return table.Detach();
|
/external/tpm2/generator/ |
extract_structures.py | 10 information into the Table object for further processing and creating the 23 table_name = re.compile(r'^\s*Table\s+[0-9]+') 30 ANCHOR = 0 # Look for table title anchor 31 TABLE_NAME = 1 # Look for table title in the data stream 32 TABLE_BODY = 2 # Scraping the actual table body 33 MAYBE_DONE = 3 # Could be over, unless a single spec table is split in 42 self._table = tpm_table.Table() 49 characters (like long dashes), which appear only in comments/table titles 62 """Return the Table object containing all information parsed so far.""" 77 Each specification table is preceded with a tittle. The title is wrappe [all...] |
/external/v8/src/ic/arm/ |
stub-cache-arm.cc | 20 StubCache::Table table, Register receiver, Register name, 24 ExternalReference key_offset(isolate->stub_cache()->key_reference(table)); 25 ExternalReference value_offset(isolate->stub_cache()->value_reference(table)); 26 ExternalReference map_offset(isolate->stub_cache()->map_reference(table)); 80 if (FLAG_test_secondary_stub_cache && table == StubCache::kPrimary) { 82 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) { 156 // Probe the primary table. 166 // Probe the secondary table.
|
/external/v8/src/ic/arm64/ |
stub-cache-arm64.cc | 19 // Probe primary or secondary table. 27 StubCache::Table table, Register receiver, Register name, 34 ExternalReference key_offset(isolate->stub_cache()->key_reference(table)); 35 ExternalReference value_offset(isolate->stub_cache()->value_reference(table)); 36 ExternalReference map_offset(isolate->stub_cache()->map_reference(table)); 75 if (FLAG_test_secondary_stub_cache && table == StubCache::kPrimary) { 77 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) { 133 // Compute the hash for primary table. 142 // Probe the primary table [all...] |
/external/v8/src/ic/mips/ |
stub-cache-mips.cc | 20 StubCache::Table table, Register receiver, Register name, 24 ExternalReference key_offset(isolate->stub_cache()->key_reference(table)); 25 ExternalReference value_offset(isolate->stub_cache()->value_reference(table)); 26 ExternalReference map_offset(isolate->stub_cache()->map_reference(table)); 75 if (FLAG_test_secondary_stub_cache && table == StubCache::kPrimary) { 77 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) { 149 // Probe the primary table. 160 // Probe the secondary table.
|
/external/v8/src/ic/mips64/ |
stub-cache-mips64.cc | 20 StubCache::Table table, Register receiver, Register name, 24 ExternalReference key_offset(isolate->stub_cache()->key_reference(table)); 25 ExternalReference value_offset(isolate->stub_cache()->value_reference(table)); 26 ExternalReference map_offset(isolate->stub_cache()->map_reference(table)); 77 if (FLAG_test_secondary_stub_cache && table == StubCache::kPrimary) { 79 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) { 152 // Probe the primary table. 163 // Probe the secondary table.
|
/external/v8/src/ic/ppc/ |
stub-cache-ppc.cc | 20 StubCache::Table table, Register receiver, Register name, 24 ExternalReference key_offset(isolate->stub_cache()->key_reference(table)); 25 ExternalReference value_offset(isolate->stub_cache()->value_reference(table)); 26 ExternalReference map_offset(isolate->stub_cache()->map_reference(table)); 89 if (FLAG_test_secondary_stub_cache && table == StubCache::kPrimary) { 91 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) { 168 // Probe the primary table. 178 // Probe the secondary table.
|
/external/v8/src/ic/x64/ |
stub-cache-x64.cc | 20 StubCache::Table table, Register receiver, Register name, 34 ExternalReference key_offset(isolate->stub_cache()->key_reference(table)); 35 ExternalReference value_offset(isolate->stub_cache()->value_reference(table)); 49 DCHECK(isolate->stub_cache()->map_reference(table).address() - 50 isolate->stub_cache()->key_reference(table).address() == 68 if (FLAG_test_secondary_stub_cache && table == StubCache::kPrimary) { 70 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) { 141 // Probe the primary table. 153 // Probe the secondary 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.
|
/hardware/ti/omap4-aah/camera/inc/ |
BaseCameraAdapter.h | 34 const LUT *Table;
|
General3A_Settings.h | 42 const userToOMX_LUT *Table;
|
/hardware/ti/omap4xxx/camera/inc/ |
General3A_Settings.h | 46 const userToOMX_LUT *Table;
|
/external/llvm/lib/Object/ |
COFFObjectFile.cpp | 66 // Decode a string table entry in base 64 (//AAAAAA). Expects \arg Str without 107 // Verify that the symbol points to a valid entry in the symbol table. 121 // Verify that the section points to a valid entry in the section table. 123 report_fatal_error("Section was outside of section table."); 144 llvm_unreachable("no symbol table pointer!"); 330 // The field for the number of relocations in COFF section table is only 382 // Initialize the pointer to the symbol table. 396 // Find string table. The first four byte of the string table contains the 397 // total size of the string table, including the size field itself. If th [all...] |
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/ |
OMX3A.cpp | 46 cameraLUT = CameraToSensorModesLUT[i].Table; 52 // 2. Find scene mode entry in table 403 // Gamma table 518 if( 0 == strcmp(LUT.Table[i].userDefinition, HalValue) ) 519 return LUT.Table[i].omxDefinition; 528 if( LUT.Table[i].omxDefinition == OMXValue ) 529 return LUT.Table[i].userDefinition; 540 if( LUT.Table[i].omxDefinition == OMXValue ) 547 strncat(supported, LUT.Table[i].userDefinition, remaining_size); [all...] |