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

<<11121314151617181920>>

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowMotionEvent.java 12 * Shadow for {@code MotionEvent} that uses reflection to create {@code MotionEvent} objects, which cannot otherwise
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/res/
ViewLoaderTest.java 92 Robolectric.Reflection.setFinalStaticField(Build.VERSION.class, "SDK_INT", Build.VERSION_CODES.FROYO);
100 Robolectric.Reflection.setFinalStaticField(Build.VERSION.class, "SDK_INT", Build.VERSION_CODES.JELLY_BEAN);
109 Robolectric.Reflection.setFinalStaticField(Build.VERSION.class, "SDK_INT", Build.VERSION_CODES.HONEYCOMB);
118 Robolectric.Reflection.setFinalStaticField(Build.VERSION.class, "SDK_INT", Build.VERSION_CODES.JELLY_BEAN);
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
a_refl.h 50 reflection coefficients
103 * PURPOSE: Convert from direct form coefficients to reflection coefficients
106 * reflection coefficients Q15
110 Word16 refl[], /* o : Reflection coefficients */
  /frameworks/base/core/java/android/util/
DebugUtils.java 57 * heavily on regular expressions and reflection. Calls to this method
  /frameworks/compile/slang/lit-tests/
lit.cfg 56 + " -java-reflection-path-base " + config.test_exec_root
  /frameworks/compile/slang/
slang_rs_export_var.cpp 99 "Reflection of initializer to variable '%0' (of type "
  /frameworks/support/v4/honeycomb/android/support/v4/app/
ActionBarDrawerToggleHoneycomb.java 37 * this writing, the new API is accessed via reflection here if available.
  /frameworks/testing/androidtestlib/src/com/android/test/runner/listener/
CoverageListener.java 66 // use reflection to call emma dump coverage method, to avoid
  /libcore/dom/src/test/java/org/w3c/domts/
DOM4JTestDocumentBuilderFactory.java 61 // The following reflection code is trying to accomplish
  /libcore/libart/src/main/java/java/lang/reflect/
AccessibleObject.java 38 * {@code AccessibleObject} is the superclass of all member reflection classes
  /libcore/luni/src/main/java/libcore/util/
Objects.java 38 * Returns a string reporting the value of each declared field, via reflection.
  /sdk/testapps/libsTest/appTest/src/com/android/tests/libstest/app/
MainActivityTest.java 75 * to run before other tests, as junit uses reflection to find the tests.
  /sdk/testapps/libsTest/lib1Test/src/com/android/tests/libstest/lib1/
MainActivityTest.java 71 * to run before other tests, as junit uses reflection to find the tests.
  /sdk/testapps/libsTest/lib2Test/src/com/android/tests/libstest/lib2/
MainActivityTest.java 69 * to run before other tests, as junit uses reflection to find the tests.
  /art/test/031-class-attributes/src/
ClassAttrs.java 238 /* for reflection testing */
251 /* for reflection testing (getClasses vs getDeclaredClasses) */
  /art/test/074-gc-thrash/src/
Main.java 65 * Finds VMDebug.dumpHprofData() through reflection. In the reference
68 * @return the reflection object, or null if the method can't be found
  /dalvik/tests/074-gc-thrash/src/
Main.java 65 * Finds VMDebug.dumpHprofData() through reflection. In the reference
68 * @return the reflection object, or null if the method can't be found
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRCommonTreeAdaptor.m 52 * I could use reflection to prevent having to override this
53 * but reflection is slow.
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
ExtensionRegistryLite.java 66 * regular types must be fully accessible via reflection, which in turn means
67 * that all the inner messages must also support reflection. On the other hand,
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_helpers.h 129 // standard methods for which reflection-based fallback implementations exist?
140 // Does this message class have descriptor and reflection methods?
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
csharp.php 126 'System.Reflection',
127 'System.Reflection.Emit',
  /external/protobuf/java/src/main/java/com/google/protobuf/
ExtensionRegistryLite.java 66 * regular types must be fully accessible via reflection, which in turn means
67 * that all the inner messages must also support reflection. On the other hand,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
DexWrapper.java 37 * Wrapper to access dx.jar through reflection.
39 * to access it through reflection.
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/sdk/
AndroidJarLoaderTest.java 134 * Retrieves the private mFrameworkClassLoader.mClassCache field using reflection.
151 * Retrieves the private mFrameworkClassLoader.mEntryCache field using reflection.
  /external/chromium_org/cc/trees/
damage_tracker_unittest.cc 964 gfx::Transform reflection; local
1141 gfx::Transform reflection; local
1217 gfx::Transform reflection; local
    [all...]

Completed in 5077 milliseconds

<<11121314151617181920>>