/prebuilts/tools/common/offline-m2/com/android/databinding/compiler/2.1.3/ |
compiler-2.1.3.jar | |
/external/libgdx/backends/gdx-backends-gwt/ |
issues.txt | 18 [Reflection]
19 - Reflection is available for defined classes. Please see http://code.google.com/p/libgdx/wiki/Reflection
|
/external/mockito/src/org/mockito/internal/configuration/injection/ |
ConstructorInjection.java | 10 import org.mockito.internal.util.reflection.FieldInitializationReport; 11 import org.mockito.internal.util.reflection.FieldInitializer; 12 import org.mockito.internal.util.reflection.FieldInitializer.ConstructorArgumentResolver;
|
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/ |
ListenerExpr.java | 19 import android.databinding.tool.reflection.ModelAnalyzer; 20 import android.databinding.tool.reflection.ModelClass; 21 import android.databinding.tool.reflection.ModelMethod;
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/ |
reflection.h | 32 // repeated fields with protobuf reflection API. 52 RepeatedFieldRef<T> Reflection::GetRepeatedFieldRef( 58 MutableRepeatedFieldRef<T> Reflection::GetMutableRepeatedFieldRef( 91 friend class Reflection; 95 const Reflection* reflection = message.GetReflection(); local 96 data_ = reflection->RepeatedFieldData( 99 accessor_ = reflection->RepeatedFieldAccessor(field); 157 friend class Reflection; 161 const Reflection* reflection = message->GetReflection() local 217 const Reflection* reflection = message.GetReflection(); local 293 const Reflection* reflection = message->GetReflection(); local [all...] |
/prebuilts/tools/common/m2/repository/org/mockito/mockito-core/2.2.5/ |
mockito-core-2.2.5.jar | |
/external/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); 130 class Reflection; 152 const Reflection* reflection; member in struct:google::protobuf::Metadata [all...] |
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/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...] |
/prebuilts/misc/linux-x86_64/protobuf2.5/include/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...] |
/prebuilts/misc/windows/protobuf2.5/include/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...] |
/prebuilts/tools/linux-x86_64/protoc/include/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...] |
/art/test/065-mismatched-implements/src/ |
Main.java | 18 * Test field access through reflection.
|
/art/test/066-mismatched-super/src/ |
Main.java | 18 * Test field access through reflection.
|
/cts/tests/signature/tests/src/android/signature/cts/tests/data/ |
FinalClass.java | 22 * examined through reflection and Class.forName as part of testing
|
NormalInterface.java | 22 * examined through reflection and Class.forName as part of testing
|
/external/conscrypt/src/test/java/org/conscrypt/ |
ZpenSSLX509Certificate.java | 25 /** This will be set via reflection in the test. */
|
/external/guava/guava/src/com/google/common/reflect/ |
package-info.java | 18 * This package contains utilities to work with Java reflection.
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/attributes/ |
ColorAttribute.java | 33 public static final long Reflection = register(ReflectionAlias);
39 protected static long Mask = Ambient | Diffuse | Specular | Emissive | Reflection | AmbientLight | Fog;
70 return new ColorAttribute(Reflection, color);
74 return new ColorAttribute(Reflection, r, g, b, a);
|
/external/libgdx/gdx/src/com/badlogic/gdx/utils/reflect/ |
ReflectionException.java | 19 /** Thrown when an exception occurs during reflection.
|
/external/mockito/src/org/mockito/internal/configuration/ |
CaptorAnnotationProcessor.java | 10 import org.mockito.internal.util.reflection.GenericMaster;
|
/external/mockito/src/org/mockito/internal/stubbing/answers/ |
ClonesArguments.java | 8 import org.mockito.internal.util.reflection.LenientCopyTool;
|
/external/mockito/src/org/mockito/internal/util/reflection/ |
FieldReader.java | 5 package org.mockito.internal.util.reflection;
|
FieldSetter.java | 5 package org.mockito.internal.util.reflection;
|
GenericMaster.java | 5 package org.mockito.internal.util.reflection;
|
/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/ |
RpcReceiver.java | 24 // To make reflection easier, we ensures that all the subclasses agree on this common
|