/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/net/ |
PlainSocketImpl.java | 132 // reflection to get/set protected fields. 155 * gets SocketImpl field by reflection.
|
/dalvik/vm/native/ |
java_lang_reflect_Field.c | 242 * Convert a reflection primitive type ordinal (inherited from the previous 243 * VM's reflection classes) to our value.
|
/dalvik/libcore/luni/src/test/java/tests/api/java/lang/reflect/ |
GenericReflectionCornerCases.java | 32 * Tests generic reflection in more complicated cases. In particular: Scoping of
|
/external/emma/core/java12/com/vladium/emma/ |
EMMAProperties.java | 26 * A reflection of "${IAppConstants.APP_PROPERTY_RES_NAME}.properties" resource
|
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/ |
levinson.cpp | 403 rc = vector containing first four reflection coefficients (Word16) 408 rc contains the newly calculated reflection coefficients 449 K = reflection coefficient 470 Word16 rc[] // o : rc[4] First 4 reflection coefficients 635 Word16 rc[], /* o : rc[4] First 4 reflection coefficients */
|
levinson.h | 129 Word16 rc[], /* o : rc[4] First 4 reflection coefficients */
|
/frameworks/base/media/libstagefright/codecs/amrnb/enc/src/ |
levinson.cpp | 405 rc = vector containing first four reflection coefficients (Word16) 410 rc contains the newly calculated reflection coefficients 451 K = reflection coefficient 472 Word16 rc[] // o : rc[4] First 4 reflection coefficients 637 Word16 rc[], /* o : rc[4] First 4 reflection coefficients */
|
/external/webkit/WebCore/css/ |
CSSComputedStyleDeclaration.cpp | 334 static PassRefPtr<CSSValue> valueForReflection(const StyleReflection* reflection) 336 if (!reflection) 340 if (reflection->offset().isPercent()) 341 offset = CSSPrimitiveValue::create(reflection->offset().percent(), CSSPrimitiveValue::CSS_PERCENTAGE); 343 offset = CSSPrimitiveValue::create(reflection->offset().value(), CSSPrimitiveValue::CSS_PX); 345 return CSSReflectValue::create(reflection->direction(), offset.release(), valueForNinePieceImage(reflection->mask())); [all...] |
/external/sonivox/arm-fm-22k/lib_src/ |
eas_reverb.c | 675 // ********** start early reflection generator, left 688 // calculate reflection 720 // ********** end early reflection generator, left 722 // ********** start early reflection generator, right 733 // calculate reflection 759 // ********** end early reflection generator, right [all...] |
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_reverb.c | 675 // ********** start early reflection generator, left 688 // calculate reflection 720 // ********** end early reflection generator, left 722 // ********** start early reflection generator, right 733 // calculate reflection 759 // ********** end early reflection generator, right [all...] |
/external/sonivox/arm-wt-22k/lib_src/ |
eas_reverb.c | 675 // ********** start early reflection generator, left 688 // calculate reflection 720 // ********** end early reflection generator, left 722 // ********** start early reflection generator, right 733 // calculate reflection 759 // ********** end early reflection generator, right [all...] |
/dalvik/vm/oo/ |
Object.h | 154 * but can't be changed without shuffling some reflection tables. 341 * annoying is when enumerating or searching for things with reflection. 560 * pointer (e.g. for reflection stuff). Testing the accessFlags for
|
/external/jdiff/src/jdiff/ |
JDiff.java | 202 * Invoke ANT by reflection.
|
/external/v8/src/ |
runtime.h | 172 /* Reflection */ \
|
/packages/apps/Email/src/com/android/email/mail/ |
Store.java | 64 * Because this method will be called through reflection, it can not be protected.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/resources/manager/ |
ConfigMatchTest.java | 256 /** Calls ProjectResource.add method via reflection to circumvent access
|
/bionic/libm/bsdsrc/ |
b_tgamma.c | 53 * x < 0: Use reflection formula, G(x) = pi/(sin(pi*x)*x*G(x))
|
/dalvik/libcore/luni-kernel/src/main/java/java/lang/reflect/ |
AccessibleObject.java | 42 * {@code AccessibleObject} is the superclass of all member reflection classes
|
/dalvik/libcore/security-kernel/src/main/java/java/security/ |
AccessController.java | 314 * privileged frame. Reflection frames are skipped. The returned array is
|
/dalvik/libcore/xml/src/main/java/javax/xml/parsers/ |
DocumentBuilderFactory.java | 55 // instantiate the class directly rather than using reflection
|
SAXParserFactory.java | 67 // instantiate the class directly rather than using reflection
|
/dalvik/libcore/xml/src/main/java/javax/xml/transform/ |
TransformerFactory.java | 81 // instantiate the class directly rather than using reflection
|
/dalvik/tests/046-reflect/src/ |
Main.java | 8 * Reflection test.
|
/external/webkit/WebCore/rendering/ |
RenderBox.h | 159 // Given a rect in the object's coordinate space, returns the corresponding rect in the reflection.
|
/frameworks/base/docs/html/resources/articles/ |
on-screen-inputs.jd | 239 can use. Unless special care is taken (such as by using reflection), using these
|