HomeSort by relevance Sort by last modified time
    Searched full:reflection (Results 101 - 125 of 1507) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/data-binding/compiler/src/test/java/android/databinding/tool/reflection/java/
JavaMethod.java 14 package android.databinding.tool.reflection.java;
18 import android.databinding.tool.reflection.ModelClass;
19 import android.databinding.tool.reflection.ModelMethod;
20 import android.databinding.tool.reflection.SdkUtil;
21 import android.databinding.tool.reflection.TypeUtil;
JavaTypeUtil.java 14 package android.databinding.tool.reflection.java;
16 import android.databinding.tool.reflection.ModelClass;
17 import android.databinding.tool.reflection.ModelMethod;
18 import android.databinding.tool.reflection.TypeUtil;
  /prebuilts/gradle-plugin/com/android/databinding/compiler/1.0/
compiler-1.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/1.0-rc5/
compiler-1.0-rc5.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/1.1/
compiler-1.1.jar 
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
MethodCallExpr.java 19 import static android.databinding.tool.reflection.Callable.DYNAMIC;
20 import static android.databinding.tool.reflection.Callable.STATIC;
23 import android.databinding.tool.reflection.Callable;
24 import android.databinding.tool.reflection.Callable.Type;
25 import android.databinding.tool.reflection.ModelAnalyzer;
26 import android.databinding.tool.reflection.ModelClass;
27 import android.databinding.tool.reflection.ModelMethod;
GroupExpr.java 19 import android.databinding.tool.reflection.ModelAnalyzer;
20 import android.databinding.tool.reflection.ModelClass;
SymbolExpr.java 19 import android.databinding.tool.reflection.ModelAnalyzer;
20 import android.databinding.tool.reflection.ModelClass;
ViewFieldExpr.java 20 import android.databinding.tool.reflection.ModelAnalyzer;
21 import android.databinding.tool.reflection.ModelClass;
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
spectrum_ar_model_tables.c 24 /* cdf for quantized reflection coefficient 1 */
30 /* cdf for quantized reflection coefficient 2 */
36 /* cdf for quantized reflection coefficient 3 */
42 /* cdf for quantized reflection coefficient 4 */
48 /* cdf for quantized reflection coefficient 5 */
54 /* cdf for quantized reflection coefficient 6 */
60 /* representation levels for quantized reflection coefficient 1 */
65 /* representation levels for quantized reflection coefficient 2 */
70 /* representation levels for quantized reflection coefficient 3 */
75 /* representation levels for quantized reflection coefficient 4 *
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
spectrum_ar_model_tables.c 15 /* cdf for quantized reflection coefficient 1 */
20 /* cdf for quantized reflection coefficient 2 */
25 /* cdf for quantized reflection coefficient 3 */
30 /* cdf for quantized reflection coefficient 4 */
35 /* cdf for quantized reflection coefficient 5 */
40 /* cdf for quantized reflection coefficient 6 */
45 /* representation levels for quantized reflection coefficient 1 */
50 /* representation levels for quantized reflection coefficient 2 */
55 /* representation levels for quantized reflection coefficient 3 */
60 /* representation levels for quantized reflection coefficient 4 *
    [all...]
  /external/protobuf/python/google/protobuf/pyext/
repeated_scalar_container.cc 99 const google::protobuf::Reflection* reflection = message->GetReflection(); local
100 int field_size = reflection->FieldSize(*message, field_descriptor);
125 reflection->SetRepeatedInt32(message, field_descriptor, index, value);
130 reflection->SetRepeatedInt64(message, field_descriptor, index, value);
135 reflection->SetRepeatedUInt32(message, field_descriptor, index, value);
140 reflection->SetRepeatedUInt64(message, field_descriptor, index, value);
145 reflection->SetRepeatedFloat(message, field_descriptor, index, value);
150 reflection->SetRepeatedDouble(message, field_descriptor, index, value);
155 reflection->SetRepeatedBool(message, field_descriptor, index, value)
197 const google::protobuf::Reflection* reflection = message->GetReflection(); local
    [all...]
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/annotation/
AnnotationField.java 16 package android.databinding.tool.reflection.annotation;
19 import android.databinding.tool.reflection.ModelClass;
20 import android.databinding.tool.reflection.ModelField;
  /frameworks/data-binding/compiler/src/test/java/android/databinding/tool/reflection/
SdkVersionTest.java 14 package android.databinding.tool.reflection;
19 import android.databinding.tool.reflection.java.JavaAnalyzer;
55 .findClass("android.databinding.tool.reflection.SdkVersionTest", null);
  /development/samples/BusinessCard/
_index.html 2 picker from within an activity. This sample also uses reflection to ensure
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
non_sdk_imports.py 21 from google.protobuf import reflection namespace
  /external/mockito/src/org/mockito/internal/util/reflection/
AccessibilityChanger.java 5 package org.mockito.internal.util.reflection;
  /frameworks/base/packages/WAPPushManager/
proguard.flags 2 #apply method is dynamically referenced by the reflection class.
  /packages/apps/LegacyCamera/
proguard.flags 1 # ctors of subclasses of CameraPreference are called with Java reflection.
  /external/javassist/src/main/javassist/tools/reflect/
CannotReflectException.java 21 * Thrown by <code>makeReflective()</code> in <code>Reflection</code>
27 * @see javassist.tools.reflect.Reflection#makeReflective(CtClass,CtClass,CtClass)
  /external/mockito/src/org/mockito/internal/configuration/injection/filter/
FinalMockCandidateFilter.java 8 import org.mockito.internal.util.reflection.BeanPropertySetter;
9 import org.mockito.internal.util.reflection.FieldSetter;
  /packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/common/
WallpaperManagerCompatVN.java 22 // without needing reflection.
35 // TODO: use mWallpaperManager.clear(whichWallpaper) without needing reflection.
  /external/guava/guava-tests/test/com/google/common/reflect/
AbstractInvocationHandlerTest.java 85 return Reflection.newProxy(List.class, new DelegatingInvocationHandler(delegate));
90 return Reflection.newProxy(List.class, new DelegatingInvocationHandlerWithEquals(delegate));
95 return Reflection.newProxy(Iterable.class, new DelegatingInvocationHandlerWithEquals(delegate));
100 return Reflection.newProxy(List.class, new SubHandler1(delegate));
105 return Reflection.newProxy(List.class, new SubHandler2(delegate));
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0-alpha6/
compiler-2.2.0-alpha6.jar 
  /prebuilts/tools/common/offline-m2/com/android/databinding/compiler/2.2.0/
compiler-2.2.0.jar 

Completed in 852 milliseconds

1 2 3 45 6 7 8 91011>>