/libcore/luni/src/main/java/java/util/ |
Hashtable.java | 1149 @SuppressWarnings("unchecked") V val = (V) stream.readObject(); local [all...] |
/libcore/luni/src/main/java/org/apache/harmony/nio/internal/ |
DatagramChannelImpl.java | 509 for (int val = offset; val < length + offset; val++) { 510 ByteBuffer source = sources[val]; 517 int val = offset; local 520 ByteBuffer source = sources[val]; 523 val++;
|
SocketChannelImpl.java | 417 for (int val = offset; val < length + offset; val++) { 418 ByteBuffer source = sources[val]; 425 int val = offset; local 428 ByteBuffer source = sources[val]; 431 val++;
|
/libcore/luni/src/main/java/org/apache/xalan/processor/ |
XSLTAttributeDef.java | 876 Double val; local 885 val = Double.valueOf(value); [all...] |
/libcore/luni/src/main/java/org/apache/xalan/templates/ |
ElemLiteralResult.java | 170 String val = avt.getSimpleString(); local 171 if(val.equals("default")) 175 else if(val.equals("preserve")) [all...] |
/libcore/luni/src/main/java/org/apache/xpath/compiler/ |
XPathParser.java | 1805 Object val = Keywords.getAxisName(m_token); local [all...] |
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/util/ |
HashMapTest.java | 356 Object val = new Object(); local 357 hm.put(proxyKey, val); 359 assertEquals("Failed with proxy object key", val, hm 362 assertEquals("Failed to remove proxy object key", val, 667 Integer val = new Integer(2); local 668 map.put(key, val); 669 int expected = key.hashCode() ^ val.hashCode(); 672 val = new Integer(8); 673 map.put(key, val); 674 expected += key.hashCode() ^ val.hashCode() [all...] |
/libcore/luni/src/test/java/tests/api/java/lang/reflect/ |
FieldTest.java | 205 Double val = (Double) f.get(x); local 208 val.doubleValue() == Double.MAX_VALUE); 212 val = (Double) f.get(x); 213 assertEquals("Returned incorrect double field value", 1.0, val 704 boolean val = false; 707 val = f.getBoolean(x); 711 assertTrue("Returned incorrect boolean field value", val); 777 byte val = 0; 780 val = f.getByte(x); 784 assertTrue("Returned incorrect byte field value", val == Byte.MAX_VALUE) 849 char val = 0; local 950 double val = 0.0; local 1024 float val = 0; local 1097 int val = 0; local 1172 long val = 0; local 1292 short val = 0; local 1389 double val = 0.0; local 1591 char val = 0; local 1659 double val = 0.0; local 1728 float val = 0.0F; local 1797 int val = 0; local 1866 long val = 0L; local 1934 short val = 0; local [all...] |
/libcore/luni/src/test/java/tests/api/java/util/ |
HashMapTest.java | 644 Integer val = new Integer(2); local 645 map.put(key, val); 646 int expected = key.hashCode() ^ val.hashCode(); 649 val = new Integer(8); 650 map.put(key, val); 651 expected += key.hashCode() ^ val.hashCode();
|
/packages/wallpapers/Basic/src/com/android/wallpaper/polarclock/ |
PolarClockWallpaper.java | 117 String val; local 118 if ((val = xrp.getAttributeValue(null, "background")) != null) 119 pal.mBackgroundColor = Color.parseColor(val); 120 if ((val = xrp.getAttributeValue(null, "second")) != null) 121 pal.mSecondColor = Color.parseColor(val); 122 if ((val = xrp.getAttributeValue(null, "minute")) != null) 123 pal.mMinuteColor = Color.parseColor(val); 124 if ((val = xrp.getAttributeValue(null, "hour")) != null) 125 pal.mHourColor = Color.parseColor(val); 126 if ((val = xrp.getAttributeValue(null, "day")) != null 207 String val; local [all...] |
/sdk/emulator/gps/ |
gps_qemu.c | 317 double val = str2float(tok.p, tok.end); local 318 int degrees = (int)(floor(val) / 100); 319 double minutes = val - degrees*100.;
|
/build/tools/droiddoc/src/ |
ClassInfo.java | 130 int val = mCheckLevel; local 131 if (val >= 0) { 132 return val != 0; 1181 int val = mHidden; local [all...] |
/development/ndk/platforms/android-3/include/linux/ |
pkt_cls.h | 183 __u32 val; member in struct:tc_u32_key 205 __u32 val; member in struct:tc_u32_mark
|
/device/samsung/crespo/alsa-lib/src/alisp/ |
alisp.c | 63 int val = 0; local 65 return val; 67 val += *s++; 68 return val & ALISP_OBJ_PAIR_HASH_MASK; [all...] |
/device/samsung/crespo/alsa-lib/src/ |
conf.c | 467 static int safe_strtoll(const char *str, long long *val) 478 *val = v; 482 int safe_strtol(const char *str, long *val) 494 *val = v; 498 static int safe_strtod(const char *str, double *val) 522 *val = v; 3395 snd_config_t *val; local 3830 char *val = NULL; local [all...] |
/device/samsung/crespo/alsa-lib/src/control/ |
control.c | 277 snd_ctl_elem_value_t *val; local 294 snd_ctl_elem_value_alloca(&val); 295 val->id = *id; 297 val->value.integer.value[i] = min; 298 err = ctl->ops->element_write(ctl, val); 317 snd_ctl_elem_value_t *val; local 332 snd_ctl_elem_value_alloca(&val); 333 val->id = *id; 335 val->value.integer64.value[i] = min; 336 err = ctl->ops->element_write(ctl, val); [all...] |
/device/samsung/crespo/alsa-utils/aplay/ |
aplay.c | 1190 int val; local 1257 signed int val, max, perc[2], max_peak[2]; local [all...] |
/external/bluetooth/bluez/tools/ |
hcitool.c | 1868 unsigned int val; local [all...] |
/external/bluetooth/glib/glib/ |
gslice.c | 279 const gchar *val = _g_getenv_nomalloc ("G_SLICE", buffer); local 284 gint flags = !val ? 0 : g_parse_debug_string (val, keys, G_N_ELEMENTS (keys)); 992 gsize val = 1 << g_bit_storage (n_bytes - 1); local [all...] |
gutils.c | 2982 gchar *val = g_strconcat (language, local [all...] |
/external/bluetooth/hcidump/parser/ |
hci.c | 613 uint16_t val = btohs(bt_get_unaligned((uint16_t *) (frm->ptr + (i * 2)))); local 614 printf(" 0x%4.4x", val); [all...] |
/external/chromium/sdch/open-vcdiff/src/ |
gflags.cc | 152 // Special flags, type 1: the 'recursive' flags. They set another flag's val. 1786 const char* const val = getenv(varname); local [all...] |
/external/chromium/third_party/icu/source/common/ |
uloc_tag.c | 2060 const char *val = NULL; local [all...] |
/external/chromium/third_party/icu/source/i18n/ |
smpdtfmt.cpp | 2697 int32_t val = number.getLong(); local 2880 int32_t val = number.getLong(); local [all...] |
/external/chromium/third_party/icu/source/test/intltest/ |
apicoll.cpp | 2272 UColAttributeValue val = c1->getAttribute(UCOL_CASE_FIRST, status); local [all...] |