Home
last modified time | relevance | path

Searched +full:linux +full:- +full:ia32 (Results 1 – 25 of 112) sorted by relevance

12345

/aosp_15_r20/external/libyuv/docs/
H A Ddeprecated_builds.md5 ## 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 …]
/aosp_15_r20/external/apache-harmony/support/src/test/resources/config/
H A Dexcludes.xsd1 <?xml version="1.0" encoding="UTF-8"?>
6 <!--
8 -->
17 <!--
23 -->
33 <!--
36 -->
50 <!--
53 -->
59 <!--
[all …]
/aosp_15_r20/art/tools/golem/
H A Dbuild-target.sh9 # http://www.apache.org/licenses/LICENSE-2.0
17 if [[ ! -d art ]]; then
22 ALL_CONFIGS=(linux-ia32 linux-x64 linux-armv8 linux-armv7 android-armv8 android-armv7)
29 Usage: $(basename "${BASH_SOURCE[0]}") [--golem=<target>] --machine-type=MACHINE_TYPE
30 [--tarball[=<target>.tar.gz]]
35 Creates the \$MACHINE_TYPE binaries in your \$OUT_DIR, and if --tarball was specified,
37 --------------------------------------------------------
39 --machine-type=MT Specify the machine type that will be built.
42 --golem=<target> Builds with identical commands that Golem servers use.
43 --tarball[=o.tgz] Tar/gz the results. File name defaults to <machine_type>.tar.gz
[all …]
/aosp_15_r20/external/llvm/test/CodeGen/X86/
H A Dx86-64-call.ll1 ; RUN: llc < %s -mcpu=generic -mtriple=x86_64-pc-linux -verify-machineinstrs | FileCheck %s
2 ; RUN: llc < %s -mcpu=generic -mtriple=x86_64-pc-linux-gnux32 -verify-machineinstrs | FileCheck %s
3 ; RUN: llc < %s -mcpu=generic -mtriple=i686-pc-linux -verify-machineinstrs | FileCheck %s -check-pr…
10 ; IA32: calll foo
/aosp_15_r20/external/eigen/cmake/
H A DFindBLAS.cmake3 # @copyright (c) 2009-2014 The University of Tennessee and The University
6 # @copyright (c) 2012-2016 Inria. All rights reserved.
7 # @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights r…
11 # - Find BLAS library
13 # linear-algebra interface (see http://www.netlib.org/blas/).
16 # http://ac-archive.sourceforge.net/ac-archive/acx_blas.html).
19 # BLAS_FOUND - set to true if a library implementing the BLAS interface
21 # BLAS_LINKER_FLAGS - uncached list of required linker flags (excluding -l
22 # and -L).
23 # BLAS_COMPILER_FLAGS - uncached list of required compiler flags (including -I for mkl headers).
[all …]
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/
H A DNEWS2 ---------------
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 …]
/aosp_15_r20/art/test/testrunner/
H A Dtarget_config.py6 # * golem - specify a golem machine-type to build, e.g. android-armv8
7 # (uses art/tools/golem/build-target.sh)
8 # * make - specify a make target to build, e.g. build-art-host
9 # * run-test - runs the tests in art/test/ directory with testrunner.py,
13 # * env - Add additional environment variable to the current environment.
25 'art-test' : {
26 'make' : 'test-art-host-gtest',
27 'run-test' : []
30 'art-test-javac' : {
31 'run-test' : ['--jvm']
[all …]
/aosp_15_r20/external/cronet/build/android/
H A Dadb_gdb4 # Use of this source code is governed by a BSD-style license that can be
12 # Use --help to print full usage instructions.
21 # Location of Chromium-top-level sources.
35 kill -9 $GDBSERVER_PID >/dev/null 2>&1
36 rm -f "$GDBSERVER_PIDFILE"
44 rm -rf "$TMPDIR"
50 # Ensure clean exit on Ctrl-C or normal exit.
64 if [ "$VERBOSE" -gt 0 ]; then
69 DEFAULT_PULL_LIBS_DIR="/tmp/adb-gdb-support-$USER"
77 PROGNAME=${ADB_GDB_PROGNAME:-$(basename "$0")}
[all …]
H A Dconnect_lldb.sh4 # Use of this source code is governed by a BSD-style license that can be
12 # Use --help to print full usage instructions.
21 # Location of Chromium-top-level sources.
35 log "Killing lldb-server process on-device: $LLDB_SERVER_PID"
39 log "Killing background lldb-server process: $LLDB_SERVER_JOB_PID"
40 kill -9 $LLDB_SERVER_JOB_PID >/dev/null 2>&1
41 rm -f "$LLDB_SERVER_JOB_PIDFILE"
44 log "Removing target lldb-server binary: $TARGET_LLDB_SERVER."
49 rm -rf "$TMPDIR"
55 # Ensure clean exit on Ctrl-C or normal exit.
[all …]
/aosp_15_r20/external/angle/build/android/
H A Dadb_gdb4 # Use of this source code is governed by a BSD-style license that can be
12 # Use --help to print full usage instructions.
21 # Location of Chromium-top-level sources.
35 kill -9 $GDBSERVER_PID >/dev/null 2>&1
36 rm -f "$GDBSERVER_PIDFILE"
44 rm -rf "$TMPDIR"
50 # Ensure clean exit on Ctrl-C or normal exit.
64 if [ "$VERBOSE" -gt 0 ]; then
69 DEFAULT_PULL_LIBS_DIR="/tmp/adb-gdb-support-$USER"
77 PROGNAME=${ADB_GDB_PROGNAME:-$(basename "$0")}
[all …]
H A Dconnect_lldb.sh4 # Use of this source code is governed by a BSD-style license that can be
12 # Use --help to print full usage instructions.
21 # Location of Chromium-top-level sources.
35 log "Killing lldb-server process on-device: $LLDB_SERVER_PID"
39 log "Killing background lldb-server process: $LLDB_SERVER_JOB_PID"
40 kill -9 $LLDB_SERVER_JOB_PID >/dev/null 2>&1
41 rm -f "$LLDB_SERVER_JOB_PIDFILE"
44 log "Removing target lldb-server binary: $TARGET_LLDB_SERVER."
49 rm -rf "$TMPDIR"
55 # Ensure clean exit on Ctrl-C or normal exit.
[all …]
/aosp_15_r20/external/flac/
H A Dconfigure.ac1 # FLAC - Free Lossless Audio Codec
2 # Copyright (C) 2001-2009 Josh Coalson
3 # Copyright (C) 2011-2023 Xiph.Org Foundation
7 # are distributed under Xiph.Org's BSD-like license (see the file
23 AC_INIT([flac],[1.4.3],[flac-[email protected]],[flac],[https://www.xiph.org/flac/])
27 AM_INIT_AUTOMAKE([foreign 1.10 -Wall tar-pax no-dist-gzip dist-xz subdir-objects])
37 LT_INIT([win32-dll disable-static pic-only])
58 if test "x$ac_cv_header_stdint_h" != xyes -o "x$ac_cv_header_stdbool_h" != xyes; then
70 AC_MSG_WARN([[*** Not able to determine endian-ness of target processor. ]])
82 AC_ARG_ENABLE(asm-optimizations, AS_HELP_STRING([--disable-asm-optimizations],[Do not use any CPU s…
[all …]
/aosp_15_r20/development/tools/motion/motion_test_watcher_app/
H A Dpackage-lock.json2 "name": "watch-web-app",
8 "name": "watch-web-app",
17 "@angular/platform-browser": "^18.0.0",
18 "@angular/platform-browser-dynamic": "^18.0.0",
20 "ng-keyboard-shortcuts": "^13.0.8",
26 "@angular-devkit/build-angular": "^18.0.1",
28 "@angular/compiler-cli": "^18.0.0",
30 "jasmine-core": "~5.1.0",
32 "karma-chrome-launcher": "~3.2.0",
33 "karma-coverage": "~2.2.0",
[all …]
/aosp_15_r20/external/pigweed/pw_web/log-viewer/
H A Dpackage-lock.json2 "name": "log-viewer",
8 "name": "log-viewer",
12 "@codemirror/lang-python": "^6.1.6",
14 "@codemirror/theme-one-dark": "^6.1.2",
15 "@lit-labs/virtualizer": "^2.0.7",
17 "@shoelace-style/shoelace": "^2.15.0",
20 "prettier-plugin-jsdoc": "^0.4.2"
23 "@open-wc/testing": "^3.0.0-next.5",
24 "@remcovaes/web-test-runner-vite-plugin": "^1.2.1",
26 "@typescript-eslint/eslint-plugin": "^5.59.7",
[all …]
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
H A DNOTES12 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 …]
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/stress/threads/fork/
H A DNOTES12 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 …]
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_getvalue/
H A DNOTES12 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 …]
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
H A DNOTES12 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 …]
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
H A DNOTES12 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 …]
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_getschedparam/
H A DNOTES12 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 …]
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_kill/
H A DNOTES12 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 …]
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_once/
H A DNOTES12 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 …]
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cancel/
H A DNOTES12 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 …]
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
H A DNOTES12 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 …]
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
H A DNOTES12 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 …]

12345