Searched defs:last_pos (Results 1 - 13 of 13) sorted by last modified time

/external/stressapptest/src/
H A Ddisk_blocks.cc95 int last_pos = nelems_ - 1; local
97 pos_to_addr_[last_pos]);
102 pos_to_addr_[curr_pos] = pos_to_addr_[last_pos];
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_parser_old.cpp149 int last_pos = m_pSyntax->GetPos(); local
205 last_pos = m_pSyntax->GetPos();
223 m_pSyntax->SetPos(last_pos);
/external/pdfium/core/src/fpdftext/
H A Dfpdf_text_search.cpp95 FX_FLOAT last_pos = item.m_OriginX; local
120 if (FXSYS_fabs(last_pos + last_width - x) > threshold && curChar != L' ' && preChar != L' ')
122 if((x - last_pos - last_width) > threshold || (last_pos - x - last_width) > threshold) {
125 if(x < 0 && (last_pos - x - last_width) > threshold) {
128 if((x - last_pos - last_width) > this_width || (x - last_pos - this_width) > last_width ) {
132 if(last_pos + last_width > x + this_width && curChar == L' ') {
/external/pdfium/core/src/reflow/
H A Dlayoutprocessor_reflow.cpp1182 FX_FLOAT last_pos = item.m_OriginX; local
1208 if ((x - last_pos - last_width) > threshold && curChar != L' ' && preChar != L' ') {
1222 FX_FLOAT last_pos = item.m_OriginX; local
1240 if (FXSYS_fabs(last_pos + last_width - x) > threshold && curChar != L' ') {
/external/oprofile/libopagent/
H A Dopagent.c283 long cur_pos, last_pos; local
332 if ((last_pos = ftell(dumpfile)) == -1l)
334 rec.total_size = last_pos - cur_pos;
343 if (fseek(dumpfile, last_pos + padding_count, SEEK_SET) == -1)
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/
H A DParser.java23 private int last_pos; field in class:Parser
126 this.last_pos = this.lexer.peek().getPos();
864 "[" + this.last_line + "," + this.last_pos + "] " +
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-indic.cc963 indic_position_t last_pos = POS_START; local
968 info[i].indic_position() = last_pos;
988 last_pos = (indic_position_t) info[i].indic_position();
/external/fio/
H A Dfile.h91 uint64_t last_pos; member in struct:fio_file
/external/chromium_org/third_party/boringssl/src/crypto/err/
H A Derr.c379 char *last_pos = &buf[len - 1] - num_colons + i; local
381 if (colon == NULL || colon > last_pos) {
386 memset(last_pos, ':', num_colons - i);
/external/chromium_org/url/
H A Dgurl.cc491 const char* last_pos = spec_.data() + parsed_.host.end() - 1; local
493 if ('.' == *last_pos && '.' != lower_ascii_domain[domain_len - 1]) {
494 last_pos--;
507 last_pos + 1,
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-shape-complex-indic.cc963 indic_position_t last_pos = POS_START; local
968 info[i].indic_position() = last_pos;
988 last_pos = (indic_position_t) info[i].indic_position();
/external/chromium_org/sandbox/win/src/
H A Dwin_utils.cc96 base::string16::size_type last_pos = base::string16::npos; local
99 path = path.substr(0, last_pos);
117 last_pos = path.rfind(L'\\');
118 } while (last_pos > 2); // Skip root dir.
/external/chromium_org/chrome/browser/extensions/
H A Dextension_toolbar_model.cc303 ExtensionIdList::iterator last_pos = std::find(last_known_positions_.begin(), local
306 if (last_pos != last_known_positions_.end()) {

Completed in 321 milliseconds