Searched refs:Entry (Results 26 - 50 of 107) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/VisualStudio2005/soapcpp2/soapcpp2/
H A Dsoapcpp2_yacc.tab.h10 Entry *e;
H A Dsymbol2.c85 void needs_lang(Entry *e);
106 int is_item(Entry *p);
168 p->list = (Entry*) 0;
192 { Entry *p, *q;
195 for (p = table->list; p != (Entry*) 0; p = q) {
205 Entry *
207 { Entry **p, *q;
209 return (Entry*)0;
210 for (p = &table->list; *p != (Entry*)0 && (*p)->next != (Entry*)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dsint.S8 | Entry points sint and sintrz are called from do_func
10 | respectively. Entry point sintdo is used by bindec.
12 | Input: (Entry points sint and sintrz) Double-extended
15 | (Entry point sintdo) Double-extended number X in
17 | (Entry point sintd) Double-extended denormalized
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/include/FLAC++/
H A Dmetadata.h551 * Entry conforms to the Vorbis comment specification.
553 class FLACPP_API Entry { class in class:FLAC::Metadata::VorbisComment
555 Entry();
557 Entry(const char *field, unsigned field_length);
558 Entry(const char *field); // assumes \a field is NUL-terminated
560 Entry(const char *field_name, const char *field_value, unsigned field_value_length);
561 Entry(const char *field_name, const char *field_value); // assumes \a field_value is NUL-terminated
563 Entry(const Entry &entry);
565 Entry
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/
H A Devent_rpcgen.py34 print >>sys.stderr, ( 'Entry "%s" duplicates tag number '
299 class Entry: class in inherits:
429 'Entry "%s" cannot be created as an array '
434 'Entry "%s" does not know which struct it belongs to '
438 print >>sys.stderr, ( 'Entry "%s" has illegal combination of '
443 class EntryBytes(Entry):
446 Entry.__init__(self, type, name, tag)
525 print >>sys.stderr, 'Entry "%s" needs a length around line %d' % (
529 Entry.Verify(self)
531 class EntryInt(Entry)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dthreadh.tex5 code in its own \helpref{wxThreadHelper::Entry}{wxthreadhelperentry} method
17 \helpref{wxThread::Entry}{wxthreadentry}. To access the inputs to the
81 \membersection{wxThreadHelper::Entry}\label{wxthreadhelperentry}
83 \func{virtual ExitCode}{Entry}{\void}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/hello/
H A DHelloDatabaseWorld.java151 Map.Entry entry = (Map.Entry) iter.next();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/basic/
H A DSample.java242 * Print the key/value objects returned by an iterator of Map.Entry
249 Map.Entry entry = (Map.Entry) iterator.next();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/collections/
H A DStoredMap.java352 Map.Entry entry = (Map.Entry) i.next();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DTimer.cpp40 void* Entry() { function in class:CTimerThread
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DMapProxy.java36 for (Map.Entry<K,V> entry : map.entrySet()) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/thread/
H A Dthread.cpp166 virtual void *Entry();
222 void *MyThread::Entry() function in class:MyThread
261 virtual void *Entry();
283 void *MyWorkerThread::Entry() function in class:MyWorkerThread
322 virtual ExitCode Entry() function in class:MyExecThread
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Devent_rpcgen.py56 'Entry "%s" duplicates tag number %d from "%s" '
342 class Entry: class in inherits:
359 assert 0, "Entry does not provide initializer"
395 'Entry "%s" cannot be created as an array '
399 'Entry "%s" does not know which struct it belongs to '
403 'Entry "%s" has illegal combination of optional and array '
498 class EntryBytes(Entry):
501 Entry.__init__(self, type, name, tag)
593 'Entry "%s" needs a length '
596 Entry
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/corefoundation/
H A Dutilsexc_cf.cpp77 virtual void* Entry();
87 void* wxProcessTerminationThread::Entry() function in class:wxProcessTerminationThread
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Djoystick.cpp62 void* Entry();
90 void* wxJoystickThread::Entry() function in class:wxJoystickThread
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/access/
H A DAccessExample.java206 Map.Entry entry = (Map.Entry) iter.next();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/index/
H A DSample.java255 * Print the key/value objects returned by an iterator of Map.Entry
262 Map.Entry entry = (Map.Entry) iterator.next();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/
H A DJoinTest.java203 Map.Entry e;
215 e = (Map.Entry) o;
H A DCollectionTest.java827 if (obj instanceof Map.Entry) {
828 Map.Entry entry = (Map.Entry) obj;
1013 for (Map.Entry entry : savedMap.entrySet()) {
1045 for (Map.Entry entry : savedMap.entrySet()) {
1477 Map.Entry entry = (Map.Entry) iter.next();
1490 Map.Entry[] entries =
1491 (Map.Entry[]) set.toArray(new Map.Entry[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/VisualStudio2005/soapcpp2/soapcpp2/
H A Dsymbol2.c85 void needs_lang(Entry *e);
106 int is_item(Entry *p);
168 p->list = (Entry*) 0;
192 { Entry *p, *q;
195 for (p = table->list; p != (Entry*) 0; p = q) {
205 Entry *
207 { Entry **p, *q;
209 return (Entry*)0;
210 for (p = &table->list; *p != (Entry*)0 && (*p)->next != (Entry*)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/src/
H A Dsymbol2.c85 void needs_lang(Entry *e);
106 int is_item(Entry *p);
168 p->list = (Entry*) 0;
192 { Entry *p, *q;
195 for (p = table->list; p != (Entry*) 0; p = q) {
205 Entry *
207 { Entry **p, *q;
209 return (Entry*)0;
210 for (p = &table->list; *p != (Entry*)0 && (*p)->next != (Entry*)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/src/
H A Dsymbol2.c85 void needs_lang(Entry *e);
106 int is_item(Entry *p);
168 p->list = (Entry*) 0;
192 { Entry *p, *q;
195 for (p = table->list; p != (Entry*) 0; p = q) {
205 Entry *
207 { Entry **p, *q;
209 return (Entry*)0;
210 for (p = &table->list; *p != (Entry*)0 && (*p)->next != (Entry*)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/rio/
H A Drioboot.c1056 int Entry; local
1063 for (Entry = 0; (Entry < MAX_RTA_BINDINGS) && (p->RIOBindTab[Entry] != 0); Entry++) {
1064 if ((p->RIOBindTab[Entry] == HostUniq) || (p->RIOBindTab[Entry] == RtaUniq))
H A Drioctrl.c143 int Entry; local
377 for (Entry = 0; Entry < MAX_RTA_BINDINGS; Entry++) {
378 if ((EmptySlot == -1) && (p->RIOBindTab[Entry] == 0L))
379 EmptySlot = Entry;
380 else if (p->RIOBindTab[Entry] == arg) {
384 p->RIOBindTab[Entry] = 0L;
520 for (Entry = 0; Entry < RIO_PORT
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Doid.h644 struct rt_802_11_mac_entry Entry[MAX_NUMBER_OF_MAC]; member in struct:rt_802_11_mac_table
699 struct rt_802_11_acl_entry Entry[MAX_NUMBER_OF_ACL]; member in struct:rt_rt_802_11_acl
704 NDIS_802_11_MAC_ADDRESS Entry[24 /*MAX_NUM_OF_WDS_LINK */ ]; member in struct:rt_802_11_wds

Completed in 288 milliseconds

12345