Searched refs:buftype (Results 1 - 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_memoryio.py19 buf = self.buftype("1234567890")
23 buf = self.buftype("1234567890")
32 buf = self.buftype("1234567890")
39 buf = self.buftype("1234567890")
51 buf = self.buftype("1234567890")
81 buf = self.buftype("hello world\n")
84 self.write_ops(memio, self.buftype)
87 self.write_ops(memio, self.buftype)
91 self.assertRaises(ValueError, memio.write, self.buftype(""))
94 buf = self.buftype("123456789
402 def buftype(s): member in class:PyBytesIOTest
586 buftype = unicode variable in class:PyStringIOTest
595 buftype = unicode variable in class:PyStringIOPickleTest
[all...]
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
H A Degl.cpp400 EGLSurface eglCreatePbufferFromClientBuffer(EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list) argument
402 return getDispatch()->eglCreatePbufferFromClientBuffer(dpy, buftype, buffer, config, attrib_list);
/device/generic/goldfish-opengl/system/include/EGL/
H A Degl.h285 EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer,
/device/generic/goldfish-opengl/system/egl/
H A Degl.cpp1307 EGLSurface eglCreatePbufferFromClientBuffer(EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list) argument
1311 (void)buftype;

Completed in 59 milliseconds