Home
last modified time | relevance | path

Searched defs:strings (Results 1 – 16 of 16) sorted by relevance

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DglUtils.cpp556 void glUtilsPackStrings(char *ptr, char **strings, GLint *length, GLsizei count) in glUtilsPackStrings()
576 int glUtilsCalcShaderSourceLen( char **strings, GLint *length, GLsizei count) in glUtilsCalcShaderSourceLen()
/device/generic/goldfish-opengl/android-emu/android/base/files/
DStreamSerializing.cpp36 void saveStringArray(Stream* stream, const char* const* strings, uint32_t count) { in saveStringArray()
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dhash.c63 static char *strings = NULL; variable
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/sym/
Dsym.c124 static char *strings; variable
/device/generic/goldfish/camera/
DCallbackNotifier.cpp61 static int GetMessageStrings(uint32_t msg, const char** strings, int max) in GetMessageStrings()
/device/google/cuttlefish_common/guest/hals/camera/
DCallbackNotifier.cpp56 static int GetMessageStrings(uint32_t msg, const char** strings, int max) { in GetMessageStrings()
/device/linaro/bootloader/edk2/CorebootModulePkg/Include/
DCoreboot.h139 UINT8 strings[0]; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dmarshal.c72 PyObject *strings; /* dict on marshal, list on unmarshal */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
Dmarshal.c72 PyObject *strings; /* dict on marshal, list on unmarshal */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/
Dmarshal.c71 PyObject *strings; /* dict on marshal, list on unmarshal */ member
/device/generic/goldfish/ril/
Dreference-ril.c2251 const char** strings = (const char**)data;; local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_descr.py2272 def interesting(strings): argument
/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_entry.cpp2575 GLuint glCreateShaderProgramv(GLenum type, GLsizei count, const char** strings) in glCreateShaderProgramv()
DGL2Encoder.cpp4863 …L2Encoder::s_glCreateShaderProgramv(void* self, GLenum type, GLsizei count, const char** strings) { in s_glCreateShaderProgramv()
/device/google/cuttlefish_common/guest/libs/eglwrapper/
Dgles3_wrapper_entry.cpp2527 GLuint glCreateShaderProgramv(GLenum type, GLsizei count, const char** strings) in glCreateShaderProgramv()
/device/google/cuttlefish_common/guest/hals/ril/libril/
Dril_service.cpp7838 char **strings = (char **) response; in onUssdInd() local