/external/chromium_org/v8/test/mjsunit/ |
array-concat.js | 35 while (pos = poses.shift()) { 36 var a = new Array(pos); 39 assertEquals(pos, a.length); 41 assertEquals(pos + 1, a.length); 44 assertEquals(pos + 2, c.length); 45 assertEquals("undefined", typeof(c[pos - 1])); 46 assertEquals("foo", c[pos]); 47 assertEquals("bar", c[pos + 1]); 62 assertEquals(pos + 2, c.length); 64 assertEquals("undefined", typeof(c[pos - 1])) [all...] |
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
SourcePosition.java | 106 SourcePosition pos = (SourcePosition) other; local 108 return (address == pos.address) && sameLineAndFile(pos);
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/transport/ |
ClientServerHello.java | 28 int pos = 0; local 37 buffer[pos++] = (byte) c; 52 if (pos >= buffer.length)
|
/external/harfbuzz/src/ |
harfbuzz-stream-private.h | 42 HB_UInt pos ); 57 #define FILE_Seek(pos) SET_ERR( _hb_stream_seek( stream, pos ) )
|
/external/harfbuzz_ng/src/hb-old/ |
harfbuzz-stream-private.h | 42 HB_UInt pos ); 57 #define FILE_Seek(pos) SET_ERR( _hb_stream_seek( stream, pos ) )
|
/external/hyphenation/ |
hyphen.c | 661 char *** rep, int ** pos, int ** cut, int lhmin) 666 if (*rep && *pos && *cut && (*rep)[j]) { 668 if (rh && (hnj_hyphen_strnlen(word, j - (*pos)[j] + 1, utf8) + 683 char *** rep, int ** pos, int ** cut, int rhmin) 689 if (*rep && *pos && *cut && (*rep)[j]) { 691 if (rh && (hnj_hyphen_strnlen(word + j - (*pos)[j] + (*cut)[j] + 1, 100, utf8) + 707 char * hyphens, char *** rep, int ** pos, int ** cut, 869 if (rep && pos && cut) { 870 if (!*rep && !*pos && !*cut) { 873 *pos = (int *) malloc(sizeof(int) * word_size) [all...] |
/external/icu4c/i18n/ |
anytrans.cpp | 228 void AnyTransliterator::handleTransliterate(Replaceable& text, UTransPosition& pos, 230 int32_t allStart = pos.start; 231 int32_t allLimit = pos.limit; 233 ScriptRunIterator it(text, pos.contextStart, pos.contextLimit); 245 // pos.start up to date. 246 pos.start = it.limit; 255 pos.start = uprv_max(allStart, it.start); 256 pos.limit = uprv_min(allLimit, it.limit); 257 int32_t limit = pos.limit [all...] |
winnmfmt.h | 56 * @param pos On input: an alignment field, if desired. 62 FieldPosition& pos) const; 70 * @param pos On input: an alignment field, if desired. 76 FieldPosition& pos) const; 84 * @param pos On input: an alignment field, if desired. 90 FieldPosition& pos) const;
|
/external/libvorbis/lib/ |
tone.c | 23 char *pos=strchr(argv[i+1],','); local 26 if(pos) 27 amp[i]=atof(pos+1)*32767.f;
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
MetaBox.java | 65 int pos = content.position(); local 70 content.position(pos); 74 content.position(pos);
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/ |
ExtensionDescriptor.java | 50 final int pos = i - 0x6A;
local 51 log.finest("pos:" + pos);
52 ints[pos] = i;
|
/external/qemu/android/ |
async-utils.h | 53 size_t pos; member in struct:__anon24626 94 size_t pos; member in struct:__anon24627 138 size_t pos; member in struct:__anon24628
|
/external/qemu/distrib/sdl-1.2.15/src/joystick/macos/ |
SDL_sysjoystick.c | 247 Uint8 pos; local 254 pos = SDL_HAT_CENTERED; 257 pos = SDL_HAT_LEFT; 260 pos = SDL_HAT_LEFTUP; 263 pos = SDL_HAT_UP; 266 pos = SDL_HAT_RIGHTUP; 269 pos = SDL_HAT_RIGHT; 272 pos = SDL_HAT_RIGHTDOWN; 275 pos = SDL_HAT_DOWN; 278 pos = SDL_HAT_LEFTDOWN [all...] |
/external/v8/test/mjsunit/ |
array-concat.js | 35 while (pos = poses.shift()) { 36 var a = new Array(pos); 39 assertEquals(pos, a.length); 41 assertEquals(pos + 1, a.length); 44 assertEquals(pos + 2, c.length); 45 assertEquals("undefined", typeof(c[pos - 1])); 46 assertEquals("foo", c[pos]); 47 assertEquals("bar", c[pos + 1]); 62 assertEquals(pos + 2, c.length); 64 assertEquals("undefined", typeof(c[pos - 1])) [all...] |
/external/wpa_supplicant_8/src/ap/ |
ieee802_11_ht.c | 31 u8 *pos = eid; local 37 *pos++ = WLAN_EID_HT_CAP; 38 *pos++ = sizeof(*cap); 40 cap = (struct ieee80211_ht_capabilities *) pos; 51 pos += sizeof(*cap); 53 return pos; 60 u8 *pos = eid; local 65 *pos++ = WLAN_EID_HT_OPERATION; 66 *pos++ = sizeof(*oper); 68 oper = (struct ieee80211_ht_operation *) pos; [all...] |
/external/wpa_supplicant_8/src/crypto/ |
rc4.c | 20 u8 S[256], *pos; local 45 pos = data; 50 *pos++ ^= S[(S[i] + S[j]) & 0xff];
|
sha1-pbkdf2.c | 76 unsigned char *pos = buf; local 86 os_memcpy(pos, digest, plen); 87 pos += plen;
|
/external/wpa_supplicant_8/src/eap_peer/ |
eap_eke.c | 192 const u8 *pos, *end; local 209 pos = payload; 212 num_prop = *pos++; 213 pos++; /* Ignore Reserved field */ 215 if (pos + num_prop * 4 > end) { 223 const u8 *tmp = pos; 226 i, pos[0], pos[1], pos[2], pos[3]) 320 const u8 *pos, *end, *dhcomp; local 464 const u8 *pos, *end; local 609 const u8 *pos, *end; local [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
nfc_pw_token.c | 21 const u8 *pos; local 28 pos = wpabuf_head(buf); 31 printf("%02X", *pos++);
|
wpa_priv.c | 119 u8 *buf = NULL, *pos, *end; local 130 pos = buf; 133 os_memcpy(pos, &val, sizeof(int)); 134 pos += sizeof(int); 139 if (end - pos < (int) sizeof(int) + val) 141 os_memcpy(pos, &val, sizeof(int)); 142 pos += sizeof(int); 143 os_memcpy(pos, r, val); 144 pos += val; 147 sendto(iface->fd, buf, pos - buf, 0, (struct sockaddr *) from 458 char buf[2000], *pos; local 561 char *pos; local 703 u8 *buf, *pos; local 796 u8 *buf, *pos; local [all...] |
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
ISO8601Converter.java | 205 int digits = input.pos(); 212 digits = input.pos() - digits; 392 private int pos = 0; field in class:ParseState 418 return pos < str.length(); 439 return pos < str.length() ? 440 str.charAt(pos) : 450 pos++; 457 public int pos() method in class:ParseState 459 return pos; 474 char ch = ch(pos); [all...] |
Utils.java | 125 int pos = 1; local 126 if (selector.charAt(pos) == '?') 128 pos++; 130 String name = selector.substring(pos, eq); 133 pos = eq + 1; 134 char quote = selector.charAt(pos); 135 pos++; 138 while (pos < end) 140 value.append(selector.charAt(pos)); 141 pos++ [all...] |
/external/yaffs2/yaffs2/direct/ |
yaffs_fileem2k.c | 145 int pos; local 154 pos = (chunkInNAND % (PAGES_PER_BLOCK * BLOCKS_PER_HANDLE)) * PAGE_SIZE; 157 lseek(h,pos,SEEK_SET); 170 pos = (chunkInNAND % (PAGES_PER_BLOCK * BLOCKS_PER_HANDLE)) * PAGE_SIZE + PAGE_DATA_SIZE ; 173 lseek(h,pos,SEEK_SET); 213 int pos; local 223 pos = (chunkInNAND % (PAGES_PER_BLOCK * BLOCKS_PER_HANDLE)) * PAGE_SIZE; 225 lseek(h,pos,SEEK_SET); 233 pos = (chunkInNAND % (PAGES_PER_BLOCK * BLOCKS_PER_HANDLE)) * PAGE_SIZE + PAGE_DATA_SIZE; 235 lseek(h,pos,SEEK_SET) 320 int pos; local [all...] |
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/ |
cor_h_vec_opt.s | 44 @r0 --- h[], r1 --- vec[], r2 --- pos 49 ADD r9, r1, r2, LSL #1 @p2 = &vec[pos] 51 RSB r11, r2, #62 @j=62-pos 71 ADD r9, r3, r2, LSL #1 @address of sign[pos] 73 LDRSH r10, [r9], #2 @sign[pos] 74 LDRSH r11, [r9] @sign[pos + 1] 94 ADD r9, r1, r2, LSL #1 @p2 = &vec[pos] 96 RSB r11, r2, #62 @j=62-pos 118 ADD r9, r3, r2, LSL #1 @address of sign[pos] 120 LDRSH r10, [r9], #2 @sign[pos] [all...] |
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/ |
cor_h_vec_neon.s | 44 @r0 --- h[], r1 --- vec[], r2 --- pos 50 ADD r9, r1, r2, LSL #1 @p2 = &vec[pos] 52 RSB r11, r2, #62 @j=62-pos 72 ADD r9, r3, r2, LSL #1 @address of sign[pos] 74 LDRSH r10, [r9], #2 @sign[pos] 75 LDRSH r11, [r9] @sign[pos + 1] 95 ADD r9, r1, r2, LSL #1 @p2 = &vec[pos] 97 RSB r11, r2, #62 @j=62-pos 119 ADD r9, r3, r2, LSL #1 @address of sign[pos] 121 LDRSH r10, [r9], #2 @sign[pos] [all...] |