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

/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Dmtools.spec12 Mtools is a collection of utilities to access MS-DOS disks
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/hid/
H A Dhid-core.c98 * Open a collection. The type/usage is pushed on the stack.
103 struct hid_collection *collection; local
109 dbg("collection stack overflow");
114 collection = kmalloc(sizeof(struct hid_collection) *
116 if (collection == NULL) {
117 dbg("failed to reallocate collection array");
120 memcpy(collection, parser->device->collection,
123 memset(collection + parser->device->collection_size, 0,
126 kfree(parser->device->collection);
[all...]
H A Dhid-input.c974 if (hid->collection[i].type == HID_COLLECTION_APPLICATION ||
975 hid->collection[i].type == HID_COLLECTION_PHYSICAL)
976 if (IS_INPUT_APPLICATION(hid->collection[i].usage))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/hid/usbhid/
H A Dhiddev.c426 if (hid->collection[i].type ==
433 return hid->collection[i].usage;
703 cinfo.type = hid->collection[cinfo.index].type;
704 cinfo.usage = hid->collection[cinfo.index].usage;
705 cinfo.level = hid->collection[cinfo.index].level;
769 if (hid->collection[i].type ==
771 !IS_INPUT_APPLICATION(hid->collection[i].usage))
H A Dhid-core.c837 if (hid->collection->usage == HID_GD_MOUSE && hid_mousepoll_interval > 0)
1023 if (hid->collection[i].type == HID_COLLECTION_APPLICATION &&
1024 (hid->collection[i].usage & HID_USAGE_PAGE) == HID_UP_GENDESK &&
1025 (hid->collection[i].usage & 0xffff) < ARRAY_SIZE(hid_types)) {
1026 c = hid_types[hid->collection[i].usage & 0xffff];
H A Dhid-pidff.c841 hid->collection[i - 1].type != HID_COLLECTION_LOGICAL)
843 ret = pidff_check_usage(hid->collection[i - 1].usage);
845 debug("found usage 0x%02x from collection array",
/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dhid.h141 * HID report descriptor collection item types
309 unsigned collection_index[HID_MAX_USAGES]; /* collection index array */
317 * This is the collection stack. We climb up the stack to determine
329 unsigned collection_index; /* index into collection array */
414 struct hid_collection *collection; /* List of HID collections */ member in struct:hid_device
/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/doc/
H A Dip-cref.tex930 the next garbage collection.

Completed in 165 milliseconds