Searched defs:plat (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/tools/telemetry/third_party/pyserial/serial/tools/
H A Dlist_ports_posix.py27 plat = sys.platform.lower() variable
29 if plat[:5] == 'linux': # Linux (confirmed)
32 elif plat == 'cygwin': # cygwin/win32
37 elif plat[:7] == 'openbsd': # OpenBSD
42 elif plat[:3] == 'bsd' or \
43 plat[:7] == 'freebsd':
49 elif plat[:6] == 'darwin': # OS X (confirmed)
52 elif plat[:6] == 'netbsd': # NetBSD
58 elif plat[:4] == 'irix': # IRIX
64 elif plat[
[all...]
H A Dlist_ports_linux.py40 plat = sys.platform.lower() variable
/external/pixman/pixman/
H A Dpixman-arm.c165 const char *plat = (const char*) aux.a_un.a_val; local
167 if (strncmp (plat, "v7l", 3) == 0)
169 else if (strncmp (plat, "v6l", 3) == 0)
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Degldisplay.c87 _EGLPlatformType plat = _EGL_INVALID_PLATFORM; local
100 plat = egl_platforms[i].platform;
105 return plat;
250 _eglFindDisplay(_EGLPlatformType plat, void *plat_dpy) argument
254 if (plat == _EGL_INVALID_PLATFORM)
262 if (dpy->Platform == plat && dpy->PlatformDisplay == plat_dpy)
272 dpy->Platform = plat;
H A Deglapi.c298 _EGLPlatformType plat = _eglGetNativePlatform(nativeDisplay); local
299 _EGLDisplay *dpy = _eglFindDisplay(plat, (void *) nativeDisplay);
/external/mesa3d/src/egl/main/
H A Degldisplay.c87 _EGLPlatformType plat = _EGL_INVALID_PLATFORM; local
100 plat = egl_platforms[i].platform;
105 return plat;
250 _eglFindDisplay(_EGLPlatformType plat, void *plat_dpy) argument
254 if (plat == _EGL_INVALID_PLATFORM)
262 if (dpy->Platform == plat && dpy->PlatformDisplay == plat_dpy)
272 dpy->Platform = plat;
H A Deglapi.c298 _EGLPlatformType plat = _eglGetNativePlatform(nativeDisplay); local
299 _EGLDisplay *dpy = _eglFindDisplay(plat, (void *) nativeDisplay);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
H A Degl_g3d.c96 egl_g3d_get_platform(_EGLDriver *drv, _EGLPlatformType plat) argument
100 if (!gdrv->platforms[plat]) {
104 switch (plat) {
154 gdrv->platforms[plat] = nplat;
157 return gdrv->platforms[plat];
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/
H A Dserialposix.py32 plat = sys.platform.lower() variable
34 if plat[:5] == 'linux': # Linux (confirmed)
95 elif plat == 'cygwin': # cygwin/win32 (confirmed)
117 elif plat[:7] == 'openbsd': # OpenBSD
127 elif plat[:3] == 'bsd' or \
128 plat[:7] == 'freebsd':
138 elif plat[:6] == 'darwin': # OS X
159 elif plat[:6] == 'netbsd': # NetBSD 1.6 testing by Erk
169 elif plat[:4] == 'irix': # IRIX (partially tested)
179 elif plat[
[all...]
/external/mesa3d/src/gallium/state_trackers/egl/common/
H A Degl_g3d.c96 egl_g3d_get_platform(_EGLDriver *drv, _EGLPlatformType plat) argument
100 if (!gdrv->platforms[plat]) {
104 switch (plat) {
154 gdrv->platforms[plat] = nplat;
157 return gdrv->platforms[plat];

Completed in 986 milliseconds