/dalvik/tests/301-abstract-protected/src/ |
Main.java | 32 // This has a concrete m that's sufficiently visible, so all should be good.
|
/external/android-mock/src/com/google/android/testing/mocking/ |
GeneratedMockJar.readme | 17 Interfaces and concrete Classes.
|
/external/chromium/base/ |
foundation_utils_mac.h | 18 // This function should only be used to convert a concrete CFTypeRef type to
|
/external/chromium/chrome/browser/sync/engine/net/ |
syncapi_server_connection_manager.h | 59 // A factory creating concrete HttpPostProviders for use whenever we need to
|
/external/chromium_org/android_webview/native/ |
aw_browser_dependency_factory.h | 20 // The concrete class implementing this interface is the responsible for
|
/external/chromium_org/base/threading/ |
post_task_and_reply_impl.h | 23 // If you're looking for a concrete implementation of
|
/external/chromium_org/chrome/browser/extensions/api/declarative/ |
declarative_api.h | 26 // Concrete implementation of the RulesFunction that is being called
|
/external/chromium_org/chrome/browser/net/ |
pref_proxy_config_tracker.h | 16 // concrete class is to track changes in the Preferences, to translates the
|
/external/chromium_org/chrome/browser/web_resource/ |
json_asynchronous_unpacker.h | 38 // Start the decoding. The concrete implementation should delete itself after
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
declarative_content_custom_bindings.js | 22 // Helper function for the constructor of concrete datatypes of the
|
/external/chromium_org/sync/syncable/ |
on_disk_directory_backing_store.h | 15 // This is the concrete class that provides a useful implementation of
|
/external/chromium_org/third_party/icu/source/i18n/ |
currfmt.h | 25 * Temporary internal concrete subclass of MeasureFormat implementing
|
/external/chromium_org/ui/app_list/test/ |
app_list_test_view_delegate.h | 15 // A concrete AppListViewDelegate for unit tests.
|
/external/icu4c/i18n/ |
currfmt.h | 25 * Temporary internal concrete subclass of MeasureFormat implementing
|
/external/javassist/src/main/javassist/compiler/ast/ |
Pair.java | 21 * A node of a a binary tree. This class provides concrete methods
|
/frameworks/base/core/java/android/app/backup/ |
FullBackupAgent.java | 23 * Simple concrete class that merely provides the default BackupAgent full backup/restore
|
/frameworks/base/core/java/android/text/ |
NoCopySpan.java | 29 public class Concrete implements NoCopySpan {
|
/frameworks/base/docs/html/training/backward-compatible-ui/ |
new-implementation.jd | 44 <p>The concrete classes for <code>CompatTab</code> and <code>TabHelper</code> that use newer APIs are a <em>proxy</em> implementation. Since the abstract classes defined in the previous lesson mirror the new APIs (class structure, method signatures, etc.), the concrete classes that use these newer APIs simply proxy method calls and their results.</p> 46 <p>You can directly use newer APIs in these concrete classes—and not crash on earlier devices—because of lazy class loading. Classes are loaded and initialized on first access—instantiating the class or accessing one of its static fields or methods for the first time. Thus, as long as you don't instantiate the Honeycomb-specific implementations on pre-Honeycomb devices, the Dalvik VM won't throw any {@link java.lang.VerifyError} exceptions.</p> 48 <p>A good naming convention for this implementation is to append the API level or platform version code name corresponding to the APIs required by the concrete classes. For example, the native tab implementation can be provided by <code>CompatTabHoneycomb</code> and <code>TabHelperHoneycomb</code> classes, since they rely on APIs available in Android 3.0 (API level 11) or later.</p>
|
/libcore/luni/src/main/java/java/nio/charset/spi/ |
CharsetProvider.java | 27 * Constructor for subclassing with concrete types.
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/ |
Address.java | 48 * concrete subclasses.
|
/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/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
|