Home
last modified time | relevance | path

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

/device/google/crosshatch/json-c/
Darraylist.h25 void **array; member
/device/google/bonito/json-c/
Darraylist.h25 void **array; member
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/pmu/
Dpmu.h72 #define SAVE_QOS(array, NAME) \ argument
74 #define RESTORE_QOS(array, NAME) \ argument
77 #define RK3399_CPU_AXI_SAVE_QOS(array, base) do { \ argument
87 #define RK3399_CPU_AXI_RESTORE_QOS(array, base) do { \ argument
/device/google/contexthub/util/common/
DJSONObject.cpp62 sp<JSONArray> array = new JSONArray; in Parse() local
495 void JSONValue::setArray(const sp<JSONArray> &array) { in setArray()
639 sp<JSONArray> array; in Parse() local
/device/google/cuttlefish_common/common/libs/auto_resources/
Dauto_resources.h33 #define arraysize(array) (sizeof(ArraySizeHelper(array))) argument
/device/google/contexthub/util/nanotool/
Dandroidcontexthub.cpp68 sp<JSONArray> array; in CopyInt32Array() local
83 sp<JSONArray> array; in CopyFloatArray() local
/device/google/contexthub/sensorhal/
Dhubconnection.cpp336 sp<JSONArray> array; in getCalibrationInt32() local
354 sp<JSONArray> array; in getCalibrationFloat() local
373 sp<JSONArray> array; in getInt32Setting() local
386 sp<JSONArray> array; in getFloatSetting() local
/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dtypes.h209 unsigned short *array; /* array for GETALL & SETALL */ member
/device/generic/goldfish-opengl/android-emu/android/base/containers/
DSmallVector.h395 alignas(size_type) T array[kSmallSize]; member
/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.cpp701 void glDisableClientState(GLenum array) in glDisableClientState()
725 void glEnableClientState(GLenum array) in glEnableClientState()
1847 void glBindVertexArrayOES(GLuint array) in glBindVertexArrayOES()
1867 GLboolean glIsVertexArrayOES(GLuint array) in glIsVertexArrayOES()
Dgl_enc.cpp1851 void glDisableClientState_enc(void *self , GLenum array) in glDisableClientState_enc()
1928 void glEnableClientState_enc(void *self , GLenum array) in glEnableClientState_enc()
7228 void glBindVertexArrayOES_enc(void *self , GLuint array) in glBindVertexArrayOES_enc()
7320 GLboolean glIsVertexArrayOES_enc(void *self , GLuint array) in glIsVertexArrayOES_enc()
/device/google/cuttlefish_common/guest/libs/eglwrapper/
Dgles1_wrapper_entry.cpp697 void glDisableClientState(GLenum array) in glDisableClientState()
721 void glEnableClientState(GLenum array) in glEnableClientState()
1837 void glBindVertexArrayOES(GLuint array) in glBindVertexArrayOES()
1855 GLboolean glIsVertexArrayOES(GLuint array) in glIsVertexArrayOES()
Dgles3_wrapper_entry.cpp1351 void glBindVertexArrayOES(GLuint array) in glBindVertexArrayOES()
1369 GLboolean glIsVertexArrayOES(GLuint array) in glIsVertexArrayOES()
1681 void glBindVertexArray(GLuint array) in glBindVertexArray()
1693 GLboolean glIsVertexArray(GLuint array) in glIsVertexArray()
/device/google/contexthub/contexthubhal/
Dsystem_comms.cpp1009 Json::Value array(Json::arrayValue); in saveApps() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlobject.h565 TValue *array; /* array part */ member
/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_entry.cpp1381 void glBindVertexArrayOES(GLuint array) in glBindVertexArrayOES()
1401 GLboolean glIsVertexArrayOES(GLuint array) in glIsVertexArrayOES()
1714 void glBindVertexArray(GLuint array) in glBindVertexArray()
1727 GLboolean glIsVertexArray(GLuint array) in glIsVertexArray()
Dgl2_enc.cpp4674 void glBindVertexArrayOES_enc(void *self , GLuint array) in glBindVertexArrayOES_enc()
4766 GLboolean glIsVertexArrayOES_enc(void *self , GLuint array) in glIsVertexArrayOES_enc()
5103 void glBindVertexArray_enc(void *self , GLuint array) in glBindVertexArray_enc()
5156 GLboolean glIsVertexArray_enc(void *self , GLuint array) in glIsVertexArray_enc()
DGL2Encoder.cpp2934 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()