Searched refs:concrete (Results 1 – 18 of 18) sorted by relevance
/frameworks/rs/cpu_ref/linkloader/include/impl/ |
D | ELFSectionHeader.hxx | 88 PRINT_LINT("Flags", concrete()->getFlags()); in print() 91 PRINT_LINT("Size", concrete()->getSize()); in print() 94 PRINT_LINT("Address Align", concrete()->getAddressAlign()); in print() 95 PRINT_LINT("Entry Size", concrete()->getEntrySize()); in print()
|
D | ELFReloc.hxx | 101 PRINT_LINT("Offset", concrete()->getOffset() ); in print() 102 PRINT_LINT("SymTab Index", concrete()->getSymTabIndex() ); in print() 103 PRINT_LINT("Type", concrete()->getType() ); in print() 104 PRINT_LINT("Addend", concrete()->getAddend() ); in print()
|
/frameworks/rs/cpu_ref/linkloader/include/ |
D | ELFReloc.h | 69 ELFRelocTy *concrete() { in concrete() function 73 ELFRelocTy const *concrete() const { in concrete() function
|
D | ELFSymbol.h | 138 ELFSymbolTy *concrete() { in concrete() function 142 ELFSymbolTy const *concrete() const { in concrete() function
|
D | ELFSectionHeader.h | 93 ELFSectionHeaderTy *concrete() { in concrete() function 97 ELFSectionHeaderTy const *concrete() const { in concrete() function
|
/frameworks/base/docs/html/training/backward-compatible-ui/ |
D | new-implementation.jd | 44 …concrete classes for <code>CompatTab</code> and <code>TabHelper</code> that use newer APIs are a <… 46 <p>You can directly use newer APIs in these concrete classes—and not crash on earlier devices… 48 …or platform version code name corresponding to the APIs required by the concrete classes. For exam…
|
D | using-component.jd | 133 …e>TabHelperHoneycomb</code> or <code>TabHelperEclair</code> object. The concrete class that's actu…
|
/frameworks/base/docs/html/training/notepad/ |
D | index.jd | 10 developing a simple notepad application and provides concrete examples of how to
|
D | notepad-index.jd | 9 developing a simple notepad application and provides concrete examples of how to
|
/frameworks/base/docs/html/training/basics/firstapp/ |
D | building-ui.jd | 192 needed for concrete resources such as strings or layouts. See the sidebox for 212 a separate file. Because this refers to a concrete resource (not just an identifier), it does not
|
/frameworks/base/docs/html/guide/components/ |
D | aidl.jd | 135 The actual concrete class that the other side receives is always an {@link 143 {@code Map<String,Integer>} are not supported. The actual concrete class that the other side
|
D | bound-services.jd | 560 // cast its IBinder to a concrete class and directly access it.
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | content-provider-creating.jd | 170 Define a concrete implementation of the {@link android.content.ContentProvider} class and 483 of access eventually call {@link android.content.ContentResolver}, which then calls a concrete 489 you must implement as part of your own concrete subclass. All of these methods except 584 If you aren't using an SQLite database as your data storage, use one of the concrete subclasses
|
D | contacts-provider.jd | 1734 The actual sync adapter, implemented as a concrete subclass of 1778 <strong>Optional:</strong> A concrete subclass of
|
D | content-provider-basics.jd | 220 identically-named methods in the provider object, an instance of one of the concrete
|
/frameworks/base/docs/html/tools/support-library/ |
D | features.jd | 119 The library also provides concrete implementations of this class, including
|
/frameworks/base/docs/html/training/articles/ |
D | security-ssl.jd | 87 <p>The following example will make these concepts a little more concrete. In the snippet below
|
/frameworks/base/docs/html/google/play/licensing/ |
D | adding-licensing.jd | 277 provides concrete implementations of the interface methods
|