OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:offset_list
(Results
1 - 3
of
3
) sorted by null
/bionic/tests/
dirent_test.cpp
304
std::vector<long>
offset_list
;
local
308
offset_list
.push_back(telldir(d));
309
ASSERT_EQ(0L,
offset_list
.back());
313
offset_list
.push_back(telldir(d));
315
ASSERT_EQ(e->d_off,
offset_list
.back());
320
ASSERT_EQ(
offset_list
.back(), end_offset);
321
offset_list
.pop_back();
323
for (size_t i = 0; i <
offset_list
.size(); ++i) {
324
seekdir(d,
offset_list
[i]);
325
ASSERT_EQ(
offset_list
[i], telldir(d))
[
all
...]
/development/scripts/
stack_core.py
221
def ProcessCentralInfo(self,
offset_list
, central_info):
229
offset_list
.append([name, start, end])
238
apk_full_path,
offset_list
, tmp_files = self.apk_info[apk]
239
for file_name, start, end in
offset_list
:
273
offset_list
= []
277
cur_name, start, end = self.ProcessCentralInfo(
offset_list
, central_info)
284
cur_name, start, end = self.ProcessCentralInfo(
offset_list
, central_info)
290
self.apk_info[apk] = [apk_full_path,
offset_list
, tmp_files]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/c-family/
c-pretty-print.h
60
int *
offset_list
;
member in struct:c_pretty_print_info
Completed in 610 milliseconds