Searched refs:readRecord (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | ActivityChooserModel.java | 1035 HistoricalRecord readRecord = new HistoricalRecord(activity, time, weight); in readHistoricalDataImpl() local 1036 historicalRecords.add(readRecord); in readHistoricalDataImpl() 1039 Log.i(LOG_TAG, "Read " + readRecord.toString()); in readHistoricalDataImpl()
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 865 switch (Stream.readRecord(Entry.ID, Record)) { in ParseAttributeBlock() 931 switch (Stream.readRecord(Entry.ID, Record)) { in ParseTypeTableBody() 1163 switch (Stream.readRecord(Code, Record)) { in ParseOldTypeTable() 1324 switch (Stream.readRecord(Code, Record)) { in ParseOldTypeSymbolTable() 1374 switch (Stream.readRecord(Code, Record)) { in ParseValueSymbolTable() 1437 Code = Stream.readRecord(Code, Record); in ParseMetadata() 1452 unsigned NextBitCode = Stream.readRecord(Code, Record); in ParseMetadata() 1657 unsigned BitCode = Stream.readRecord(Entry.ID, Record); in ParseConstants() 2147 switch (Stream.readRecord(Code, Record)) { in ParseModule() 2431 switch (Stream.readRecord(Entry.ID, Record)) { in parseModuleTriple() [all …]
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.cpp | 1140 switch (Stream.readRecord(Entry.ID, Record)) { in ParseAttributeBlock() 1207 switch (Stream.readRecord(Entry.ID, Record)) { in ParseTypeTableBody() 1458 switch (Stream.readRecord(Code, Record)) { in ParseOldTypeTable() 1636 switch (Stream.readRecord(Code, Record)) { in ParseOldTypeSymbolTable() 1686 switch (Stream.readRecord(Code, Record)) { in ParseValueSymbolTable() 1749 Code = Stream.readRecord(Code, Record); in ParseMetadata() 1760 unsigned NextBitCode = Stream.readRecord(Code, Record); in ParseMetadata() 1950 unsigned BitCode = Stream.readRecord(Entry.ID, Record); in ParseConstants() 2414 switch (Stream.readRecord(Entry.ID, Record)) { in ParseModule() 2696 switch (Stream.readRecord(Entry.ID, Record)) { in parseModuleTriple() [all …]
|