HomeSort by relevance Sort by last modified time
    Searched refs:record (Results 226 - 250 of 300) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/zlib/contrib/pascal/
zlibpas.pas 27 z_stream = packed record
  /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/AST/
Type.cpp 308 case Record:
837 if (const RecordType *Record = dyn_cast<RecordType>(CanonicalType)) {
838 if (CXXRecordDecl *ClassDecl = dyn_cast<CXXRecordDecl>(Record->getDecl()))
872 case Record:
2228 const CXXRecordDecl *record = local
    [all...]
  /external/mesa3d/src/glsl/
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/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/pcre/
pcregexp.pas 267 tpcre_extra = record
277 pcre_callout_block = record
  /external/webkit/Source/WebCore/bindings/v8/
V8DOMWindowShell.cpp 356 android::TimeCounter::record(android::TimeCounter::JavaScriptInitTimeCounter, __FUNCTION__);
  /external/webkit/Source/WebKit/android/jni/
JavaBridge.cpp 383 TimeCounter::record(TimeCounter::SharedTimerTimeCounter, __FUNCTION__);
  /frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
ScoAudioTest.java 420 mPlayImageResource = R.drawable.record;
  /frameworks/base/core/java/android/view/
GLES20Canvas.java 98 protected GLES20Canvas(boolean record, boolean translucent) {
101 if (record) {
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 435 /// CreatePointeeType - Create PointTee type. If Pointee is a record
436 /// then emit record's fwd if debug info size reduction is enabled.
624 /// record fields. This is used while creating debug info entry for a Record.
626 CollectRecordFields(const RecordDecl *record, llvm::DIFile tunit,
631 bool IsMsStruct = record->hasAttr<MsStructAttr>();
633 const ASTRecordLayout &layout = CGM.getContext().getASTRecordLayout(record);
634 for (RecordDecl::field_iterator I = record->field_begin(),
635 E = record->field_end();
791 /// a Record
    [all...]
CGClass.cpp 292 // If the record matches the base, this is the complete ctor/dtor
590 const CXXRecordDecl *Record = BaseElementTy->getAsCXXRecordDecl();
592 (Record && Record->hasTrivialCopyConstructor())) {
1166 const CXXRecordDecl *record = cast<CXXRecordDecl>(rtype->getDecl()); local
    [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp 916 RecordDecl *record = cast<RecordDecl>(D); local
919 if (!isa<CXXRecordDecl>(record)) {
924 if (!cast<CXXRecordDecl>(record)->isPOD()) {
929 for (RecordDecl::field_iterator iter = record->field_begin();
930 iter != record->field_end(); iter++) {
    [all...]
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) {
149 const Sema::ExpressionEvaluationContextRecord& record local
151 bool isUnevaluatedExpression = (record.Context == Sema::Unevaluated);
568 // The record definition is complete, now look up the member.
    [all...]
  /external/webkit/Source/WebCore/css/
CSSParser.cpp 251 android::TimeCounter::record(android::TimeCounter::CSSParseTimeCounter, __FUNCTION__);
265 android::TimeCounter::record(android::TimeCounter::CSSParseTimeCounter, __FUNCTION__);
279 android::TimeCounter::record(android::TimeCounter::CSSParseTimeCounter, __FUNCTION__);
468 android::TimeCounter::record(android::TimeCounter::CSSParseTimeCounter, __FUNCTION__);
513 android::TimeCounter::record(android::TimeCounter::CSSParseTimeCounter, __FUNCTION__);
554 android::TimeCounter::record(android::TimeCounter::CSSParseTimeCounter, __FUNCTION__);
603 android::TimeCounter::record(android::TimeCounter::CSSParseTimeCounter, __FUNCTION__);
630 android::TimeCounter::record(android::TimeCounter::CSSParseTimeCounter, __FUNCTION__);
    [all...]
  /external/zlib/contrib/delphi/
ZLib.pas 23 TZStreamRec = packed record
  /prebuilt/common/http-client/
commons-logging-1.1.1.jar 
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LogManagerTest.java     [all...]
  /external/v8/benchmarks/
deltablue.js 167 * record the solution, perhaps modifying the current dataflow
354 * and record that decision.
428 * Record the fact that this constraint is unsatisfied.
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-deltablue.js 161 * record the solution, perhaps modifying the current dataflow
348 * and record that decision.
422 * Record the fact that this constraint is unsatisfied.
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-deltablue.js 161 * record the solution, perhaps modifying the current dataflow
348 * and record that decision.
422 * Record the fact that this constraint is unsatisfied.
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-deltablue.js 161 * record the solution, perhaps modifying the current dataflow
348 * and record that decision.
422 * Record the fact that this constraint is unsatisfied.
  /external/grub/netboot/
tlan.c     [all...]

Completed in 669 milliseconds

1 2 3 4 5 6 7 8 91011>>