HomeSort by relevance Sort by last modified time
    Searched refs:first_entry (Results 1 - 15 of 15) 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));
  /frameworks/compile/libbcc/include/bcc/ExecutionEngine/
GDBJIT.h 61 struct jit_code_entry *first_entry; member in struct:jit_descriptor
  /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/srec/srec/include/
hmm_desc.h 146 const char* first_entry; /* first entry in the dictionary */ member in struct:__anon14806
  /frameworks/compile/libbcc/lib/ExecutionEngine/
GDBJITRegistrar.cpp 120 jit_code_entry* NextEntry = __jit_debug_descriptor.first_entry;
125 __jit_debug_descriptor.first_entry = JITCodeEntry;
218 assert(__jit_debug_descriptor.first_entry == JITCodeEntry);
219 __jit_debug_descriptor.first_entry = NextEntry;
  /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/srec/srec/clib/
voc_read.c 124 voc->first_entry = strchr(voc->ok_file_data, '\n') + 1;
177 low = voc->first_entry;
205 while (voc->first_entry < low) {
250 voc->first_entry = 0;
  /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/qemu/tcg/
tcg.c 2702 struct jit_code_entry *first_entry; member in struct:jit_descriptor
    [all...]
  /external/chromium_org/v8/src/
heap-snapshot-generator.cc 3049 bool first_entry = true; local
    [all...]

Completed in 934 milliseconds