Home
last modified time | relevance | path

Searched refs:plat (Results 1 – 25 of 56) sorted by relevance

123

/third_party/libunwind/tests/
Dcheck-namespace.sh.in9 plat=@arch@
14 LIBUNWIND_GENERIC=../src/.libs/libunwind-${plat}.so
75 if [ ${plat} = "arm" ]; then
82 if [ ${plat} = "mips" ]; then
96 match _UL${plat}_apply_reg_state
97 match _UL${plat}_reg_states_iterate
98 match _UL${plat}_create_addr_space
99 match _UL${plat}_destroy_addr_space
100 match _UL${plat}_get_fpreg
101 match _UL${plat}_get_proc_info
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DLoggingAnnotator.cpp38 auto *plat = ANGLEPlatformCurrent(); in logMessage() local
39 if (plat != nullptr) in logMessage()
45 plat->logError(plat, msg.getMessage().c_str()); in logMessage()
48 plat->logWarning(plat, msg.getMessage().c_str()); in logMessage()
51 plat->logInfo(plat, msg.getMessage().c_str()); in logMessage()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
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/libwebsockets/lib/plat/freertos/
DCMakeLists.txt35 plat/freertos/freertos-fds.c
36 plat/freertos/freertos-init.c
37 plat/freertos/freertos-misc.c
38 plat/freertos/freertos-pipe.c
39 plat/freertos/freertos-service.c
40 plat/freertos/freertos-sockets.c
44 list(APPEND SOURCES plat/freertos/esp32/drivers/settings-esp32.c)
46 list(APPEND SOURCES plat/freertos/esp32/drivers/netdev/wifi-esp32.c)
50 list(APPEND SOURCES plat/freertos/freertos-file.c)
53 list(APPEND SOURCES plat/freertos/freertos-resolv.c)
/third_party/libwebsockets/lib/plat/unix/
DCMakeLists.txt45 plat/unix/unix-caps.c
46 plat/unix/unix-misc.c
47 plat/unix/unix-init.c
50 list(APPEND SOURCES plat/unix/unix-file.c)
54 plat/unix/unix-pipe.c
55 plat/unix/unix-service.c
56 plat/unix/unix-sockets.c
57 plat/unix/unix-fds.c
61 list(APPEND SOURCES plat/unix/android/android-resolv.c)
63 list(APPEND SOURCES plat/unix/unix-resolv.c)
[all …]
/third_party/libwebsockets/lib/plat/windows/
DCMakeLists.txt35 plat/windows/windows-fds.c
36 plat/windows/windows-file.c
37 plat/windows/windows-init.c
38 plat/windows/windows-misc.c
39 plat/windows/windows-pipe.c
40 plat/windows/windows-plugins.c
41 plat/windows/windows-service.c
42 plat/windows/windows-sockets.c
45 list(APPEND SOURCES plat/windows/windows-resolv.c)
49 list(APPEND SOURCES plat/windows/windows-spawn.c)
[all …]
/third_party/libwebsockets/
DBUILD.gn60 "//third_party/libwebsockets/lib/plat/unix/unix-caps.c",
61 "//third_party/libwebsockets/lib/plat/unix/unix-fds.c",
62 "//third_party/libwebsockets/lib/plat/unix/unix-file.c",
63 "//third_party/libwebsockets/lib/plat/unix/unix-init.c",
64 "//third_party/libwebsockets/lib/plat/unix/unix-misc.c",
65 "//third_party/libwebsockets/lib/plat/unix/unix-pipe.c",
66 "//third_party/libwebsockets/lib/plat/unix/unix-service.c",
67 "//third_party/libwebsockets/lib/plat/unix/unix-sockets.c",
112 "//third_party/libwebsockets/lib/plat",
113 "//third_party/libwebsockets/lib/plat/windows",
[all …]
/third_party/grpc/tools/run_tests/artifacts/
Dbuild_package_ruby.sh43 for plat in {windows,linux,macos}; do
44 input_dir="${EXTERNAL_GIT_ROOT}/input_artifacts/protoc_${plat}_${arch}"
45 output_dir="$base/src/ruby/tools/bin/${ruby_arch}-${plat}"
49 if [[ "$plat" != "windows" ]]
/third_party/libwebsockets/READMEs/
DREADME.porting.md5 handling to platform-specific code in `./lib/plat/`.
22 ## 2) Copy the closest platform dir in ./lib/plat
24 Wholesale copy the closest existing platform dir to `/lib/plat/myplatform` and
50 Add entries in CMakeLists.txt for building stuff in `./lib/plat/myplatform` when
53 ## 6) Adapt your copied ./lib/plat/myplatform/ files
56 cmake, and your copied ./lib/plat content... this last part since it was
/third_party/flutter/skia/bin/
Dsysopen15 plat = sys.platform
16 if plat.startswith('darwin'):
18 elif plat.startswith('win'):
/third_party/skia/bin/
Dsysopen15 plat = sys.platform
16 if plat.startswith('darwin'):
18 elif plat.startswith('win'):
/third_party/boost/boost/geometry/strategies/spherical/
Ddistance_cross_track_point_box.hpp75 ReturnType const plat = geometry::get_as_radian<1>(point); in apply() local
98 if (plat > lat_max) in apply()
104 .vertical_or_meridian(plat, lat_max)); in apply()
106 else if (plat < lat_min) in apply()
112 .vertical_or_meridian(lat_min, plat)); in apply()
116 BOOST_GEOMETRY_ASSERT(plat >= lat_min && plat <= lat_max); in apply()
/third_party/grpc/
DRakefile137 ['x86-mingw32', 'x64-mingw32'].each do |plat|
138 run_rake_compiler plat, <<-EOT
141 rake native:#{plat} pkg/#{spec.full_name}-#{plat}.gem pkg/#{spec.full_name}.gem \
148 ['x86_64-linux', 'x86-linux'].each do |plat|
149 run_rake_compiler plat, <<-EOT
152 rake native:#{plat} pkg/#{spec.full_name}-#{plat}.gem pkg/#{spec.full_name}.gem \
155 patchelf_gem.sh pkg/#{spec.full_name}-#{plat}.gem
/third_party/mesa3d/src/egl/main/
Degldisplay.c97 _EGLPlatformType plat = _EGL_INVALID_PLATFORM; in _eglGetNativePlatformFromEnv() local
113 plat = egl_platforms[i].platform; in _eglGetNativePlatformFromEnv()
118 if (plat == _EGL_INVALID_PLATFORM) in _eglGetNativePlatformFromEnv()
121 return plat; in _eglGetNativePlatformFromEnv()
257 _eglFindDisplay(_EGLPlatformType plat, void *plat_dpy, in _eglFindDisplay() argument
263 if (plat == _EGL_INVALID_PLATFORM) in _eglFindDisplay()
270 if (disp->Platform == plat && disp->PlatformDisplay == plat_dpy && in _eglFindDisplay()
282 disp->Platform = plat; in _eglFindDisplay()
Degldisplay.h211 _eglFindDisplay(_EGLPlatformType plat, void *plat_dpy, const EGLAttrib *attr);
/third_party/pixman/pixman/
Dpixman-arm.c165 const char *plat = (const char*) aux.a_un.a_val; in detect_cpu_features() local
167 if (strncmp (plat, "v7l", 3) == 0) in detect_cpu_features()
169 else if (strncmp (plat, "v6l", 3) == 0) in detect_cpu_features()
/third_party/libwebsockets/lib/plat/optee/
DCMakeLists.txt35 plat/optee/lws-plat-optee.c
39 plat/optee/network.c
/third_party/libwebsockets/lib/drivers/
DCMakeLists.txt24 plat/freertos/esp32/drivers/gpio-esp32.c
25 plat/freertos/esp32/drivers/pwm-esp32.c
/third_party/protobuf/ruby/
DRakefile73 ['x86-mingw32', 'x64-mingw32', 'x86_64-linux', 'x86-linux'].each do |plat|
74 RakeCompilerDock.sh <<-"EOT", platform: plat
76 …IN_DOCKER=true rake native:#{plat} pkg/#{spec.full_name}-#{plat}.gem RUBY_CC_VERSION=2.7.0:2.6.0:2…
/third_party/python/Lib/distutils/
Dccompiler.py990 def new_compiler(plat=None, compiler=None, verbose=0, dry_run=0, force=0): argument
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/boost/libs/contract/
DJamfile.v210 # meant for docs so for simplicity might omit work-around to build on all plat)
/third_party/libwebsockets/lib/
DCMakeLists.txt39 add_subdir_include_dirs(plat/freertos)
78 add_subdir_include_dirs(plat/optee)
81 add_subdir_include_dirs(plat/windows)
83 add_subdir_include_dirs(plat/unix)
DREADME.md12 lib/plat|Platform-specific adaptation code
/third_party/skia/experimental/tools/
Dpdf-comparison.py128 plat = sys.platform
129 if plat.startswith('darwin'):
131 elif plat.startswith('win'):
/third_party/libwebsockets/contrib/
Dcross-aarch64.cmake34 …LP64__=1 -Os -g3 -fpie -mstrict-align -DOPTEE_DEV_KIT=../../../../out/arm-plat-hikey/export-ta_arm…

123