Searched refs:Entry (Results 1 - 25 of 107) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/script/
H A Dscancvslog.pl59 $_=$Entry[0];
68 print join("\n",@Entry),"\n";
89 @Mytag = grep (/Tag:/,@Entry);
96 @Entry=();
103 next if ($#Entry == -1);
104 push(Entry,$_);
105 return @Entry;
107 push(Entry,$_);
111 return @Entry;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/collections/
H A DMapEntryParameter.java14 * A simple <code>Map.Entry</code> implementation that can be used as in
21 * interface contract since these state that <code>Map.Entry</code> objects
29 public class MapEntryParameter implements Map.Entry {
49 * java.util.Map.Entry#hashCode}.
61 * java.util.Map.Entry#equals}.
67 if (!(other instanceof Map.Entry)) {
71 Map.Entry e = (Map.Entry) other;
H A DStoredEntrySet.java24 * <p>The {@link java.util.Map.Entry#setValue} method of the Map.Entry objects
42 * @param mapEntry must be a {@link java.util.Map.Entry} instance.
50 * java.util.Map.Entry} instance.
56 Map.Entry entry = (Map.Entry) mapEntry; // allow ClassCastException
65 * @param mapEntry is a {@link java.util.Map.Entry} instance to be removed.
68 * the mapEntry is not a {@link java.util.Map.Entry} instance or is not
77 if (!(mapEntry instanceof Map.Entry)) {
80 Map.Entry entr
[all...]
H A DStoredSortedEntrySet.java20 * <p>The {@link java.util.Map.Entry#setValue} method of the Map.Entry objects
216 ((Map.Entry) fromMapEntry).getKey() : null;
218 ((Map.Entry) toMapEntry).getKey() : null;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Dhashmap.c38 typedef struct Entry Entry; typedef in typeref:struct:Entry
39 struct Entry { struct
44 AVAHI_LLIST_FIELDS(Entry, bucket);
45 AVAHI_LLIST_FIELDS(Entry, entries);
53 Entry *entries[HASH_MAP_SIZE];
54 AVAHI_LLIST_HEAD(Entry, entries_list);
57 static Entry* entry_get(AvahiHashmap *m, const void *key) {
59 Entry *e;
70 static void entry_free(AvahiHashmap *m, Entry *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dhashmap.c38 typedef struct Entry Entry; typedef in typeref:struct:Entry
39 struct Entry { struct
44 AVAHI_LLIST_FIELDS(Entry, bucket);
45 AVAHI_LLIST_FIELDS(Entry, entries);
53 Entry *entries[HASH_MAP_SIZE];
54 AVAHI_LLIST_HEAD(Entry, entries_list);
57 static Entry* entry_get(AvahiHashmap *m, const void *key) {
59 Entry *e;
70 static void entry_free(AvahiHashmap *m, Entry *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/rio/
H A Driotable.c85 int Host, Host1, Host2, NameIsUnique, Entry, SubEnt; local
118 p->RIOError.Entry = -1;
121 for (Entry = 0; Entry < TOTAL_MAP_ENTRIES; Entry++) {
122 MapP = &p->RIOConnectTable[Entry];
129 MapP->Name[5] = '0' + Entry / 10;
130 MapP->Name[6] = '0' + Entry % 10;
135 p->RIOError.Entry = Entry;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DAsyncDNS.h54 virtual ExitCode Entry();
H A DThreadScheduler.h109 /** Entry function called via internal thread-object. */
110 void* Entry();
172 //! @see wxThread::Entry
173 virtual void Entry() = 0;
H A DThreadTasks.h86 //! @see CThreadTask::Entry
87 virtual void Entry();
127 /** See CThreadTask::Entry */
128 virtual void Entry();
151 /** See CThreadTask::Entry */
152 virtual void Entry();
182 /** See CThreadTask::Entry */
183 virtual void Entry();
H A DUploadBandwidthThrottler.h60 void* Entry();
H A DAsyncDNS.cpp44 wxThread::ExitCode CAsyncDNS::Entry() function in class:CAsyncDNS
H A DHTTPDownload.h54 ExitCode Entry();
H A DPartFileConvert.h91 virtual ExitCode Entry();
H A DThreadScheduler.cpp59 //! For simplicity's sake, all code is placed in CThreadScheduler::Entry
60 void* Entry() { function in class:CTaskThread
61 return m_owner->Entry();
262 void* CThreadScheduler::Entry() function in class:CThreadScheduler
291 task->Entry();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC++/
H A Dmetadata.cpp470 // VorbisComment::Entry
473 VorbisComment::Entry::Entry()
478 VorbisComment::Entry::Entry(const char *field, unsigned field_length)
484 VorbisComment::Entry::Entry(const char *field)
490 VorbisComment::Entry::Entry(const char *field_name, const char *field_value, unsigned field_value_length)
496 VorbisComment::Entry
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/VisualStudio2005/soapcpp2/soapcpp2/
H A Dsoapcpp2.h231 struct Entry *response; /* funcs only: points to response struct */
260 typedef struct Entry { struct
265 struct Entry *next;
266 } Entry; typedef in typeref:struct:Entry
271 Entry *list;
344 extern Entry *enter(Table*, Symbol*), *entry(Table*, Symbol*), *reenter(Table*, Symbol*), *enumentry(Symbol*);
365 extern Entry *unlinklast(Table*);
H A Dsoapcpp2_yacc.tab.h10 Entry *e;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/src/
H A Dsoapcpp2.h231 struct Entry *response; /* funcs only: points to response struct */
260 typedef struct Entry { struct
265 struct Entry *next;
266 } Entry; typedef in typeref:struct:Entry
271 Entry *list;
344 extern Entry *enter(Table*, Symbol*), *entry(Table*, Symbol*), *reenter(Table*, Symbol*), *enumentry(Symbol*);
365 extern Entry *unlinklast(Table*);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/VisualStudio2005/soapcpp2/soapcpp2/
H A Dsoapcpp2.h231 struct Entry *response; /* funcs only: points to response struct */
260 typedef struct Entry { struct
265 struct Entry *next;
266 } Entry; typedef in typeref:struct:Entry
271 Entry *list;
344 extern Entry *enter(Table*, Symbol*), *entry(Table*, Symbol*), *reenter(Table*, Symbol*), *enumentry(Symbol*);
365 extern Entry *unlinklast(Table*);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/src/
H A Dsoapcpp2.h231 struct Entry *response; /* funcs only: points to response struct */
260 typedef struct Entry { struct
265 struct Entry *next;
266 } Entry; typedef in typeref:struct:Entry
271 Entry *list;
344 extern Entry *enter(Table*, Symbol*), *entry(Table*, Symbol*), *reenter(Table*, Symbol*), *enumentry(Symbol*);
365 extern Entry *unlinklast(Table*);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dthread.h488 // the execution of wxThread::Entry() may start at any moment, caller
571 virtual void *Entry() = 0;
603 // entry point for the thread -- calls Entry() in owner.
604 virtual void *Entry();
653 virtual void *Entry() = 0;
662 // call Entry() in owner, put it down here to avoid circular declarations
663 inline void *wxThreadHelperThread::Entry() function in class:wxThreadHelperThread
665 return m_owner.Entry();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dthreadno.cpp91 p_internal->exit_status = Entry();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dthreadno.cpp90 p_internal->exit_status = Entry();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dio_edgeport.h75 struct comMapper Entry; member in union:procWrite::__anon16191

Completed in 287 milliseconds

12345