/external/clang/lib/AST/ |
Type.cpp | 322 case Record: 821 if (const RecordType *Record = dyn_cast<RecordType>(CanonicalType)) { 822 if (CXXRecordDecl *ClassDecl = dyn_cast<CXXRecordDecl>(Record->getDecl())) 865 case Record: { 947 case Type::Record: 2228 const CXXRecordDecl *record = local [all...] |
/external/mesa3d/src/glsl/ |
ir_clone.cpp | 202 return new(mem_ctx) ir_dereference_record(this->record->clone(mem_ctx, ht),
|
ir_to_llvm.cpp | 340 int idx = deref->record->type->field_index(deref->field); 342 return bld.CreateConstInBoundsGEP2_32(llvm_pointer(deref->record), 0, idx); [all...] |
/external/strace/ |
strace.spec | 17 received by a running process. Strace can print a record of each 32 received by a running process. Strace can print a record of each
|
/external/webkit/Source/JavaScriptCore/assembler/ |
MacroAssemblerARMv7.h | 63 JumpLinkType computeJumpType(LinkRecord& record, const uint8_t* from, const uint8_t* to) { return m_assembler.computeJumpType(record, from, to); } 66 void link(LinkRecord& record, uint8_t* from, uint8_t* to) { return m_assembler.link(record, from, to); } [all...] |
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
Antlr.Runtime.Tools.pas | 241 TItem = record 346 /// The TLocalStorage record has space for 256 variables. For performance 365 TLocalStorage = record 368 TLocalStorageEntry = record
|
/external/blktrace/btreplay/doc/ |
btreplay.tex | 156 Each input data file (one per device per CPU) results in a new record 159 these record data files by spawning a new pair of threads per file. One 160 thread manages the submitting of AIOs per bunch in the record data file, 419 record files in the directory specified (either via the \texttt{-d}
|
/external/linux-tools-perf/util/ |
trace-event-parse.c | 198 * Add a special record at the end. 206 * We are searching for a record in between, not an exact [all...] |
/external/sepolicy/ |
access_vectors | 579 record
|
/external/skia/samplecode/ |
SampleAll.cpp | 369 SkCanvas* record = picture.beginRecording(320, 480); local 370 drawPicture(record, 120);
|
/external/valgrind/main/memcheck/tests/ |
xml1.stderr.exp | 357 <text>396 bytes in 1 blocks are definitely lost in loss record ... of ...</text>
|
/external/webkit/Source/WebCore/storage/ |
IDBSQLiteBackingStore.cpp | 405 return String(); // Null String means record not found. 411 String record = query.getColumnBlobAsString(3); local 414 return record; [all...] |
/gdk/build/core/ |
add-application.mk | 16 # this script is used to record an application definition in the 166 # Record all app-specific variable definitions
|
/ndk/build/core/ |
add-application.mk | 16 # this script is used to record an application definition in the 231 # Record all app-specific variable definitions 236 # Record the Application.mk for debugging
|
/external/chromium/chrome/browser/resources/ |
new_new_tab.js | 26 // The URL prefix for pings that record app launches by URL. 27 PING_BY_URL: 'record-app-launch-by-url', 29 // The URL prefix for pings that record app launches by ID. 30 PING_BY_ID: 'record-app-launch-by-id', 33 PING_WEBSTORE: 'record-webstore-launch' [all...] |
/external/clang/lib/CodeGen/ |
CodeGenModule.cpp | 1428 RecordDecl *record = init->getType()->castAs<RecordType>()->getDecl(); local [all...] |
CGDebugInfo.cpp | 520 // Walk up the context chain and create forward decls for record decls, 546 /// CreatePointeeType - Create Pointee type. If Pointee is a record 547 /// then emit record's fwd if debug info size reduction is enabled. 759 /// record fields. This is used while creating debug info entry for a Record. 761 CollectRecordFields(const RecordDecl *record, llvm::DIFile tunit, 765 const ASTRecordLayout &layout = CGM.getContext().getASTRecordLayout(record); 766 const CXXRecordDecl *CXXDecl = dyn_cast<CXXRecordDecl>(record); 796 bool IsMsStruct = record->hasAttr<MsStructAttr>(); 798 for (RecordDecl::field_iterator I = record->field_begin() [all...] |
CGClass.cpp | 291 // If the record matches the base, this is the complete ctor/dtor 538 static bool hasTrivialCopyOrMoveConstructor(const CXXRecordDecl *Record, 540 return Moving ? Record->hasTrivialMoveConstructor() : 541 Record->hasTrivialCopyConstructor(); 581 const CXXRecordDecl *Record = BaseElementTy->getAsCXXRecordDecl(); 583 (Record && hasTrivialCopyOrMoveConstructor(Record, 1214 const CXXRecordDecl *record = cast<CXXRecordDecl>(rtype->getDecl()); local [all...] |
/external/jsilver/src/com/google/streamhtmlparser/impl/ |
HtmlParserImpl.java | 489 protected void record(char input) { method in class:HtmlParserImpl
|
/external/kernel-headers/original/linux/ |
perf_event.h | 329 * The MMAP events record the PROT_EXEC mappings so that we can 423 * # The RAW record below is opaque data wrt the ABI 1002 extern void perf_tp_event(u64 addr, u64 count, void *record,
|
/external/linux-tools-perf/util/include/linux/added/ |
perf_event.h | 356 * The MMAP events record the PROT_EXEC mappings so that we can 450 * # The RAW record below is opaque data wrt the ABI 1142 extern void perf_tp_event(u64 addr, u64 count, void *record,
|
/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/ |
ScoAudioTest.java | 420 mPlayImageResource = R.drawable.record;
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/ |
Antlr.Runtime.Tools.Tests.pas | 100 // Test methods for record TLocalStorage
|
/external/clang/lib/Sema/ |
SemaExprMember.cpp | 29 CXXRecordDecl *Record, 31 if (Bases.count(Record->getCanonicalDecl())) 34 RecordDecl *RD = Record->getDefinition(); 36 Record = cast<CXXRecordDecl>(RD); 38 for (CXXRecordDecl::base_class_iterator I = Record->bases_begin(), 39 E = Record->bases_end(); I != E; ++I) { 141 const Sema::ExpressionEvaluationContextRecord& record local 143 if (record.Context == Sema::Unevaluated) 604 // The record definition is complete, now look up the member. [all...] |
/external/zlib/contrib/delphi/ |
ZLib.pas | 23 TZStreamRec = packed record
|