Searched refs:plat (Results 1 - 13 of 13) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | LoggingAnnotator.cpp | 41 auto *plat = ANGLEPlatformCurrent(); in logMessage() local 42 if (plat != nullptr) in logMessage() 48 plat->logError(plat, msg.getMessage().c_str()); in logMessage() 51 plat->logWarning(plat, msg.getMessage().c_str()); in logMessage() 54 plat->logInfo(plat, msg.getMessage().c_str()); in logMessage()
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/ |
H A D | _musllinux.py | 76 plat = sysconfig.get_platform() variable 77 assert plat.startswith("linux-"), "not linux" 79 print("plat:", plat) 82 for t in platform_tags(re.sub(r"[.-]", "_", plat.split("-", 1)[-1])):
|
/third_party/mesa3d/src/egl/main/ |
H A D | egldisplay.c | 98 _EGLPlatformType plat = _EGL_INVALID_PLATFORM; in _eglGetNativePlatformFromEnv() local 114 plat = egl_platforms[i].platform; in _eglGetNativePlatformFromEnv() 119 if (plat == _EGL_INVALID_PLATFORM) in _eglGetNativePlatformFromEnv() 122 return plat; in _eglGetNativePlatformFromEnv() 258 _eglFindDisplay(_EGLPlatformType plat, void *plat_dpy, in _eglFindDisplay() argument 264 if (plat == _EGL_INVALID_PLATFORM) in _eglFindDisplay() 271 if (disp->Platform == plat && disp->PlatformDisplay == plat_dpy && in _eglFindDisplay() 283 disp->Platform = plat; in _eglFindDisplay()
|
H A D | egldisplay.h | 211 _eglFindDisplay(_EGLPlatformType plat, void *plat_dpy, const EGLAttrib *attr);
|
H A D | eglapi.c | 359 _EGLPlatformType plat; in eglGetDisplay() local 368 plat = _eglGetNativePlatform(native_display_ptr); in eglGetDisplay() 369 disp = _eglFindDisplay(plat, native_display_ptr, NULL); in eglGetDisplay()
|
/third_party/python/Lib/distutils/ |
H A D | ccompiler.py | 990 def new_compiler(plat=None, compiler=None, verbose=0, dry_run=0, force=0): 992 platform/compiler combination. 'plat' defaults to 'os.name' 999 'compiler', 'plat' is ignored. 1001 if plat is None: 1002 plat = os.name 1006 compiler = get_default_compiler(plat) 1010 msg = "don't know how to compile C/C++ code on platform '%s'" % plat
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_gcm.h | 42 } plat; member
|
H A D | cipher_aes.h | 49 } plat; member
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_gcm.h | 42 } plat; member
|
H A D | cipher_aes.h | 50 } plat; member
|
/third_party/skia/experimental/tools/ |
H A D | pdf-comparison.py | 128 plat = sys.platform 129 if plat.startswith('darwin'): 131 elif plat.startswith('win'):
|
/third_party/python/Lib/test/ |
H A D | test_ssl.py | 5268 plat = func() 5269 if plat and plat[0]: 5270 plat = '%s %r' % (name, plat) 5273 plat = repr(platform.platform()) 5276 print(" under %s" % plat)
|
H A D | test_sys.py | 362 maj, min, buildno, plat, csd = sys.getwindowsversion()
|
Completed in 32 milliseconds