Searched refs:collection (Results 1 - 25 of 31) sorted by relevance

12

/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 DCollectionProxy.java38 public final void initializeProxy(Collection<E> collection) { argument
39 elements = (E[]) new Object[collection.size()];
41 for (E element : collection) {
48 Collection<E> collection = newInstance(elements.length);
50 collection.add(element);
52 return collection;
97 static Object[] getElements(RawObject collection) { argument
99 while (value == null && collection != null) {
100 Map<String,Object> values = collection.getValues();
104 collection
123 setElements(RawObject collection, Object[] elements) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/plasmamule/
H A Dqt-emc.h60 bool readBinary(QFile &collection);
61 bool readText(QFile &collection);
H A Dqt-emc.cpp35 QFile collection(QString(*constFilesIterator).trimmed());
37 if (collection.open (QIODevice::ReadOnly))
39 valid = readBinary(collection);
45 collection.close();
72 return QString("An unknown Tag (%1 in type %2) was read from collection file").arg(lastTag).arg(lastTagType);
87 return QString("Your collection file was corrupted and ends to Early");
102 bool qtEmc::readBinary(QFile &collection) argument
111 QDataStream in(&collection);
122 return readText(collection);
515 bool qtEmc::readText(QFile &collection) argument
[all...]
H A Dplasma-engine-plasmamule.cpp160 qtEmc* collection = new qtEmc(link); local
161 if (collection->isValid())
163 QStringList links = collection->getLinks();
176 KNotification::event(KNotification::Notification, collection->getErrorMessage());
179 delete collection;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dmtools.spec12 Mtools is a collection of utilities to access MS-DOS disks
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtimaglst.tex6 The class helps an application organise a collection of images
H A Diconbndl.tex42 if the collection already contains icons with the same
47 Adds the icon to the collection; if the collection already
H A DwxPython.tex34 includes a collection of Python modules and an extension module
H A Dbody.tex552 Gizmos is a collection of useful widgets and other classes. Classes include wxLEDNumberCtrl,
556 Net is a collection of very simple mail and web related classes. Currently
H A Dapp.tex431 %%since this forwards OnIdle events to windows and also performs garbage collection for
H A Dmanual.tex272 A "library" means a collection of software functions and/or data
H A Dmanual2e.tex275 A "library" means a collection of software functions and/or data
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-core.c106 * Open a collection. The type/usage is pushed on the stack.
111 struct hid_collection *collection; local
117 dbg_hid("collection stack overflow\n");
122 collection = kmalloc(sizeof(struct hid_collection) *
124 if (collection == NULL) {
125 dbg_hid("failed to reallocate collection array\n");
128 memcpy(collection, parser->device->collection,
131 memset(collection + parser->device->collection_size, 0,
134 kfree(parser->device->collection);
[all...]
H A Dhid-input.c716 struct hid_collection *col = &hid->collection[i];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/usbhid/
H A Dhiddev.c620 if (hid->collection[i].type ==
627 return hid->collection[i].usage;
792 cinfo.type = hid->collection[cinfo.index].type;
793 cinfo.usage = hid->collection[cinfo.index].usage;
794 cinfo.level = hid->collection[cinfo.index].level;
875 if (hid->collection[i].type ==
877 !IS_INPUT_APPLICATION(hid->collection[i].usage))
H A Dhid-pidff.c844 hid->collection[i - 1].type != HID_COLLECTION_LOGICAL)
846 ret = pidff_check_usage(hid->collection[i - 1].usage);
848 debug("found usage 0x%02x from collection array",
H A Dhid-core.c1003 if (hid->collection->usage == HID_GD_MOUSE && hid_mousepoll_interval > 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D05-comment.tex104 versions of the same track title in a single collection. (e.g. remix
108 The collection name to which this track belongs
111 The track number of this piece if part of a specific larger collection or album
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/
H A DwxBase.spec35 wxBase is a collection of C++ classes providing basic data structures (strings,
H A DwxGTK.spec115 wxBase is a collection of C++ classes providing basic data structures (strings,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Djdom.jarorg/ org/jdom/ org/jdom/output/ org/jdom/output/XMLOutputter.class XMLOutputter.java package org.jdom ...
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lsync/source/examples/
H A Dlpostcmd.lua57 --- everything else, forward to default collection handler
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DIndexTest.java647 Collection<T> collection,
655 Iterator<T> iterator = collection.iterator();
646 checkCursor(EntityCursor<T> cursor, Collection<T> collection, boolean collectionIsKeySet, List<List<Integer>> expected, Getter<T> getter) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dhid.h144 * HID report descriptor collection item types
348 unsigned collection_index[HID_MAX_USAGES]; /* collection index array */
356 * This is the collection stack. We climb up the stack to determine
368 unsigned collection_index; /* index into collection array */
464 struct hid_collection *collection; /* List of HID collections */ member in struct:hid_device
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dxti.h363 wxT_COLLECTION , // collection
573 #define wxCOLLECTION_TYPE_INFO( element , collection ) \
574 wxCollectionTypeInfo s_typeInfo##collection( typeid(element).name() , NULL , NULL , typeid(collection).name() ) ;
835 // Setting a simple property (non-collection)
839 // Getting a simple property (non-collection)
843 // Adding an element to a collection property
847 // Getting a collection property
849 { if ( m_collectionGetter ) m_collectionGetter->Get( obj , result) ; else wxLogError( _("GetPropertyCollection called w/o valid collection getter") ) ;}
896 // Adding an element to a collection propert
[all...]

Completed in 140 milliseconds

12