HomeSort by relevance Sort by last modified time
    Searched full:reflection (Results 251 - 275 of 583) sorted by null

<<11121314151617181920>>

  /cts/tests/SignatureTest/src/android/tests/sigtest/
JDiffClassDescription.java 488 * Checks that the method found through reflection matches the
597 * reflection.
600 * @param reflectionParamType param gotten from the Java reflection.
616 // reflection reports them as []
630 * Java reflection are compliant.
834 // API indicates superclass, reflection doesn't.
874 * Checks that the class found through reflection matches the
    [all...]
  /frameworks/base/core/java/android/animation/
PropertyValuesHolder.java 98 // combination. No need to use reflection on the combination more than once.
366 * function should be and uses reflection to find the Method with that name on the
499 ") on target object " + target + ". Trying reflection instead");
    [all...]
  /frameworks/compile/slang/
README.html 418 <div class="section" id="basic-reflection-export-variables-and-functions">
419 <h1>2. Basic Reflection: Export Variables and Functions</h1>
518 <div class="section" id="summary-of-the-java-reflection-above">
519 <h1>4. Summary of the Java Reflection above</h1>
520 <p>This section summarizes the high-level design of Renderscript's reflection.</p>
README.rst 129 2. Basic Reflection: Export Variables and Functions
237 4. Summary of the Java Reflection above
240 This section summarizes the high-level design of Renderscript's reflection.
RSCCOptions.td 66 def java_reflection_path_base : Separate<"-java-reflection-path-base">,
71 def java_reflection_package_name : Separate<"-java-reflection-package-name">,
slang_rs_export_foreach.cpp 54 // parameters related to forEach_* reflection.
273 "reflection\n", FE->getName().c_str());
  /dalvik/vm/interp/
Stack.h 87 directly from the VM (e.g. invoking <clinit> or via reflection "invoke()").
208 * a reflection interface.
  /external/protobuf/python/google/protobuf/
message.py 32 # all implementation out, into reflection.py for now.
196 # with C++, but it makes reflection-type access easier and
  /external/protobuf/src/google/protobuf/
message.cc 184 Reflection::~Reflection() {}
unknown_field_set.h 59 // Reflection::GetUnknownFields().
62 // the Reflection interface which is independent of any serialization scheme.
  /libcore/luni/src/main/java/java/util/concurrent/atomic/
AtomicIntegerFieldUpdater.java 14 * A reflection-based utility that enables atomic updates to
42 * @throws RuntimeException with a nested reflection-based
AtomicReferenceFieldUpdater.java 13 * A reflection-based utility that enables atomic updates to
60 * @throws RuntimeException with a nested reflection-based
  /dalvik/dx/src/junit/framework/
TestCase.java 47 * The dynamic way uses reflection to implement <code>runTest</code>. It dynamically finds
  /dalvik/tests/068-classloader/src/
FancyLoader.java 87 * Construct a DexFile object through reflection.
  /dalvik/vm/jdwp/
JdwpConstants.cpp 18 * have enumerated constant reflection in C.) These are only needed for
  /dalvik/vm/native/
InternalNative.cpp 151 * Used to implement reflection on fields and methods.
dalvik_system_VMStack.cpp 62 * first two and all reflection methods. If "stopAtPrivileged" is set,
java_lang_reflect_Method.cpp 45 * Invoke a static or virtual method via reflection.
  /development/samples/ApiDemos/tests/src/com/example/android/apis/app/
ForwardingTest.java 70 * to run before other tests, as junit uses reflection to find the tests.
  /development/samples/ApiDemos/tests/src/com/example/android/apis/view/
Focus2AndroidTest.java 89 * to run before other tests, as junit uses reflection to find the tests.
  /external/antlr/src/org/antlr/runtime/tree/
TreeFilter.java 53 It uses reflection to lookup the appropriate rule within the generated
  /external/collada/include/1.4/dom/
domAccessor.h 146 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
domAnimation.h 204 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
domAnimation_clip.h 166 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.
domCg_newarray_type.h 181 * Creates a daeMetaElement object that describes this element in the meta object reflection framework.

Completed in 382 milliseconds

<<11121314151617181920>>