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

1 2 3 4 5 6 7 8

  /dalvik/tests/060-reflection-security/
info.txt 1 This is a basic test of how a SecurityManager can impact reflection calls.
  /packages/apps/Camera/
proguard.flags 1 # ctors of subclasses of CameraPreference are called with Java reflection.
  /dalvik/libcore/luni/src/main/java/java/lang/reflect/
package.html 11 reflection. The classes in this package represent the various language
ReflectPermission.java 24 * operations in the reflection layer.
  /development/samples/BusinessCard/
_index.html 2 picker from within an activity. This sample also uses reflection to ensure
  /dalvik/libcore-disabled/sound/src/main/java/javax/sound/sampled/
ReverbType.java 78 return name + ", early reflection delay " + earlyReflectionDelay //$NON-NLS-1$
79 + " ns, early reflection intensity " + earlyReflectionIntensity //$NON-NLS-1$
81 + " ns, late reflection intensity " + lateReflectionIntensity //$NON-NLS-1$
  /dalvik/tests/060-reflection-security/src/
Main.java 32 * Note: We don't use reflection to factor out these tests,
33 * becuase reflection also calls into the SecurityManager, and
35 * in general about what calls reflection will cause.
  /cts/tests/SignatureTest/tests/src/android/tests/sigtest/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
NormalClass.java 22 * examined through reflection and Class.forName as part of testing
  /dalvik/tests/065-mismatched-implements/src/
Main.java 18 * Test field access through reflection.
  /dalvik/tests/066-mismatched-super/src/
Main.java 18 * Test field access through reflection.
  /external/webkit/SunSpider/tests/sunspider-0.9/
3d-raytrace.js 215 // do reflection
217 if (colour.reflection > 0.001) {
218 var reflection = addVector(scale(normal, -2*dot(dir, normal)), dir);
219 reflected = this.intersect(hit, reflection, 0.0001, 1000000);
220 if (colour.reflection >= 0.999999)
239 l = addVector(scaleVector(l, 1 - colour.reflection), scaleVector(reflected, colour.reflection));
337 // triangles[i-1].material.reflection = 0.8;
340 // triangles[i-1].reflection = 0.6;
342 // triangles[i-1].reflection = 0.6
    [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
3d-raytrace.js 215 // do reflection
217 if (colour.reflection > 0.001) {
218 var reflection = addVector(scale(normal, -2*dot(dir, normal)), dir);
219 reflected = this.intersect(hit, reflection, 0.0001, 1000000);
220 if (colour.reflection >= 0.999999)
239 l = addVector(scaleVector(l, 1 - colour.reflection), scaleVector(reflected, colour.reflection));
337 // triangles[i-1].material.reflection = 0.8;
340 // triangles[i-1].reflection = 0.6;
342 // triangles[i-1].reflection = 0.6
    [all...]
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/
JUnitTestSuiteAdapter.java 37 // since this is done with reflection
DOMTestIncompatibleException.java 33 * or reflection exception
  /dalvik/tests/032-concrete-sub/src/
ConcreteSub.java 38 * Check reflection stuff.
  /development/samples/ApiDemos/tests/src/com/example/android/apis/
ApiDemosApplicationTests.java 48 * to run before other tests, as junit uses reflection to find the tests.
  /dalvik/vm/native/
java_security_AccessController.c 28 * methods on the stack. Ignore reflection frames. Stop at the first
57 * the one that called us), and ignore reflection frames. Stop on the
85 /* find nearest non-reflection frame; note we skip priv frame */
  /dalvik/vm/reflect/
Reflect.h 17 * Basic reflection calls and utility functions.
99 * JNI reflection support.
107 * Quick test to determine if the method in question is a reflection call.
Reflect.c 17 * Basic reflection calls and utility functions.
53 LOGE("Could not find one or more reflection classes\n");
70 LOGE("Could not find reflection constructors\n");
115 LOGE("Could not find reflection fields\n");
136 * For some of the reflection stuff we need to un-box primitives, e.g.
    [all...]
  /external/webkit/WebCore/rendering/
RenderLayerCompositor.cpp 260 // If we're removing backing on a reflection, clear the source GraphicsLayer's pointer to
261 // its replica GraphicsLayer. In practice this should never happen because reflectee and reflection
342 if (RenderLayer* reflection = layer->reflectionLayer()) {
343 if (!reflection->isComposited()) {
344 IntRect childUnionBounds = calculateCompositedBounds(reflection, layer);
695 if (RenderLayer* reflection = layer->reflectionLayer()) {
696 if (reflection->backing())
697 reflection->backing()->updateCompositedBounds();
773 if (RenderLayer* reflection = layer->reflectionLayer()) {
774 if (reflection->backing()
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /dalvik/tests/064-field-access/src/
Main.java 22 * Test field access through reflection.
138 * source of the reflection call. otherInst.getValue() uses a subclass
281 * reflection call is significant]
  /dalvik/libcore/luni/src/test/java/tests/api/java/lang/reflect/
GenericArrayTypeTest.java 31 * Tests generic reflection on arrays with generic or parameterized component types.

Completed in 452 milliseconds

1 2 3 4 5 6 7 8