HomeSort by relevance Sort by last modified time
    Searched refs:tmpValue (Results 1 - 25 of 26) sorted by null

1 2

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1ObjectIdentifier.java 269 BigInteger tmpValue = fieldValue;
273 tmp[i] = (byte)((tmpValue.intValue() & 0x7f) | 0x80);
274 tmpValue = tmpValue.shiftRight(7);
  /frameworks/base/tools/layoutlib/bridge/src/android/content/res/
Resources_Delegate.java 539 TypedValue tmpValue = new TypedValue();
541 value.getFirst(), v, tmpValue, true /*requireUnit*/) &&
542 tmpValue.type == TypedValue.TYPE_DIMENSION) {
543 return tmpValue.getDimension(resources.getDisplayMetrics());
567 TypedValue tmpValue = new TypedValue();
569 value.getFirst(), v, tmpValue, true /*requireUnit*/) &&
570 tmpValue.type == TypedValue.TYPE_DIMENSION) {
571 return TypedValue.complexToDimensionPixelOffset(tmpValue.data,
596 TypedValue tmpValue = new TypedValue();
598 value.getFirst(), v, tmpValue, true /*requireUnit*/) &
    [all...]
  /libcore/ojluni/src/main/java/java/util/stream/
StreamSpliterators.java     [all...]
  /hardware/interfaces/graphics/composer/2.1/vts/functional/
VtsHalGraphicsComposerTestUtils.cpp 193 [&](const auto& tmpError, const auto& tmpValue) {
196 value = tmpValue;
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
NinePatchTexture.java 114 V tmpValue = mValue[i];
116 mValue[i - 1] = tmpValue;
  /cts/tests/tests/animation/src/android/animation/cts/
ValueAnimatorTest.java 413 PointF tmpValue = new PointF();
416 tmpValue.x = fraction * startValue.x + (1f - fraction) * endValue.x;
417 tmpValue.y = fraction * startValue.y + (1f - fraction) * endValue.y;
418 return tmpValue;
  /frameworks/base/core/java/android/content/res/
Resources.java     [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
ComposerHal.cpp 326 [&](const auto& tmpError, const auto& tmpValue) {
332 *outValue = tmpValue;
  /external/icu/icu4c/source/common/
ucurr.cpp     [all...]
  /prebuilts/tools/common/bazel/formc-deps/
jdom.jar 
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
logback-classic-0.9.8-SNAPSHOT.jar 
  /prebuilts/tools/common/m2/repository/com/braintreepayments/encryption/2.1.0/
encryption-2.1.0.jar 
  /external/guice/extensions/persist/lib/
xwork-2.0.4.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/haha/haha/1.3/
haha-1.3.jar 
  /external/libxml2/
xmlschemas.c     [all...]
  /external/guice/extensions/struts2/lib/
xwork-core-2.2.1.jar 
jsp-api-2.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.resources_3.10.0.v20150423-0755.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 370 milliseconds

1 2