Home
last modified time | relevance | path

Searched defs:plat (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/
D_musllinux.py76 plat = sysconfig.get_platform() variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DLoggingAnnotator.cpp41 auto *plat = ANGLEPlatformCurrent(); in logMessage() local
/third_party/mesa3d/src/egl/main/
Degldisplay.c98 _EGLPlatformType plat = _EGL_INVALID_PLATFORM; in _eglGetNativePlatformFromEnv() local
258 _eglFindDisplay(_EGLPlatformType plat, void *plat_dpy, in _eglFindDisplay()
Deglapi.c359 _EGLPlatformType plat; in eglGetDisplay() local
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
Dcipher_aes.h49 } plat; member
Dcipher_aes_gcm.h42 } plat; member
/third_party/openssl/providers/implementations/ciphers/
Dcipher_aes.h50 } plat; member
Dcipher_aes_gcm.h42 } plat; member
/third_party/python/Lib/distutils/
Dccompiler.py990 def new_compiler(plat=None, compiler=None, verbose=0, dry_run=0, force=0): argument