Searched refs:record (Results 226 - 250 of 285) sorted by relevance

1234567891011>>

/external/valgrind/memcheck/tests/
H A Dleak_cpp_interior.stderr.exp4 4 bytes in 1 blocks are definitely lost in loss record ... of ...
H A Dxml1.stderr.exp358 <text>396 bytes in 1 blocks are definitely lost in loss record ... of ...</text>
/external/linux-tools-perf/src/tools/perf/
H A DMakefile363 LIB_OBJS += $(OUTPUT)util/record.o
382 LIB_OBJS += $(OUTPUT)tests/perf-record.o
419 BUILTIN_OBJS += $(OUTPUT)builtin-record.o
572 # These can record PERF_VERSION
/external/bison/data/
H A Dglr.c42 # do not change the value of b4_pure_flag, and do not record a use of api.pure.
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h922 SExpr *record() { return Rec; } function in class:clang::threadSafety::Project
923 const SExpr *record() const { return Rec; } function in class:clang::threadSafety::Project
948 typename C::CType Ct = Cmp.compare(record(), E->record());
/external/clang/lib/AST/
H A DType.cpp2454 const CXXRecordDecl *record = local
2456 if (record && record->hasDefinition() && !record->hasTrivialDestructor())
/external/jsilver/src/com/google/streamhtmlparser/impl/
H A DHtmlParserImpl.java489 protected void record(char input) { method in class:HtmlParserImpl
/external/linux-tools-perf/src/include/linux/
H A Dperf_event.h736 extern void perf_tp_event(u64 addr, u64 count, void *record,
/external/pcre/dist/
H A Dpcregexp.pas267 tpcre_extra = record
277 pcre_callout_block = record
/external/skia/tools/skp/
H A Dwebpages_playback.py11 python tools/skp/webpages_playback.py --data_store=gs://rmistry --record \
151 self._record = parse_options.record
249 # Create an archive of the specified webpages if '--record=True' is
519 '', '--record', action='store_true',
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A DAntlr.Runtime.Tools.Tests.pas100 // Test methods for record TLocalStorage
/external/libvorbis/doc/
H A D05-comment.tex132 the 'record label')
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp972 /// record fields. This is used while creating debug info entry for a Record.
974 const RecordDecl *record, llvm::DIFile tunit,
977 const CXXRecordDecl *CXXDecl = dyn_cast<CXXRecordDecl>(record);
982 const ASTRecordLayout &layout = CGM.getContext().getASTRecordLayout(record);
989 for (const auto *I : record->decls())
998 auto Field = CreateRecordStaticField(V, RecordTy, record);
1003 elements, RecordTy, record);
1436 /// getOrCreateRecordType - Emit record type's standalone debug info.
1560 // Get overall information about the record type for the debug info.
1655 // Get overall information about the record typ
973 CollectRecordFields( const RecordDecl *record, llvm::DIFile tunit, SmallVectorImpl<llvm::Metadata *> &elements, llvm::DICompositeType RecordTy) argument
[all...]
H A DCGObjCMac.cpp1980 if (const RecordType *record = type->getAs<RecordType>()) {
1981 BuildAggrIvarRecordLayout(record, fieldOffset, true, hasUnion);
2488 if (const RecordType *record = type->getAs<RecordType>()) {
2489 BuildRCBlockVarRecordLayout(record, fieldOffset, hasUnion);
2511 if (const RecordType *record = T->getAs<RecordType>()) {
2512 BuildRCBlockVarRecordLayout(record, fieldOffset, hasUnion, true /*ByrefLayout */);
H A DCGClass.cpp319 // If the record matches the base, this is the complete ctor/dtor
1725 const CXXRecordDecl *record = cast<CXXRecordDecl>(rtype->getDecl()); local
1726 const CXXDestructorDecl *dtor = record->getDestructor();
2274 // This is a record decl. We know the type and can devirtualize it.
2296 // Check if this is a call expr that returns a record type.
/external/mesa3d/src/glsl/
H A Dir_constant_expression.cpp1134 const ir_dereference *deref = record->as_dereference();
1156 ir_constant *v = this->record->constant_expression_value();
/external/robolectric/lib/main/
H A Dcommons-logging-1.1.1.jar ... lang.Throwable) java.util.logging.LogRecord record java.util.logging.Level level String msg ...
/external/zlib/src/contrib/delphi/
H A DZLib.pas23 TZStreamRec = packed record
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dstreams.rb51 need a way to record various locations in the input at a number of points in the
122 <tt>marker = stream.mark</tt> causes the stream to record important information
566 # record the current stream location parameters in the stream's marker table and
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DLogManagerTest.java963 public void publish(LogRecord record) { argument
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DFuturesTest.java1578 @Override public void publish(@Nullable LogRecord record) {
1580 error.initCause(record.getThrown());
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs_visitor.cpp147 const glsl_type *struct_type = ir->record->type;
149 ir->record->accept(this);
H A Dbrw_vec4_visitor.cpp1497 const glsl_type *struct_type = ir->record->type;
1500 ir->record->accept(this);
/external/mesa3d/src/mesa/program/
H A Dir_to_mesa.cpp1637 const glsl_type *struct_type = ir->record->type;
1640 ir->record->accept(this);
/external/valgrind/coregrind/m_debuginfo/
H A Dreaddwarf.c3605 Bool record,
3630 if (record && loc_prev != ctx->loc) {
3643 if (record) {
3721 so we can binary-search them in the code below. We also record
3831 /* Allocate a new CIE record. */
3604 run_CF_instructions( DebugInfo* di, Bool record, UnwindContext* ctx, DiCursor instrs, Int ilen, UWord fde_arange, const UnwindContext* restore_ctx, const AddressDecodingInfo* adi ) argument

Completed in 1074 milliseconds

1234567891011>>