| /dalvik/libcore/xml/src/main/java/org/apache/xpath/compiler/ |
| XPathParser.java | 1805 Object val = Keywords.getAxisName(m_token); local [all...] |
| /dalvik/vm/analysis/ |
| DexOptimize.c | 914 u4 val; local 917 val = read4LE(&ptr); 918 if (sourceAvail && val != modWhen) { 920 val, modWhen); 923 val = read4LE(&ptr); 924 if (sourceAvail && val != crc) { 925 LOGI("DexOpt: source file CRC mismatch (%08x vs %08x)\n", val, crc); 928 val = read4LE(&ptr); 929 if (val != DALVIK_VM_BUILD) { 931 val, DALVIK_VM_BUILD) [all...] |
| RegisterMap.c | 372 u1 val = 0; local 377 val >>= 1; 379 val |= 0x80; /* set hi bit */ 382 *data++ = val; 386 val >>= 8 - (i & 0x07); 387 *data++ = val; 430 u1 val = 0; local 435 val >>= 1; 437 val = *rawMap++; 439 outBuf[i] = '0' + (val & 0x01) 518 u1 val = 0; local [all...] |
| /dalvik/vm/reflect/ |
| Annotation.c | 126 u1 val; local 136 val = *buf++; 137 result |= (val & 0x7f) << shift; 139 } while ((val & 0x80) != 0); 205 s4 val = 0; local 209 val = ((u4)val >> 8) | (((s4)*ptr++) << 24); 210 val >>= (3 - zwidth) * 8; 212 return val; 221 u4 val = 0 local 240 s8 val = 0; local 256 u8 val = 0; local [all...] |
| /development/simulator/app/ |
| MainFrame.cpp | 104 int val; local 106 val = mPhoneWindowPosn.x; 107 pPrefs->GetInt("window-device-x", &val); 108 mPhoneWindowPosn.x = val; 109 val = mPhoneWindowPosn.y; 110 pPrefs->GetInt("window-device-y", &val); 111 mPhoneWindowPosn.y = val; 463 bool val = defaultVal; local 464 pPrefs->GetBool(prefStr, &val); 466 pControl->SetValue(val); 860 const char* val = "0"; local [all...] |
| /external/bluetooth/bluez/audio/ |
| gateway.c | 216 gint val; local 223 sscanf(current, "%d", &val); 226 ind->value = val;
|
| /external/bluetooth/bluez/lib/ |
| hci.c | 54 unsigned int val; member in struct:__anon1110 57 static char *hci_bit2str(hci_map *m, unsigned int val) 67 if ((unsigned int) m->val & val) 74 static int hci_str2bit(hci_map *map, char *str, unsigned int *val) 83 *val = set = 0; 88 *val |= (unsigned int) m->val; 98 static char *hci_uint2str(hci_map *m, unsigned int val) 108 if ((unsigned int) m->val == val) [all...] |
| /external/bluetooth/bluez/tools/ |
| hciconfig.c | 1110 uint16_t val = btohs(bt_get_unaligned((uint16_t *) (ptr + (i * 2)))); local 1111 printf(" 0x%4.4x", val); [all...] |
| hcitool.c | 1863 unsigned int val; local [all...] |
| /external/bluetooth/glib/gio/ |
| gfileinfo.c | 634 GFileAttributeValue *val; local 639 val = g_file_info_find_value_by_name (info, attribute); 640 if (val) 641 return val->status; 674 GFileAttributeValue *val; local 675 val = _g_file_info_get_attribute_value (info, attribute); 676 if (val) 677 return _g_file_attribute_value_as_string (val); [all...] |
| glocalfileinfo.c | 1821 guint32 val; local 1848 guint32 val; local 1897 const char *val; local 1984 guint64 val; local 2066 const char *val; local [all...] |
| /external/bluetooth/glib/glib/ |
| gmessages.c | 140 const gchar *val; local 143 val = g_getenv ("G_MESSAGES_PREFIXED"); 145 if (val) 156 g_log_msg_prefix = g_parse_debug_string (val, keys, G_N_ELEMENTS (keys)); 1088 const gchar *val; local 1092 val = g_getenv ("G_DEBUG"); 1093 if (val != NULL) 1100 _g_debug_flags = g_parse_debug_string (val, keys, G_N_ELEMENTS (keys));
|
| gstrfuncs.c | 419 gdouble val; local 518 val = strtod (copy, &fail_pos); 541 val = strtod (copy, &fail_pos); 555 val = strtod (nptr, &fail_pos); 564 return val; [all...] |
| /external/bluetooth/hcidump/parser/ |
| lmp.c | 106 uint8_t *val = frm->ptr; local 108 memcpy(pairing_data.in_rand, val, 16); 114 uint8_t *val = frm->ptr; local 118 memcpy(pairing_data.comb_key_m, val, 16); 122 memcpy(pairing_data.comb_key_s, val, 16); 133 uint8_t *val = frm->ptr; local 137 memcpy(pairing_data.au_rand_m, val, 16); 141 memcpy(pairing_data.au_rand_s, val, 16); 152 uint8_t *val = frm->ptr; local 156 memcpy(pairing_data.sres_m, val, 4) 598 uint8_t val = LMP_U8(frm); local [all...] |
| rfcomm.h | 52 #define swap_long_frame(x) ((x)->h.length.val = le16_to_cpu((x)->h.length.val)) 222 uint16_t val ; member in union:long_length 368 uint16_t val; member in union:long_length
|
| /external/clearsilver/util/ |
| neo_hdf.c | 339 char *val; local 343 val = hdf_get_valuevf(hdf, namefmt, ap); 345 return val; [all...] |
| /external/dbus/bus/ |
| connection.c | 112 void *val; local 115 /* val is NULL is 0 when it isn't in the hash yet */ 117 val = _dbus_hash_table_lookup_ulong (connections->completed_by_user, 120 current_count = _DBUS_POINTER_TO_INT (val); [all...] |
| /external/dbus/dbus/ |
| dbus-marshal-recursive.c | 2567 DBusBasicValue val; local [all...] |
| dbus-string.c | 2469 unsigned int val; local [all...] |
| dbus-sysdeps-unix.c | 526 int val = on ? 1 : 0; local 527 if (setsockopt (fd, 0, LOCAL_CREDS, &val, sizeof (val)) < 0) 2154 int val; local 2204 int val; local [all...] |
| /external/e2fsprogs/e2fsck/ |
| dict.c | 1291 char *tok1, *tok2, *val; local 1296 "a <key> <val> add new entry\n"; 1327 val = dupstring(tok2); 1328 dn = dnode_create(val); 1330 if (!key || !val || !dn) { 1333 free(val); 1357 char *tok1, *tok2, *val; local 1361 "a <key> <val> add value to dictionary\n" [all...] |
| /external/e2fsprogs/lib/blkid/ |
| probe.c | 607 unsigned char *buf_mft, *val; local 684 val = ((__u8 *) attr) + val_off + i; 685 *cp = val[0]; 686 if (val[1]) [all...] |
| /external/e2fsprogs/misc/ |
| mke2fs.c | 327 static void progress_update(struct progress_struct *progress, __u32 val) 331 printf(progress->format, val, progress->max); 1577 int val; local [all...] |
| /external/freetype/src/psaux/ |
| afmparse.c | 382 AFM_Value val = vals + i; local 385 if ( val->type == AFM_VALUE_TYPE_STRING ) 395 switch ( val->type ) 404 if ( !FT_QALLOC( val->u.s, len + 1 ) ) 406 ft_memcpy( val->u.s, str, len ); 407 val->u.s[len] = '\0'; 413 val->u.f = PS_Conv_ToFixed( (FT_Byte**)(void*)&str, 418 val->u.i = PS_Conv_ToInt( (FT_Byte**)(void*)&str, 423 val->u.b = FT_BOOL( len == 4 && 429 val->u.i = parser->get_index( str, len, parser->user_data ) 566 AFM_ValueRec val; local [all...] |
| /external/freetype/src/pshinter/ |
| pshalgo.c | 148 FT_Int mask = 0, val = 0; local 159 val = *cursor++; 163 if ( val & mask ) 249 FT_Int mask = 0, val = 0; local 263 val = *cursor++; 267 if ( val & mask ) [all...] |