Searched +full:linux +full:- +full:ia32 (Results 1 – 25 of 40) sorted by relevance
12
| /third_party/skia/m133/third_party/externals/libyuv/docs/ |
| D | deprecated_builds.md | 5 ## Pre-requisites 7 …need to have depot tools installed: https://www.chromium.org/developers/how-tos/install-depot-tools 37 For Android add `;target_os=['android'];` to your Linux .gclient 65 …files for your environment using gyp (Windows: Visual Studio, OSX: XCode, Linux: make). This gener… 76 set GYP_DEFINES=target_arch=ia32 77 call python gyp_libyuv -fninja -G msvs_version=2013 78 ninja -j7 -C out\Release 79 ninja -j7 -C out\Debug 82 call python gyp_libyuv -fninja -G msvs_version=2013 83 ninja -C out\Debug_x64 [all …]
|
| D | getting_started.md | 5 ## Pre-requisites 7 …need to have depot tools installed: https://www.chromium.org/developers/how-tos/install-depot-tools 14 gclient config --name src https://chromium.googlesource.com/libyuv/libyuv 35 For Android add `;target_os=['android'];` to your Linux .gclient 47 target_os = ["android", "linux"]; 62 call gn gen out\Release "--args=is_debug=false target_cpu=\"x64\"" 63 call gn gen out\Debug "--args=is_debug=true target_cpu=\"x64\"" 64 ninja -v -C out\Release 65 ninja -v -C out\Debug 67 call gn gen out\Release "--args=is_debug=false target_cpu=\"x86\"" [all …]
|
| /third_party/rust/rust/src/ci/docker/host-x86_64/test-various/ |
| D | Dockerfile | 3 RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ 4 clang-11 \ 7 ninja-build \ 10 ca-certificates \ 16 libssl-dev \ 17 pkg-config \ 18 xz-utils \ 22 qemu-efi-aarch64 \ 23 qemu-system-arm \ 24 qemu-system-x86 \ [all …]
|
| /third_party/ltp/testcases/open_posix_testsuite/ |
| D | NEWS | 2 --------------- 4 -June 03, 2005 Version 1.5.1 Released 5 PTS-1.5.1 has a plenty of AIO interface test additions and bug-fixes by Sebastien Decugis. Also the… 6 …-2.3.3 and kernel 2.6.10 with libposix-aio-0.3. The test result for this release can be found here… 9 -December 17, 2004 Version 1.5.0 Released 10 A much anticipated release with plenty of interface test additions and bug-fixes. Added AIO test su… 12 -July 06, 2004 Version 1.4.3 Released 13 Here goes posixtest-1.3. Besides many bug fixes, this release includes new pthread test cases (conf… 15 -May 27, 2004 Version 1.4.2 Released 16 …-1.4.2 adds several pthread test cases by Sebastien Decugis. Also there are a lot of bug fixes by … [all …]
|
| /third_party/flatbuffers/ |
| D | pnpm-lock.yaml | 11 '@typescript-eslint/eslint-plugin': 13 version: 6.13.2(@typescript-eslint/parser@6.13.2)(eslint@8.55.0)(typescript@5.3.3) 14 '@typescript-eslint/parser': 29 /@aashutoshrathi/word-wrap@1.2.6: 30 …resolution: {integrity: sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlC… 34 /@esbuild/android-arm64@0.19.8: 35 …resolution: {integrity: sha512-B8JbS61bEunhfx8kasogFENgQfr/dIp+ggYXwTqdbMAgGDhRa3AaPpQMuQU0rNxDLEC… 43 /@esbuild/android-arm@0.19.8: 44 …resolution: {integrity: sha512-31E2lxlGM1KEfivQl8Yf5aYU/mflz9g06H6S15ITUFQueMFtFjESRMoDSkvMo8thYvL… 52 /@esbuild/android-x64@0.19.8: [all …]
|
| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/ |
| D | NOTES | 12 You may want to add -DVERBOSE=2 to have verbose tests, 13 or -DVERBOSE=0 to have silent tests (for batchs for example). 15 You may want to add -DSCALABILITY_FACTOR=X, where X is an integer, 20 Compilation under linux: 21 gcc -o <bin> -lpthread <source> 25 cc -o <bin> -lpthread <source> 29 gcc -std=gnu99 -lpthread -lrt -o <bin> <source> 31 Note: the -lrt is necessary for test cases using semaphore feature. 36 -> I am sizing the tests to fit on a bi-xeon IA32 machine, with 2GB RAM. 41 -> Stress tests will run until they are killed with SIGUSR1 (or they [all …]
|
| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_kill/ |
| D | NOTES | 12 You may want to add -DVERBOSE=2 to have verbose tests, 13 or -DVERBOSE=0 to have silent tests (for batchs for example). 15 You may want to add -DSCALABILITY_FACTOR=X, where X is an integer, 20 Compilation under linux: 21 gcc -o <bin> -lpthread <source> 25 cc -o <bin> -lpthread <source> 29 gcc -std=gnu99 -lpthread -lrt -o <bin> <source> 31 Note: the -lrt is necessary for test cases using semaphore feature. 36 -> I am sizing the tests to fit on a bi-xeon IA32 machine, with 2GB RAM. 41 -> Stress tests will run until they are killed with SIGUSR1 (or they [all …]
|
| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/ |
| D | NOTES | 12 You may want to add -DVERBOSE=2 to have verbose tests, 13 or -DVERBOSE=0 to have silent tests (for batchs for example). 15 You may want to add -DSCALABILITY_FACTOR=X, where X is an integer, 20 Compilation under linux: 21 gcc -o <bin> -lpthread <source> 25 cc -o <bin> -lpthread <source> 29 gcc -std=gnu99 -lpthread -lrt -o <bin> <source> 31 Note: the -lrt is necessary for test cases using semaphore feature. 36 -> I am sizing the tests to fit on a bi-xeon IA32 machine, with 2GB RAM. 41 -> Stress tests will run until they are killed with SIGUSR1 (or they [all …]
|
| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/ |
| D | NOTES | 12 You may want to add -DVERBOSE=2 to have verbose tests, 13 or -DVERBOSE=0 to have silent tests (for batchs for example). 15 You may want to add -DSCALABILITY_FACTOR=X, where X is an integer, 20 Compilation under linux: 21 gcc -o <bin> -lpthread <source> 25 cc -o <bin> -lpthread <source> 29 gcc -std=gnu99 -lpthread -lrt -o <bin> <source> 31 Note: the -lrt is necessary for test cases using semaphore feature. 36 -> I am sizing the tests to fit on a bi-xeon IA32 machine, with 2GB RAM. 41 -> Stress tests will run until they are killed with SIGUSR1 (or they [all …]
|
| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_getschedparam/ |
| D | NOTES | 12 You may want to add -DVERBOSE=2 to have verbose tests, 13 or -DVERBOSE=0 to have silent tests (for batchs for example). 15 You may want to add -DSCALABILITY_FACTOR=X, where X is an integer, 20 Compilation under linux: 21 gcc -o <bin> -lpthread <source> 25 cc -o <bin> -lpthread <source> 29 gcc -std=gnu99 -lpthread -lrt -o <bin> <source> 31 Note: the -lrt is necessary for test cases using semaphore feature. 36 -> I am sizing the tests to fit on a bi-xeon IA32 machine, with 2GB RAM. 41 -> Stress tests will run until they are killed with SIGUSR1 (or they [all …]
|
| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/ |
| D | NOTES | 12 You may want to add -DVERBOSE=2 to have verbose tests, 13 or -DVERBOSE=0 to have silent tests (for batchs for example). 15 You may want to add -DSCALABILITY_FACTOR=X, where X is an integer, 20 Compilation under linux: 21 gcc -o <bin> -lpthread <source> 25 cc -o <bin> -lpthread <source> 29 gcc -std=gnu99 -lpthread -lrt -o <bin> <source> 31 Note: the -lrt is necessary for test cases using semaphore feature. 36 -> I am sizing the tests to fit on a bi-xeon IA32 machine, with 2GB RAM. 41 -> Stress tests will run until they are killed with SIGUSR1 (or they [all …]
|
| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/ |
| D | NOTES | 12 You may want to add -DVERBOSE=2 to have verbose tests, 13 or -DVERBOSE=0 to have silent tests (for batchs for example). 15 You may want to add -DSCALABILITY_FACTOR=X, where X is an integer, 20 Compilation under linux: 21 gcc -o <bin> -lpthread <source> 25 cc -o <bin> -lpthread <source> 29 gcc -std=gnu99 -lpthread -lrt -o <bin> <source> 31 Note: the -lrt is necessary for test cases using semaphore feature. 36 -> I am sizing the tests to fit on a bi-xeon IA32 machine, with 2GB RAM. 41 -> Stress tests will run until they are killed with SIGUSR1 (or they [all …]
|
| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_once/ |
| D | NOTES | 12 You may want to add -DVERBOSE=2 to have verbose tests, 13 or -DVERBOSE=0 to have silent tests (for batchs for example). 15 You may want to add -DSCALABILITY_FACTOR=X, where X is an integer, 20 Compilation under linux: 21 gcc -o <bin> -lpthread <source> 25 cc -o <bin> -lpthread <source> 29 gcc -std=gnu99 -lpthread -lrt -o <bin> <source> 31 Note: the -lrt is necessary for test cases using semaphore feature. 36 -> I am sizing the tests to fit on a bi-xeon IA32 machine, with 2GB RAM. 41 -> Stress tests will run until they are killed with SIGUSR1 (or they [all …]
|
| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cancel/ |
| D | NOTES | 12 You may want to add -DVERBOSE=2 to have verbose tests, 13 or -DVERBOSE=0 to have silent tests (for batchs for example). 15 You may want to add -DSCALABILITY_FACTOR=X, where X is an integer, 20 Compilation under linux: 21 gcc -o <bin> -lpthread <source> 25 cc -o <bin> -lpthread <source> 29 gcc -std=gnu99 -lpthread -lrt -o <bin> <source> 31 Note: the -lrt is necessary for test cases using semaphore feature. 36 -> I am sizing the tests to fit on a bi-xeon IA32 machine, with 2GB RAM. 41 -> Stress tests will run until they are killed with SIGUSR1 (or they [all …]
|
| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/fork/ |
| D | NOTES | 12 You may want to add -DVERBOSE=2 to have verbose tests, 13 or -DVERBOSE=0 to have silent tests (for batchs for example). 15 You may want to add -DSCALABILITY_FACTOR=X, where X is an integer, 20 Compilation under linux: 21 gcc -o <bin> -lpthread <source> 25 cc -o <bin> -lpthread <source> 29 gcc -std=gnu99 -lpthread -lrt -o <bin> <source> 31 Note: the -lrt is necessary for test cases using semaphore feature. 36 -> I am sizing the tests to fit on a bi-xeon IA32 machine, with 2GB RAM. 41 -> Stress tests will run until they are killed with SIGUSR1 (or they [all …]
|
| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_getvalue/ |
| D | NOTES | 12 You may want to add -DVERBOSE=2 to have verbose tests, 13 or -DVERBOSE=0 to have silent tests (for batchs for example). 15 You may want to add -DSCALABILITY_FACTOR=X, where X is an integer, 20 Compilation under linux: 21 gcc -o <bin> -lpthread <source> 25 cc -o <bin> -lpthread <source> 29 gcc -std=gnu99 -lpthread -lrt -o <bin> <source> 31 Note: the -lrt is necessary for test cases using semaphore feature. 36 -> I am sizing the tests to fit on a bi-xeon IA32 machine, with 2GB RAM. 41 -> Stress tests will run until they are killed with SIGUSR1 (or they [all …]
|
| /third_party/ltp/testcases/misc/math/float/ |
| D | README | 1 cpio -idvB <livr.cpio 50 ------ 54 testcase ex:$ float_trigo -D /home/linux/livr */ 60 4) these tests have been started on ia64 and ia32 architectures.
|
| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/ |
| D | NOTES | 6 ----------------------------------- COMPILATION ----------------------------------- 12 You may want to add -DVERBOSE=2 to have verbose tests, 13 or -DVERBOSE=0 to have silent tests (for batchs for example). 15 You may want to add -DSCALABILITY_FACTOR=X, where X is an integer, 20 Compilation under linux: 21 gcc -o <bin> -lpthread <source> 25 cc -o <bin> -lpthread <source> 29 gcc -std=gnu99 -lpthread -lrt -o <bin> <source> 31 Note: the -lrt is necessary for test cases using semaphore feature. 36 -> I am sizing the tests to fit on a bi-xeon IA32 machine, with 2GB RAM. [all …]
|
| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_trylock/ |
| D | NOTES | 6 ----------------------------------- COMPILATION ----------------------------------- 12 You may want to add -DVERBOSE=2 to have verbose tests, 13 or -DVERBOSE=0 to have silent tests (for batchs for example). 15 You may want to add -DSCALABILITY_FACTOR=X, where X is an integer, 20 Compilation under linux: 21 gcc -o <bin> -lpthread <source> 25 cc -o <bin> -lpthread <source> 29 gcc -std=gnu99 -lpthread -lrt -o <bin> <source> 31 Note: the -lrt is necessary for test cases using semaphore feature. 36 -> I am sizing the tests to fit on a bi-xeon IA32 machine, with 2GB RAM. [all …]
|
| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_init/ |
| D | NOTES | 6 ----------------------------------- COMPILATION ----------------------------------- 12 You may want to add -DVERBOSE=2 to have verbose tests, 13 or -DVERBOSE=0 to have silent tests (for batchs for example). 15 You may want to add -DSCALABILITY_FACTOR=X, where X is an integer, 20 Compilation under linux: 21 gcc -o <bin> -lpthread <source> 25 cc -o <bin> -lpthread <source> 29 gcc -std=gnu99 -lpthread -lrt -o <bin> <source> 31 Note: the -lrt is necessary for test cases using semaphore feature. 36 -> I am sizing the tests to fit on a bi-xeon IA32 machine, with 2GB RAM. [all …]
|
| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_init/ |
| D | NOTES | 6 ----------------------------------- COMPILATION ----------------------------------- 12 You may want to add -DVERBOSE=2 to have verbose tests, 13 or -DVERBOSE=0 to have silent tests (for batchs for example). 15 You may want to add -DSCALABILITY_FACTOR=X, where X is an integer, 20 Compilation under linux: 21 gcc -o <bin> -lpthread <source> 25 cc -o <bin> -lpthread <source> 29 gcc -std=gnu99 -lpthread -lrt -o <bin> <source> 31 Note: the -lrt is necessary for test cases using semaphore feature. 36 -> I am sizing the tests to fit on a bi-xeon IA32 machine, with 2GB RAM. [all …]
|
| /third_party/backends/ |
| D | README.linux | 4 With Linux 2.4.* you could either use the kernel scanner module or libusb to 5 access USB scanners. In Linux 2.6.4 the kernel scanner module was removed. 9 ------------ 11 present during the build of sane-backends, setting permissions will require some 12 attention. So if scanimage -L lists your scanner as root but not as normal user 23 you use udev. The exact file name can be found out by running sane-find-scanner 26 The permissions will be reset when the scanner is replugged or Linux is 29 One solution to set permissions on-the-fly is Linux udev which comes with 34 must be exported as a system-wide environment variable. 36 Older distributions may use the Linux hot-plug tools (or hotplug-ng). Your [all …]
|
| /third_party/rust/rust/src/tools/rust-analyzer/.github/workflows/ |
| D | release.yaml | 4 - cron: "0 0 * * *" # midnight UTC 10 - release 11 - trigger-nightly 16 RUSTFLAGS: "-D warnings -W unreachable-pub" 20 CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER: aarch64-linux-gnu-gcc 21 CARGO_TARGET_ARM_UNKNOWN_LINUX_GNUEABIHF_LINKER: arm-linux-gnueabihf-gcc 28 - os: windows-latest 29 target: x86_64-pc-windows-msvc 30 code-target: win32-x64 31 - os: windows-latest [all …]
|
| /third_party/skia/third_party/externals/opengl-registry/ABI/ |
| D | index.php | 2 $static_title = 'OpenGL® Application Binary Interface for Linux'; 12 <h1 style="text-align:center"> 13 OpenGL® Application Binary Interface for Linux <br/> 14 <span style="font-size:12px"> (formerly Linux/OpenGL Base) </span> 17 <p style="text-align:center">Version 1.0<br/> 48 OpenGL under X11 on Linux. This will enable applications using the 51 source, commercial closed binary, OpenGL SI-based, and Mesa-based 58 <p> It has similar goals to the <a href="http://www.linuxbase.org">Linux 71 <li> Internal implementation dependent issues - details of direct 75 <li> Operating systems other than Linux. Other platforms such as BSD [all …]
|
| /third_party/openGLES/ABI/ |
| D | index.php | 2 $static_title = 'OpenGL® Application Binary Interface for Linux'; 12 <h1 style="text-align:center"> 13 OpenGL® Application Binary Interface for Linux (OBSOLETE) <br/> 14 <span style="font-size:12px"> (formerly Linux/OpenGL Base) </span> 18 Linux systems, where the ABI is de-facto defined by the 22 <p style="text-align:center">Version 1.0<br/> 53 OpenGL under X11 on Linux. This will enable applications using the 56 source, commercial closed binary, OpenGL SI-based, and Mesa-based 63 <p> It has similar goals to the <a href="https://www.linuxbase.org">Linux 76 <li> Internal implementation dependent issues - details of direct [all …]
|
12