Searched refs:array (Results 401 - 425 of 526) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/t/
H A Ddb-btree.t621 # check that attempting to tie an array to a DB_BTREE will fail
626 ok(90, $@ =~ /^DB_File can only tie an associative array to a DB_BTREE database/) ;
1001 # iterate through the associative array
H A Ddb-hash.t402 # check that attempting to tie an array to a DB_HASH will fail
407 ok(52, $@ =~ /^DB_File can only tie an associative array to a DB_HASH database/) ;
/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 DBindingTest.java2067 * Nullifies the first element of an array or collection object by removing
2068 * it from the array or collection. Returns the resulting array or
2328 private static String arrayToString(Object[] array) { argument
2331 for (Object o : array) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dhugetlb.c1575 * with node sysdevs in node_devices[] using a parallel array. The array
1852 static unsigned int cpuset_mems_nr(unsigned int *array) argument
1858 nr += array[node];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dunwind.c1512 e = &table->array[mid];
2078 table->array = start;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddb.tex743 \docparam{columns}{On success, this function will set this pointer to point to array of \helpref{wxDbColInf}{wxdbcolinf} objects, holding information about columns returned by the query. You need to call delete[] for the pointer you pass here after you don't use it anymore to prevent memory leak.}
828 \docparam{tableName[]}{An array of pointers to table names you wish to obtain column information about. The last element of this array must be a NULL string.}
839 This function returns a pointer to an array of \helpref{wxDbColInf}{wxdbcolinf}
1607 populate an array of these data structures for the wxDbTable instance.
2035 class so a program can create a wxDbTableInf array instance to maintain all
2495 \docparam{pIndexDefs}{A pointer to an array \helpref{wxDbIdxDef}{wxdbidxdef} structures. }
2829 Accessor function that returns a pointer to the array of column definitions
3630 \docparam{colInfs}{Pointer to an array of wxDbColInf instances which contains
4018 A pointer to a wxDbColInf array instanc
[all...]
H A Drichtextattr.tex346 Returns an array of tab stops, each expressed in tenths of a millimeter. Each stop
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_direct.c50 unsigned short *array; /* Array for GETALL, SETALL */ member in union:semun
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/80211core/
H A Dcfunc.h112 u16_t zfFindMinimumUtilizationChannelIndex(zdev_t* dev, u16_t* array, u16_t count);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/minilzo/
H A Dminilzo.c2095 #define LZO_HIGH(array) ((lzo_uint) (sizeof(array)/sizeof(*(array))))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dsched.c14 * an array-switch method of distributing timeslices
1409 * Inverse (2^32/x) values of the prio_to_weight[] array, precalculated.
3159 * get_avenrun - get the load average array
3160 * @loads: pointer to dest load array
7364 * Special case: If a kmalloc of a doms_cur partition (array of
7467 * cpumasks in the array doms_new[] of cpumasks. This compares
7471 * 'doms_new' is an array of cpumask_var_t's of length 'ndoms_new'.
7765 struct rt_prio_array *array; local
7768 array = &rt_rq->active;
7770 INIT_LIST_HEAD(array
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Djcommon-1.0.16.jar ... level public int getCompressionLevel () protected byte[] resizeByteArray (byte[], int) byte[] array int newLength byte[] newArray int oldLength protected int writeBytes (byte ...
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/
H A Dlsyncd.lua129 -- Count array tables error if accessed with a non-number.
191 -- Creates a new count array
3132 -- TODO do array joining instead
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/
H A DMakefile.gnulib82 ## begin gnulib module array-mergesort-tests
84 TESTS += test-array-mergesort
85 check_PROGRAMS += test-array-mergesort
86 EXTRA_DIST += test-array-mergesort.c macros.h
88 ## end gnulib module array-mergesort-tests
H A DMakefile.in51 TESTS = test-alloca-opt$(EXEEXT) test-array-mergesort$(EXEEXT) \
287 test-array-mergesort$(EXEEXT) test-c-ctype$(EXEEXT) \
645 test_array_mergesort_SOURCES = test-array-mergesort.c
646 test_array_mergesort_OBJECTS = test-array-mergesort.$(OBJEXT)
2797 test-alloca-opt.c test-array-mergesort.c \
3033 test-alloca-opt.c test-array-mergesort.c \
3918 test-array-mergesort.c macros.h \
5131 test-array-mergesort$(EXEEXT): $(test_array_mergesort_OBJECTS) $(test_array_mergesort_DEPENDENCIES)
5132 @rm -f test-array-mergesort$(EXEEXT)
7604 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-array
[all...]
H A DMakefile51 TESTS = test-alloca-opt$(EXEEXT) test-array-mergesort$(EXEEXT) \
287 test-array-mergesort$(EXEEXT) test-c-ctype$(EXEEXT) \
645 test_array_mergesort_SOURCES = test-array-mergesort.c
646 test_array_mergesort_OBJECTS = test-array-mergesort.$(OBJEXT)
2797 test-alloca-opt.c test-array-mergesort.c \
3033 test-alloca-opt.c test-array-mergesort.c \
3918 test-array-mergesort.c macros.h \
5131 test-array-mergesort$(EXEEXT): $(test_array_mergesort_OBJECTS) $(test_array_mergesort_DEPENDENCIES)
5132 @rm -f test-array-mergesort$(EXEEXT)
7604 include ./$(DEPDIR)/test-array
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlreader.c124 xmlNodePtr *entTab; /* array of entities */
153 xmlPatternPtr *patternTab; /* array of preserve patterns */
619 * @atts: An array of name/value attributes pairs, NULL terminated
670 * @namespaces: pointer to the array of prefix/URI pairs namespace definitions
673 * @attributes: pointer to the array of (localname/prefix/URI/value/end)
1757 * @array: a byte array to store the content.
1758 * @offset: the zero-based index into array where the method should
1765 * Returns the number of bytes written to array, or zero if the current
1770 unsigned char *array ATTRIBUTE_UNUSE
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlreader.c145 xmlNodePtr *entTab; /* array of entities */
174 xmlPatternPtr *patternTab; /* array of preserve patterns */
638 * @atts: An array of name/value attributes pairs, NULL terminated
689 * @namespaces: pointer to the array of prefix/URI pairs namespace definitions
692 * @attributes: pointer to the array of (localname/prefix/URI/value/end)
1787 * @array: a byte array to store the content.
1788 * @offset: the zero-based index into array where the method should
1795 * Returns the number of bytes written to array, or zero if the current
1800 unsigned char *array ATTRIBUTE_UNUSE
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dpeer-mgr.c208 /* An array of pieceCount items stating how many peers have each piece.
517 /* clear the array */
720 *** 1. Torrent::requests, an array of "struct block_request" which keeps
725 *** 2. Torrent::pieces, an array of "struct weighted_piece" which lists the
770 /* insert the request to our array... */
1407 /* if intervals are requested two array entries are necessarry:
1429 * So rather than qsort()ing the entire array, it's faster to apply an
2205 tr_peerMgrArrayToPex( const void * array, argument
2212 const uint8_t * walk = array;
3422 /* build a sortable array o
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dxmlreader.c145 xmlNodePtr *entTab; /* array of entities */
174 xmlPatternPtr *patternTab; /* array of preserve patterns */
638 * @atts: An array of name/value attributes pairs, NULL terminated
689 * @namespaces: pointer to the array of prefix/URI pairs namespace definitions
692 * @attributes: pointer to the array of (localname/prefix/URI/value/end)
1787 * @array: a byte array to store the content.
1788 * @offset: the zero-based index into array where the method should
1795 * Returns the number of bytes written to array, or zero if the current
1800 unsigned char *array ATTRIBUTE_UNUSE
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlreader.c124 xmlNodePtr *entTab; /* array of entities */
153 xmlPatternPtr *patternTab; /* array of preserve patterns */
619 * @atts: An array of name/value attributes pairs, NULL terminated
670 * @namespaces: pointer to the array of prefix/URI pairs namespace definitions
673 * @attributes: pointer to the array of (localname/prefix/URI/value/end)
1757 * @array: a byte array to store the content.
1758 * @offset: the zero-based index into array where the method should
1765 * Returns the number of bytes written to array, or zero if the current
1770 unsigned char *array ATTRIBUTE_UNUSE
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/VisualStudio2005/wsdl2h/wsdl2h/
H A Dstdsoap2.h840 # define SOAP_MAXDIMS (16) /* maximum array dimensions (array nestings) must be less than 64 to protect soap->tmpbuf */
858 # define SOAP_MAXARRAYSIZE (1000000) /* "trusted" max size of inbound SOAP array for compound array allocation */
1089 #define SOAP_C_NOIOB 0x00100000 /* don't fault on array index out of bounds (just ignore) */
1255 /* array layout */
1265 const struct soap_array *array; member in struct:soap_plist
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/calc_vs2005/calc_vs2005/
H A Dstdsoap2.h840 # define SOAP_MAXDIMS (16) /* maximum array dimensions (array nestings) must be less than 64 to protect soap->tmpbuf */
858 # define SOAP_MAXARRAYSIZE (1000000) /* "trusted" max size of inbound SOAP array for compound array allocation */
1089 #define SOAP_C_NOIOB 0x00100000 /* don't fault on array index out of bounds (just ignore) */
1255 /* array layout */
1265 const struct soap_array *array; member in struct:soap_plist
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/
H A Dstdsoap2.h840 # define SOAP_MAXDIMS (16) /* maximum array dimensions (array nestings) must be less than 64 to protect soap->tmpbuf */
858 # define SOAP_MAXARRAYSIZE (1000000) /* "trusted" max size of inbound SOAP array for compound array allocation */
1089 #define SOAP_C_NOIOB 0x00100000 /* don't fault on array index out of bounds (just ignore) */
1255 /* array layout */
1265 const struct soap_array *array; member in struct:soap_plist

Completed in 611 milliseconds

<<11121314151617181920>>