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

  /external/chromium_org/tools/cygprofile/
cygprofile_unittest.cc 48 const LogEntry& first_entry = entries[0]; local
49 ASSERT_EQ(reinterpret_cast<int>(first_entry.address), 2);
50 ASSERT_EQ(getpid(), first_entry.pid);
51 ASSERT_LT(0, first_entry.tid);
55 ASSERT_EQ(first_entry.pid, second_entry.pid);
56 ASSERT_EQ(first_entry.tid, second_entry.tid);
59 GetUsecSecTimeFromTimeSpec(first_entry.time));
  /external/chromium_org/build/ios/
clean_env.py 33 first_entry = argv[0];
34 if first_entry.startswith('ADD_TO_PATH='):
36 add_to_path = first_entry.replace('ADD_TO_PATH=', '', 1).split(':')
  /external/chromium_org/components/dom_distiller/core/
distilled_content_store_unittest.cc 116 const ArticleEntry first_entry = CreateEntry("first", "url1", "url2", "url3"); local
118 CreateDistilledArticleForEntry(first_entry);
119 store_->SaveContent(first_entry,
152 store_->LoadContent(first_entry,
171 const ArticleEntry first_entry = CreateEntry("first", "url1", "url2", "url3"); local
173 CreateDistilledArticleForEntry(first_entry);
174 store_->SaveContent(first_entry,
209 store_->LoadContent(first_entry,
289 const ArticleEntry first_entry = CreateEntry("first", "url1", "url2", "url3"); local
291 CreateDistilledArticleForEntry(first_entry);
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
GDBRegistrar.cpp 42 struct jit_code_entry *first_entry; member in struct:jit_descriptor
112 jit_code_entry* NextEntry = __jit_debug_descriptor.first_entry;
117 __jit_debug_descriptor.first_entry = JITCodeEntry;
190 assert(__jit_debug_descriptor.first_entry == JITCodeEntry);
191 __jit_debug_descriptor.first_entry = NextEntry;
  /external/chromium_org/v8/src/ic/
stub-cache.h 64 reinterpret_cast<Address>(&first_entry(table)->key));
69 reinterpret_cast<Address>(&first_entry(table)->map));
74 reinterpret_cast<Address>(&first_entry(table)->value));
77 StubCache::Entry* first_entry(StubCache::Table table) { function in class:v8::internal::StubCache
  /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;
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;
275 if (entry_num==first_entry) {
402 long group_num,group_offset,entry_num,block_num,first_entry,last_entry,inode_num; local
413 first_entry=0;last_entry=file_system_info.super_block.s_inodes_per_group-1;
  /external/lldb/source/Breakpoint/
BreakpointResolverFileLine.cpp 92 bool first_entry = true; local
103 if (first_entry)
107 first_entry = false;
  /external/lldb/include/lldb/Core/
UniqueCStringMap.h 210 const Entry *first_entry = &m_map[0]; local
211 const Entry *after_last_entry = first_entry + m_map.size();
213 if (first_entry <= next_entry && next_entry < after_last_entry)
  /external/chromium_org/chrome/browser/extensions/api/storage/
syncable_settings_storage.cc 247 base::DictionaryValue::Iterator first_entry(*new_sync_state);
248 std::string key = first_entry.key();
  /external/chromium_org/v8/src/
heap-snapshot-generator.cc 3049 bool first_entry = true; local
    [all...]

Completed in 446 milliseconds