Searched defs:start_pos (Results 1 - 25 of 59) sorted by last modified time

123

/external/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc112 string::size_type start_pos = 0; local
115 pos = s.find(oldsub, start_pos);
119 res->append(s, start_pos, pos - start_pos);
121 start_pos = pos + oldsub.size(); // start searching again after the "old"
123 res->append(s, start_pos, s.length() - start_pos);
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_parser.cpp623 FX_FILESIZE start_pos, start_pos1; local
671 start_pos = pos + i;
732 start_pos = start_pos1;
767 FX_FILESIZE obj_pos = start_pos - m_Syntax.m_HeaderOffset;
768 last_obj = start_pos;
H A Dfpdf_parser_utility.cpp66 FX_DWORD start_pos = m_dwCurPos - 1; local
67 pStart = m_pData + start_pos;
78 dwSize = m_dwCurPos - start_pos;
200 FX_DWORD& start_pos, FX_DWORD& end_pos)
206 start_pos = m_dwCurPos;
199 FindTagPair(FX_BSTR start_token, FX_BSTR end_token, FX_DWORD& start_pos, FX_DWORD& end_pos) argument
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_fax.cpp11 int _FindBit(const FX_BYTE* data_buf, int max_pos, int start_pos, int bit) argument
13 if (start_pos >= max_pos) {
17 if (start_pos % 8) {
18 FX_BYTE data = data_buf[start_pos / 8];
20 data &= 0xff >> (start_pos % 8);
22 data |= 0xff << (8 - start_pos % 8);
25 return start_pos / 8 * 8 + leading_pos[data];
27 start_pos += 7;
30 int byte_pos = start_pos / 8;
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dopenjpeg.h642 OPJ_OFF_T start_pos; member in struct:opj_packet_info
691 int start_pos; member in struct:opj_tile_info
869 OPJ_OFF_T start_pos; member in struct:opj_tp_index
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
H A Dt1parse.c276 FT_Long start_pos = FT_STREAM_POS(); local
306 if ( FT_STREAM_SEEK( start_pos ) ||
/external/lldb/source/Breakpoint/
H A DBreakpointIDList.cpp357 std::string::size_type start_pos = 0; local
373 *range_start_len = idx - start_pos;
374 std::string start_str = arg_str.substr (start_pos, *range_start_len);
/external/libvpx/libvpx/third_party/nestegg/src/
H A Dnestegg.c1822 int64_t * start_pos, int64_t * end_pos, uint64_t * tstamp)
1833 if (!start_pos || !end_pos || !tstamp)
1837 *start_pos = -1;
1871 *start_pos = ctx->segment_offset+seek_pos;
1821 nestegg_get_cue_point(nestegg * ctx, unsigned int cluster_num, int64_t max_offset, int64_t * start_pos, int64_t * end_pos, uint64_t * tstamp) argument
/external/libvpx/libvpx/vp8/encoder/
H A Dfirstpass.c1335 FIRSTPASS_STATS *start_pos; local
1375 start_pos = cpi->twopass.stats_in; /* Note starting "file" position */
1387 reset_fpf_position(cpi, start_pos);
1394 start_pos = cpi->twopass.stats_in; /* Note starting "file" position */
1405 reset_fpf_position(cpi, start_pos); /* Reset file position */
1741 FIRSTPASS_STATS *start_pos; local
1775 start_pos = cpi->twopass.stats_in;
2144 reset_fpf_position(cpi, start_pos);
2332 reset_fpf_position(cpi, start_pos);
2352 reset_fpf_position(cpi, start_pos);
2647 FIRSTPASS_STATS *start_pos; local
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_firstpass.c944 const FIRSTPASS_STATS *start_pos; local
1004 start_pos = twopass->stats_in;
1015 reset_fpf_position(twopass, start_pos);
1024 start_pos = twopass->stats_in;
1038 reset_fpf_position(twopass, start_pos);
1411 const FIRSTPASS_STATS *start_pos; local
1443 start_pos = twopass->stats_in;
1663 reset_fpf_position(twopass, start_pos);
1774 reset_fpf_position(twopass, start_pos);
1787 reset_fpf_position(twopass, start_pos);
1843 const FIRSTPASS_STATS *start_pos = twopass->stats_in; local
[all...]
/external/libpng/contrib/tools/
H A Dpngfix.c2615 fpos_t start_pos; local
2619 file_getpos(file, &start_pos);
2689 file_setpos(file, &start_pos);
/external/libnfc-nxp/src/
H A DphLlcNfc_DataTypes.h460 uint8_t start_pos; member in struct:phLlcNfc_StoreIFrame
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/v8/src/
H A Dcode-stubs-hydrogen.cc1417 HValue* start_pos = AddUncasted<HSub>(array_length, local
1419 HValue* slot_iterator = loop_builder.BeginBody(start_pos,
H A Dflags.cc404 int start_pos = (value == NULL) ? i : i - 1; local
405 int js_argc = *argc - start_pos;
411 js_argv[k - start_pos] = StrDup(argv[k]);
H A Disolate.cc1090 thread_local_top()->pending_message_start_pos_ = location->start_pos();
1115 location->script()->GetLineNumber(location->start_pos()) + 1;
1218 int start_pos = thread_local_top_.pending_message_start_pos_; local
1220 MessageLocation location(script, start_pos, end_pos);
1241 int start_pos = thread_local_top_.pending_message_start_pos_; local
1243 return MessageLocation(script, start_pos, end_pos);
H A Djsregexp.cc5452 int start_pos = 0; local
5459 start_pos = i + 1;
5465 // [start_pos..end_pos[. Ranges before start_pos or at or after end_pos are
5467 // If start_pos == end_pos, the range must be inserted before start_pos.
5468 // if start_pos < end_pos, the entire range from start_pos to end_pos
5471 if (start_pos == end_pos) {
5472 // Insert between existing ranges at position start_pos
[all...]
H A Dmessages.h47 int start_pos,
50 start_pos_(start_pos),
55 int start_pos() const { return start_pos_; } function in class:v8::internal::MessageLocation
46 MessageLocation(Handle<Script> script, int start_pos, int end_pos) argument
H A Dparser.h45 int start_pos() { return backing_[kStartPositionIndex]; } function in class:v8::internal::BASE_EMBEDDED
H A Dpreparse-data.cc33 void CompleteParserRecorder::LogMessage(int start_pos, argument
42 function_store_.Add(start_pos);
H A Dpreparser.cc54 void PreParserTraits::ReportMessageAt(int start_pos, argument
59 pre_parser_->log_->LogMessage(start_pos, end_pos, message, arg,
H A Dpreparser.h503 ExpressionT ParseArrowFunctionLiteral(int start_pos, ExpressionT params_ast,
1261 void ReportMessageAt(int start_pos,
2610 Traits>::ParseArrowFunctionLiteral(int start_pos, ExpressionT params_ast, argument
2631 Scanner::Location(start_pos, scanner()->location().beg_pos),
2677 scope->set_start_position(start_pos);
2692 CheckOctalLiteral(start_pos, scanner()->location().end_pos, CHECK_OK);
2708 start_pos);
2710 function_literal->set_function_token_position(start_pos);
H A Druntime.cc6251 int start_pos = (minus ? 1 : 0); local
6253 if (start_pos == len) {
6255 } else if (data[start_pos] > '9') {
6260 if (data[start_pos] != 'I' && data[start_pos] != 0xa0) {
6263 } else if (len - start_pos < 10 && AreDigits(data, start_pos, len)) {
6266 int d = ParseDecimalInteger(data, start_pos, len);
H A Dscanner.cc800 int start_pos = source_pos(); // For reporting octal positions. local
846 octal_pos_ = Location(start_pos, source_pos());
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Daligned_malloc.cc28 uintptr_t GetRightAlign(uintptr_t start_pos, size_t alignment) { argument
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));

Completed in 675 milliseconds

123