/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/ |
EfiTypes.h | 288 #define _CR(Record, TYPE, Field) ((TYPE *) ((CHAR8 *) (Record) - (CHAR8 *) &(((TYPE *) 0)->Field)))
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/ |
EfiDebug.h | 92 #define CR(record, TYPE, field, signature) \
93 _CR(record, TYPE, field)->Signature != signature ? \
94 (TYPE *) (_DEBUG_ASSERT("CR has Bad Signature"), record) : \
95 _CR(record, TYPE, field)
118 #define CR(Record, TYPE, Field, Signature) \
119 _CR(Record, TYPE, Field)
|
/external/llvm/utils/TableGen/ |
DAGISelEmitter.cpp | 17 #include "llvm/TableGen/Record.h" 46 Record *Op = P->getOperator(); 65 Record *Op = P->getOperator();
|
X86RecognizableInstr.h | 23 #include "llvm/TableGen/Record.h" 37 /// The record from the .td files corresponding to this instruction 38 const Record* Rec; 39 /// The OpPrefix field from the record 41 /// The OpMap field from the record 43 /// The opcode field from the record; this is the opcode used in the Intel 46 /// The form field from the record 48 // The encoding field from the record 50 /// The OpSize field from the record 52 /// The AdSize field from the record [all...] |
CodeGenRegisters.cpp | 33 CodeGenSubRegIndex::CodeGenSubRegIndex(Record *R, unsigned Enum) 60 std::vector<Record*> Comps = TheDef->getValueAsListOfDefs("ComposedOf"); 72 std::vector<Record*> Parts = 106 CodeGenRegister::CodeGenRegister(Record *R, unsigned Enum) 118 std::vector<Record*> SRIs = TheDef->getValueAsListOfDefs("SubRegIndices"); 119 std::vector<Record*> SRs = TheDef->getValueAsListOfDefs("SubRegs"); 140 std::vector<Record*> Aliases = TheDef->getValueAsListOfDefs("Aliases"); 542 void expand(SetTheory &ST, Record *Def, SetTheory::RecSet &Elts) override { 543 std::vector<Record*> Indices = Def->getValueAsListOfDefs("SubRegIndices"); 564 Record *RegisterCl = Def->getRecords().getClass("Register") [all...] |
/external/skia/src/core/ |
SkRecord.h | 47 // R operator()(const T& record) { ... } 56 // R operator()(T* record) { ... } 110 // Rearrange and resize this record to eliminate any NoOps. 133 void operator()(T* record) { record->~T(); } 148 struct Record { 155 // Point this record to its data in fAlloc. Returns ptr for convenience. 166 // Visit this record with functor F (see public API above). 176 // Mutate this record with functor F (see public API above). 190 SkAutoSTMalloc<kInlineRecords, Record> fRecords [all...] |
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
DAGISelEmitter.cpp | 16 #include "llvm/TableGen/Record.h" 32 Record *Op = P->getOperator(); 51 Record *Op = P->getOperator();
|
SetTheory.cpp | 17 #include "llvm/TableGen/Record.h" 177 Record *Rec = Records.getDef(OS.str()); 195 void expand(SetTheory &ST, Record *Def, RecSet &Elts) { 251 const RecVec *SetTheory::expand(Record *Set) { 259 const std::vector<Record*> &SC = Set->getSuperClasses();
|
X86RecognizableInstr.h | 24 #include "llvm/TableGen/Record.h" 40 /// The record from the .td files corresponding to this instruction 41 const Record* Rec; 42 /// The prefix field from the record 44 /// The opcode field from the record; this is the opcode used in the Intel 47 /// The form field from the record 49 /// The segment override field from the record 51 /// The hasOpSizePrefix field from the record 53 /// The hasREX_WPrefix field from the record 55 /// The hasVEXPrefix field from the record [all...] |
AsmWriterEmitter.cpp | 23 #include "llvm/TableGen/Record.h" 246 Record *AsmWriter = Target.getAsmWriter(); 479 std::vector<Record*> AltNameList = 517 Record *AsmWriter = Target.getAsmWriter(); 521 std::vector<Record*> AltNameIndices = Target.getRegAltNameIndices(); 568 Record *AsmWriter = Target.getAsmWriter(); 617 std::vector<Record*> ReqFeatures; 748 Record *Reg = RC.getOrder()[II]; 799 Record *AsmWriter = Target.getAsmWriter(); 812 std::vector<Record*> AllInstAliases [all...] |
/frameworks/base/tools/preload/ |
Root.java | 54 void indexClassOperation(Record record) { 55 Proc process = processes.get(record.pid); 59 if (record.processName.equals("dexopt")) { 63 String name = record.className; 67 switch (record.type) { 72 name, record.classLoader == 0); 84 o = process.endOperation(record.tid, record.className, 85 loadedClass, record.time) [all...] |
/prebuilts/go/darwin-x86/src/runtime/ |
runtime_linux_test.go | 17 // Record pid and tid of init thread for use during test.
|
/prebuilts/go/linux-x86/src/runtime/ |
runtime_linux_test.go | 17 // Record pid and tid of init thread for use during test.
|
/system/extras/simpleperf/ |
thread_tree.h | 28 struct Record; 117 // Update thread tree with information provided by record. 118 void Update(const Record& record);
|
cmd_report_sample.cpp | 69 "-i <file> Specify path of record file, default is perf.data.\n" 89 bool ProcessRecord(std::unique_ptr<Record> record); 90 bool PrintSampleRecordInProtobuf(const SampleRecord& record); 99 bool PrintSampleRecord(const SampleRecord& record); 141 // 4. Open record file. 168 // 6. Read record file, and print samples online. 170 [this](std::unique_ptr<Record> record) { 171 return ProcessRecord(std::move(record)); [all...] |
/external/chromium-trace/catapult/telemetry/telemetry/ |
record_wpr_unittest.py | 118 # PageTest to use. In this case, we will record every available action. 158 wpr_recorder.Record(results) 168 wpr_recorder.Record(results) 179 wpr_recorder.Record(results) 191 wpr_recorder.Record(results)
|
/external/clang/include/clang/Sema/ |
ExternalSemaSource.h | 45 CXXRecordDecl *Record;
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/ |
FrontPage.c | 732 EFI_SMBIOS_TABLE_HEADER *Record;
747 Status = Smbios->GetNext (Smbios, &SmbiosHandle, NULL, &Record, NULL);
752 if (Record->Type == EFI_SMBIOS_TYPE_BIOS_INFORMATION) {
753 Type0Record = (SMBIOS_TABLE_TYPE0 *) Record;
762 if (Record->Type == EFI_SMBIOS_TYPE_SYSTEM_INFORMATION) {
763 Type1Record = (SMBIOS_TABLE_TYPE1 *) Record;
772 if (Record->Type == EFI_SMBIOS_TYPE_PROCESSOR_INFORMATION) {
773 Type4Record = (SMBIOS_TABLE_TYPE4 *) Record;
782 if (Record->Type == EFI_SMBIOS_TYPE_PROCESSOR_INFORMATION) {
783 Type4Record = (SMBIOS_TABLE_TYPE4 *) Record;
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Application/UiApp/ |
FrontPage.c | 865 EFI_SMBIOS_TABLE_HEADER *Record;
883 Status = Smbios->GetNext (Smbios, &SmbiosHandle, NULL, &Record, NULL);
888 if (Record->Type == EFI_SMBIOS_TYPE_BIOS_INFORMATION) {
889 Type0Record = (SMBIOS_TABLE_TYPE0 *) Record;
905 if (Record->Type == EFI_SMBIOS_TYPE_SYSTEM_INFORMATION) {
906 Type1Record = (SMBIOS_TABLE_TYPE1 *) Record;
915 if ((Record->Type == EFI_SMBIOS_TYPE_PROCESSOR_INFORMATION) && !Find[2]) {
916 Type4Record = (SMBIOS_TABLE_TYPE4 *) Record;
918 // The information in the record should be only valid when the CPU Socket is populated.
930 if ((Record->Type == EFI_SMBIOS_TYPE_PROCESSOR_INFORMATION) && !Find[3]) { [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/ |
Eot.py | 337 for Record in RecordSet:
338 GuidName = Record[0]
382 for Record in RecordSet:
383 if Record[1] == 'Ppi':
384 EotGlobalData.gPpiList[Record[0].lower()] = -2
385 if Record[1] == 'Protocol':
386 EotGlobalData.gProtocolList[Record[0].lower()] = -2
|
/external/clang/lib/CodeGen/ |
CGExprAgg.cpp | 230 // Only record types have members that might require garbage collection. 235 RecordDecl *Record = RecordTy->getDecl(); 236 if (isa<CXXRecordDecl>(Record) && 237 (cast<CXXRecordDecl>(Record)->hasNonTrivialCopyConstructor() || 238 !cast<CXXRecordDecl>(Record)->hasTrivialDestructor())) 242 return Record->hasObjectMember(); 329 RecordDecl *Record = E->getType()->castAs<RecordType>()->getDecl(); 330 RecordDecl::field_iterator Field = Record->field_begin(); 331 if (Field == Record->field_end()) { 354 if (Field == Record->field_end()) 1181 RecordDecl *record = E->getType()->castAs<RecordType>()->getDecl(); local [all...] |
CGDeclCXX.cpp | 92 const CXXRecordDecl *Record = type->getAsCXXRecordDecl(); 94 Record && (!CGM.getCXXABI().HasThisReturn( 95 GlobalDecl(Record->getDestructor(), Dtor_Complete)) || 101 if (Record && (CanRegisterDestructor || UsingExternalHelper)) { 102 assert(!Record->hasTrivialDestructor()); 103 CXXDestructorDecl *dtor = Record->getDestructor();
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
CanonGSUBBuilder.java | 77 ArabicCharacterData.Record record = data.getRecord(i); local 78 String decomposition = record.getDecomposition(); 81 int contextual = record.getCodePoint(); 82 int isolated = UTF16.charAt(record.getDecomposition(), 0); 84 switch (record.getDecompositionType()) { 119 ArabicCharacterData.Record record = data.getRecord(i); local 120 String decomposition = record.getDecomposition(); 123 int ligature = record.getCodePoint() 201 ArabicCharacterData.Record record = data.getRecord(i); local 276 CanonicalCharacterData.Record record = data.getRecord(script, i); local 303 CanonicalCharacterData.Record record = data.getRecord(script, r); local [all...] |
/external/skia/src/sfnt/ |
SkOTTable_name.h | 35 struct Record { 544 Iterator(const SkOTTableName& name, SkOTTableName::Record::NameID::Predefined::Value type) 548 void reset(SkOTTableName::Record::NameID::Predefined::Value type) { 553 struct Record { 558 bool next(Record&); 573 static_assert(sizeof(SkOTTableName::Record) == 12, "sizeof_SkOTTableNameRecord_not_12");
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
Parsing.py | 34 for Record in RecordSet:
35 Macros[Record[0]] = Record[1]
64 for Record in RecordSet:
75 # (self.TblDsc.Table, Record[0], Record[1], self.TblDsc.Table, Record[2], Record[1], Record[3], Record[4]) * [all...] |