Searched refs:Parent (Results 226 - 233 of 233) sorted by relevance

12345678910

/external/clang/lib/Serialization/
H A DASTWriter.cpp2272 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // Parent
2355 if (Mod->Parent) {
2356 assert(SubmoduleIDs[Mod->Parent] && "Submodule parent not written?");
2357 Record.push_back(SubmoduleIDs[Mod->Parent]);
H A DASTReader.cpp4240 SubmoduleID Parent = getGlobalSubmoduleID(F, Record[Idx++]); local
4252 if (Parent) {
4253 ParentModule = getSubmodule(Parent);
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp795 /// Parent function
4903 BasicBlock *Parent = UI->getParent();
4904 if (!TheLoop->contains(Parent)) {
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas2565 property Parent: ITokenRewriteStream read GetParent write SetParent;
2594 property Parent: ITokenRewriteStream read GetParent write SetParent;
6486 Buf.Append(Parent.Get(Index).Text);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2674 if (BitTestCases[i].Parent == First)
2675 BitTestCases[i].Parent = Last;
/external/clang/lib/Sema/
H A DSemaExpr.cpp10317 RecordDecl *Parent = MemberDecl->getParent(); local
10319 Parent = cast<RecordDecl>(IndirectMemberDecl->getDeclContext());
10324 if (IsDerivedFrom(CurrentType, Context.getTypeDeclType(Parent), Paths)) {
/external/chromium-trace/
H A Dscript.js188 base.exportTo("tracing.trace_model",function(){function d(c,b,e,d,l,m){a.call(this,c,b,e,d,l,m);this.subSlices=[]}function b(a,b){this.guid_=base.GUID.allocate();if(!a)throw Error("Parent must be provided.");this.parent=a;this.sortIndex=0;this.tid=b;this.sliceGroup=new c(d);this.cpuSlices=void 0;this.samples_=[];this.kernelSliceGroup=new c;this.asyncSliceGroup=new e;this.bounds=new base.Range;this.ephemeralSettings={}}var a=tracing.trace_model.Slice,c=tracing.trace_model.SliceGroup,e=tracing.trace_model.AsyncSliceGroup;
386 base.exportTo("tracing.tracks",function(){var d=tracing.getColorPaletteHighlightIdBoost(),b=ui.define("track",ui.ContainerThatDecoratesItsChildren);b.prototype={__proto__:ui.ContainerThatDecoratesItsChildren.prototype,decorate:function(a){ui.ContainerThatDecoratesItsChildren.prototype.decorate.call(this);if(void 0===a)throw Error("viewport is required when creating a Track.");this.viewport_=a;this.classList.add("track");this.categoryFilter_=void 0},get viewport(){return this.viewport_},context:function(){if(this.parentNode){if(!this.parentNode.context)throw Error("Parent container does not support context() method.");
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 482 milliseconds

12345678910