Searched refs:recordType (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
H A DTracingTimelineUIUtils.js34 * @param {string} recordType
37 isCoalescable: function(recordType)
39 return !!WebInspector.TracingTimelineUIUtils._coalescableRecordTypes[recordType];
121 * @param {string} recordType
125 createEventDivider: function(recordType, title)
127 return WebInspector.TracingTimelineUIUtils._createEventDivider(recordType, title);
349 var recordType = WebInspector.TracingTimelineModel.RecordType;
355 case recordType.GCEvent:
359 case recordType.TimerFire:
362 case recordType
[all...]
H A DTimelineUIUtilsImpl.js32 * @param {string} recordType
35 isCoalescable: function(recordType)
37 return !!WebInspector.TimelineUIUtilsImpl._coalescableRecordTypes[recordType];
123 * @param {string} recordType
127 createEventDivider: function(recordType, title)
129 return WebInspector.TimelineUIUtilsImpl._createEventDivider(recordType, title);
430 * @param {string=} recordType
433 WebInspector.TimelineUIUtilsImpl._needsPreviewElement = function(recordType)
435 if (!recordType)
438 switch (recordType) {
[all...]
H A DTimelineUIUtils.js55 * @param {string} recordType
58 isCoalescable: function(recordType)
129 * @param {string} recordType
133 createEventDivider: function(recordType, title)
/external/javassist/src/main/javassist/expr/
H A DInstanceof.java114 jc.recordType(getType());
H A DFieldAccess.java190 jc.recordType(fieldType);
/external/javassist/src/main/javassist/compiler/
H A DJavac.java390 * @see #recordType(CtClass)
395 gen.recordType(type);
406 public void recordType(CtClass t) { method in class:Javac
407 gen.recordType(t);
H A DJvstCodeGen.java456 public void recordType(CtClass t) { method in class:JvstCodeGen
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusMetaFile.h311 IN EmfPlusRecordType recordType,
319 recordType,
310 PlayRecord( IN EmfPlusRecordType recordType, IN UINT flags, IN UINT dataSize, IN const BYTE * data ) const argument
H A DGdiPlusFlat.h2049 EmfPlusRecordType recordType,
/external/chromium_org/third_party/tlslite/tlslite/
H A Dtlsrecordlayer.py961 def _decryptRecord(self, recordType, b):
1018 mac.update(compatHMAC(bytearray([recordType])))
/external/chromium_org/third_party/closure_compiler/runner/src/com/google/javascript/jscomp/
H A DChromePass.java157 builder.recordType(new JSTypeExpression(type, ""));
/external/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp276 REGISTER_MATCHER(recordType);
/external/clang/lib/CodeGen/
H A DCGBlocks.cpp243 const RecordType *recordType = local
247 if (!recordType) return true;
249 const auto *record = cast<CXXRecordDecl>(recordType->getDecl());
H A DCGObjC.cpp698 if (const RecordType *recordType = ivarType->getAs<RecordType>())
699 HasStrong = recordType->getDecl()->hasObjectMember();
/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp3933 EXPECT_TRUE(matches("class C{}; C c;", recordType()));
3935 recordType(hasDeclaration(recordDecl(hasName("S"))))));
3937 recordType(hasDeclaration(recordDecl(hasName("S"))))));
3981 elaboratedType(elaboratedType(namesType(recordType(
/external/javassist/src/main/javassist/
H A DCtBehavior.java704 jv.recordType(getReturnType0());
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3341 /// \c recordType() matches the type of the variable declarations of both \c c
3343 AST_TYPE_MATCHER(RecordType, recordType);
3400 /// \c elaboratedType(namesType(recordType(
/external/clang/lib/Analysis/
H A DCFG.cpp3719 const RecordType *recordType = ty->getAs<RecordType>(); local
3721 cast<CXXRecordDecl>(recordType->getDecl());
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/clang/lib/Sema/
H A DSemaDecl.cpp9203 if (const RecordType *recordType = baseType->getAs<RecordType>())
9204 FinalizeVarWithDestructor(var, recordType);
H A DSemaDeclCXX.cpp11378 if (const RecordType *recordType = ExDeclType->getAs<RecordType>()) {
11414 FinalizeVarWithDestructor(ExDecl, recordType);
/external/mdnsresponder/mDNSCore/
H A DmDNS.c9778 mDNSu8 recordType = (flags & regFlagKnownUnique) ? kDNSRecordTypeKnownUnique : kDNSRecordTypeUnique; local
9807 mDNS_SetupResourceRecord(&sr->RR_SRV, mDNSNULL, InterfaceID, kDNSType_SRV, hostTTL, recordType, artype, ServiceCallback, sr);
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 474 milliseconds