OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:last_pos
(Results
1 - 18
of
18
) 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/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/linux-tools-perf/util/
top.c
123
size_t
last_pos
= size - 30;
local
129
if (ret >
last_pos
) {
130
sprintf(bf +
last_pos
- 3, "..");
131
ret =
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)
/external/chromium_org/chrome/browser/extensions/
extension_toolbar_model.cc
259
ExtensionIdList::iterator
last_pos
= std::find(last_known_positions_.begin(),
local
262
if (
last_pos
!= last_known_positions_.end()) {
/external/chromium_org/sandbox/win/src/
win_utils.cc
95
base::string16::size_type
last_pos
= base::string16::npos;
local
98
path = path.substr(0,
last_pos
);
116
last_pos
= path.rfind(L'\\');
117
} while (
last_pos
!= base::string16::npos);
/external/chromium_org/url/
gurl.cc
478
const char*
last_pos
= spec_.data() + parsed_.host.end() - 1;
local
480
if ('.' == *
last_pos
&& '.' != lower_ascii_domain[domain_len - 1]) {
481
last_pos
--;
494
last_pos
+ 1,
/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
];
/ndk/tests/build/b9193874-neon/jni/
b9193874-neon.c
171
const int
last_pos
= 1 + 16 * num_blocks;
local
/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/harfbuzz_ng/src/
hb-ot-shape-complex-indic.cc
876
indic_position_t
last_pos
= POS_START;
local
881
info[i].indic_position() =
last_pos
;
901
last_pos
= (indic_position_t) info[i].indic_position();
[
all
...]
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-indic.cc
936
indic_position_t
last_pos
= POS_START;
local
941
info[i].indic_position() =
last_pos
;
961
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
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ymfpci.h
281
u32
last_pos
;
member in struct:snd_ymfpci_pcm
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ymfpci.h
281
u32
last_pos
;
member in struct:snd_ymfpci_pcm
/external/kernel-headers/original/linux/
ext3_fs.h
716
loff_t
last_pos
;
member in struct:dir_private_info
/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 264 milliseconds