HomeSort by relevance Sort by last modified time
    Searched refs:pos (Results 2476 - 2500 of 4804) sorted by null

<<919293949596979899100>>

  /external/chromium_org/chrome/browser/safe_browsing/
protocol_parser.cc 26 const char* pos = input; local
27 while (pos && (pos - input < input_len)) {
28 if (*pos == '\n') {
29 line->assign(input, pos - input);
32 ++pos;
  /external/chromium_org/components/breakpad/tools/
crash_service.cc 58 CrashMap::const_iterator pos;
59 for (pos = map.begin(); pos != map.end(); ++pos) {
60 std::wstring line = pos->first;
62 line += pos->second;
  /external/chromium_org/third_party/WebKit/Source/web/
PopupContainer.cpp 59 IntPoint pos = parent->convertSelfToChild(child, e.position()); local
64 relativePos.setX(pos.x());
65 relativePos.setY(pos.y());
71 IntPoint pos = parent->convertSelfToChild(child, e.position()); local
76 relativePos.setX(pos.x());
77 relativePos.setY(pos.y());
  /external/chromium_org/third_party/icu/source/i18n/
utrans.cpp 419 UTransPosition* pos,
424 if (trans == 0 || rep == 0 || repFunc == 0 || pos == 0) {
431 ((Transliterator*) trans)->transliterate(r, *pos, *status);
470 UTransPosition* pos,
475 if (trans == 0 || text == 0 || pos == 0) {
485 ((Transliterator*) trans)->transliterate(str, *pos, *status);
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
SmallSortedMap.java 534 private int pos = -1; field in class:SmallSortedMap.EntryIterator
540 return (pos + 1) < entryList.size() ||
547 // Always increment pos so that we know whether the last returned value
549 if (++pos < entryList.size()) {
550 return entryList.get(pos);
563 if (pos < entryList.size()) {
564 removeArrayEntryAt(pos--);
  /external/chromium_org/v8/tools/
js2c.py 119 def ExpandMacroDefinition(lines, pos, name_pattern, macro, expander):
120 pattern_match = name_pattern.search(lines, pos)
223 pos = 0
225 macro_match = INLINE_MACRO_PATTERN.search(lines, pos)
242 pos = macro_match.start()
246 lines = ExpandMacroDefinition(lines, pos, name_pattern, macro, non_expander)
  /external/icu4c/i18n/
utrans.cpp 419 UTransPosition* pos,
424 if (trans == 0 || rep == 0 || repFunc == 0 || pos == 0) {
431 ((Transliterator*) trans)->transliterate(r, *pos, *status);
470 UTransPosition* pos,
475 if (trans == 0 || text == 0 || pos == 0) {
485 ((Transliterator*) trans)->transliterate(str, *pos, *status);
  /external/libppp/src/
nat_cmd.c 394 int f, pos; local
400 for (f = arg->argn, pos = 0; f < arg->argc; f++) {
402 if (sizeof cmd - pos < len + (len ? 1 : 0))
405 cmd[pos++] = ' ';
406 strcpy(cmd + pos, arg->argv[f]);
407 pos += len;
  /external/qemu/
qemu-sockets-android.c 374 int pos; local
380 if (1 != sscanf(str,":%32[^,]%n",port,&pos)) {
387 if (2 != sscanf(str,"[%64[^]]]:%32[^,]%n",addr,port,&pos)) {
395 if (2 != sscanf(str,"%64[0-9.]:%32[^,]%n",addr,port,&pos)) {
403 if (2 != sscanf(str,"%64[^:]:%32[^,]%n",addr,port,&pos)) {
413 optstr = str + pos;
  /external/smack/src/org/xbill/DNS/
Message.java 108 int pos = in.current(); local
113 tsigstart = pos;
117 sig0start = pos;
406 int pos = out.current(); local
413 pos = out.current();
419 out.jump(pos);
  /external/svox/pico/lib/
picoos.h 333 'pos' bytes from beginning (first byte = byte 0). This
335 picoos_bool picoos_SetPos(picoos_File f, picoos_int32 pos);
338 picoos_bool picoos_GetPos(picoos_File f, picoos_uint32 * pos);
526 * The search is started at *pos inside fromStr and at return, *pos is the position within fromStr after the
529 picoos_uint8 picoos_get_str (picoos_char * fromStr, picoos_uint32 * pos, picoos_char * toStr, picoos_objsize_t maxsize);
532 pico_status_t picoos_read_mem_pi_uint16 (picoos_uint8 * data, picoos_uint32 * pos, picoos_uint16 * val);
534 pico_status_t picoos_read_mem_pi_uint32 (picoos_uint8 * data, picoos_uint32 * pos, picoos_uint32 * val);
536 pico_status_t picoos_write_mem_pi_uint16 (picoos_uint8 * data, picoos_uint32 * pos, picoos_uint16 val);
  /external/v8/src/ia32/
assembler-ia32-inl.h 364 int32_t pos; local
365 pos = label->pos() + Code::kHeaderSize - kHeapObjectTag;
366 emit(pos);
394 return Displacement(long_at(L->pos()));
399 long_at_put(L->pos(), disp.data());
  /external/wpa_supplicant_8/src/crypto/
ms_funcs.c 112 u8 buf[512], *pos; local
120 pos = buf;
121 return md4_vector(1, (const u8 **) &pos, &len, password_hash);
434 u8 *pos; local
454 pos = &pw_block[2 * 256];
455 WPA_PUT_LE16(pos, password_len * 2);
  /external/wpa_supplicant_8/src/eap_peer/
eap.c 900 const u8 *pos; local
907 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_IDENTITY, req,
909 if (pos == NULL)
922 pos, msg_len);
954 char *pos, mnc[4]; local
982 pos = imsi + *imsi_len;
983 pos += os_snprintf(pos, imsi + max_len - pos,
986 *imsi_len = pos - imsi
1172 const u8 *pos; local
1213 const u8 *pos; local
    [all...]
eap_aka.c 163 const char *pos; local
171 pos = (const char *) conf->password;
172 if (hexstr2bin(pos, k, 16))
174 pos += 32;
175 if (*pos != ':')
177 pos++;
179 if (hexstr2bin(pos, opc, 16))
181 pos += 32;
182 if (*pos != ':')
184 pos++
1176 const u8 *pos; local
    [all...]
  /external/zlib/src/
gzread.c 270 state->x.pos += n;
374 state->x.pos += n;
407 state->x.pos++;
455 state->x.pos--;
477 state->x.pos--;
534 state->x.pos += n;
  /frameworks/av/media/libstagefright/
WAVExtractor.cpp 407 int64_t pos = 0; local
413 pos = framenumber * 65;
415 pos = (seekTimeUs * mSampleRate) / 1000000 * mNumChannels * (mBitsPerSample >> 3);
417 if (pos > mSize) {
418 pos = mSize;
420 mCurrentPos = pos + mOffset;
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsdp.cc 259 static bool ParseSessionDescription(const std::string& message, size_t* pos,
275 size_t* pos, cricket::SessionDescription* desc,
283 size_t* pos,
433 size_t* pos,
435 size_t line_begin = *pos;
441 *pos = line_end + 1;
457 *pos = line_begin;
487 size_t pos = 0; local
488 if (!GetLine(message, &pos, line)) {
511 static bool GetLineWithType(const std::string& message, size_t* pos,
560 size_t pos = message.find(delimiter); local
787 size_t pos = 0; local
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
Ropper.java 944 SourcePosition pos = (lastInsn == null) ? SourcePosition.NO_INFO local
1022 SourcePosition pos = method.makeSourcePosistion(0); local
1169 SourcePosition pos = method.makeSourcePosistion(0); local
1213 SourcePosition pos = proto.getPosition(); local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
bitstream.c 214 int x = w->pos - 1;
225 validate_buffer(w->buffer + w->pos,
230 w->buffer[w->pos++] = (lowvalue >> (24 - offset));
279 int x = w->pos - 1;
290 validate_buffer(w->buffer + w->pos,
295 w->buffer[w->pos++] = (lowvalue >> (24 - offset));
326 int x = w->pos - 1;
344 validate_buffer(w->buffer + w->pos,
349 w->buffer[w->pos++] = (lowvalue >> 24);
406 ptr += w->pos;
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p_go_neg.c 37 const u8 *pos, *end; local
44 pos = channel_list;
47 if (end - pos < 3)
49 os_memcpy(dev->country, pos, 3);
50 wpa_hexdump_ascii(MSG_DEBUG, "P2P: Peer country", pos, 3);
51 if (pos[2] != 0x04 && os_memcmp(pos, p2p->cfg->country, 2) != 0) {
54 pos[0], pos[1]);
57 pos += 3
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
rbbitst.cpp 395 int32_t pos; local
398 for (pos=bi->first(); pos!= BreakIterator::DONE; pos=bi->next()) {
399 if (pos != bounds1[i]) {
400 errln("FAIL: expected break at %d, got %d\n", bounds1[i], pos);
406 errln("FAIL: break at %d, expected tag %d, got tag %d\n", pos, brkStatus[i], tag);
1610 int pos = bi->next(); local
2728 int32_t pos; \/\/ Break Position in the test string local
3884 int32_t pos; \/\/ Index of the char following a potential break position local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_aapoint.c 587 float radius, *pos, *tex; local
636 pos = v[0]->data[pos_slot];
637 pos[0] -= radius;
638 pos[1] -= radius;
640 pos = v[1]->data[pos_slot];
641 pos[0] += radius;
642 pos[1] -= radius;
644 pos = v[2]->data[pos_slot];
645 pos[0] += radius;
646 pos[1] += radius
    [all...]
  /external/chromium_org/v8/src/
assembler.h 181 int pos() const;
188 // pos_ < 0 bound label, pos() returns the jump target position
190 // pos_ > 0 linked label, pos() returns the last reference position
196 void bind_to(int pos) {
197 pos_ = -pos - 1;
200 void link_to(int pos, Distance distance = kFar) {
202 near_link_pos_ = pos + 1;
205 pos_ = pos + 1;
512 RelocInfoWriter(byte* pos, byte* pc) : pos_(pos),
517 byte* pos() const { return pos_; } function in class:v8::internal::BASE_EMBEDDED
    [all...]
hydrogen-gvn.cc 220 uint32_t pos = Bound(hash); local
221 if (array_[pos].value != NULL) {
222 if (array_[pos].value->Equals(value)) return array_[pos].value;
223 int next = array_[pos].next;
307 uint32_t pos = Bound(static_cast<uint32_t>(value->Hashcode()));
308 if (array_[pos].value == NULL) {
309 array_[pos].value = value;
310 array_[pos].next = kNil;
319 lists_[new_element_pos].next = array_[pos].next
    [all...]

Completed in 1250 milliseconds

<<919293949596979899100>>