HomeSort by relevance Sort by last modified time
    Searched refs:tmpValue (Results 1 - 6 of 6) 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...]
  /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...]
  /external/libxml2/
xmlschemas.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 

Completed in 235 milliseconds