HomeSort by relevance Sort by last modified time
    Searched refs:reflection (Results 1 - 25 of 216) sorted by null

1 2 3 4 5 6 7 8 9

  /external/javassist/src/main/javassist/tools/reflect/
Loader.java 23 * A class loader for reflection.
83 * Reflection reflection = new Reflection();
85 * = new javassist.Loader(ClassPool.getDefault(reflection));
86 * reflection.makeReflective("Person", "MyMetaobject",
105 * @see javassist.tools.reflect.Reflection
110 protected Reflection reflection; field in class:Loader
135 reflection = new Reflection()
    [all...]
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/
ModelField.java 16 package android.databinding.tool.reflection;
  /external/mockito/src/org/mockito/internal/util/reflection/
Constructors.java 1 package org.mockito.internal.util.reflection;
AccessibilityChanger.java 5 package org.mockito.internal.util.reflection;
FieldCopier.java 5 package org.mockito.internal.util.reflection;
FieldInitializationReport.java 6 package org.mockito.internal.util.reflection;
  /external/protobuf/src/google/protobuf/
generated_message_reflection_unittest.cc 37 // reflection interface. This is much easier and more maintainable than
42 // compiler/cpp/unittest, except using the reflection interface
75 const Reflection* reflection = message.GetReflection(); local
81 &reflection->GetMessage(message, F("optionalgroup")));
83 &reflection->GetMessage(message, F("optional_nested_message")));
85 &reflection->GetMessage(message, F("optional_foreign_message")));
87 &reflection->GetMessage(message, F("optional_import_message")));
112 const Reflection* reflection = message.GetReflection() local
137 const Reflection* reflection = message.GetReflection(); local
156 const Reflection* reflection = message1.GetReflection(); local
171 const Reflection* reflection = message1.GetReflection(); local
190 const Reflection* reflection = message1.GetReflection(); local
204 const Reflection* reflection = message1.GetReflection(); local
226 const Reflection* reflection = message1.GetReflection(); local
253 const Reflection* reflection = message1.GetReflection(); local
268 const Reflection* reflection = message1.GetReflection(); local
280 const Reflection* reflection = message1.GetReflection(); local
292 const Reflection* reflection = message1.GetReflection(); local
308 const Reflection* reflection = message1.GetReflection(); local
434 const Reflection* reflection = local
459 const Reflection* reflection = local
553 const Reflection* reflection = message.GetReflection(); local
562 const Reflection* reflection = message.GetReflection(); local
628 const Reflection* reflection = to_message.GetReflection(); local
726 const Reflection* reflection = message.GetReflection(); local
745 const Reflection* reflection = message.GetReflection(); local
    [all...]
reflection_ops.cc 63 const Reflection* from_reflection = from.GetReflection();
64 const Reflection* to_reflection = to->GetReflection();
130 const Reflection* reflection = message->GetReflection(); local
133 reflection->ListFields(*message, &fields);
135 reflection->ClearField(message, fields[i]);
138 reflection->MutableUnknownFields(message)->Clear();
143 const Reflection* reflection = message.GetReflection(); local
148 if (!reflection->HasField(message, descriptor->field(i)))
182 const Reflection* reflection = message->GetReflection(); local
229 const Reflection* reflection = message.GetReflection(); local
    [all...]
test_util.cc 88 // StringPiece and Cord fields are only accessible via reflection in the
2384 const Reflection* reflection = message->GetReflection(); local
2530 const Reflection* reflection = message->GetReflection(); local
2553 const Reflection* reflection = message.GetReflection(); local
2587 const Reflection* reflection = message->GetReflection(); local
2632 const Reflection* reflection = message.GetReflection(); local
2739 const Reflection* reflection = message.GetReflection(); local
2862 const Reflection* reflection = message.GetReflection(); local
2923 const Reflection* reflection = message.GetReflection(); local
2977 const Reflection* reflection = message.GetReflection(); local
3149 const Reflection* reflection = message.GetReflection(); local
3171 const Reflection* reflection = message->GetReflection(); local
3211 const Reflection* reflection = message->GetReflection(); local
3230 const Reflection* reflection = message->GetReflection(); local
3244 const Reflection* reflection = message->GetReflection(); local
3263 const Reflection* reflection = message->GetReflection(); local
3278 const Reflection* reflection = message->GetReflection(); local
3317 const Reflection* reflection = message->GetReflection(); local
    [all...]
dynamic_message_unittest.cc 35 // Since the reflection interface for DynamicMessage is implemented by
163 const Reflection* reflection = message->GetReflection(); local
164 EXPECT_EQ(0, reflection->GetInt32(
166 EXPECT_EQ("", reflection->GetString(
168 EXPECT_EQ("", reflection->GetString(
170 EXPECT_EQ("", reflection->GetString(
172 EXPECT_EQ("", reflection->GetString(
174 EXPECT_EQ(unittest::TestOneof2::FOO, reflection->GetEnum(
182 &reflection->GetMessage
    [all...]
  /frameworks/data-binding/compiler/src/test/java/android/databinding/tool/reflection/java/
JavaField.java 14 package android.databinding.tool.reflection.java;
17 import android.databinding.tool.reflection.ModelClass;
18 import android.databinding.tool.reflection.ModelField;
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;
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
non_sdk_imports.py 21 from google.protobuf import reflection namespace
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/reflection/util/
ReflectionUtils.java 32 package org.jf.dexlib2.analysis.reflection.util;
  /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;
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
ArgListExpr.java 19 import android.databinding.tool.reflection.ModelAnalyzer;
20 import android.databinding.tool.reflection.ModelClass;
BuiltInVariableExpr.java 19 import android.databinding.tool.reflection.ModelAnalyzer;
20 import android.databinding.tool.reflection.ModelClass;
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;
TwoWayListenerExpr.java 20 import android.databinding.tool.reflection.ModelAnalyzer;
21 import android.databinding.tool.reflection.ModelClass;
ViewFieldExpr.java 20 import android.databinding.tool.reflection.ModelAnalyzer;
21 import android.databinding.tool.reflection.ModelClass;
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;
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/model/data/
ModelMaterial.java 35 public Color reflection; field in class:ModelMaterial
  /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;

Completed in 2040 milliseconds

1 2 3 4 5 6 7 8 9