HomeSort by relevance Sort by last modified time
    Searched full:strvalue (Results 1 - 18 of 18) 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/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...]
  /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/ppp/pppd/plugins/radius/
avpair.c 75 memcpy(vp->strvalue, (char *)pval, len);
76 vp->strvalue[len] = '\0';
79 strncpy (vp->strvalue, (char *) pval, AUTH_STRING_LEN);
225 memcpy (pair->strvalue, (char *) ptr, (size_t) attrlen);
226 pair->strvalue[attrlen] = '\0';
320 memcpy (pair->strvalue, (char *) ptr, (size_t) vlen);
321 pair->strvalue[vlen] = '\0';
600 strcpy (pair->strvalue, valstr);
712 ptr = (unsigned char *) pair->strvalue;
sendserver.c 68 memcpy(buf, vp->strvalue, (size_t) length);
104 memcpy ((char *) passbuf, vp->strvalue, (size_t) length);
138 memcpy ((char *) passbuf, vp->strvalue, (size_t) length);
160 memcpy (buf, vp->strvalue, (size_t) length);
365 strcat(msg, vp->strvalue);
radius.c 633 memcpy(rstate.class, vp->strvalue, rstate.class_len);
643 if ((vp->lvalue != 43) || strncmp(vp->strvalue + 1, "S=", 2)) {
648 strlcpy(message, vp->strvalue + 1, message_space);
743 memcpy(plain, vp->strvalue, sizeof(plain));
755 MD5_Update(&Context, vp->strvalue, 16);
787 u_char *salt = vp->strvalue;
788 u_char *crypt = vp->strvalue + 2;
    [all...]
radiusclient.h 330 u_char strvalue[AUTH_STRING_LEN + 1]; member in struct:value_pair
  /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/openssh/openbsd-compat/
bsd-snprintf.c 195 char *strvalue; local
403 strvalue = va_arg (args, char *);
404 if (!strvalue) strvalue = "(NULL)";
406 max = strlen(strvalue);
410 strvalue, flags, min, max) == -1)
414 strvalue = va_arg (args, void *);
416 (long) strvalue, 16, min, max, flags) == -1)
  /external/openssl/crypto/bio/
b_print.c 181 char *strvalue; local
368 strvalue = va_arg(args, char *);
375 fmtstr(sbuffer, buffer, &currlen, maxlen, strvalue,
  /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.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 550 milliseconds