HomeSort by relevance Sort by last modified time
    Searched defs:last_pos (Results 1 - 17 of 17) sorted by null

  /frameworks/compile/mclinker/lib/Core/
Module.cpp 70 uint32_t last_pos = m_AliasLists.size()-1; local
71 m_AliasLists[last_pos]->push_back(&pAlias);
  /external/chromium_org/chrome/browser/extensions/
extension_toolbar_model.cc 303 ExtensionIdList::iterator last_pos = std::find(last_known_positions_.begin(), local
306 if (last_pos != last_known_positions_.end()) {
  /external/oprofile/libopagent/
opagent.c 283 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/chromium_org/sandbox/win/src/
win_utils.cc 96 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/url/
gurl.cc 491 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/pdfium/core/src/fpdftext/
fpdf_text_search.cpp 95 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/stressapptest/src/
disk_blocks.cc 95 int last_pos = nelems_ - 1; local
97 pos_to_addr_[last_pos]);
102 pos_to_addr_[curr_pos] = pos_to_addr_[last_pos];
  /external/chromium_org/third_party/boringssl/src/crypto/err/
err.c 379 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/fio/
file.h 91 uint64_t last_pos; member in struct:fio_file
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_parser_old.cpp 149 int last_pos = m_pSyntax->GetPos(); local
205 last_pos = m_pSyntax->GetPos();
223 m_pSyntax->SetPos(last_pos);
    [all...]
  /ndk/tests/build/b9193874-neon/jni/
b9193874-neon.c 171 const int last_pos = 1 + 16 * num_blocks; local
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-indic.cc 963 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();
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-indic.cc 963 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();
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/
Parser.java 23 private int last_pos; field in class:Parser
126 this.last_pos = this.lexer.peek().getPos();
864 "[" + this.last_line + "," + this.last_pos + "] " +
    [all...]
  /external/pdfium/core/src/reflow/
layoutprocessor_reflow.cpp 1182 FX_FLOAT last_pos = item.m_OriginX; local
1222 FX_FLOAT last_pos = item.m_OriginX; local
    [all...]
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 

Completed in 769 milliseconds