Home
last modified time | relevance | path

Searched refs:concrete (Results 1 – 18 of 18) sorted by relevance

/frameworks/rs/cpu_ref/linkloader/include/impl/
DELFSectionHeader.hxx88 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()
DELFReloc.hxx101 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/
DELFReloc.h69 ELFRelocTy *concrete() { in concrete() function
73 ELFRelocTy const *concrete() const { in concrete() function
DELFSymbol.h138 ELFSymbolTy *concrete() { in concrete() function
142 ELFSymbolTy const *concrete() const { in concrete() function
DELFSectionHeader.h93 ELFSectionHeaderTy *concrete() { in concrete() function
97 ELFSectionHeaderTy const *concrete() const { in concrete() function
/frameworks/base/docs/html/training/backward-compatible-ui/
Dnew-implementation.jd44concrete 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&mdash;and not crash on earlier devices…
48 …or platform version code name corresponding to the APIs required by the concrete classes. For exam…
Dusing-component.jd133 …e>TabHelperHoneycomb</code> or <code>TabHelperEclair</code> object. The concrete class that's actu…
/frameworks/base/docs/html/training/notepad/
Dindex.jd10 developing a simple notepad application and provides concrete examples of how to
Dnotepad-index.jd9 developing a simple notepad application and provides concrete examples of how to
/frameworks/base/docs/html/training/basics/firstapp/
Dbuilding-ui.jd192 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/
Daidl.jd135 The actual concrete class that the other side receives is always an {@link
143 {@code Map&lt;String,Integer&gt;} are not supported. The actual concrete class that the other side
Dbound-services.jd560 // cast its IBinder to a concrete class and directly access it.
/frameworks/base/docs/html/guide/topics/providers/
Dcontent-provider-creating.jd170 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
Dcontacts-provider.jd1734 The actual sync adapter, implemented as a concrete subclass of
1778 <strong>Optional:</strong> A concrete subclass of
Dcontent-provider-basics.jd220 identically-named methods in the provider object, an instance of one of the concrete
/frameworks/base/docs/html/tools/support-library/
Dfeatures.jd119 The library also provides concrete implementations of this class, including
/frameworks/base/docs/html/training/articles/
Dsecurity-ssl.jd87 <p>The following example will make these concepts a little more concrete. In the snippet below
/frameworks/base/docs/html/google/play/licensing/
Dadding-licensing.jd277 provides concrete implementations of the interface methods