HomeSort by relevance Sort by last modified time
    Searched full:start_pos (Results 1 - 25 of 106) sorted by null

1 2 3 4 5

  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host_unittest.cc 155 size_t start_pos = SIZE_MAX, rtp_length = SIZE_MAX; local
159 &start_pos, &rtp_length)); local
160 EXPECT_EQ(SIZE_MAX, start_pos);
166 &start_pos, &rtp_length)); local
167 EXPECT_EQ(SIZE_MAX, start_pos);
175 size_t start_pos = SIZE_MAX, rtp_length = SIZE_MAX; local
179 &start_pos, &rtp_length)); local
180 EXPECT_EQ(SIZE_MAX, start_pos);
186 &start_pos, &rtp_length)); local
187 EXPECT_EQ(SIZE_MAX, start_pos);
193 &start_pos, &rtp_length)); local
200 size_t start_pos = SIZE_MAX, rtp_length = SIZE_MAX; local
204 &start_pos, &rtp_length)); local
211 &start_pos, &rtp_length)); local
219 size_t start_pos = SIZE_MAX, rtp_length = SIZE_MAX; local
223 &start_pos, &rtp_length)); local
231 size_t start_pos = SIZE_MAX, rtp_length = SIZE_MAX; local
235 &start_pos, &rtp_length)); local
242 size_t start_pos = SIZE_MAX, rtp_length = SIZE_MAX; local
246 &start_pos, &rtp_length)); local
254 &start_pos, &rtp_length)); local
261 size_t start_pos = 0, rtp_length = 0; local
264 sizeof(kTurnChannelMsgWithRtpPacket), &start_pos, &rtp_length)); local
272 &start_pos, &rtp_length)); local
    [all...]
  /external/chromium_org/components/bookmarks/test/
bookmark_test_helpers.cc 55 std::string::size_type start_pos) {
59 std::string::size_type end_pos = model_string.find(' ', start_pos);
61 std::string::size_type part_length = end_pos - start_pos;
62 std::string node_name = model_string.substr(start_pos, part_length);
84 start_pos = end_pos;
85 end_pos = model_string.find(' ', start_pos);
133 std::string::size_type start_pos = 0; local
135 AddNodesFromString(model, node, model_string, start_pos);
  /external/chromium_org/content/renderer/android/
address_detector.cc 50 size_t* start_pos,
53 if (address_parser::FindAddress(begin, end, start_pos, end_pos)) {
55 GetContentText(base::string16(begin + *start_pos, begin + *end_pos)));
phone_number_detector.cc 60 size_t* start_pos,
80 // Need to return start_pos and end_pos relative to a UTF16 encoding.
81 *start_pos =
83 *end_pos = *start_pos + base::UTF8ToUTF16(match.raw_string()).length();
address_detector.h 24 size_t* start_pos,
email_detector.h 28 size_t* start_pos,
phone_number_detector.h 29 size_t* start_pos,
content_detector.h 45 // the input iterators are returned in start_pos and end_pos.
49 size_t* start_pos,
email_detector.cc 47 size_t* start_pos,
60 *start_pos = matcher->start(status);
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
aligned_malloc.cc 28 uintptr_t GetRightAlign(uintptr_t start_pos, size_t alignment) {
31 return (start_pos + alignment - 1) & ~(alignment - 1);
49 uintptr_t start_pos = reinterpret_cast<uintptr_t>(pointer); local
50 return reinterpret_cast<void*>(GetRightAlign(start_pos, alignment));
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/lexer/
Lexer.java 60 int start_pos = this.pos; local
163 start_pos + 1);
178 start_pos + 1);
192 start_pos + 1);
206 start_pos + 1);
220 start_pos + 1);
234 start_pos + 1);
248 start_pos + 1);
262 start_pos + 1);
277 start_pos + 1)
    [all...]
  /external/chromium_org/content/common/android/
