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

12 3 4

  /device/samsung/maguro/
full_maguro.mk 34 # Set those variables here to overwrite the inherited values.
  /device/samsung/toro/
full_toro.mk 41 # Set those variables here to overwrite the inherited values.
  /device/samsung/toroplus/
full_toroplus.mk 34 # Set those variables here to overwrite the inherited values.
  /device/samsung/tuna/
full_tuna.mk 31 # Set those variables here to overwrite the inherited values.
  /frameworks/base/data/fonts/
fonts.mk 15 # Warning: this is actually a product definition, to be inherited from
  /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/webkit/Source/WebCore/inspector/front-end/
StylesSidebarPane.js 268 // Walk the node structure and identify styles with inherited properties.
278 for (var parentOrdinal = 0; parentOrdinal < styles.inherited.length; ++parentOrdinal) {
279 var parentStyles = styles.inherited[parentOrdinal];
415 separatorElement.appendChild(document.createTextNode(WebInspector.UIString("Inherited from") + " "));
462 // Does this style contain non-overridden inherited property?
573 var showInheritedCheckbox = new WebInspector.Checkbox(WebInspector.UIString("Show inherited"), "sidebar-pane-subtitle");
577 this.bodyElement.addStyleClass("show-inherited");
585 this.bodyElement.addStyleClass("show-inherited");
587 this.bodyElement.removeStyleClass("show-inherited");
655 this.element.addStyleClass("show-inherited"); // This one is related to inherited rules, not compted style
    [all...]
CSSStyleModel.js 79 result.inherited = [];
80 for (var i = 0; i < payload.inherited.length; ++i) {
81 var entryPayload = payload.inherited[i];
87 result.inherited.push(entry);
  /frameworks/av/media/libstagefright/chromium_http/
support.cpp 278 inherited::OnAuthRequired(request, auth_info);
285 inherited::OnCertificateRequested(request, cert_request_info);
292 inherited::OnSSLCertificateError(request, cert_error, cert);
support.h 138 typedef Delegate inherited; typedef in struct:android::SfDelegate
  /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/doclava/src/com/google/doclava/
TodoFile.java 32 tags = tags.inherited();
  /external/skia/legacy/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/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/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...]
Antlr.Runtime.Tree.pas     [all...]
  /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;
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodegetbaseuri07.js 79 is inherited from its parent.
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/main/
main-scripts.rb 207 B : 'b' ; // defines B from inherited token space
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBase.java 1290 SuballocatedIntVector inherited = local
    [all...]

Completed in 2149 milliseconds

12 3 4