HomeSort by relevance Sort by last modified time
    Searched defs:svalue (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/main/java/java/util/prefs/
AbstractPreferences.java 436 String svalue = get(key, null); local
437 if (svalue == null) {
440 if (svalue.length() == 0) {
444 byte[] bavalue = svalue.getBytes(Charsets.US_ASCII);
  /external/chromium/third_party/libevent/
http.c 1493 char *skey, *svalue; local
    [all...]
  /external/v8/src/arm/
simulator-arm.cc 316 float svalue; local
343 } else if (GetVFPSingleValue(arg1, &svalue)) {
344 uint32_t as_word = BitCast<uint32_t>(svalue);
345 PrintF("%s: %f 0x%08x\n", arg1, svalue, as_word);
    [all...]

Completed in 1506 milliseconds