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

1 2 3 4 5 6

  /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;
Constructors.java 1 package org.mockito.internal.util.reflection;
FieldCopier.java 5 package org.mockito.internal.util.reflection;
GenericMaster.java 5 package org.mockito.internal.util.reflection;
FieldInitializationReport.java 6 package org.mockito.internal.util.reflection;
FieldReader.java 5 package org.mockito.internal.util.reflection;
FieldSetter.java 5 package org.mockito.internal.util.reflection;
Fields.java 5 package org.mockito.internal.util.reflection;
18 * Small fluent reflection tools to work with fields.
Whitebox.java 5 package org.mockito.internal.util.reflection;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/reflection/util/
ReflectionUtils.java 32 package org.jf.dexlib2.analysis.reflection.util;
  /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...]
  /external/nanopb-c/generator/google/protobuf/
message_factory.py 38 from google.protobuf import reflection namespace
62 result_class = reflection.GeneratedProtocolMessageType(
  /external/protobuf/python/google/protobuf/
message_factory.py 50 from google.protobuf import reflection namespace
81 result_class = reflection.GeneratedProtocolMessageType(
85 # If module not set, it wrongly points to the reflection.py module.
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/reflection/
ReflectionClassDef.java 32 package org.jf.dexlib2.analysis.reflection;
39 import org.jf.dexlib2.analysis.reflection.util.ReflectionUtils;
ReflectionConstructor.java 32 package org.jf.dexlib2.analysis.reflection;
35 import org.jf.dexlib2.analysis.reflection.util.ReflectionUtils;
ReflectionField.java 32 package org.jf.dexlib2.analysis.reflection;
35 import org.jf.dexlib2.analysis.reflection.util.ReflectionUtils;
ReflectionMethod.java 32 package org.jf.dexlib2.analysis.reflection;
35 import org.jf.dexlib2.analysis.reflection.util.ReflectionUtils;
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/
ModelField.java 16 package android.databinding.tool.reflection;
  /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;
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/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...]

Completed in 1041 milliseconds

1 2 3 4 5 6