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

  /packages/apps/OMA-DM/engine/javaplugin/api/com/android/omadm/plugin/
DmtPluginNode.java 112 String tmpValue = in.readString();
114 if (tmpValue != null) {
115 mValue = new DmtData(tmpValue, mType);
DmtData.java 265 StringBuilder tmpValue = new StringBuilder();
268 tmpValue.append(node).append('|');
270 if (tmpValue.length() != 0) {
271 tmpValue.deleteCharAt(tmpValue.length() - 1);
276 return tmpValue.toString();
  /packages/apps/OMA-DM/engine/dmlib/portlib/lj/hdr/
dmprofile.h 146 DMString tmpValue = "";
152 tmpValue = _itemValues[i];
154 tmpValue.replaceAll('<', '#');
155 tmpValue.replaceAll('>', '#');
157 tmp += tmpValue;
  /packages/apps/OMA-DM/engine/xpl/hdr/
dmprofile.h 146 DMString tmpValue = "";
152 tmpValue = _itemValues[i];
154 tmpValue.replaceAll('<', '#');
155 tmpValue.replaceAll('>', '#');
157 tmp += tmpValue;
  /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/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DERObjectIdentifier.java 240 BigInteger tmpValue = fieldValue;
244 tmp[i] = (byte)((tmpValue.intValue() & 0x7f) | 0x80);
245 tmpValue = tmpValue.shiftRight(7);
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
NinePatchTexture.java 114 V tmpValue = mValue[i];
116 mValue[i - 1] = tmpValue;
  /external/chromium_org/third_party/icu/source/i18n/
ucurr.cpp     [all...]
  /external/icu/icu4c/source/i18n/
ucurr.cpp     [all...]
  /external/chromium_org/third_party/libxml/src/
xmlschemas.c     [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 773 milliseconds