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

1 2 3 4 5 6 7

  /external/guava/guava-tests/test/com/google/common/reflect/
ReflectionTest.java 27 /** Tests for {@link Reflection} */
31 assertEquals("java.lang", Reflection.getPackageName(Iterable.class));
32 assertEquals("java", Reflection.getPackageName("java.MyType"));
33 assertEquals("java.lang", Reflection.getPackageName(Iterable.class.getName()));
34 assertEquals("", Reflection.getPackageName("NoPackage"));
35 assertEquals("java.util", Reflection.getPackageName(Map.Entry.class));
39 Runnable runnable = Reflection.newProxy(Runnable.class, X_RETURNER);
45 Reflection.newProxy(Object.class, X_RETURNER);
79 Reflection.initialize(A.class);
82 Reflection.initialize
    [all...]
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));
  /external/caliper/caliper/src/main/java/com/google/caliper/util/
Reflection.java 25 * A utility class for common reflection operations in Caliper.
27 public final class Reflection {
28 private Reflection() {}
  /external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/Properties/
AssemblyInfo.cs 35 using System.Reflection;
  /external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Properties/
AssemblyInfo.cs 34 using System.Reflection;
  /external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/Properties/
AssemblyInfo.cs 34 using System.Reflection;
  /external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/Properties/
AssemblyInfo.cs 34 using System.Reflection;
  /external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/Properties/
AssemblyInfo.cs 34 using System.Reflection;
  /external/flatbuffers/net/FlatBuffers/Properties/
AssemblyInfo.cs 17 using System.Reflection;
  /external/flatbuffers/tests/FlatBuffers.Test/Properties/
AssemblyInfo.cs 17 using System.Reflection;
  /external/grpc-grpc/src/csharp/Grpc.Reflection/
ReflectionGrpc.cs 3 // source: grpc/reflection/v1alpha/reflection.proto
20 // Service exported by server reflection
27 namespace Grpc.Reflection.V1Alpha {
30 static readonly string __ServiceName = "grpc.reflection.v1alpha.ServerReflection";
32 static readonly grpc::Marshaller<global::Grpc.Reflection.V1Alpha.ServerReflectionRequest> __Marshaller_grpc_reflection_v1alpha_ServerReflectionRequest = grpc::Marshallers.Create((arg) => global::Google.Protobuf.MessageExtensions.ToByteArray(arg), global::Grpc.Reflection.V1Alpha.ServerReflectionRequest.Parser.ParseFrom);
33 static readonly grpc::Marshaller<global::Grpc.Reflection.V1Alpha.ServerReflectionResponse> __Marshaller_grpc_reflection_v1alpha_ServerReflectionResponse = grpc::Marshallers.Create((arg) => global::Google.Protobuf.MessageExtensions.ToByteArray(arg), global::Grpc.Reflection.V1Alpha.ServerReflectionResponse.Parser.ParseFrom);
35 static readonly grpc::Method<global::Grpc.Reflection.V1Alpha.ServerReflectionRequest, global::Grpc.Reflection.V1Alpha.ServerReflectionResponse> __Metho (…)
    [all...]
Reflection.cs 3 // source: grpc/reflection/v1alpha/reflection.proto
10 using pbr = global::Google.Protobuf.Reflection;
12 namespace Grpc.Reflection.V1Alpha {
14 /// <summary>Holder for reflection information generated from grpc/reflection/v1alpha/reflection.proto</summary>
18 /// <summary>File descriptor for grpc/reflection/v1alpha/reflection.proto</summary>
60 new pbr::GeneratedClrTypeInfo(typeof(global::Grpc.Reflection.V1Alpha.ServerReflectionRequest), global::Grpc.Reflection.V1Alpha.ServerReflectionRequest.Parser, (…)
    [all...]
  /external/protobuf/src/google/protobuf/
message.cc 192 // Reflection and associated Template Specializations
194 Reflection::~Reflection() {}
198 const RepeatedField<TYPE>& Reflection::GetRepeatedField<TYPE>( \
206 RepeatedField<TYPE>* Reflection::MutableRepeatedField<TYPE>( \
223 void* Reflection::MutableRawRepeatedString(
230 // Default EnumValue API implementations. Real reflection implementations should
232 // not, and cannot easily be changed at the same time as the Reflection API, so
234 // TODO: Remove these once all Reflection implementations are updated.
235 int Reflection::GetEnumValue(const Message& message
    [all...]
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);
133 class Reflection;
166 const Reflection* reflection; member in struct:google::protobuf::Metadata
    [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
81 const Reflection* reflection = message.GetReflection(); local
87 &reflection->GetMessage(message, F("optionalgroup")));
89 &reflection->GetMessage(message, F("optional_nested_message")));
91 &reflection->GetMessage(message, F("optional_foreign_message")));
93 &reflection->GetMessage(message, F("optional_import_message")));
118 const Reflection* reflection = message.GetReflection() local
143 const Reflection* reflection = message.GetReflection(); local
162 const Reflection* reflection = message1.GetReflection(); local
177 const Reflection* reflection = message1.GetReflection(); local
196 const Reflection* reflection = message1.GetReflection(); local
210 const Reflection* reflection = message1.GetReflection(); local
232 const Reflection* reflection = message1.GetReflection(); local
259 const Reflection* reflection = message1.GetReflection(); local
274 const Reflection* reflection = message1.GetReflection(); local
286 const Reflection* reflection = message1.GetReflection(); local
298 const Reflection* reflection = message1.GetReflection(); local
314 const Reflection* reflection = message1.GetReflection(); local
440 const Reflection* reflection = local
465 const Reflection* reflection = local
558 const Reflection* reflection = message.GetReflection(); local
576 const Reflection* reflection = message.GetReflection(); local
596 const Reflection* reflection = message.GetReflection(); local
610 const Reflection* reflection = message.GetReflection(); local
619 const Reflection* reflection = message.GetReflection(); local
685 const Reflection* reflection = to_message.GetReflection(); local
783 const Reflection* reflection = message.GetReflection(); local
802 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...]
text_format.h 113 const Reflection* reflection,
254 const Reflection* reflection,
260 const Reflection* reflection,
267 const Reflection* reflection,
274 const Reflection* reflection,
    [all...]
  /external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/
AssemblyInfo.cs 35 using System.Reflection;
  /external/antlr/runtime/CSharp2/Sources/Antlr3.Utility/
AssemblyInfo.cs 35 using System.Reflection;
  /external/guava/guava/src/com/google/common/reflect/
Reflection.java 28 * Static utilities relating to Java reflection.
33 public final class Reflection {
97 private Reflection() {}
  /external/mdnsresponder/mDNSWindows/DLL.NET/
AssemblyInfo.cpp 22 using namespace System::Reflection;
  /art/test/674-hiddenapi/src-ex/
ChildClass.java 137 // Test reflection and JNI on methods and fields
225 // Test discovery with reflection.
227 if (Reflection.canDiscoverWithGetDeclaredField(klass, name) != canDiscover) {
231 if (Reflection.canDiscoverWithGetDeclaredFields(klass, name) != canDiscover) {
235 if (Reflection.canDiscoverWithGetField(klass, name) != (canDiscover && isPublic)) {
239 if (Reflection.canDiscoverWithGetFields(klass, name) != (canDiscover && isPublic)) {
283 if (Reflection.canObserveFieldHiddenAccessFlags(klass, name)) {
289 if (!Reflection.canGetField(klass, name)) {
292 if (!Reflection.canSetField(klass, name)) {
318 // Test discovery with reflection
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
Descriptor.cs 8 using pbr = global::Google.Protobuf.Reflection;
10 namespace Google.Protobuf.Reflection {
12 /// <summary>Holder for reflection information generated from google/protobuf/descriptor.proto</summary>
144 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.FileDescriptorSet), global::Google.Protobuf.Reflection.FileDescriptorSet.Parser, new[]{ "File" }, null, null, null),
145 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.FileDescriptorProto), global::Google.Protobuf.Reflection.FileDescriptorProto.Parser, new[]{ "Name", "Package", "Dependency", "PublicDependency", "WeakDependency", "MessageType", "EnumType", "Service", "Extension", "Options", "SourceCodeInfo", "Syntax" }, null, null, null),
146 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.DescriptorProto), global::Google.Protobuf.Reflection.DescriptorProto.Parser, new[]{ "Name", "Field", "Extension", "NestedType", "EnumType", "ExtensionRange", "OneofDecl", "Options", "ReservedRange", "ReservedName" }, null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.DescriptorProto.Types.ExtensionRange), global::Google.Protobuf.Reflection.DescriptorProto.Types.Ex (…)
    [all...]
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
BenchmarkClass.java 28 import com.google.caliper.util.Reflection;
78 return Reflection.getAnnotatedMethods(theClass, BeforeExperiment.class);
82 return Reflection.getAnnotatedMethods(theClass, AfterExperiment.class);
  /external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
ExceptionExtensions.cs 36 using TargetInvocationException = System.Reflection.TargetInvocationException;

Completed in 714 milliseconds

1 2 3 4 5 6 7