HomeSort by relevance Sort by last modified time
    Searched refs:last_entry (Results 1 - 8 of 8) sorted by null

  /system/webservd/webservd/
log_manager_unittest.cc 33 explicit TestLogger(std::string& last_entry) : last_entry_{last_entry} {}
78 std::string last_entry; local
80 std::unique_ptr<LogManager::LoggerInterface>(new TestLogger{last_entry}));
92 EXPECT_EQ(match, last_entry);
  /external/e2fsprogs/ext2ed/
inode_com.c 28 long group_num,group_offset,entry_num,block_num,first_entry,last_entry; local
48 first_entry=0;last_entry=file_system_info.super_block.s_inodes_per_group-1;
75 long group_num,group_offset,entry_num,block_num,first_entry,last_entry; local
96 first_entry=0;last_entry=file_system_info.super_block.s_inodes_per_group-1;
99 if (entry_num+mult-1<last_entry) {
111 if (entry_num==last_entry) {
126 long group_num,group_offset,entry_num,block_num,first_entry,last_entry,inode_num; local
137 first_entry=0;last_entry=file_system_info.super_block.s_inodes_per_group-1;
213 ,inode_num,file_system_info.super_block.s_inodes_count,entry_num,last_entry,group_num);
270 if (entry_num==last_entry) {
402 long group_num,group_offset,entry_num,block_num,first_entry,last_entry,inode_num; local
    [all...]
  /external/google-breakpad/src/processor/
static_range_map_unittest.cc 314 const EntryType* last_entry = 0; local
331 if (last_entry) {
332 // The object must be different from the last_entry one.
333 EXPECT_NE(*entry, *last_entry) << "FAILED: RetrieveRangeAtIndex set "
339 last_entry = entry;
  /external/libchrome/base/files/
file_path_watcher_kqueue.cc 340 int last_entry = EventsForPath(target_, &events_); local
341 DCHECK_NE(last_entry, 0);
343 EventVector responses(last_entry);
345 int count = HANDLE_EINTR(kevent(kqueue_, &events_[0], last_entry,
346 &responses[0], last_entry, NULL));
  /external/v8/src/profiler/
profile-generator.cc 334 CodeEntry* last_entry = NULL; local
337 last_entry = *it;
340 if (last_entry && last_entry->has_deopt_info()) {
341 node->CollectDeoptInfo(last_entry);
  /toolchain/binutils/binutils-2.25/bfd/
peXXigen.c 3120 struct rsrc_entry * last_entry; member in struct:rsrc_dir_chain
    [all...]
elfnn-aarch64.c 6550 static struct section_list *last_entry = NULL; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-metag.c 6344 insn_templates *last_entry = *slot; local
    [all...]

Completed in 264 milliseconds