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

  /external/chromium/googleurl/src/
gurl.cc 421 const char* last_pos = spec_.data() + parsed_.host.end() - 1; local
423 if ('.' == *last_pos && '.' != lower_ascii_domain[domain_len - 1]) {
424 last_pos--;
437 last_pos + 1,
  /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)
  /packages/inputmethods/PinyinIME/jni/share/
dicttrie.cpp 224 size_t last_pos = 0; local
227 splid_le0_index_[splid - kFullSplIdStart] = last_pos;
232 last_pos = i;
238 splid_le0_index_[splid - kFullSplIdStart] = last_pos + 1;
  /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/kernel-headers/original/linux/
ext3_fs.h 716 loff_t last_pos; member in struct:dir_private_info

Completed in 2554 milliseconds