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

  /external/v8/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/llvm/lib/ExecutionEngine/
GDBRegistrationListener.cpp 44 struct jit_code_entry *first_entry; member in struct:jit_descriptor
136 jit_code_entry* NextEntry = __jit_debug_descriptor.first_entry;
141 __jit_debug_descriptor.first_entry = JITCodeEntry;
224 assert(__jit_debug_descriptor.first_entry == JITCodeEntry);
225 __jit_debug_descriptor.first_entry = NextEntry;
  /external/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/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ses/
test_identity.py 76 first_entry = result['DkimAttributes'][0]
77 entry_key = first_entry['key']
78 attributes = first_entry['value']
  /toolchain/binutils/binutils-2.25/bfd/
peXXigen.c 3119 struct rsrc_entry * first_entry; member in struct:rsrc_dir_chain
    [all...]
  /art/compiler/optimizing/
graph_visualizer.cc 64 explicit StringList(T* first_entry, Format format = kArrayBrackets) : StringList(format) {
65 for (T* current = first_entry; current != nullptr; current = current->GetNext()) {

Completed in 508 milliseconds