/external/openfst/src/script/ |
fst-class.cc | 114 IORegistration<VectorFstClass>::Entry GetVFSTRegisterEntry( 118 const IORegistration<VectorFstClass>::Entry &entry = reg->GetEntry(arc_type); local 120 if (entry.converter == 0) { 122 return entry; 125 return entry;
|
/external/oprofile/libabi/ |
abi.cpp | 30 op_abi_entry const * entry = get_abi(); local 31 for ( ; entry->name != 0; ++entry) 32 slots[entry->name] = entry->offset;
|
/external/oprofile/opjitconv/ |
parse_dump.c | 25 /* parse a code load record and add the entry to the jitentry list */ 29 struct jitentry * entry; local 37 entry = xcalloc(1, sizeof(struct jitentry)); 40 entry->next = NULL; 43 entry->symbol_name = (char *)ptr; 44 entry->sym_name_malloced = 0; 46 entry->code = rec->code_addr ? ptr : NULL; 47 entry->vma = rec->vma; 48 entry->code_size = rec->code_size; 49 entry->section = NULL 89 struct jitentry * entry; local [all...] |
/external/qemu/ |
acl.c | 78 qemu_acl_entry *entry; local 80 QTAILQ_FOREACH(entry, &acl->entries, next) { 82 if (fnmatch(entry->match, party, 0) == 0) 83 return entry->deny ? 0 : 1; 87 if (strcmp(entry->match, party) == 0) 88 return entry->deny ? 0 : 1; 98 qemu_acl_entry *entry; local 104 QTAILQ_FOREACH(entry, &acl->entries, next) { 105 QTAILQ_REMOVE(&acl->entries, entry, next); 106 free(entry->match) 117 qemu_acl_entry *entry; local 135 qemu_acl_entry *entry; local 164 qemu_acl_entry *entry; local [all...] |
qlist.c | 65 QListEntry *entry; local 67 entry = qemu_malloc(sizeof(*entry)); 68 entry->value = value; 70 QTAILQ_INSERT_TAIL(&qlist->head, entry, next); 82 QListEntry *entry; local 84 QTAILQ_FOREACH(entry, &qlist->head, next) 85 iter(entry->value, opaque); 90 QListEntry *entry; local 97 entry = QTAILQ_FIRST(&qlist->head) 108 QListEntry *entry; local 145 QListEntry *entry, *next_entry; local [all...] |
/external/qemu/android/utils/ |
list.h | 19 * - List entries contain references to the next, and the previous entry in the 21 * - The list is circular, i.e. the "last" list entry references the "list head" 22 * in its 'next' reference, and the "list head" references the "last" entry in 29 /* Next entry in the list */ 31 /* Previous entry in the list */ 49 /* Inserts an entry to the head of the list */ 51 alist_insert_head(ACList* list, ACList* entry) 54 entry->next = next; 55 entry->prev = list; 56 next->prev = entry; 87 ACList* entry = NULL; local 102 ACList* entry = NULL; local [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/svga/ |
SDL_svgaevents.c | 64 struct kbentry entry; local 71 entry.kb_table = map; 72 entry.kb_index = i; 73 if ( ioctl(fd, KDGKBENT, &entry) == 0 ) { 75 if ( entry.kb_value == K_ENTER ) { 76 entry.kb_value = K(KT_ASCII,13); 79 if ( KTYP(entry.kb_value) == KT_PAD ) { 80 switch ( entry.kb_value ) { 91 vga_keymap[map][i]=entry.kb_value; 120 if ( (KTYP(entry.kb_value) == KT_LATIN) | [all...] |
/external/qemu/hw/ |
watchdog.h | 37 QLIST_ENTRY(WatchdogTimerModel) entry; member in struct:WatchdogTimerModel
|
/external/skia/tools/skpdiff/ |
skpdiff_util.cpp | 116 struct dirent* entry; local 117 while ((entry = readdir(dir))) { 120 SkString joinedPath = SkOSPath::SkPathJoin(path, entry->d_name); 124 entries->push_back(SkString(entry->d_name));
|
/external/smack/src/org/xbill/DNS/ |
Compression.java | 15 private static class Entry { 18 Entry next; 23 private Entry [] table; 31 table = new Entry[TABLE_SIZE]; 35 * Adds a compression entry mapping a name to a position in a message. 44 Entry entry = new Entry(); local 45 entry.name = name; 46 entry.pos = pos [all...] |
/external/srec/portable/src/ |
PFileSystemImpl.c | 80 PHashTableEntry* entry; local 88 CHKLOG(rc, PHashTableEntryGetFirst(PFileSystemPathMap, &entry)); 89 while (entry != NULL) 91 CHKLOG(rc, PHashTableEntryGetKeyValue(entry, (void **)&key, (void **)NULL)); 92 oldEntry = entry; 93 CHKLOG(rc, PHashTableEntryAdvance(&entry));
|
/external/srec/portable/src/UNIX/ |
PANSIFileSystemUNIXImpl.c | 34 PHashTableEntry* entry; local 52 CHKLOG(rc, PHashTableEntryGetFirst(impl->directoryMap, &entry)); 53 while (entry!=NULL) 55 CHKLOG(rc, PHashTableEntryGetKeyValue(entry, (void **)&key, (void **)&value)); 67 CHKLOG(rc, PHashTableEntryAdvance(&entry));
|
/external/valgrind/main/coregrind/m_initimg/ |
initimg-pathscan.c | 66 char *cp, *entry; local 73 entry = cp = colsep; 82 if ((*func)(entry)) { 87 entry = cp+1; 99 static Bool match_executable(const char *entry) 101 HChar buf[VG_(strlen)(entry) + VG_(strlen)(executable_name_in) + 3]; 104 if (*entry == '\0') 105 entry = "."; 107 VG_(snprintf)(buf, sizeof(buf), "%s/%s", entry, executable_name_in);
|
/frameworks/av/media/libstagefright/foundation/ |
AAtomizer.cpp | 42 List<AString> &entry = mAtoms.editItemAt(index); local 43 List<AString>::iterator it = entry.begin(); 44 while (it != entry.end()) { 51 entry.push_back(AString(name)); 53 return (*--entry.end()).c_str();
|
/frameworks/av/media/mtp/ |
MtpDebug.cpp | 371 const CodeEntry* entry = table; local 372 while (entry->name) { 373 if (entry->code == code) 374 return entry->name; 375 entry++;
|
/frameworks/base/tools/aapt/ |
printapk.cpp | 33 zipentry_t entry; local 81 while ((entry = iterate_zipfile(zip, &cookie))) { 82 char* name = get_zipentry_name(entry); 87 entry = lookup_zipentry(zip, "resources.arsc"); 88 if (entry != NULL) { 89 size = get_zipentry_size(entry); 93 err = decompress_zipentry(entry, resfile, bufsize);
|
/frameworks/compile/mclinker/include/mcld/Target/ |
GNUInfo.h | 48 /// entry - the symbol name of the entry point 49 virtual const char* entry() const { return "_start"; } function in class:mcld::GNUInfo
|
/frameworks/compile/mclinker/lib/LD/ |
GroupReader.cpp | 83 ArchiveListEntry* entry = new ArchiveListEntry(*ar, input); local 84 ar_list.push_back(entry);
|
SectionSymbolSet.cpp | 56 SectHashTableType::entry_type* entry = local 59 entry->setValue(sym); 101 SectHashTableType::iterator entry = m_pSectionSymbolMap->find(&pOutSect); local 102 return entry.getEntry()->value(); 107 SectHashTableType::iterator entry = m_pSectionSymbolMap->find(&pOutSect); local 108 return entry.getEntry()->value();
|
/frameworks/compile/mclinker/lib/MC/ |
SearchDirs.cpp | 86 MCLDDirectory::iterator entry = (*mcld_dir)->begin(); local 91 while (entry!=enEnd) { 92 if (file == entry.path()->stem().native() ) { 93 if(mcld::sys::fs::detail::shared_library_extension == entry.path()->extension().native()) { 94 return entry.path(); 97 ++entry; 102 entry = (*mcld_dir)->begin(); 104 while ( entry!=enEnd ) { 105 if (file == entry.path()->stem().native() && 106 mcld::sys::fs::detail::static_library_extension == entry.path()->extension().native()) 130 MCLDDirectory::iterator entry = (*mcld_dir)->begin(); local [all...] |
/frameworks/compile/mclinker/lib/Target/Mips/ |
MipsGNUInfo.h | 49 const char* entry() const { return "__start"; } function in class:mcld::MipsGNUInfo
|
/frameworks/ex/chips/src/com/android/ex/chips/ |
SingleRecipientArrayAdapter.java | 33 public SingleRecipientArrayAdapter(Context context, int resourceId, RecipientEntry entry) { 35 entry 54 private static void bindView(View view, RecipientEntry entry) { 57 display.setText(entry.getDisplayName()); 61 destination.setText(Rfc822Tokenizer.tokenize(entry.getDestination())[0].getAddress());
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/cc_hash_table_map_/ |
cond_key_dtor_entry_dealtor.hpp | 56 typedef typename HT_Map::entry entry; typedef in class:__gnu_pbds::detail::PB_DS_CKDED_CLASS_NAME 61 PB_DS_CKDED_CLASS_NAME(entry_allocator* p_a, entry* p_e); 74 entry* const m_p_e; 83 PB_DS_CKDED_CLASS_NAME(entry_allocator* p_a, entry* p_e)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/cc_hash_table_map_/ |
cond_key_dtor_entry_dealtor.hpp | 56 typedef typename HT_Map::entry entry; typedef in class:__gnu_pbds::detail::PB_DS_CKDED_CLASS_NAME 61 PB_DS_CKDED_CLASS_NAME(entry_allocator* p_a, entry* p_e); 74 entry* const m_p_e; 83 PB_DS_CKDED_CLASS_NAME(entry_allocator* p_a, entry* p_e)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/cc_hash_table_map_/ |
cond_key_dtor_entry_dealtor.hpp | 56 typedef typename HT_Map::entry entry; typedef in class:__gnu_pbds::detail::PB_DS_CKDED_CLASS_NAME 61 PB_DS_CKDED_CLASS_NAME(entry_allocator* p_a, entry* p_e); 74 entry* const m_p_e; 83 PB_DS_CKDED_CLASS_NAME(entry_allocator* p_a, entry* p_e)
|