Home
last modified time | relevance | path

Searched refs:first_entry (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/tools/cygprofile/
Dcygprofile_unittest.cc48 const LogEntry& first_entry = entries[0]; in TEST() local
49 ASSERT_EQ(reinterpret_cast<int>(first_entry.address), 2); in TEST()
50 ASSERT_EQ(getpid(), first_entry.pid); in TEST()
51 ASSERT_LT(0, first_entry.tid); in TEST()
55 ASSERT_EQ(first_entry.pid, second_entry.pid); in TEST()
56 ASSERT_EQ(first_entry.tid, second_entry.tid); in TEST()
59 GetUsecSecTimeFromTimeSpec(first_entry.time)); in TEST()
/external/chromium_org/components/dom_distiller/core/
Ddistilled_content_store_unittest.cc116 const ArticleEntry first_entry = CreateEntry("first", "url1", "url2", "url3"); in TEST_F() local
118 CreateDistilledArticleForEntry(first_entry); in TEST_F()
119 store_->SaveContent(first_entry, in TEST_F()
152 store_->LoadContent(first_entry, in TEST_F()
171 const ArticleEntry first_entry = CreateEntry("first", "url1", "url2", "url3"); in TEST_F() local
173 CreateDistilledArticleForEntry(first_entry); in TEST_F()
174 store_->SaveContent(first_entry, in TEST_F()
209 store_->LoadContent(first_entry, in TEST_F()
289 const ArticleEntry first_entry = CreateEntry("first", "url1", "url2", "url3"); in TEST_F() local
291 CreateDistilledArticleForEntry(first_entry); in TEST_F()
[all …]
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DGDBRegistrar.cpp42 struct jit_code_entry *first_entry; member
112 jit_code_entry* NextEntry = __jit_debug_descriptor.first_entry; in NotifyDebugger()
117 __jit_debug_descriptor.first_entry = JITCodeEntry; in NotifyDebugger()
190 assert(__jit_debug_descriptor.first_entry == JITCodeEntry); in deregisterObjectInternal()
191 __jit_debug_descriptor.first_entry = NextEntry; in deregisterObjectInternal()
/external/chromium_org/build/ios/
Dclean_env.py33 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/e2fsprogs/ext2ed/
Dinode_com.c28 long group_num,group_offset,entry_num,block_num,first_entry,last_entry; in type_ext2_inode___prev() local
48 first_entry=0;last_entry=file_system_info.super_block.s_inodes_per_group-1; in type_ext2_inode___prev()
75 long group_num,group_offset,entry_num,block_num,first_entry,last_entry; in type_ext2_inode___next() local
96 first_entry=0;last_entry=file_system_info.super_block.s_inodes_per_group-1; in type_ext2_inode___next()
126 long group_num,group_offset,entry_num,block_num,first_entry,last_entry,inode_num; in type_ext2_inode___show() local
137 first_entry=0;last_entry=file_system_info.super_block.s_inodes_per_group-1; in type_ext2_inode___show()
275 if (entry_num==first_entry) { in type_ext2_inode___show()
402 long group_num,group_offset,entry_num,block_num,first_entry,last_entry,inode_num; in inode_offset_to_inode_num() local
413 first_entry=0;last_entry=file_system_info.super_block.s_inodes_per_group-1; in inode_offset_to_inode_num()
/external/chromium_org/v8/src/ic/
Dstub-cache.h64 reinterpret_cast<Address>(&first_entry(table)->key)); in key_reference()
69 reinterpret_cast<Address>(&first_entry(table)->map)); in map_reference()
74 reinterpret_cast<Address>(&first_entry(table)->value)); in value_reference()
77 StubCache::Entry* first_entry(StubCache::Table table) { in first_entry() function
/external/srec/srec/clib/
Dvoc_read.c124 voc->first_entry = strchr(voc->ok_file_data, '\n') + 1; in read_word_transcription()
177 low = voc->first_entry; in get_prons()
205 while (voc->first_entry < low) { in get_prons()
250 voc->first_entry = 0; in delete_word_transcription()
/external/lldb/source/Breakpoint/
DBreakpointResolverFileLine.cpp92 bool first_entry = true; in SearchCallback() local
103 if (first_entry) in SearchCallback()
107 first_entry = false; in SearchCallback()
/external/lldb/include/lldb/Core/
DUniqueCStringMap.h210 const Entry *first_entry = &m_map[0]; in FindNextValueForName() local
211 const Entry *after_last_entry = first_entry + m_map.size(); in FindNextValueForName()
213 if (first_entry <= next_entry && next_entry < after_last_entry) in FindNextValueForName()
/external/srec/srec/include/
Dhmm_desc.h146 const char* first_entry; /* first entry in the dictionary */ member
/external/chromium_org/chrome/browser/extensions/api/storage/
Dsyncable_settings_storage.cc247 base::DictionaryValue::Iterator first_entry(*new_sync_state); in OverwriteLocalSettingsWithSync() local
248 std::string key = first_entry.key(); in OverwriteLocalSettingsWithSync()
/external/chromium_org/v8/src/
Dheap-snapshot-generator.cc3049 bool first_entry = true; in SerializeTraceNodeInfos() local
3053 if (first_entry) { in SerializeTraceNodeInfos()
3054 first_entry = false; in SerializeTraceNodeInfos()
/external/qemu/tcg/
Dtcg.c2702 struct jit_code_entry *first_entry; member
2918 __jit_debug_descriptor.first_entry = &one_entry; in tcg_register_jit_int()