Home
last modified time | relevance | path

Searched full:run (Results 1 – 25 of 9391) sorted by relevance

12345678910>>...376

/third_party/elfutils/tests/
DMakefile.am103 TESTS = run-arextract.sh run-arsymtest.sh run-ar.sh newfile test-nlist \
104 run-ar-N.sh \
106 run-show-die-info.sh run-get-files.sh run-get-lines.sh \
107 run-next-files.sh run-next-lines.sh \
108 run-get-pubnames.sh run-get-aranges.sh run-allfcts.sh \
109 run-show-abbrev.sh run-line2addr.sh hash \
110 run-large-elf-file.sh \
111 newscn run-strip-test.sh run-strip-test2.sh \
112 run-strip-test3.sh run-strip-test4.sh run-strip-test5.sh \
113 run-strip-test6.sh run-strip-test7.sh run-strip-test8.sh \
[all …]
DChangeLog3 * run-debuginfod-section.sh (RPM_BUILDID): Use buildid from non-zstd
8 * Makefile.am (TESTS): Add run-debuginfod-section.sh.
9 * run-debuginfod-section.sh: New test.
22 * run-readelf-s.sh: Add tests for the --syms alias.
29 * run-debuginfod-archive-rename.sh: Likewise.
30 * run-debuginfod-extraction-passive.sh: Likewise.
31 * run-debuginfod-response-headers.sh: Likewise.
32 * run-debuginfod-webapi-concurrency.sh: Likewise.
33 * run-strip-test.sh: Likewise.
47 (TESTS): Add run-dwfl-report-offline-memory.sh.
[all …]
/third_party/flutter/skia/third_party/externals/harfbuzz/.circleci/
Dconfig.yml10 …- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install wget autoconf automake libtool pkg-config ragel free…
11 - run: ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo
12 - run: make -j4
13 - run: make check || .ci/fail.sh
20 …- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install wget autoconf automake libtool pkg-config ragel free…
21 - run: ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo
22 - run: make -j4
23 - run: make check || .ci/fail.sh
30 …- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install wget autoconf automake libtool pkg-config ragel free…
31 …- run: export PKG_CONFIG_PATH="/usr/local/opt/icu4c/lib/pkgconfig:/usr/local/opt/libffi/lib/pkgcon…
[all …]
/third_party/fsverity-utils/.github/workflows/
Dci.yml17 - run: scripts/run-tests.sh static_linking
24 - run: scripts/run-tests.sh dynamic_linking
31 - run: scripts/run-tests.sh cplusplus
38 - run: scripts/run-tests.sh uninstall
45 - run: scripts/run-tests.sh dash
52 - run: scripts/run-tests.sh license
59 - run: scripts/run-tests.sh gcc
67 run: |
70 - run: scripts/run-tests.sh clang
78 run: |
[all …]
/third_party/openssl/.github/workflows/
Dci.yml29 run: |
36 run: ./config --banner=Configured --strict-warnings enable-fips && perl configdata.pm --dump
38 run: make -s build_generated
40 run: make update
42 run: git diff --exit-code
49 run: ./config --banner=Configured --strict-warnings enable-fips && perl configdata.pm --dump
51 run: make -s build_generated
53 run: make doc-nits
55 run: |
67run: CPPFLAGS=-ansi ./config --banner=Configured no-asm no-makedepend enable-buildtest-c++ enable-…
[all …]
/third_party/rust/crates/log/.github/workflows/
Dmain.yml36 run: |
39 - run: cargo test --verbose
40 - run: cargo test --verbose --no-default-features
41 - run: cargo test --verbose --all-features
42 - run: cargo test --verbose --features serde
43 - run: cargo test --verbose --features std
44 - run: cargo test --verbose --features kv_unstable
45 - run: cargo test --verbose --features kv_unstable_sval
46 - run: cargo test --verbose --features kv_unstable_serde
47 …- run: cargo test --verbose --features "kv_unstable kv_unstable_std kv_unstable_sval kv_unstable_s…
[all …]
/third_party/skia/third_party/externals/harfbuzz/.circleci/
Dconfig.yml21 …- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install pkg-config ragel freetype glib cairo python3 icu4c g…
22 - run: pip3 install meson --upgrade
23 …- run: PKG_CONFIG_PATH="/usr/local/opt/icu4c/lib/pkgconfig:/usr/local/opt/libffi/lib/pkgconfig" me…
24 - run: meson compile -Cbuild
25 - run: meson test -Cbuild --print-errorlogs
34 …- run: sudo apt update && DEBIAN_FRONTEND=noninteractive sudo apt install -y git ninja-build binut…
35 - run: pip3 install fonttools meson --upgrade
36 - run: ./autogen.sh
37 - run: make -j2 distcheck
38 - run: rm harfbuzz-* && make distdir
[all …]
/third_party/harfbuzz/.circleci/
Dconfig.yml18 …- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install pkg-config ragel freetype glib cairo python3 icu4c g…
19 - run: pip3 install meson --upgrade
20 …- run: PKG_CONFIG_PATH="/usr/local/opt/icu4c/lib/pkgconfig:/usr/local/opt/libffi/lib/pkgconfig" me…
21 - run: meson compile -Cbuild
22 - run: meson test -Cbuild --print-errorlogs
31 …- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install pkg-config ragel freetype glib cairo python3 icu4c g…
32 - run: pip3 install meson --upgrade
33 …- run: PKG_CONFIG_PATH="/usr/local/opt/icu4c/lib/pkgconfig:/usr/local/opt/libffi/lib/pkgconfig" me…
34 - run: meson compile -Cbuild
35 - run: meson test -Cbuild --print-errorlogs
[all …]
/third_party/popt/tests/
Dtestit.sh3 run() { function
49 run test1 "test1 - 1" "arg1: 1 arg2: (none)" --arg1
50 run test1 "test1 - 2" "arg1: 0 arg2: foo" --arg2 foo
51 run test1 "test1 - 3" "arg1: 1 arg2: something" --arg1 --arg2 something
52 run test1 "test1 - 4" "arg1: 0 arg2: another" --simple another
53 run test1 "test1 - 5" "arg1: 1 arg2: alias" --two
54 run test1 "test1 - 6" "arg1: 1 arg2: (none) rest: --arg2" --arg1 -- --arg2
55 run test1 "test1 - 7" "arg1: 0 arg2: abcd rest: --arg1" --simple abcd -- --arg1
56 run test1 "test1 - 8" "arg1: 1 arg2: (none) rest: --arg2" --arg1 --takerest --arg2
57 run test1 "test1 - 9" "arg1: 0 arg2: foo" -2 foo
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderTriangles.cpp165 /** Initializes ES objects necessary to run the test. */
280 /** Initializes all ES objects necessary to run a specific test pass.
283 * @param vertex_spacing Vertex spacing mode to use for the run.
429 /* Run the iteration */ in iterate()
568 /** Initializes ES objects necessary to run the test. */
606 _run run; in initTest() local
609 memcpy(run.base_inner, set.inner, sizeof(run.base_inner)); in initTest()
610 memcpy(run.base_outer, set.outer, sizeof(run.base_outer)); in initTest()
612 run.reference_inner[0] = run.base_inner[0]; in initTest()
613 run.reference_inner[1] = run.base_inner[1] * 0.25f; in initTest()
[all …]
DesextcTessellationShaderQuads.cpp99 /** Initializes ES objects necessary to run the test. */
151 /* Set up the run descriptor. in initTest()
156 _run run; in initTest() local
158 run.inner[0] = (float)tess_level; in initTest()
159 run.inner[1] = (float)tess_level; in initTest()
160 run.outer[0] = (float)((tess_level < 0) ? 1 : tess_level); in initTest()
161 run.outer[1] = (float)((tess_level < 0) ? 1 : tess_level); in initTest()
162 run.outer[2] = (float)((tess_level < 0) ? 1 : tess_level); in initTest()
163 run.outer[3] = (float)((tess_level < 0) ? 1 : tess_level); in initTest()
164 run.vertex_spacing = vs_mode; in initTest()
[all …]
/third_party/jerryscript/tools/runners/
Drun-benchmarks.sh19 function run () function
27 #run jerry/sunspider/3d-morph // too fast
28 run jerry/sunspider/bitops-3bit-bits-in-byte
29 run jerry/sunspider/bitops-bits-in-byte
30 run jerry/sunspider/bitops-bitwise-and
31 run jerry/sunspider/controlflow-recursive
32 run jerry/sunspider/math-cordic
33 run jerry/sunspider/math-partial-sums
34 run jerry/sunspider/math-spectral-norm
37 run jerry/cse
[all …]
/third_party/node/deps/npm/test/tap/
Drun-script.js123 test('npm run-script start', function (t) {
124 common.npm(['run-script', 'start'], opts, testOutput.bind(null, t, 'start'))
127 test('npm run-script with args', function (t) {
128 common.npm(['run-script', 'start', '--', 'stop'], opts, testOutput.bind(null, t, 'stop'))
131 test('npm run-script with args that contain spaces', function (t) {
132 …common.npm(['run-script', 'start', '--', 'hello world'], opts, testOutput.bind(null, t, 'hello wor…
135 test('npm run-script with args that contain single quotes', function (t) {
136 …common.npm(['run-script', 'start', '--', 'they"re awesome'], opts, testOutput.bind(null, t, 'they"…
139 test('npm run-script with args that contain double quotes', function (t) {
140 …common.npm(['run-script', 'start', '--', 'what"s "up"?'], opts, testOutput.bind(null, t, 'what"s "…
[all …]
/third_party/flutter/flutter/dev/ci/docker_linux/
DDockerfile16 RUN apt-get update -y
17 RUN apt-get upgrade -y
20 RUN apt-get install -y --no-install-recommends \
31 RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
32 RUN echo 'deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main' | tee /etc/apt/sourc…
35 RUN echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] https://packages.cloud.google.com/ap…
38 RUN curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | \
41 RUN apt-get update && apt-get install -y google-cloud-sdk && \
47 RUN mkdir -p "${NODEJS_INSTALL}"
48 RUN wget -q https://deb.nodesource.com/setup_10.x -O "${NODEJS_INSTALL}/nodejs_install.sh"
[all …]
/third_party/openh264/build/
DDockerfile4 # get the result with: sudo docker run -t -i -v /tmp/openH264:/build openh264tools /bin/cp libopenh…
10 RUN apt-get update
11 RUN apt-get upgrade -y
12 RUN apt-get install -y bison flex g++ gcc git libgmp3-dev libmpc-dev libmpfr-dev libz-dev make wget
15 RUN wget http://ftp.gnu.org/gnu/gcc/gcc-4.9.2/gcc-4.9.2.tar.gz
16 RUN tar xvfz gcc-4.9.2.tar.gz
18 RUN mkdir build
20 RUN ../configure --disable-checking --enable-languages=c,c++ --enable-multiarch --enable-shared --e…
21 RUN make -j 8
22 RUN make install
[all …]
/third_party/skia/modules/skparagraph/src/
DTextLine.cpp140 auto& run = fOwner->run(runIndex); in TextLine() local
141 runLevels[runLevelsIndex++] = run.fBidiLevel; in TextLine()
143 …InternalLineMetrics(run.fFontMetrics.fAscent, run.fFontMetrics.fDescent, run.fFontMetrics.fLeading… in TextLine()
158 if (!cluster->run().isPlaceholder()) { in TextLine()
174 … (const Run* run, SkScalar runOffsetInLine, TextRange textRange, SkScalar* runWidthInLine) { in paint() argument
176 run, runOffsetInLine, textRange, StyleType::kBackground, in paint()
187 … (const Run* run, SkScalar runOffsetInLine, TextRange textRange, SkScalar* runWidthInLine) { in paint() argument
189 run, runOffsetInLine, textRange, StyleType::kShadow, in paint()
210 … (const Run* run, SkScalar runOffsetInLine, TextRange textRange, SkScalar* runWidthInLine) { in paint() argument
212 run, runOffsetInLine, textRange, StyleType::kDecorations, in paint()
[all …]
/third_party/benchmark/src/
Dcsv_reporter.cc60 void CSVReporter::ReportRuns(const std::vector<Run>& reports) { in ReportRuns()
65 for (const auto& run : reports) { in ReportRuns() local
66 for (const auto& cnt : run.counters) { in ReportRuns()
87 for (const auto& run : reports) { in ReportRuns() local
88 for (const auto& cnt : run.counters) { in ReportRuns()
93 << "All counters must be present in each run. " in ReportRuns()
95 << "\" was not in a run after being added to the header"; in ReportRuns()
100 // print results for each run in ReportRuns()
101 for (const auto& run : reports) { in ReportRuns() local
102 PrintRunData(run); in ReportRuns()
[all …]
Djson_reporter.cc201 void JSONReporter::ReportRuns(std::vector<Run> const& reports) { in ReportRuns()
228 void JSONReporter::PrintRunData(Run const& run) { in PrintRunData() argument
231 out << indent << FormatKV("name", run.benchmark_name()) << ",\n"; in PrintRunData()
232 out << indent << FormatKV("family_index", run.family_index) << ",\n"; in PrintRunData()
234 << FormatKV("per_family_instance_index", run.per_family_instance_index) in PrintRunData()
236 out << indent << FormatKV("run_name", run.run_name.str()) << ",\n"; in PrintRunData()
237 out << indent << FormatKV("run_type", [&run]() -> const char* { in PrintRunData()
238 switch (run.run_type) { in PrintRunData()
239 case BenchmarkReporter::Run::RT_Iteration: in PrintRunData()
241 case BenchmarkReporter::Run::RT_Aggregate: in PrintRunData()
[all …]
/third_party/musl/ndk-test/sanitize/ubsan/src/
Dshift.cpp1 // RUN: %clangxx -DLSH_OVERFLOW -DOP='<<' -fsanitize=shift-base -fno-sanitize-recover=shift %s -o %…
2 // RUN: %clangxx -DLSH_OVERFLOW -DOP='<<=' -fsanitize=shift -fno-sanitize-recover=shift %s -o %t2 &…
3 // RUN: %clangxx -DTOO_LOW -DOP='<<' -fsanitize=shift-exponent -fno-sanitize-recover=shift %s -o %t…
4 // RUN: %clangxx -DTOO_LOW -DOP='>>' -fsanitize=shift -fno-sanitize-recover=shift %s -o %t4 && not …
5 // RUN: %clangxx -DTOO_LOW -DOP='<<=' -fsanitize=shift -fno-sanitize-recover=shift %s -o %t5 && not…
6 // RUN: %clangxx -DTOO_LOW -DOP='>>=' -fsanitize=shift -fno-sanitize-recover=shift %s -o %t6 && not…
7 // RUN: %clangxx -DTOO_HIGH -DOP='<<' -fsanitize=shift-exponent -fno-sanitize-recover=shift %s -o %…
8 // RUN: %clangxx -DTOO_HIGH -DOP='>>' -fsanitize=shift -fno-sanitize-recover=shift %s -o %t8 && not…
9 // RUN: %clangxx -DTOO_HIGH -DOP='<<=' -fsanitize=shift -fno-sanitize-recover=shift %s -o %t9 && no…
10 // RUN: %clangxx -DTOO_HIGH -DOP='>>=' -fsanitize=shift -fno-sanitize-recover=shift %s -o %t10 && n…
[all …]
/third_party/protobuf/kokoro/linux/32-bit/
DDockerfile2 # to run in.
5 # steps can be cached. They do *not* run every time we run the build.
13 RUN echo "deb http://ppa.launchpad.net/ondrej/php/ubuntu trusty main" | tee /etc/apt/sources.list.d…
18 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \
60 RUN wget http://am1.php.net/get/php-5.5.38.tar.bz2/from/this/mirror
61 RUN mv mirror php-5.5.38.tar.bz2
62 RUN tar -xvf php-5.5.38.tar.bz2
63 RUN cd php-5.5.38 && ./configure --enable-maintainer-zts --prefix=/usr/local/php-5.5-zts && \
65 RUN cd php-5.5.38 && make clean && ./configure --enable-bcmath --prefix=/usr/local/php-5.5 && \
68 RUN wget http://am1.php.net/get/php-5.6.30.tar.bz2/from/this/mirror
[all …]
/third_party/ffmpeg/tests/fate/
Dlibavutil.mak3 fate-adler32: CMD = run libavutil/tests/adler32$(EXESUF)
8 fate-aes: CMD = run libavutil/tests/aes$(EXESUF)
13 fate-aes_ctr: CMD = run libavutil/tests/aes_ctr$(EXESUF)
18 fate-camellia: CMD = run libavutil/tests/camellia$(EXESUF)
23 fate-cast5: CMD = run libavutil/tests/cast5$(EXESUF)
28 fate-audio_fifo: CMD = run libavutil/tests/audio_fifo$(EXESUF)
32 fate-avstring: CMD = run libavutil/tests/avstring$(EXESUF)
36 fate-base64: CMD = run libavutil/tests/base64$(EXESUF)
40 fate-blowfish: CMD = run libavutil/tests/blowfish$(EXESUF)
44 fate-bprint: CMD = run libavutil/tests/bprint$(EXESUF)
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DBidiRun.java19 * at the same embedding level, each such sequence is called a "run".
21 * <p>A BidiRun represents such a run by storing its essential properties,
22 * but does not duplicate the characters which form the run.
24 * <p>The &quot;limit&quot; of the run is the position just after the
34 int start; /* first logical position of the run */
35 int limit; /* last visual position of the run +1 */
36 int insertRemove; /* if >0, flags for inserting LRM/RLM before/after run,
37 if <0, count of bidi controls within run */
43 * Note that members start and limit of a run instance have different
44 * meanings depending whether the run is part of the runs array of a Bidi
[all …]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DBidiRun.java18 * at the same embedding level, each such sequence is called a "run".
20 * <p>A BidiRun represents such a run by storing its essential properties,
21 * but does not duplicate the characters which form the run.
23 * <p>The &quot;limit&quot; of the run is the position just after the
34 int start; /* first logical position of the run */
35 int limit; /* last visual position of the run +1 */
36 int insertRemove; /* if >0, flags for inserting LRM/RLM before/after run,
37 if <0, count of bidi controls within run */
43 * Note that members start and limit of a run instance have different
44 * meanings depending whether the run is part of the runs array of a Bidi
[all …]
/third_party/vk-gl-cts/external/amber/src/src/amberscript/
Dparser_run_test.cc35 RUN my_pipeline 2 4 5 in TEST_F()
54 std::string in = R"(RUN 2 4 5)"; in TEST_F()
59 ASSERT_EQ("1: missing pipeline name for RUN command", r.Error()); in TEST_F()
63 std::string in = R"(RUN unknown_pipeline 2 4 5)"; in TEST_F()
68 ASSERT_EQ("1: unknown pipeline for RUN command: unknown_pipeline", r.Error()); in TEST_F()
83 RUN my_pipeline 2 4 5)"; in TEST_F()
88 ASSERT_EQ("12: RUN command requires compute pipeline", r.Error()); in TEST_F()
103 RUN my_pipeline)"; in TEST_F()
108 ASSERT_EQ("12: RUN command requires parameters", r.Error()); in TEST_F()
123 RUN my_pipeline 2 4 5 EXTRA)"; in TEST_F()
[all …]
/third_party/rust/crates/syn/.github/workflows/
Dci.yml24 - run: cargo test --all-features --release --tests
55 - run: cargo check ${{env.target}} --no-default-features
56 - run: cargo check ${{env.target}}
57 - run: cargo check ${{env.target}} --features full
58 - run: cargo check ${{env.target}} --features 'fold visit visit-mut'
59 - run: cargo check ${{env.target}} --features 'full fold visit visit-mut'
60 - run: cargo check ${{env.target}} --no-default-features --features derive
61 - run: cargo check ${{env.target}} --no-default-features --features 'derive parsing'
62 - run: cargo check ${{env.target}} --no-default-features --features 'derive printing'
63 … - run: cargo check ${{env.target}} --no-default-features --features 'proc-macro parsing printing'
[all …]

12345678910>>...376