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

1 2 3

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowLocalBroadcastManager.java 12 Robolectric.Reflection.setFinalStaticField(LocalBroadcastManager.class, "mInstance", null);
ShadowMediaStore.java 27 Robolectric.Reflection.setFinalStaticField(MediaStore.Images.Media.class, "EXTERNAL_CONTENT_URI",
30 Robolectric.Reflection.setFinalStaticField(MediaStore.Images.Media.class, "INTERNAL_CONTENT_URI",
33 Robolectric.Reflection.setFinalStaticField(MediaStore.Video.Media.class, "EXTERNAL_CONTENT_URI",
36 Robolectric.Reflection.setFinalStaticField(MediaStore.Video.Media.class, "INTERNAL_CONTENT_URI",
ShadowSignature.java 70 Robolectric.Reflection.setFinalStaticField(Signature.class, "CREATOR", CREATOR);
  /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...]
Compiler.java 29 * A bytecode translator for reflection.
68 * @see javassist.tools.reflect.Reflection
92 Reflection implementor = new Reflection();
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/Properties/
AssemblyInfo.cs 35 using System.Reflection;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Properties/
AssemblyInfo.cs 34 using System.Reflection;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/Properties/
AssemblyInfo.cs 34 using System.Reflection;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/Properties/
AssemblyInfo.cs 34 using System.Reflection;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/Properties/
AssemblyInfo.cs 34 using System.Reflection;
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
message.h 80 // // reflection interface.
99 // // Use the reflection interface to examine the contents.
100 // const Reflection* reflection = foo->GetReflection();
101 // assert(reflection->GetString(foo, text_field) == "Hello World!");
102 // assert(reflection->FieldSize(foo, numbers_field) == 3);
103 // assert(reflection->GetRepeatedInt32(foo, numbers_field, 0) == 1);
104 // assert(reflection->GetRepeatedInt32(foo, numbers_field, 1) == 5);
105 // assert(reflection->GetRepeatedInt32(foo, numbers_field, 2) == 42);
134 class Reflection;
156 const Reflection* reflection; member in struct:google::protobuf::Metadata
    [all...]
text_format.h 152 const Reflection* reflection,
158 const Reflection* reflection,
165 const Reflection* reflection,
172 const Reflection* reflection,
299 // parser will use the standard Reflection object associated with
reflection_ops.cc 61 const Reflection* from_reflection = from.GetReflection();
62 const Reflection* to_reflection = to->GetReflection();
128 const Reflection* reflection = message->GetReflection(); local
131 reflection->ListFields(*message, &fields);
133 reflection->ClearField(message, fields[i]);
136 reflection->MutableUnknownFields(message)->Clear();
141 const Reflection* reflection = message.GetReflection(); local
146 if (!reflection->HasField(message, descriptor->field(i)))
180 const Reflection* reflection = message->GetReflection(); local
227 const Reflection* reflection = message.GetReflection(); local
    [all...]
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
329 const Reflection* reflection = local
354 const Reflection* reflection = local
434 const Reflection* reflection = message.GetReflection(); local
    [all...]
message.cc 187 // Reflection and associated Template Specializations
189 Reflection::~Reflection() {}
193 const RepeatedField<TYPE>& Reflection::GetRepeatedField<TYPE>( \
201 RepeatedField<TYPE>* Reflection::MutableRepeatedField<TYPE>( \
218 void* Reflection::MutableRawRepeatedString(
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/
AssemblyInfo.cs 35 using System.Reflection;
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Utility/
AssemblyInfo.cs 35 using System.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
281 const Reflection* reflection = local
306 const Reflection* reflection = local
334 const Reflection* reflection = message.GetReflection(); local
    [all...]
message.h 80 // // reflection interface.
98 // // Use the reflection interface to examine the contents.
99 // const Reflection* reflection = foo->GetReflection();
100 // assert(reflection->GetString(foo, text_field) == "Hello World!");
101 // assert(reflection->FieldSize(foo, numbers_field) == 3);
102 // assert(reflection->GetRepeatedInt32(foo, numbers_field, 0) == 1);
103 // assert(reflection->GetRepeatedInt32(foo, numbers_field, 1) == 5);
104 // assert(reflection->GetRepeatedInt32(foo, numbers_field, 2) == 42);
128 // function. This is necessary because Reflection has a method calle
169 const Reflection* reflection; member in struct:google::protobuf::Metadata
    [all...]
text_format.h 150 const Reflection* reflection,
156 const Reflection* reflection,
163 const Reflection* reflection,
170 const Reflection* reflection,
reflection_ops.cc 57 const Reflection* from_reflection = from.GetReflection();
58 const Reflection* to_reflection = to->GetReflection();
124 const Reflection* reflection = message->GetReflection(); local
127 reflection->ListFields(*message, &fields);
129 reflection->ClearField(message, fields[i]);
132 reflection->MutableUnknownFields(message)->Clear();
137 const Reflection* reflection = message.GetReflection(); local
142 if (!reflection->HasField(message, descriptor->field(i)))
175 const Reflection* reflection = message->GetReflection(); local
222 const Reflection* reflection = message.GetReflection(); local
    [all...]
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
BundleTest.java 126 Robolectric.Reflection.setFinalStaticField(Build.VERSION.class, "SDK_INT",
135 Robolectric.Reflection.setFinalStaticField(Build.VERSION.class, "SDK_INT",
143 Robolectric.Reflection.setFinalStaticField(Build.VERSION.class, "SDK_INT",
150 Robolectric.Reflection.setFinalStaticField(Build.VERSION.class, "SDK_INT",
158 Robolectric.Reflection.setFinalStaticField(Build.VERSION.class, "SDK_INT",
165 Robolectric.Reflection.setFinalStaticField(Build.VERSION.class, "SDK_INT",
173 Robolectric.Reflection.setFinalStaticField(Build.VERSION.class, "SDK_INT",
180 Robolectric.Reflection.setFinalStaticField(Build.VERSION.class, "SDK_INT",
188 Robolectric.Reflection.setFinalStaticField(Build.VERSION.class, "SDK_INT",
195 Robolectric.Reflection.setFinalStaticField(Build.VERSION.class, "SDK_INT"
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
ExceptionExtensions.cs 36 using TargetInvocationException = System.Reflection.TargetInvocationException;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
ExceptionExtensions.cs 37 using TargetInvocationException = System.Reflection.TargetInvocationException;
TypeExtensions.cs 34 using System.Reflection;

Completed in 376 milliseconds

1 2 3