HomeSort by relevance Sort by last modified time
    Searched refs:offset_list (Results 1 - 5 of 5) 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 225 def ProcessCentralInfo(self, offset_list, central_info):
233 offset_list.append([name, start, end])
242 apk_full_path, offset_list, tmp_files = self.apk_info[apk]
243 for file_name, start, end in offset_list:
277 offset_list = []
281 cur_name, start, end = self.ProcessCentralInfo(offset_list, central_info)
288 cur_name, start, end = self.ProcessCentralInfo(offset_list, central_info)
294 self.apk_info[apk] = [apk_full_path, offset_list, tmp_files]
  /kernel/tests/net/test/
cstruct.py 139 offset_list = [0] variable in class:Struct.CStruct
145 offset_list.append(offset)
148 _offsets = dict(zip(_fieldnames, offset_list))
  /art/tools/runtime_memusage/
symbol_trace_info.py 223 offset_list, offset_data = zip(*[get_dex_offset_data(line, item[0])
229 data_lists["offset_list"] = offset_list
288 if "offset_list" in data_lists:
290 data_lists["offset_list"],
292 aligned_dex_offset = (data_lists["offset_list"]
  /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 357 milliseconds