address_parser.h 23 // position to search from, |end| is the position to search to. |start_pos|
28 size_t* start_pos,
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
decode_residual.c 44 int16_t meml_gotten, Nfor, Nback, diff, start_pos; local
53 start_pos = (iLBC_encbits->startIdx-1)*SUBL;
55 start_pos = (iLBC_encbits->startIdx-1)*SUBL + diff;
62 &decresidual[start_pos], iLBCdec_inst->state_short_len
70 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-iLBCdec_inst->state_short_len, decresidual+start_pos,
76 &decresidual[start_pos+iLBCdec_inst->state_short_len],
89 decresidual+start_pos, meml_gotten);
103 WebRtcSpl_MemCpyReversedOrder(&decresidual[start_pos-1],
encode.c 52 int16_t diff, start_pos; local
91 start_pos = iLBCenc_inst->start_pos;
173 start_pos = (iLBCbits_inst->startIdx-1)*SUBL;
176 start_pos = (iLBCbits_inst->startIdx-1)*SUBL + diff;
181 WebRtcIlbcfix_StateSearch(iLBCenc_inst, iLBCbits_inst, &residual[start_pos],
187 &decresidual[start_pos], iLBCenc_inst->state_short_len
198 decresidual+start_pos, iLBCenc_inst->state_short_len);
203 &residual[start_pos+iLBCenc_inst->state_short_len],
209 WebRtcIlbcfix_CbConstruct(&decresidual[start_pos+iLBCenc_inst->state_short_len]
    [all...]
  /external/chromium_org/v8/src/
messages.h 47 int start_pos,
50 start_pos_(start_pos),
55 int start_pos() const { return start_pos_; } function in class:v8::internal::MessageLocation
preparse-data.cc 33 void CompleteParserRecorder::LogMessage(int start_pos,
42 function_store_.Add(start_pos);
  /external/chromium_org/win8/metro_driver/ime/
text_store.cc 309 const uint32 start_pos = acp_start - committed_size_; local
312 if (start_pos == end_pos) {
318 if (start_pos == 0) {
327 } else if (delegate_->GetCompositionCharacterBounds(start_pos - 1,
335 if (delegate_->GetCompositionCharacterBounds(start_pos, &tmp_rect)) {
348 if (start_pos == 0)
396 const LONG start_pos = selection_start_; local
398 const LONG new_end_pos = start_pos + text_buffer_size;
404 *acp_start = start_pos;
415 DCHECK_LE(start_pos, end_pos)
625 const LONG start_pos = selection_buffer[0].acpStart; local
796 LONG start_pos, length; local
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Plex/
Scanners.pxd 16 cdef public Py_ssize_t start_pos
Scanners.py 59 # start_pos = 0 # position in input of start of token
88 self.start_pos = 0
135 self.start_pos = self.cur_pos
142 action, self.start_pos, self.cur_pos))
143 text = self.buffer[self.start_pos - self.buf_start_pos :
147 if self.cur_pos == self.start_pos:
200 discard = self.start_pos - buf_start_pos
  /external/chromium_org/pdf/
document_loader.cc 322 uint32 start_pos, end_pos; local
323 if (GetByteRange(headers, &start_pos, &end_pos)) {
324 current_pos_ = start_pos;
325 if (end_pos && end_pos > start_pos)
326 current_chunk_size_ = end_pos - start_pos + 1;
393 uint32 start_pos, end_pos; local
394 if (GetByteRange(std::string(buffer_, i), &start_pos, &end_pos)) {
395 current_pos_ = start_pos;
398 if (end_pos && end_pos > start_pos)
399 current_chunk_size_ = end_pos - start_pos + 1
    [all...]
  /external/libnfc-nxp/src/
phLlcNfc_Frame.c 761 ps_store_frame->start_pos) % PH_LLCNFC_MOD_NS_NR))
865 ps_store_frame->start_pos))
922 (((ns_rejected != ps_store_frame->start_pos) &&
    [all...]
  /packages/apps/Browser/tools/
get_search_engines.py 114 start_pos = self.chrome_data.find('{', search_obj.start()) + 1;
115 end_pos = self.chrome_data.find('};', start_pos);
116 engine_data_str = self.chrome_data[start_pos:end_pos]
122 start_pos = line.find(' // ')
123 if start_pos != -1:
124 line = line[:start_pos]
  /external/chromium_org/content/common/gpu/media/
video_decode_accelerator_unittest.cc 270 // to the decoder, starting at |start_pos| and returning one fragment. Skips
272 std::string GetBytesForFirstFragment(size_t start_pos, size_t* end_pos);
274 // (based on |start_pos|).
275 std::string GetBytesForNextFragment(size_t start_pos, size_t* end_pos);
277 void GetBytesForNextNALU(size_t start_pos, size_t* end_pos); // For h.264.
279 size_t start_pos, size_t* end_pos); // For VP8.
656 size_t start_pos, size_t* end_pos) {
658 *end_pos = start_pos;
665 *end_pos = start_pos;
669 return GetBytesForNextFragment(start_pos, end_pos)
    [all...]
  /external/chromium_org/chrome/browser/history/
scored_history_match.h 73 // word break that are in the range [|start_pos|, |end_pos|).
74 // start_pos == string::npos is treated as start_pos = length of string.
81 size_t start_pos,
  /external/chromium_org/ui/gfx/
interpolated_transform.cc 242 InterpolatedTranslation::InterpolatedTranslation(const gfx::Point& start_pos,
245 start_pos_(start_pos),
249 InterpolatedTranslation::InterpolatedTranslation(const gfx::Point& start_pos,
254 start_pos_(start_pos),

Completed in 2479 milliseconds

1 2 3 4 5