HomeSort by relevance Sort by last modified time
    Searched refs:inherited (Results 26 - 50 of 105) sorted by null

12 3 4 5

  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 35 inherited; typedef in class:__anon22724::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.
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
type.pxd 46 # responsible for adding inherited slots from a type's base
  /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/elements/
StylesSidebarPane.js 501 resultStyles.inherited = matchedResult.inherited;
713 // Walk the node structure and identify styles with inherited properties.
723 for (var parentOrdinal = 0; parentOrdinal < styles.inherited.length; ++parentOrdinal) {
724 var parentStyles = styles.inherited[parentOrdinal];
775 // Do not pick non-inherited properties from inherited styles.
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
TypeSlots.py 166 # is_inherited Is inherited by subtypes (see PyType_Ready())
171 def __init__(self, slot_name, dynamic=False, inherited=False,
175 self.is_inherited = inherited
202 # set inherited slots here, but only in PyPy since CPython
274 py3=True, py2=True, ifdef=None, inherited=True):
276 ifdef=ifdef, inherited=inherited)
758 MethodSlot(hashfunc, "tp_hash", "__hash__", inherited=False), # Py3 checks for __richcmp__
774 MethodSlot(richcmpfunc, "tp_richcompare", "__richcmp__", inherited=False), # Py3 checks for __hash__
    [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/chromium_org/tools/gn/
ninja_binary_target_writer.cc 378 const UniqueVector<const Target*>& inherited = local
388 // Inherited libraries.
389 for (size_t i = 0; i < inherited.size(); i++) {
390 ClassifyDependency(inherited[i], extra_object_files,
  /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);
  /external/chromium_org/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/zlib/src/contrib/delphi/
ZLib.pas 391 inherited Create;
412 inherited Create(Dest);
436 inherited Destroy;
485 inherited Create(Source);
495 inherited Destroy;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
elementsPanel.css 454 .styles-section .properties .inherited {
490 .body .styles-section .properties .inherited {
494 .styles-section.styles-show-inherited .properties .inherited {
  /packages/experimental/SELinux/CTS/src/
SELinux_CTS.py 424 #add inherited permissions
425 inherited = process_inherits_segment(file_obj)
426 self.classes[declared_class] |= self.common_classes[inherited]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/main/
main-scripts.rb 207 B : 'b' ; // defines B from inherited token space

Completed in 1200 milliseconds

12 3 4 5