Home
last modified time | relevance | path

Searched refs:last_pos (Results 1 – 21 of 21) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Compiler/
DAnnotate.py28 self.last_pos = None
35 self.last_pos = create_from.last_pos
47 if self.last_pos:
48 pos_code = self.code.setdefault(self.last_pos[0].filename,{})
49 code = pos_code.get(self.last_pos[1], "")
50 pos_code[self.last_pos[1]] = code + self.annotation_buffer.getvalue()
52 self.last_pos = pos
/external/pdfium/core/src/fpdftext/
Dfpdf_text_search.cpp95 FX_FLOAT last_pos = item.m_OriginX; in FPDFText_ProcessInterObj() local
120 if (FXSYS_fabs(last_pos + last_width - x) > threshold && curChar != L' ' && preChar != L' ') in FPDFText_ProcessInterObj()
122 if((x - last_pos - last_width) > threshold || (last_pos - x - last_width) > threshold) { in FPDFText_ProcessInterObj()
125 if(x < 0 && (last_pos - x - last_width) > threshold) { in FPDFText_ProcessInterObj()
128 … if((x - last_pos - last_width) > this_width || (x - last_pos - this_width) > last_width ) { in FPDFText_ProcessInterObj()
132 if(last_pos + last_width > x + this_width && curChar == L' ') { in FPDFText_ProcessInterObj()
Dfpdf_text_int.cpp1957 FX_FLOAT last_pos = PrevItem.m_OriginX; local
2036 if (FXSYS_fabs(last_pos + last_width - x) > threshold && curChar != L' ' && preChar != L' ')
2038 if((x - last_pos - last_width) > threshold || (last_pos - x - last_width) > threshold) {
2041 if(x < 0 && (last_pos - x - last_width) > threshold) {
2044 … if((x - last_pos - last_width) > this_width || (x - last_pos - this_width) > last_width ) {
/external/oprofile/libopagent/
Dopagent.c283 long cur_pos, last_pos; in op_write_debug_line_info() local
332 if ((last_pos = ftell(dumpfile)) == -1l) in op_write_debug_line_info()
334 rec.total_size = last_pos - cur_pos; in op_write_debug_line_info()
343 if (fseek(dumpfile, last_pos + padding_count, SEEK_SET) == -1) in op_write_debug_line_info()
/external/chromium_org/android_webview/tools/
Dwebview_licenses.py126 last_pos = 0
130 result.append(s[last_pos:m.end()])
131 last_pos = m.end()
133 result.append(s[last_pos:])
/external/chromium_org/sandbox/win/src/
Dwin_utils.cc96 base::string16::size_type last_pos = base::string16::npos; in IsReparsePoint() local
99 path = path.substr(0, last_pos); in IsReparsePoint()
117 last_pos = path.rfind(L'\\'); in IsReparsePoint()
118 } while (last_pos > 2); // Skip root dir. in IsReparsePoint()
/external/stressapptest/src/
Ddisk_blocks.cc95 int last_pos = nelems_ - 1; in RemoveBlock() local
97 pos_to_addr_[last_pos]); in RemoveBlock()
102 pos_to_addr_[curr_pos] = pos_to_addr_[last_pos]; in RemoveBlock()
/external/chromium_org/url/
Dgurl.cc491 const char* last_pos = spec_.data() + parsed_.host.end() - 1; in DomainIs() local
493 if ('.' == *last_pos && '.' != lower_ascii_domain[domain_len - 1]) { in DomainIs()
494 last_pos--; in DomainIs()
507 last_pos + 1, in DomainIs()
/external/chromium_org/third_party/libwebp/dsp/
Dupsampling_neon.c193 const int last_pos = 1 + 16 * num_blocks; \
230 top_dst, bottom_dst, last_pos, len - last_pos); \
/external/webp/src/dsp/
Dupsampling_neon.c193 const int last_pos = 1 + 16 * num_blocks; \
230 top_dst, bottom_dst, last_pos, len - last_pos); \
/external/chromium_org/third_party/cython/src/Cython/Tempita/
D_tempita.py668 last_pos = (line_offset + 1, 1)
674 pos = find_position(s, match.end(), last, last_pos)
689 chunks.append((s[last:match.start()], last_pos))
692 last_pos = pos
695 name=name, position=last_pos)
767 def find_position(string, index, last_index, last_pos): argument
773 column = last_pos[1] + (index - last_index)
774 return (last_pos[0] + lines, column)
/external/fio/
Dio_u.c266 f->file_name, (unsigned long long) f->last_pos, in get_next_rand_block()
276 if (f->last_pos >= f->io_size + get_start_offset(td, f) && td->o.time_based) in get_next_seq_offset()
277 f->last_pos = f->last_pos - f->io_size; in get_next_seq_offset()
279 if (f->last_pos < f->real_file_size) { in get_next_seq_offset()
282 if (f->last_pos == f->file_offset && td->o.ddir_seq_add < 0) in get_next_seq_offset()
283 f->last_pos = f->real_file_size; in get_next_seq_offset()
285 pos = f->last_pos - f->file_offset; in get_next_seq_offset()
753 io_u->file->last_pos = io_u->file->file_offset; in fill_io_u()
1485 f->last_pos = io_u->offset + io_u->buflen; in get_io_u()
Dfile.h91 uint64_t last_pos; member
Dfilesetup.c1531 f->last_pos = f->file_offset; in fio_file_reset()
/external/chromium_org/third_party/boringssl/src/crypto/err/
Derr.c379 char *last_pos = &buf[len - 1] - num_colons + i; in ERR_error_string_n() local
381 if (colon == NULL || colon > last_pos) { in ERR_error_string_n()
386 memset(last_pos, ':', num_colons - i); in ERR_error_string_n()
/external/chromium_org/chrome/browser/extensions/
Dextension_toolbar_model.cc303 ExtensionIdList::iterator last_pos = std::find(last_known_positions_.begin(), in AddExtension() local
306 if (last_pos != last_known_positions_.end()) { in AddExtension()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_parser_old.cpp149 int last_pos = m_pSyntax->GetPos(); in ParsePathObject() local
205 last_pos = m_pSyntax->GetPos(); in ParsePathObject()
223 m_pSyntax->SetPos(last_pos); in ParsePathObject()
/external/pdfium/core/src/reflow/
Dlayoutprocessor_reflow.cpp1182 FX_FLOAT last_pos = item.m_OriginX; in ProcessInsertObject() local
1208 if ((x - last_pos - last_width) > threshold && curChar != L' ' && preChar != L' ') { in ProcessInsertObject()
1222 FX_FLOAT last_pos = item.m_OriginX; in LogicPreObj() local
1240 if (FXSYS_fabs(last_pos + last_width - x) > threshold && curChar != L' ') { in LogicPreObj()
/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-ot-shape-complex-indic.cc963 indic_position_t last_pos = POS_START; in initial_reordering_consonant_syllable() local
968 info[i].indic_position() = last_pos; in initial_reordering_consonant_syllable()
988 last_pos = (indic_position_t) info[i].indic_position(); in initial_reordering_consonant_syllable()
/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-indic.cc963 indic_position_t last_pos = POS_START; in initial_reordering_consonant_syllable() local
968 info[i].indic_position() = last_pos; in initial_reordering_consonant_syllable()
988 last_pos = (indic_position_t) info[i].indic_position(); in initial_reordering_consonant_syllable()
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/
DParser.java23 private int last_pos; field in Parser
126 this.last_pos = this.lexer.peek().getPos(); in parse()
864 "[" + this.last_line + "," + this.last_pos + "] " + in parse()