Home
last modified time | relevance | path

Searched refs:Types (Results 1 – 25 of 108) sorted by relevance

12345

/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/annotation/
DAnnotationAnalyzer.java36 import javax.lang.model.util.Types;
82 Types typeUtils = getTypeUtils(); in loadPrimitive()
129 Types typeUtils = getTypeUtils(); in findClass()
211 public Types getTypeUtils() { in getTypeUtils()
DAnnotationMethod.java36 import javax.lang.model.util.Types;
48 Types typeUtils = AnnotationAnalyzer.get().getTypeUtils(); in AnnotationMethod()
162 private static Types getTypeUtils() { in getTypeUtils()
DAnnotationClass.java42 import javax.lang.model.util.Types;
98 Types typeUtil = getTypeUtils(); in findInterface()
217 Types typeUtils = getTypeUtils(); in getMinApi()
381 private static Types getTypeUtils() { in getTypeUtils()
DAnnotationTypeUtil.java31 javax.lang.model.util.Types mTypes;
/frameworks/compile/slang/BitWriter_2_9_func/
DValueEnumerator.h52 TypeList Types; variable
155 const TypeList &getTypes() const { return Types; } in getTypes()
DValueEnumerator.cpp393 Types.push_back(Ty); in EnumerateType()
395 *TypeID = Types.size(); in EnumerateType()
/frameworks/compile/slang/BitWriter_2_9/
DValueEnumerator.h52 TypeList Types; variable
155 const TypeList &getTypes() const { return Types; } in getTypes()
DValueEnumerator.cpp393 Types.push_back(Ty); in EnumerateType()
395 *TypeID = Types.size(); in EnumerateType()
/frameworks/compile/slang/BitWriter_3_2/
DValueEnumerator.h55 TypeList Types; variable
158 const TypeList &getTypes() const { return Types; } in getTypes()
/frameworks/base/docs/html/guide/
Dguide_toc.cs141 <span class="en">Resource Types</span>
151 … <li><a href="<?cs var:toroot ?>guide/topics/resources/more-resources.html">More Types</a></li>
368 <span class="en">Numerical Types</span>
371 <span class="en">Object Types</span>
392 <span class="en">Time Functions and Types</span>
401 <span class="en">Kernel Invocation Functions and Types</span>
410 <span class="en">Graphics Functions and Types</span>
/frameworks/base/docs/html-intl/intl/ja/guide/topics/resources/
Doverview.jd16 <li><a href="available-resources.html">Resource Types</a></li>
82 <dt><strong><a href="available-resources.html">Resource Types</a></strong></dt>
Daccessing-resources.jd37 <li><a href="available-resources.html">Resource Types</a></li>
60 …} のようなタイプにグループ化されます。さまざまなタイプに関する詳細は、「<a href="available-resources.html">Resource Types</a>」をご覧ください。
136 <p>リソースタイプの詳細やそれらの査証方法については、「<a href="available-resources.html">Resource Types</a>」をご覧ください。
219 <p>リソースタイプの詳細やそれらの査証方法については、「<a href="available-resources.html">Resource Types</a>」をご覧ください。
/frameworks/data-binding/compiler/src/main/java/android/databinding/annotationprocessor/
DProcessMethodAdapters.java48 import javax.lang.model.util.Types;
112 Types typeUtils = processingEnv.getTypeUtils(); in addBindingAdapters()
159 Types typeUtils = processingEnvironment.getTypeUtils(); in takesComponent()
DProcessBindable.java43 import javax.lang.model.util.Types;
59 Types typeUtils = processingEnv.getTypeUtils(); in onHandleStep()
/frameworks/base/docs/html/guide/topics/resources/
Davailable-resources.jd1 page.title=Resource Types
46 <dt><a href="{@docRoot}guide/topics/resources/more-resources.html">More Resource Types</a></dt>
Doverview.jd17 <li><a href="available-resources.html">Resource Types</a></li>
86 <dt><strong><a href="available-resources.html">Resource Types</a></strong></dt>
Daccessing-resources.jd37 <li><a href="available-resources.html">Resource Types</a></li>
62 href="available-resources.html">Resource Types</a>.
139 <p>See <a href="available-resources.html">Resource Types</a> for
222 <p>See <a href="available-resources.html">Resource Types</a> for
/frameworks/native/opengl/specs/
DEGL_ANDROID_front_buffer_auto_refresh.txt44 New Types
DEGL_ANDROID_framebuffer_target.txt46 New Types
DEGL_ANDROID_image_native_buffer.txt45 New Types
/frameworks/av/media/libmedia/
DMetadata.cpp40 enum Types { enum
/frameworks/base/docs/html/ndk/guides/graphics/
Ddesign-notes.jd11 <li><a href="#choose">Choose Appropriate Memory Types</a></li>
82 <h2 id="choose">Choose Appropriate Memory Types</h2>
/frameworks/rs/api/
Drs_time.spec18 summary: Time Functions and Types
Drs_value_types.spec18 summary: Numerical Types
/frameworks/base/docs/html/guide/topics/renderscript/reference/
Drs_time.jd1 page.title=RenderScript Time Functions and Types
12 <tr><th colspan='2'>Types</th></tr>
73 <h2>Types</h2>

12345