/external/chromium_org/base/json/ |
json_writer.cc | 164 bool first_entry = true; local 166 itr.Advance(), first_entry = false) { 172 if (!first_entry) {
|
/frameworks/compile/libbcc/include/bcc/ExecutionEngine/ |
GDBJIT.h | 61 struct jit_code_entry *first_entry; member in struct:jit_descriptor
|
/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/llvm/lib/ExecutionEngine/RuntimeDyld/ |
GDBRegistrar.cpp | 41 struct jit_code_entry *first_entry; member in struct:jit_descriptor 106 jit_code_entry* NextEntry = __jit_debug_descriptor.first_entry; 111 __jit_debug_descriptor.first_entry = JITCodeEntry; 183 assert(__jit_debug_descriptor.first_entry == JITCodeEntry); 184 __jit_debug_descriptor.first_entry = NextEntry;
|
/external/grub/stage2/ |
stage2.c | 242 int c, time1, time2 = -1, first_entry = 0; local 251 invariant for TERM_DUMB: first_entry == 0 */ 256 first_entry++; 311 print_entries_raw (num_entries, first_entry, menu_entries); 342 print_entries (3, 12, first_entry, entryno, menu_entries); 421 first_entry + entryno, 426 first_entry + entryno, 429 else if (first_entry > 0) 431 first_entry--; 432 print_entries (3, 12, first_entry, entryno [all...] |
/external/srec/srec/include/ |
hmm_desc.h | 146 const char* first_entry; /* first entry in the dictionary */ member in struct:__anon29205
|
/external/v8/src/ |
stub-cache.h | 275 reinterpret_cast<Address>(&first_entry(table)->key)); 281 reinterpret_cast<Address>(&first_entry(table)->map)); 287 reinterpret_cast<Address>(&first_entry(table)->value)); 291 StubCache::Entry* first_entry(StubCache::Table table) { function in class:v8::internal::StubCache [all...] |
/external/chromium_org/v8/src/ |
stub-cache.h | 223 reinterpret_cast<Address>(&first_entry(table)->key)); 229 reinterpret_cast<Address>(&first_entry(table)->map)); 235 reinterpret_cast<Address>(&first_entry(table)->value)); 239 StubCache::Entry* first_entry(StubCache::Table table) { function in class:v8::internal::StubCache [all...] |
heap-snapshot-generator.cc | 2861 bool first_entry = true; local [all...] |
/external/chromium/chrome/browser/webdata/ |
autofill_table.cc | 716 bool first_entry = true; local 726 if (first_entry) { 732 first_entry = false; 749 // If there is at least one result returned, first_entry will be false. 751 if (!first_entry) { [all...] |
/external/chromium_org/components/autofill/core/browser/webdata/ |
autofill_table.cc | 802 bool first_entry = true; local 812 if (first_entry) { 818 first_entry = false; 836 // If there is at least one result returned, first_entry will be false. 838 if (!first_entry) { [all...] |