Home
last modified time | relevance | path

Searched refs:plat (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DLoggingAnnotator.cpp41 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.py76 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 Degldisplay.c98 _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 Degldisplay.h211 _eglFindDisplay(_EGLPlatformType plat, void *plat_dpy, const EGLAttrib *attr);
H A Deglapi.c359 _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 Dccompiler.py990 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 Dcipher_aes_gcm.h42 } plat; member
H A Dcipher_aes.h49 } plat; member
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm.h42 } plat; member
H A Dcipher_aes.h50 } plat; member
/third_party/skia/experimental/tools/
H A Dpdf-comparison.py128 plat = sys.platform
129 if plat.startswith('darwin'):
131 elif plat.startswith('win'):
/third_party/python/Lib/test/
H A Dtest_ssl.py5268 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 Dtest_sys.py362 maj, min, buildno, plat, csd = sys.getwindowsversion()

Completed in 32 milliseconds