| /external/qemu/distrib/sdl-1.2.12/src/stdlib/ |
| SDL_malloc.c | 2651 bindex_t idx; local 3673 bindex_t idx; local 4099 bindex_t idx; local 4506 bindex_t idx; local [all...] |
| /external/v8/test/cctest/ |
| test-log.cc | 849 size_t idx = GetIndexForAddress(addr); local 850 int item = entities_map[idx]; 943 size_t idx = result->GetIndexForAddress(addr); local 944 result->entities_map[idx] = -1; 949 result->entities_map[idx] = i; 954 CHECK_GE(result->entities_map[idx], 0); 960 size_t idx = result->GetIndexForAddress(addr); local 962 if (result->entities_map[idx] >= 0) { 963 result->entities[result->entities_map[idx]] = NULL; 964 result->entities_map[idx] = -1 [all...] |
| /external/iproute2/ip/ |
| iproute.c | 940 int idx; local 945 if ((idx = ll_name_to_index(d)) == 0) { 949 addattr32(&req.n, sizeof(req), RTA_OIF, idx); 1181 int idx; local 1362 int idx; local [all...] |
| /dalvik/libcore/luni/src/main/java/java/net/ |
| URLClassLoader.java | 574 int idx = 0; local 578 while (idx < name.length() && 579 ((name.charAt(idx) == '/') || (name.charAt(idx) == '\\'))) { 580 idx++; 583 if (idx > 0) { 584 name = name.substring(idx); [all...] |
| /external/tcpdump/ |
| print-juniper.c | 797 u_int idx, offset; local 892 for (idx = 0; idx < l2info->cookie_len; idx++) { 893 l2info->cookie[idx] = p[idx]; /* copy cookie data */ 894 if (eflag) printf("%02x",p[idx]);
|
| /external/astl/src/ |
| string.cpp | 588 value_type *idx = std::strstr(mData + pos, str); local 590 if (NULL == idx) 595 const std::ptrdiff_t delta = idx - mData;
|
| /external/guava/src/com/google/common/collect/ |
| Iterables.java | 176 for (int idx = from - to; idx > 0; idx--) {
|
| /external/jdiff/src/jdiff/ |
| HTMLReportGenerator.java | 1116 int idx = title.indexOf(' '); local 1133 int idx = name.indexOf(".", 20); local 1893 int idx = type.indexOf(", "); local 2028 int idx = comment.indexOf("@first"); local [all...] |
| /external/wpa_supplicant/ |
| ctrl_iface_udp.c | 351 int idx; local 369 idx = 0; 389 idx++;
|
| /external/wpa_supplicant_6/wpa_supplicant/ |
| ctrl_iface_udp.c | 351 int idx; local 369 idx = 0; 389 idx++;
|
| ctrl_iface_unix.c | 516 int idx, res; local 535 idx = 0; 548 idx, errno, strerror(errno)); 558 idx++;
|
| /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/ |
| OpenWnnEngineJAJP.java | 448 int idx = 0; local 453 ss[idx] = new StrSegmentClause(clause, pos, pos + len - 1); 455 idx += 1;
|
| /external/elfutils/src/ |
| ldgeneric.c | 820 Elf32_Word idx = grpref[--cnt]; local 821 XElf_Shdr *shdr = &SCNINFO_SHDR (fileinfo->scninfo[idx].shdr); 823 if (fileinfo->scninfo[idx].grpid != 0) 826 fileinfo->fname, (int) idx, 829 fileinfo->scninfo[idx].grpid = grpscn->grpid; 845 mark_section_used (&fileinfo->scninfo[idx], idx, &ignore); 4810 size_t idx; local 5159 size_t idx; local 5723 size_t idx; local [all...] |
| /prebuilt/sdk/tools/lib/ |
| dx.jar | |
| /build/tools/zipalign/ |
| ZipFile.h | 165 ZipEntry* getEntryByIndex(int idx) const;
|
| /dalvik/vm/jdwp/ |
| Jdwp.h | 84 MethodId methodId; /* method in which "idx" resides */ 85 u8 idx; /* relative index into code block */ member in struct:JdwpLocation
|
| /dalvik/vm/oo/ |
| Class.c | 393 int idx = 0; local 405 LOGI(" %2d: type=%s %s %p\n", idx, kindStr, cpe->fileName, cpe->ptr); 413 idx++; 543 int idx, count; local 579 idx = 0; 590 cpe[idx].kind = kCpeLastEntry; 591 cpe[idx].fileName = NULL; 592 cpe[idx].ptr = NULL; 602 cpe[idx] = tmp; 603 idx++ 2996 int ifCount, superIfCount, idx; local [all...] |
| /external/bluetooth/bluez/audio/ |
| telephony.h | 182 int telephony_list_current_call_ind(int idx, int dir, int status, int mode,
|
| /external/dropbear/libtomcrypt/src/headers/ |
| tomcrypt_prng.h | 184 int prng_is_valid(int idx);
|
| /external/dropbear/libtomcrypt/src/pk/ecc/ |
| ecc_verify_hash.c | 64 /* is the IDX valid ? */ 65 if (ltc_ecc_is_valid_idx(key->idx) != 1) {
|
| /external/icu4c/io/ |
| ustdio.c | 282 int32_t idx = 0; local 285 U16_APPEND(buf, idx, sizeof(buf)/sizeof(*buf), uc, isError); 289 return u_file_write(buf, idx, f) == idx ? uc : U_EOF;
|
| /external/opencore/codecs_v2/video/m4v_h263/enc/src/ |
| vlc_encode.cpp | 1794 Int run, idx; local [all...] |
| /external/openssl/crypto/ui/ |
| ui_lib.c | 583 int UI_set_ex_data(UI *r, int idx, void *arg) 585 return(CRYPTO_set_ex_data(&r->ex_data,idx,arg)); 588 void *UI_get_ex_data(UI *r, int idx) 590 return(CRYPTO_get_ex_data(&r->ex_data,idx));
|
| /external/openssl/ssl/ |
| ssl_sess.c | 99 int SSL_SESSION_set_ex_data(SSL_SESSION *s, int idx, void *arg) 101 return(CRYPTO_set_ex_data(&s->ex_data,idx,arg)); 104 void *SSL_SESSION_get_ex_data(const SSL_SESSION *s, int idx) 106 return(CRYPTO_get_ex_data(&s->ex_data,idx));
|
| /frameworks/base/tools/aapt/ |
| ZipFile.h | 165 ZipEntry* getEntryByIndex(int idx) const;
|