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

  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
RsPerfTestRunner.java 48 String strValue = (String)icicle.get("iterations");
49 if (strValue != null) {
50 int intValue = Integer.parseInt(strValue);
  /frameworks/base/drm/java/android/drm/
DrmUtils.java 169 String strValue = readMultipleBytes(constraintData, valueLength, index);
170 if (strValue.equals(" ")) {
171 strValue = "";
174 mMap.put(strKey, strValue);
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPDateTimeFactory.java 82 * @param strValue The ISO 8601 string representation of the date/time.
86 public static XMPDateTime createFromISO8601(String strValue) throws XMPException
88 return new XMPDateTimeImpl(strValue);
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNodeUtils.java 326 String strValue = serializeNodeValue(value);
329 node.setValue(strValue);
333 node.setValue(Utils.normalizeLangValue(strValue));
394 String strValue;
397 strValue = null;
401 strValue = XMPUtils.convertFromBoolean(((Boolean) value).booleanValue());
405 strValue = XMPUtils.convertFromInteger(((Integer) value).intValue());
409 strValue = XMPUtils.convertFromLong(((Long) value).longValue());
413 strValue = XMPUtils.convertFromDouble(((Double) value).doubleValue());
417 strValue = XMPUtils.convertFromDate((XMPDateTime) value)
    [all...]
XMPDateTimeImpl.java 116 * @param strValue an ISO 8601 string
119 public XMPDateTimeImpl(String strValue) throws XMPException
121 ISO8601Converter.parse(strValue, this);
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
config.cpp 166 string strValue;
207 strValue.erase();
286 strValue.push_back(c);
303 strValue.push_back(((numValue >> (n * 8)) & 0xFF));
305 if (strValue.length() > 0)
306 pParam = new CNfcParam(token.c_str(), strValue);
310 strValue.erase();
317 strValue.push_back('\0');
319 pParam = new CNfcParam(token.c_str(), strValue);
323 strValue.push_back(c)
    [all...]
  /external/libnfc-nci/src/adaptation/
config.cpp 166 string strValue;
207 strValue.erase();
286 strValue.push_back(c);
303 strValue.push_back(((numValue >> (n * 8)) & 0xFF));
305 if (strValue.length() > 0)
306 pParam = new CNfcParam(token.c_str(), strValue);
310 strValue.erase();
317 strValue.push_back('\0');
319 pParam = new CNfcParam(token.c_str(), strValue);
323 strValue.push_back(c)
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardBuilder.java 686 final String strValue) {
696 return StringUtils.containsInArray(strValue, a.getString(index).split("\\|"));
    [all...]
  /external/icu4c/i18n/
msgfmt.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.el_1.0.0.v201004212143.jar 
org.eclipse.debug.core_3.6.0.v20100519.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 643 milliseconds