Home
last modified time | relevance | path

Searched defs:array (Results 1 – 18 of 18) sorted by relevance

/device/google/contexthub/util/common/
DJSONObject.cpp66 sp<JSONArray> array = new JSONArray; in Parse() local
499 void JSONValue::setArray(const sp<JSONArray> &array) { in setArray()
643 sp<JSONArray> array; in Parse() local
/device/google/contexthub/sensorhal/
Dhubconnection.cpp358 sp<JSONArray> array; in getCalibrationInt32() local
376 sp<JSONArray> array; in getCalibrationFloat() local
395 sp<JSONArray> array; in getInt32Setting() local
408 sp<JSONArray> array; in getFloatSetting() local
/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dtypes.h209 unsigned short *array; /* array for GETALL & SETALL */ member
/device/google/contexthub/util/nanotool/
Dandroidcontexthub.cpp67 sp<JSONArray> array; in CopyInt32Array() local
/device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformBdsLib/
DBdsPlatform.c41 #define ARRAY_SIZE(array) (sizeof (array) / sizeof (array[0])) argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dplistlib.py284 def writeArray(self, array): argument
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles.cpp386 void glDisableClientState(GLenum array) in glDisableClientState()
406 void glEnableClientState(GLenum array) in glEnableClientState()
1231 void glBindVertexArrayOES(GLuint array) in glBindVertexArrayOES()
1246 GLboolean glIsVertexArrayOES(GLuint array) in glIsVertexArrayOES()
/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_entry.cpp699 void glDisableClientState(GLenum array) in glDisableClientState()
723 void glEnableClientState(GLenum array) in glEnableClientState()
1845 void glBindVertexArrayOES(GLuint array) in glBindVertexArrayOES()
1865 GLboolean glIsVertexArrayOES(GLuint array) in glIsVertexArrayOES()
Dgl_enc.cpp1849 void glDisableClientState_enc(void *self , GLenum array) in glDisableClientState_enc()
1926 void glEnableClientState_enc(void *self , GLenum array) in glEnableClientState_enc()
7226 void glBindVertexArrayOES_enc(void *self , GLuint array) in glBindVertexArrayOES_enc()
7318 GLboolean glIsVertexArrayOES_enc(void *self , GLuint array) in glIsVertexArrayOES_enc()
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlobject.h565 TValue *array; /* array part */ member
/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_entry.cpp1368 void glBindVertexArrayOES(GLuint array) in glBindVertexArrayOES()
1388 GLboolean glIsVertexArrayOES(GLuint array) in glIsVertexArrayOES()
1701 void glBindVertexArray(GLuint array) in glBindVertexArray()
1714 GLboolean glIsVertexArray(GLuint array) in glIsVertexArray()
Dgl2_enc.cpp4672 void glBindVertexArrayOES_enc(void *self , GLuint array) in glBindVertexArrayOES_enc()
4764 GLboolean glIsVertexArrayOES_enc(void *self , GLuint array) in glIsVertexArrayOES_enc()
5101 void glBindVertexArray_enc(void *self , GLuint array) in glBindVertexArray_enc()
5154 GLboolean glIsVertexArray_enc(void *self , GLuint array) in glIsVertexArray_enc()
DGL2Encoder.cpp2442 void GL2Encoder::s_glBindVertexArray(void* self, GLuint array) { in s_glBindVertexArray()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Darraymodule.c1503 array_reduce(arrayobject *array) in array_reduce()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Darraymodule.c1503 array_reduce(arrayobject *array) in array_reduce()
Dposixmodule.c2952 free_string_array(char **array, Py_ssize_t count) in free_string_array()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dedk2module.c1356 free_string_array(char **array, Py_ssize_t count) in free_string_array()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dedk2module.c1410 free_string_array(char **array, Py_ssize_t count) in free_string_array()