/external/chromium_org/tools/gn/ |
target.cc | 133 // inherited through the dependency tree (other flags don't work this way). 168 // Inherited libraries and flags are inherited across static library 172 const std::set<const Target*> inherited = dep->inherited_libraries(); local 173 for (std::set<const Target*>::const_iterator i = inherited.begin(); 174 i != inherited.end(); ++i) 177 // Inherited library settings.
|
ninja_binary_target_writer.cc | 384 const std::set<const Target*>& inherited = target_->inherited_libraries(); local 388 if (inherited.find(deps[i].ptr) != inherited.end()) 394 // Inherited libraries. 395 for (std::set<const Target*>::const_iterator i = inherited.begin(); 396 i != inherited.end(); ++i) {
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
example-bind.cpp | 61 typedef tuple<Tail...> inherited; typedef in class:tuple 70 : m_head(v), inherited(vtail...) { } 74 : m_head(other.head()), inherited(other.tail()) { } 85 inherited& tail() { return *this; } 86 const inherited& tail() const { return *this; }
|
/external/clang/lib/Sema/ |
SemaTemplateVariadic.cpp | 35 inherited; typedef in class:__anon16029::CollectUnexpandedParameterPacksVisitor 88 return inherited::TraverseTemplateName(Template); 116 return inherited::TraverseStmt(S); 125 return inherited::TraverseType(T); 136 return inherited::TraverseTypeLoc(TL); 145 return inherited::TraverseDecl(D); 155 return inherited::TraverseTemplateArgument(Arg); 163 return inherited::TraverseTemplateArgumentLoc(ArgLoc); 192 inherited::TraverseLambdaExpr(Lambda); [all...] |
/device/asus/grouper/ |
full_grouper.mk | 28 # Discard inherited values and use our own instead.
|
/device/asus/tilapia/ |
full_tilapia.mk | 28 # Discard inherited values and use our own instead.
|
/frameworks/base/data/fonts/ |
fonts.mk | 15 # Warning: this is actually a product definition, to be inherited from
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/ |
reduction.py | 151 address, handle, inherited = pickled_data 152 if inherited:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/ |
reduction.py | 151 address, handle, inherited = pickled_data 152 if inherited:
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
StylesSidebarPane.js | 357 resultStyles.inherited = matchedResult.inherited; 566 // Walk the node structure and identify styles with inherited properties. 576 for (var parentOrdinal = 0; parentOrdinal < styles.inherited.length; ++parentOrdinal) { 577 var parentStyles = styles.inherited[parentOrdinal]; 628 // Do not pick non-inherited properties from inherited styles. 697 separatorElement.appendChild(document.createTextNode(WebInspector.UIString("Inherited from") + " ")); 741 // Does this style contain non-overridden inherited property? [all...] |
/build/tools/droiddoc/templates-pdk/assets/ |
android-developer-reference.js | 319 /* TOGGLE INHERITED MEMBERS */ 321 /* Toggle an inherited class (arrow toggle) 348 /* Toggle all inherited classes in a single table (e.g. all inherited methods) 371 /* Toggle all inherited members in the class (link in the class title) 390 /* Expand all inherited members in the class. Used when initiating page search */ 401 * - Listen for Ctrl+F (Cmd on Mac) and expand all inherited members (to aid page search)
|
/external/doclava/res/assets/templates/assets/ |
doclava-developer-reference.js | 300 /* TOGGLE INHERITED MEMBERS */ 302 /* Toggle an inherited class (arrow toggle) 329 /* Toggle all inherited classes in a single table (e.g. all inherited methods) 352 /* Toggle all inherited members in the class (link in the class title) 371 /* Expand all inherited members in the class. Used when initiating page search */ 382 * - Listen for Ctrl+F (Cmd on Mac) and expand all inherited members (to aid page search)
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/ |
functional.rb | 157 def self.inherited( klass ) singleton method in class:ANTLR3.Test.Functional
|
/external/chromium_org/third_party/skia/src/animator/ |
SkMemberInfo.cpp | 487 const SkMemberInfo* inherited = (SkMemberInfo*) info->fName; local 488 const SkMemberInfo* result = SkMemberInfo::Find(inherited, info->fCount, index); 508 const SkMemberInfo* inherited = (SkMemberInfo*) info->fName; local 509 const SkMemberInfo* result = SkMemberInfo::Find(inherited, info->fCount, matchPtr);
|
SkDisplayXMLParser.cpp | 58 INHERITED::getErrorString(str); 73 : INHERITED(&maker.fError), fMaker(maker), fInInclude(maker.fInInclude), 276 const SkMemberInfo* inherited = info->getInherited(); local 277 const SkMemberInfo* result = searchContainer(inherited, info->fCount);
|
/external/doclava/src/com/google/doclava/ |
TodoFile.java | 32 tags = tags.inherited();
|
/external/skia/src/animator/ |
SkMemberInfo.cpp | 487 const SkMemberInfo* inherited = (SkMemberInfo*) info->fName; local 488 const SkMemberInfo* result = SkMemberInfo::Find(inherited, info->fCount, index); 508 const SkMemberInfo* inherited = (SkMemberInfo*) info->fName; local 509 const SkMemberInfo* result = SkMemberInfo::Find(inherited, info->fCount, matchPtr);
|
SkDisplayXMLParser.cpp | 58 INHERITED::getErrorString(str); 73 : INHERITED(&maker.fError), fMaker(maker), fInInclude(maker.fInInclude), 276 const SkMemberInfo* inherited = info->getInherited(); local 277 const SkMemberInfo* result = searchContainer(inherited, info->fCount);
|
/frameworks/av/media/libstagefright/chromium_http/ |
support.h | 138 typedef Delegate inherited; typedef in struct:android::SfDelegate
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-192.js | 34 // literals MUST NOT trigger inherited accessors, but act as if creating
|
/external/v8/test/mjsunit/regress/ |
regress-192.js | 34 // literals MUST NOT trigger inherited accessors, but act as if creating
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
Antlr.Runtime.Tools.pas | 442 inherited Create; 470 Result := inherited Capacity; 475 Result := inherited Count; 480 Result := inherited Items[Index]; 485 Result := inherited OnNotify; 519 inherited Capacity := Value; 524 inherited Count := Value; 529 inherited Items[Index] := Value; 534 inherited OnNotify := Value; 709 inherited Create [all...] |
/external/chromium_org/v8/test/mjsunit/ |
undeletable-functions.js | 138 assertTrue(type.hasOwnProperty(prop), "inherited: " + prop); 151 assertTrue(type.hasOwnProperty(prop), "inherited: " + prop); 163 assertTrue(type.hasOwnProperty(prop), "inherited: " + prop);
|
/external/v8/test/mjsunit/ |
undeletable-functions.js | 138 assertTrue(type.hasOwnProperty(prop), "inherited: " + prop); 151 assertTrue(type.hasOwnProperty(prop), "inherited: " + prop); 163 assertTrue(type.hasOwnProperty(prop), "inherited: " + prop);
|
/external/zlib/src/contrib/delphi/ |
ZLib.pas | 391 inherited Create; 412 inherited Create(Dest); 436 inherited Destroy; 485 inherited Create(Source); 495 inherited Destroy;
|