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

1 2 3 4 5

  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host_unittest.cc 155 int start_pos = INT_MAX, rtp_length = INT_MAX; local
159 &start_pos, &rtp_length)); local
160 EXPECT_EQ(INT_MAX, start_pos);
166 &start_pos, &rtp_length)); local
167 EXPECT_EQ(INT_MAX, start_pos);
175 int start_pos = INT_MAX, rtp_length = INT_MAX; local
179 &start_pos, &rtp_length)); local
180 EXPECT_EQ(INT_MAX, start_pos);
186 &start_pos, &rtp_length)); local
187 EXPECT_EQ(INT_MAX, start_pos);
193 &start_pos, &rtp_length)); local
200 int start_pos = INT_MAX, rtp_length = INT_MAX; local
204 &start_pos, &rtp_length)); local
211 &start_pos, &rtp_length)); local
219 int start_pos = INT_MAX, rtp_length = INT_MAX; local
223 &start_pos, &rtp_length)); local
231 int start_pos = INT_MAX, rtp_length = INT_MAX; local
235 &start_pos, &rtp_length)); local
242 int start_pos = INT_MAX, rtp_length = INT_MAX; local
246 &start_pos, &rtp_length)); local
254 &start_pos, &rtp_length)); local
261 int start_pos = -1, rtp_length = -1; local
264 sizeof(kTurnChannelMsgWithRtpPacket), &start_pos, &rtp_length)); local
272 &start_pos, &rtp_length)); local
    [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/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/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/third_party/webrtc/modules/audio_coding/codecs/ilbc/
decode_residual.c 42 int16_t meml_gotten, Nfor, Nback, diff, start_pos; local
51 start_pos = (iLBC_encbits->startIdx-1)*SUBL;
53 start_pos = (iLBC_encbits->startIdx-1)*SUBL + diff;
60 &decresidual[start_pos], iLBCdec_inst->state_short_len
68 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-iLBCdec_inst->state_short_len, decresidual+start_pos,
74 &decresidual[start_pos+iLBCdec_inst->state_short_len],
87 decresidual+start_pos, meml_gotten);
101 WebRtcSpl_MemCpyReversedOrder(&decresidual[start_pos-1],
encode.c 50 int16_t diff, start_pos; local
89 start_pos = iLBCenc_inst->start_pos;
171 start_pos = (iLBCbits_inst->startIdx-1)*SUBL;
174 start_pos = (iLBCbits_inst->startIdx-1)*SUBL + diff;
179 WebRtcIlbcfix_StateSearch(iLBCenc_inst, iLBCbits_inst, &residual[start_pos],
185 &decresidual[start_pos], iLBCenc_inst->state_short_len
196 decresidual+start_pos, iLBCenc_inst->state_short_len);
201 &residual[start_pos+iLBCenc_inst->state_short_len],
207 WebRtcIlbcfix_CbConstruct(&decresidual[start_pos+iLBCenc_inst->state_short_len]
    [all...]
  /external/chromium_org/content/renderer/android/
address_detector.h 24 size_t* start_pos,
email_detector.h 28 size_t* start_pos,
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();
phone_number_detector.h 29 size_t* start_pos,
email_detector.cc 47 size_t* start_pos,
60 *start_pos = matcher->start(status);
content_detector.h 45 // the input iterators are returned in start_pos and end_pos.
49 size_t* start_pos,
  /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 34 void CompleteParserRecorder::LogMessage(int start_pos,
43 function_store_.Add(start_pos);
  /external/aac/libSBRdec/src/
env_calc.h 155 int start_pos, int next_pos,
162 int start_pos,
env_calc.cpp 163 int start_pos, int next_pos,
172 int start_pos, int next_pos,
612 UCHAR start_pos = hHeaderData->timeStep * borders[i]; /* Start-position in time (subband sample) for current envelope. */ local
649 start_pos, stop_pos,
658 start_pos, stop_pos,
    [all...]
  /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...]
  /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/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...]
  /external/chromium_org/content/common/gpu/media/
video_decode_accelerator_unittest.cc 274 // to the decoder, starting at |start_pos| and returning one fragment. Skips
276 std::string GetBytesForFirstFragment(size_t start_pos, size_t* end_pos);
278 // (based on |start_pos|).
279 std::string GetBytesForNextFragment(size_t start_pos, size_t* end_pos);
281 void GetBytesForNextNALU(size_t start_pos, size_t* end_pos); // For h.264.
283 size_t start_pos, size_t* end_pos); // For VP8.
690 size_t start_pos, size_t* end_pos) {
692 *end_pos = start_pos;
699 *end_pos = start_pos;
703 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/ppapi/examples/video_decode/
video_decode.cc 198 static void GetNextFrame(size_t* start_pos, size_t* end_pos) {
199 size_t current_pos = *start_pos;
206 *start_pos = current_pos;
219 static void GetNextFrame(size_t* start_pos, size_t* end_pos) {
220 assert(LookingAtNAL(kData, *start_pos));
221 *end_pos = *start_pos;
306 size_t start_pos = encoded_data_next_pos_to_decode_; local
308 GetNextFrame(&start_pos, &end_pos);
312 uint32_t size = static_cast<uint32_t>(end_pos - start_pos);
316 kData + start_pos,
    [all...]

Completed in 1092 milliseconds

1 2 3 4 5