HomeSort by relevance Sort by last modified time
    Searched full:tmpvalue (Results 1 - 5 of 5) sorted by null

  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
DERObjectIdentifier.java 172 BigInteger tmpValue = fieldValue;
176 tmp[i] = (byte) ((tmpValue.intValue() & 0x7f) | 0x80);
177 tmpValue = tmpValue.shiftRight(7);
  /frameworks/base/core/java/android/content/res/
AssetManager.java 150 TypedValue tmpValue = mValue;
151 int block = loadResourceValue(ident, (short) 0, tmpValue, true);
153 if (tmpValue.type == TypedValue.TYPE_STRING) {
154 return mStringBlocks[block].get(tmpValue.data);
156 return tmpValue.coerceToString();
168 TypedValue tmpValue = mValue;
169 int block = loadResourceBagValue(ident, bagEntryId, tmpValue, true);
171 if (tmpValue.type == TypedValue.TYPE_STRING) {
172 return mStringBlocks[block].get(tmpValue.data);
174 return tmpValue.coerceToString()
    [all...]
  /external/opencv/cvaux/src/
cvscanlines.cpp 1910 double tmpvalue; local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
NinePatchTexture.java 116 V tmpValue = mValue[i];
118 mValue[i - 1] = tmpValue;
  /external/icu4c/i18n/
ucurr.cpp     [all...]

Completed in 214 milliseconds