Searched defs:array (Results 1 - 25 of 61) sorted by relevance

123

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/PatchPcdValue/
H A DPatchPcdValue.py26 import array namespace
84 # Read binary file into array
87 ByteArray = array.array('B')
174 return PARAMETER_INVALID, "PCD Value %s is not valid dec or hex string array." %(ValueString)
195 ByteArray = array.array('B')
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_dispatch.py48 array = "" variable
65 array = "[0]" variable
71 array = "[texture-GL_TEXTURE0_ARB]" variable
95 array = "[index]" variable
101 array = "[index]" variable
111 print "\t\tcr_server.current.c.%s.%s%s = cr_unpackData;" % (name,type,array)
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_ar9003_hw.c382 struct ar5416IniArray *array; local
384 array = power_off ? &ah->iniPcieSerdes :
387 for (i = 0; i < array->ia_rows; i++) {
389 INI_RA(array, i, 0),
390 INI_RA(array, i, 1));
/vbox/src/libs/xpcom18a4/xpcom/build/
H A Ddlldeps.cpp171 nsStringArray array; local
172 NS_NewStringEnumerator(nsnull, &array);
173 NS_NewAdoptingStringEnumerator(nsnull, &array);
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsSupportsArrayEnumerator.cpp41 nsSupportsArrayEnumerator::nsSupportsArrayEnumerator(nsISupportsArray* array) argument
42 : mArray(array), mCursor(0)
44 NS_ASSERTION(array, "null array");
134 NS_NewISupportsArrayEnumerator(nsISupportsArray* array, argument
139 nsSupportsArrayEnumerator* e = new nsSupportsArrayEnumerator(array);
H A DnsArrayEnumerator.cpp85 nsIArray* array)
87 nsSimpleArrayEnumerator* enumer = new nsSimpleArrayEnumerator(array);
98 // creates a snapshot of the array in question
125 PRUint32 mArraySize; // size of the array
84 NS_NewArrayEnumerator(nsISimpleEnumerator* *result, nsIArray* array) argument
H A DnsEnumeratorUtils.cpp98 nsISupportsArray* array)
100 nsArrayEnumerator* enumer = new nsArrayEnumerator(array);
97 NS_NewArrayEnumerator(nsISimpleEnumerator* *result, nsISupportsArray* array) argument
H A DnsVariant.h90 } array; member in union:nsDiscriminatedUnion::__anon17301
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/BPDG/
H A DGenVpd.py19 import array namespace
168 # 3: {bytearray}, only support byte-array.
206 ## Pack a byte-array PCD value.
208 # A byte-array for a PCD should be in format as {0x01, 0x02, ...}.
223 "The byte array %s is too large for size %d(File: %s Line: %s)" % (ValueString, Size, self.FileName, self.Lineno))
225 ReturnArray = array.array('B')
235 "The value item %s in byte array %s is an invalid HEX value.(File: %s Line: %s)" % \
243 "The value item %s in byte array %s is an invalid DECIMAL value.(File: %s Line: %s)" % \
248 "The value item %s in byte array
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenPatchPcdTable/
H A DGenPatchPcdTable.py23 import array namespace
94 @param lines line array for map file
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestThreads.cpp176 nsIThread** array = new nsIThread*[threads]; local
177 NS_ASSERTION(array, "out of memory");
187 NS_ADDREF(array[k] = t);
191 array[k]->Join();
192 NS_RELEASE(array[k]);
194 delete [] array;
213 PRThread** array = new PRThread*[threads]; local
214 PR_ASSERT(array);
217 array[k] = PR_CreateThread(PR_USER_THREAD,
223 PR_ASSERT(array[
[all...]
H A DTestArray.cpp117 fprintf(stdout, "array count %d = %d %s\n", count, aExpectedCount,
140 nsISupportsArray* array; local
143 if (NS_OK == (rv = NS_NewISupportsArray(&array))) {
144 FillArray(array, 10);
147 DumpArray(array, 10, fillResult, 10);
150 IFoo* foo = (IFoo*)array->ElementAt(3);
152 array->InsertElementAt(foo, 5);
155 DumpArray(array, 11, insertResult, 10);
157 array->InsertElementAt(foo, 0);
159 DumpArray(array, 1
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/
H A DEot.py28 from array import array namespace
/vbox/src/VBox/Additions/x11/VBoxClient/
H A Dhostversion.cpp76 DBusMessageIter array; local
92 dbus_message_iter_open_container(&iter,DBUS_TYPE_ARRAY,DBUS_TYPE_STRING_AS_STRING,&array);
93 dbus_message_iter_close_container(&iter,&array);
94 dbus_message_iter_open_container(&iter,DBUS_TYPE_ARRAY,"{sv}",&array);
95 dbus_message_iter_close_container(&iter,&array);
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsConsoleService.cpp101 nsISupportsArray *array = (nsISupportsArray *)closure; local
104 array->AppendElement((nsISupports*)data);
122 * listeners array.
141 * Copy the listeners into the snapshot array - in case a listener
209 * Make a 1-length output array so that nobody gets confused,
211 * array object when called from script.
/vbox/src/VBox/ValidationKit/tests/storage/
H A DtdStorageBenchmark1.py34 import array; namespace
87 if isinstance(sText, array.array):
220 if isinstance(sText, array.array):
/vbox/src/VBox/Main/include/
H A DWrapper.h23 #include <VBox/com/array.h>
127 std::vector<com::Utf8Str> &array() function in class:ArrayBSTROutConverter
164 const std::vector<com::Utf8Str> &array() function in class:ArrayBSTRInConverter
258 std::vector<com::Guid> &array() function in class:ArrayUuidOutConverter
359 std::vector<ComPtr<A> > &array() function in class:ArrayComTypeOutConverter
397 const std::vector<ComPtr<A> > &array() function in class:ArrayComTypeInConverter
441 std::vector<A> &array() function in class:ArrayOutConverter
479 const std::vector<A> &array() function in class:ArrayInConverter
/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_client.h26 /* vertex array */
110 CRVertexArrays array; member in struct:__anon16179
137 DECLEXPORT(CRClientPointer*) crStateGetClientPointerByIndex(int index, CRVertexArrays *array);
/vbox/src/VBox/GuestHost/OpenGL/packer/
H A Dpack_client.c26 static void crPackVertexAttrib(const CRVertexArrays *array, unsigned int attr, GLint index) argument
28 unsigned char *p = array->a[attr].p + index * array->a[attr].stride;
35 if (array->a[attr].buffer && array->a[attr].buffer->data)
37 Assert(((uintptr_t)p) < array->a[attr].buffer->size);
38 p = (unsigned char *)(array->a[attr].buffer->data) + (unsigned long)p;
48 switch (array->a[attr].type)
53 switch (array->a[attr].size)
56 if (array
309 const CRVertexArrays *array = &(c->array); local
[all...]
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/swrast/
H A Ds_span.h47 #define SPAN_XY 0x10 /**< array.x[], y[] valid? */
48 #define SPAN_MASK 0x20 /**< was array.mask[] filled in by caller? */
49 #define SPAN_LAMBDA 0x40 /**< array.lambda[] valid? */
50 #define SPAN_COVERAGE 0x80 /**< array.coverage[] valid? */
75 /** Attribute arrays that don't fit into attribs[] array above */
92 * etc for either a horizontal run or an array of independent pixels.
110 /** This flag indicates that mask[] array is effectively filled with ones */
157 SWspanarrays *array; member in struct:sw_span
170 (S).array = SWRAST_CONTEXT(ctx)->SpanArrays; \
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/vbo/
H A Dvbo_exec.h133 } array; member in struct:vbo_exec_context
/vbox/src/libs/xpcom18a4/nsprpub/lib/tests/
H A Dbase64t.c202 } array[] = variable in typeref:struct:__anon17146
1829 for( i = 0; i < sizeof(array)/sizeof(array[0]); i++ )
1831 PRUint32 plen = PL_strlen(array[i].plaintext);
1834 char *rv = PL_Base64Encode(array[i].plaintext, plen, result);
1842 if( 0 != PL_strncmp(result, array[i].cyphertext, clen) )
1845 i, array[i].plaintext, array[i].cyphertext, clen, result);
2019 for( i = 0; i < sizeof(array)/sizeof(array[
[all...]
/vbox/src/VBox/ValidationKit/tests/autostart/
H A DtdAutostart1.py36 import array; namespace
62 if isinstance(sText, array.array):
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DGenFdsGlobalVariable.py22 import array namespace
373 SectionData = array.array('B', [0,0,0,0])
382 SectionData = array.array('B', [0,0,0,0])
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dtypes.h209 unsigned short *array; /* array for GETALL & SETALL */ member in union:__semun

Completed in 233 milliseconds

123