/external/chromium_org/tools/cygprofile/ |
D | cygprofile_unittest.cc | 48 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/ |
D | distilled_content_store_unittest.cc | 116 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/ |
D | GDBRegistrar.cpp | 42 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/ |
D | 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/e2fsprogs/ext2ed/ |
D | inode_com.c | 28 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/ |
D | stub-cache.h | 64 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/ |
D | voc_read.c | 124 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/ |
D | BreakpointResolverFileLine.cpp | 92 bool first_entry = true; in SearchCallback() local 103 if (first_entry) in SearchCallback() 107 first_entry = false; in SearchCallback()
|
/external/lldb/include/lldb/Core/ |
D | UniqueCStringMap.h | 210 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/ |
D | hmm_desc.h | 146 const char* first_entry; /* first entry in the dictionary */ member
|
/external/chromium_org/chrome/browser/extensions/api/storage/ |
D | syncable_settings_storage.cc | 247 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/ |
D | heap-snapshot-generator.cc | 3049 bool first_entry = true; in SerializeTraceNodeInfos() local 3053 if (first_entry) { in SerializeTraceNodeInfos() 3054 first_entry = false; in SerializeTraceNodeInfos()
|
/external/qemu/tcg/ |
D | tcg.c | 2702 struct jit_code_entry *first_entry; member 2918 __jit_debug_descriptor.first_entry = &one_entry; in tcg_register_jit_int()
|