HomeSort by relevance Sort by last modified time
    Searched full:concrete (Results 1 - 25 of 746) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/test/032-concrete-sub/
info.txt 2 where a concrete class and its abstract superclass were compiled with
  /dalvik/tests/032-concrete-sub/
info.txt 2 where a concrete class and its abstract superclass were compiled with
  /external/clang/test/SemaTemplate/
overload-uneval.cpp 22 static inline B *concrete(Foo *node) { function in class:Wibble
33 inline operator B *() const { return concrete(i); }
  /external/chromium_org/components/dom_distiller/webui/
DEPS 5 # also supposed to be working on iOS, and there is currently no concrete plan
  /external/littlemock/
README 12 Can mock concrete classes, requires dexmaker.jar on classpath.
  /frameworks/rs/cpu_ref/linkloader/include/impl/
ELFReloc.hxx 101 PRINT_LINT("Offset", concrete()->getOffset() );
102 PRINT_LINT("SymTab Index", concrete()->getSymTabIndex() );
103 PRINT_LINT("Type", concrete()->getType() );
104 PRINT_LINT("Addend", concrete()->getAddend() );
ELFSectionHeader.hxx 88 PRINT_LINT("Flags", concrete()->getFlags());
91 PRINT_LINT("Size", concrete()->getSize());
94 PRINT_LINT("Address Align", concrete()->getAddressAlign());
95 PRINT_LINT("Entry Size", concrete()->getEntrySize());
  /external/chromium_org/tools/cr/cr/base/
buildtype.py 41 """A concrete implementation of BuildType for Debug builds."""
49 """A concrete implementation of BuildType for Release builds."""
  /external/chromium_org/content/public/renderer/
key_system_info.h 18 // * Concrete key system
23 // A key system string that cannot be instantiated like a concrete key system
51 // Only one parent key system is currently supported per concrete key system.
  /art/test/032-concrete-sub/src/
ConcreteSub2.java 18 * Test conversion of a concrete method to an abstract method. This class
  /dalvik/tests/032-concrete-sub/src/
ConcreteSub2.java 18 * Test conversion of a concrete method to an abstract method. This class
  /external/apache-http/src/org/apache/commons/logging/impl/
package.html 20 <p>Concrete implementations of commons-logging wrapper APIs.</p>
  /external/chromium_org/sandbox/win/src/
eat_resolver.h 14 // This is the concrete resolver used to perform exports table interceptions.
sidestep_resolver.h 14 // This is the concrete resolver used to perform sidestep interceptions.
37 // This is the concrete resolver used to perform smart sidestep interceptions.
service_resolver.h 13 // This is the concrete resolver used to perform service-call type functions
86 // This is the concrete resolver used to perform service-call type functions
101 // This is the concrete resolver used to perform service-call type functions
116 // This is the concrete resolver used to perform service-call type functions
133 // This is the concrete resolver used to perform service-call type functions
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
CollectionTestSuiteBuilder.java 20 * Concrete instantiation of {@link AbstractCollectionTestSuiteBuilder} for
  /libcore/dom/src/test/java/org/w3c/domts/
DOMTestLoadException.java 17 * Encapsulates a concrete load exception such as
  /external/chromium_org/chrome/browser/extensions/api/declarative_content/
content_action.h 31 // Type identifiers for concrete ContentActions.
55 // Factory method that instantiates a concrete ContentAction
  /frameworks/base/core/java/android/content/
ServiceConnection.java 34 * @param name The concrete component name of the service that has
49 * @param name The concrete component name of the service whose
  /external/clang/docs/analyzer/
RegionStore.txt 15 keys store both the original region, and the "concrete offset region" -- the
16 last region whose offset is entirely concrete. (For example, in the expression
17 `foo.bar[1][i].baz`, the concrete offset region is the array `foo.bar[1]`,
24 Supporting both concrete and symbolic offsets makes things a bit tricky. Here's
33 symbolic offset invalidates the entire concrete offset region.* We know
44 concrete offset invalidates any symbolic offset bindings whose concrete offset
65 they have no concrete compile-time offsets (in the modern, "non-fragile"
159 Here's a concrete example:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_abc.py 44 def bar(self): pass # concrete
49 def bar(self): pass # concrete override of concrete
56 E() # now foo is concrete, too
60 def bar(self): pass # abstract override of concrete
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_abc.py 44 def bar(self): pass # concrete
49 def bar(self): pass # concrete override of concrete
56 E() # now foo is concrete, too
60 def bar(self): pass # abstract override of concrete
  /external/chromium_org/third_party/skia/src/lazy/
SkCachingPixelRef.cpp 75 // Now bitmap should contain a concrete PixelRef of the decoded
86 // reference to the concrete PixelRef while this record is
  /external/junit/src/org/junit/internal/
ComparisonCriteria.java 8 * Defines criteria for finding two items "equal enough". Concrete subclasses
14 * the concrete subclass. If they are not, an {@link AssertionError} is
  /external/proguard/src/proguard/classfile/visitor/
ConcreteClassDownTraveler.java 28 * travel to the first concrete subclasses down in its hierarchy of abstract
29 * classes and concrete classes.

Completed in 188 milliseconds

1 2 3 4 5 6 7 8 91011>>