HomeSort by relevance Sort by last modified time
    Searched defs:strValue (Results 1 - 22 of 22) 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);
  /external/chromium_org/ui/android/java/src/org/chromium/ui/picker/
MultiFieldTimePickerDialog.java 228 ArrayList<String> strValue = new ArrayList<String>();
230 strValue.add(String.format("%03d", i));
233 mMilliSpinner.setMaxValue(strValue.size() - 1);
236 strValue.toArray(new String[strValue.size()]));
  /frameworks/base/drm/java/android/drm/
DrmUtils.java 168 String strValue = readMultipleBytes(constraintData, valueLength, index);
169 if (strValue.equals(" ")) {
170 strValue = "";
173 mMap.put(strKey, strValue);
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
config.cpp 165 string strValue;
206 strValue.erase();
285 strValue.push_back(c);
302 strValue.push_back(((numValue >> (n * 8)) & 0xFF));
304 if (strValue.length() > 0)
305 pParam = new CNfcParam(token.c_str(), strValue);
309 strValue.erase();
316 strValue.push_back('\0');
318 pParam = new CNfcParam(token.c_str(), strValue);
322 strValue.push_back(c)
    [all...]
  /external/libnfc-nci/src/adaptation/
config.cpp 165 string strValue;
217 strValue.erase();
296 strValue.push_back(c);
313 strValue.push_back(((numValue >> (n * 8)) & 0xFF));
315 if (strValue.length() > 0)
316 pParam = new CNfcParam(token.c_str(), strValue);
320 strValue.erase();
327 strValue.push_back('\0');
329 pParam = new CNfcParam(token.c_str(), strValue);
333 strValue.push_back(c)
    [all...]
  /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...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GraphReader.java 410 String strValue = null;
411 if ((strValue = attributes.getValue("stringValue")) != null) {
412 return strValue;
413 } else if ((strValue = attributes.getValue("booleanValue")) != null) {
414 return Boolean.parseBoolean(strValue);
415 } else if ((strValue = attributes.getValue("intValue")) != null) {
416 return Integer.parseInt(strValue);
417 } else if ((strValue = attributes.getValue("floatValue")) != null) {
418 return Float.parseFloat(strValue);
419 } else if ((strValue = attributes.getValue("floatsValue")) != null)
    [all...]
  /external/pdfium/fpdfsdk/src/javascript/
PublicMethods.cpp 1080 CFX_ByteString strValue = StrTrim(CFX_ByteString::FromUnicode(Value));
1082 if (strValue.IsEmpty()) return TRUE;
1102 strValue.Replace(",", ".");
1103 double dValue = atof(strValue);
1110 strValue = fcvt(dValue,iDec,&iDec2,&bNagative);
1111 if (strValue.IsEmpty())
1114 strValue = fcvt(dValue,iDec,&iDec2,&bNagative);
1115 if (strValue.IsEmpty())
1117 strValue = "0";
1127 strValue = "0" + strValue;
    [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 
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.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/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/sdk/tools/
jack.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 

Completed in 660 milliseconds