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

1 23 4 5 6 7 8 91011>>

  /external/elfutils/libdw/
dwarf_getscopes.c 105 concrete inlined instance. */
115 function of which A->scopes[A->nscopes - 1] is a concrete instance.
171 /* This is the concrete inlined instance itself.
186 /* We've recorded the scopes back to one that is a concrete inlined
195 /* Now we are in a scope that contains the concrete inlined instance.
  /external/chromium_org/content/renderer/media/crypto/
key_systems_unittest.cc 237 "org.example.unrecognized is not a known concrete system");
243 "org.example.unrecognized is not a known concrete system");
312 "org.example is not a known concrete system");
317 "org.example is not a known concrete system");
437 // The parent system is not a concrete system but is supported.
446 "com.example is not a known concrete system");
451 "com.example is not a known concrete system");
591 "com.example is not a known concrete system");
594 EXPECT_DEBUG_DEATH_PORTABLE(uuid = GetUUID(""), " is not a concrete system");
key_systems.cc 146 // Map from parent key system to the concrete key system that should be used
228 << "Parent '" << parent_key_system << "' already registered concrete";
296 // If |key_system| is a parent key_system, use its concrete child.
325 DLOG(FATAL) << concrete_key_system << " is not a known concrete system";
337 DLOG(FATAL) << concrete_key_system << " is not a known concrete system";
350 DLOG(FATAL) << concrete_key_system << " is not a known concrete system";
  /external/llvm/docs/
HowToSetUpLLVMStyleRTTI.rst 65 different concrete classes in the hierarchy, and stash the enum value
101 instances of exactly that class (only subclasses). See `Concrete Bases
201 To be concrete, consider the following code:
235 so this notional inferred ``classof`` is all we need. See `Concrete
243 Concrete Bases and Deeper Hierarchies
246 For concrete bases (i.e. non-abstract interior nodes of the inheritance
250 * Since the class is concrete, it must itself have an entry in the ``Kind``
333 rewrite the example at the beginning of `Concrete Bases and Deeper
390 #. The ``Kind`` enum should have one entry per concrete class, ordered
  /external/chromium_org/content/public/test/
web_contents_tester.h 34 // have the concrete TestWebContents inherit from it as well as from
40 // have the concrete TestWebContents implement it, using composition of a
  /external/chromium_org/sandbox/win/src/
resolver.h 18 // a function. There should be a concrete implementation of a resolver roughly
69 // Performs basic initialization on behalf of a concrete instance of a
  /frameworks/rs/cpu_ref/linkloader/include/
ELFSectionHeader.h 94 ELFSectionHeaderTy *concrete() { function in class:ELFSectionHeader_CRTP
98 ELFSectionHeaderTy const *concrete() const { function in class:ELFSectionHeader_CRTP
ELFSymbol.h 140 ELFSymbolTy *concrete() { function in class:ELFSymbol_CRTP
144 ELFSymbolTy const *concrete() const { function in class:ELFSymbol_CRTP
  /art/runtime/mirror/
iftable.h 66 // Method pointers into the vtable, allow fast map from interface method index to concrete
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_tab_observer.cc 28 // has a concrete destructor to call. This is necessary because it is used
  /external/chromium_org/chrome/renderer/resources/extensions/
declarative_content_custom_bindings.js 24 // Helper function for the constructor of concrete datatypes of the
  /external/chromium_org/ppapi/shared_impl/
ppb_message_loop_shared.h 28 // MessageLoop resource. In the host side, there is not a concrete class that
  /external/chromium_org/sandbox/win/wow_helper/
service64_resolver.h 13 // This is the concrete resolver used to perform service-call type functions
  /external/chromium_org/sync/internal_api/
syncapi_server_connection_manager.h 70 // A factory creating concrete HttpPostProviders for use whenever we need to
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
TextureStorage.h 7 // TextureStorage.h: Defines the abstract rx::TextureStorageInterface class and its concrete derived
TextureStorage9.h 7 // TextureStorage9.h: Defines the abstract rx::TextureStorage9 class and its concrete derived
  /external/clang/lib/CodeGen/
CGCUDARuntime.h 10 // This provides an abstract class for CUDA code generation. Concrete
  /external/clang/test/CodeGenCXX/
anonymous-namespaces.cpp 44 int concrete() { function
  /external/clang/test/SemaCXX/
warn-unreachable.cpp 102 // actual concrete functions that somebody wrote.
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
ListIteratorTester.java 26 * {@code IteratorTester}, a concrete subclass must provide target iterators on
  /external/icu4c/samples/translit/
unaccent.h 63 * <p>Concrete subclasses of Transliterator that wish clients to
  /frameworks/base/core/java/android/text/method/
TextKeyListener.java 45 /* package */ static final Object ACTIVE = new NoCopySpan.Concrete();
46 /* package */ static final Object CAPPED = new NoCopySpan.Concrete();
47 /* package */ static final Object INHIBIT_REPLACEMENT = new NoCopySpan.Concrete();
48 /* package */ static final Object LAST_TYPED = new NoCopySpan.Concrete();
  /frameworks/base/include/android_runtime/
android_view_InputQueue.h 28 * Declare a concrete type for the NDK's AInputQueue forward declaration
  /libcore/dalvik/src/main/java/dalvik/annotation/
TestTargetNew.java 37 * class rather than a concrete API method.
  /packages/apps/Mms/src/com/android/mms/ui/
PresenterFactory.java 29 * The factory of concrete presenters.

Completed in 307 milliseconds

1 23 4 5 6 7 8 91011>>