| /third_party/elfutils/tests/ |
| D | Makefile.am | 103 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 …]
|
| D | ChangeLog | 3 * 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/fsverity-utils/.github/workflows/ |
| D | ci.yml | 17 - 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/rust/crates/log/.github/workflows/ |
| D | main.yml | 36 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/popt/tests/ |
| D | testit.sh | 3 run() { function 45 run test1 "test1 - 1" "arg1: 1 arg2: (none)" --arg1 46 run test1 "test1 - 2" "arg1: 0 arg2: foo" --arg2 foo 47 run test1 "test1 - 3" "arg1: 1 arg2: something" --arg1 --arg2 something 48 run test1 "test1 - 4" "arg1: 0 arg2: another" --simple another 49 run test1 "test1 - 5" "arg1: 1 arg2: alias" --two 50 run test1 "test1 - 6" "arg1: 1 arg2: (none) rest: --arg2" --arg1 -- --arg2 51 run test1 "test1 - 7" "arg1: 0 arg2: abcd rest: --arg1" --simple abcd -- --arg1 52 run test1 "test1 - 8" "arg1: 1 arg2: (none) rest: --arg2" --arg1 --takerest --arg2 53 run test1 "test1 - 9" "arg1: 0 arg2: foo" -2 foo [all …]
|
| /third_party/skia/third_party/externals/harfbuzz/.circleci/ |
| D | config.yml | 21 …- 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/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
| D | esextcTessellationShaderTriangles.cpp | 165 /** 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 …]
|
| D | esextcTessellationShaderQuads.cpp | 99 /** 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 …]
|
| D | esextcTessellationShaderVertexSpacing.cpp | 145 /** Takes data generated by tessellator for a specific run configuration and 147 * This function asserts that the run uses a 'isolines' primitive mode. 149 * @param run Test run properties. 154 const _run& run) in getEdgesForIsolinesTessellation() argument 162 for (unsigned int n_vertex = 0; n_vertex < run.n_vertices; ++n_vertex) in getEdgesForIsolinesTessellation() 165 const float* coordinate = (const float*)(&run.data[0]) + 3 /* components */ * n_vertex; in getEdgesForIsolinesTessellation() 195 _tess_edge new_edge(run.outer[1], run.outer[1], 1.0f); in getEdgesForIsolinesTessellation() 215 /** Takes data generated by tessellator for a specific run configuration and 217 * This function asserts that the run uses a 'quads' primitive mode. 219 * @param run Test run properties. [all …]
|
| /third_party/vulkan-loader/.github/workflows/ |
| D | build.yml | 24 # Fallback to the run ID, which is guaranteed to be both unique and defined for the run. 59 - run: sudo apt update 60 - run: sudo apt install --yes --no-install-recommends libwayland-dev libxrandr-dev 61 - run: | 70 - run: cmake --build build 71 - run: ctest --output-on-failure --test-dir build/ 72 - run: cmake --install build --prefix /tmp 78 - run: scripts/update_deps.py --dir ext --no-build 79 - run: scripts/generate_source.py --verify ext/Vulkan-Headers/registry/ 85 - run: sudo apt update [all …]
|
| /third_party/jerryscript/tools/runners/ |
| D | run-benchmarks.sh | 19 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/benchmark/src/ |
| D | csv_reporter.cc | 62 void CSVReporter::ReportRuns(const std::vector<Run>& reports) { in ReportRuns() 67 for (const auto& run : reports) { in ReportRuns() local 68 for (const auto& cnt : run.counters) { in ReportRuns() 89 for (const auto& run : reports) { in ReportRuns() local 90 for (const auto& cnt : run.counters) { in ReportRuns() 95 << "All counters must be present in each run. " in ReportRuns() 97 << "\" was not in a run after being added to the header"; in ReportRuns() 102 // print results for each run in ReportRuns() 103 for (const auto& run : reports) { in ReportRuns() local 104 PrintRunData(run); in ReportRuns() [all …]
|
| D | json_reporter.cc | 194 void JSONReporter::ReportRuns(std::vector<Run> const& reports) { in ReportRuns() 221 void JSONReporter::PrintRunData(Run const& run) { in PrintRunData() argument 224 out << indent << FormatKV("name", run.benchmark_name()) << ",\n"; in PrintRunData() 225 out << indent << FormatKV("family_index", run.family_index) << ",\n"; in PrintRunData() 227 << FormatKV("per_family_instance_index", run.per_family_instance_index) in PrintRunData() 229 out << indent << FormatKV("run_name", run.run_name.str()) << ",\n"; in PrintRunData() 230 out << indent << FormatKV("run_type", [&run]() -> const char* { in PrintRunData() 231 switch (run.run_type) { in PrintRunData() 232 case BenchmarkReporter::Run::RT_Iteration: in PrintRunData() 234 case BenchmarkReporter::Run::RT_Aggregate: in PrintRunData() [all …]
|
| /third_party/vk-gl-cts/external/amber/src/src/amberscript/ |
| D | parser_run_test.cc | 35 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/ffmpeg/tests/fate/ |
| D | libavutil.mak | 3 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-channel_layout: CMD = run libavutil/tests/channel_layout$(EXESUF) 32 fate-audio_fifo: CMD = run libavutil/tests/audio_fifo$(EXESUF) 36 fate-avstring: CMD = run libavutil/tests/avstring$(EXESUF) 40 fate-base64: CMD = run libavutil/tests/base64$(EXESUF) 44 fate-blowfish: CMD = run libavutil/tests/blowfish$(EXESUF) [all …]
|
| /third_party/protobuf/kokoro/linux/32-bit/ |
| D | Dockerfile | 2 # 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/rust/crates/syn/.github/workflows/ |
| D | ci.yml | 30 - run: cargo test --all-features --release --tests 63 - run: cargo check ${{env.target}} --no-default-features 64 - run: cargo check ${{env.target}} 65 - run: cargo check ${{env.target}} --features full 66 - run: cargo check ${{env.target}} --features 'fold visit visit-mut' 67 - run: cargo check ${{env.target}} --features 'full fold visit visit-mut' 68 - run: cargo check ${{env.target}} --no-default-features --features derive 69 - run: cargo check ${{env.target}} --no-default-features --features 'derive parsing' 70 - run: cargo check ${{env.target}} --no-default-features --features 'derive printing' 71 … - run: cargo check ${{env.target}} --no-default-features --features 'proc-macro parsing printing' [all …]
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| D | BidiRun.java | 18 * 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 "limit" 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/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| D | BidiRun.java | 19 * 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 "limit" 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/rust/crates/serde/.github/workflows/ |
| D | ci.yml | 23 - run: cd test_suite && cargo test --features unstable 32 - run: cd test_suite && cargo test --features unstable -- --skip ui --exact 47 - run: cd serde && cargo build --features rc 48 - run: cd serde && cargo build --no-default-features 61 - run: cd serde && cargo build 62 - run: cd serde && cargo build --no-default-features 63 - run: cd serde && cargo build --no-default-features --features alloc 64 - run: cd serde && cargo build --no-default-features --features rc,alloc 65 - run: cd serde && cargo build --no-default-features --features unstable 66 - run: cd serde && cargo test --features derive,rc,unstable [all …]
|
| /third_party/skia/modules/skparagraph/src/ |
| D | TextLine.cpp | 27 #include "src/Run.h" 173 auto& run = fOwner->run(runIndex); in TextLine() local 174 runLevels[runLevelsIndex++] = run.fBidiLevel; in TextLine() 176 … InternalLineMetrics(run.correctAscent(), run.correctDescent(), run.fFontMetrics.fLeading)); in TextLine() 177 if (run.isPlaceholder()) { in TextLine() 191 if (fOwner->run(runIndex).isPlaceholder()) { in TextLine() 227 (const Run* run, SkScalar runOffsetInLine, TextRange textRange, SkScalar* runWidthInLine) { in paint() argument 229 TextAdjustment::GlyphCluster, run, runOffsetInLine, textRange, StyleType::kBackground, in paint() 230 …[painter, x, y, run, this](TextRange textRange, const TextStyle& style, const ClipContext& context… in paint() 234 paintRoundRect(painter, x, y, run); in paint() [all …]
|
| /third_party/icu/icu4c/source/layoutex/ |
| D | ParagraphLayout.cpp | 59 le_int32 style, run, runStyle; in StyleRuns() local 75 run = 0; in StyleRuns() 79 * Since the last run limit for each style run must be in StyleRuns() 85 fRunLimits[run] = 0x7FFFFFFF; in StyleRuns() 87 // find the minimum run limit for all the styles in StyleRuns() 89 if (styleRunArrays[style]->getLimit(currentRun[style]) < fRunLimits[run]) { in StyleRuns() 90 fRunLimits[run] = styleRunArrays[style]->getLimit(currentRun[style]); in StyleRuns() 94 // advance all styles whose current run is at this limit to the next run in StyleRuns() 98 if (styleRunArrays[style]->getLimit(currentRun[style]) == fRunLimits[run]) { in StyleRuns() 103 run += 1; in StyleRuns() [all …]
|
| /third_party/rust/crates/proc-macro2/.github/workflows/ |
| D | ci.yml | 35 - run: cargo test 36 - run: cargo test --no-default-features 37 - run: cargo test --features span-locations 39 run: cargo test 43 run: cargo test --no-default-features 59 run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV 60 - run: cargo check 63 - run: cargo test 64 - run: cargo test --no-default-features 65 …- run: cargo test --no-default-features --test features -- --ignored make_sure_no_proc_macro # run… [all …]
|
| /third_party/protobuf/kokoro/linux/dockerfile/test/php_32bit/ |
| D | Dockerfile | 5 RUN apt-get update && apt-get install -y \ 29 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \ 41 RUN wget http://ftp.gnu.org/gnu/bison/bison-2.6.4.tar.gz -O /var/local/bison-2.6.4.tar.gz 42 RUN cd /var/local \ 50 RUN curl -sS https://getcomposer.org/installer | php 51 RUN mv composer.phar /usr/local/bin/composer 54 RUN git clone https://github.com/php/php-src 57 RUN cd php-src \ 60 RUN cd php-src \ 69 RUN cd php-src \ [all …]
|
| /third_party/skia/infra/wasm-common/docker/ |
| D | README.md | 20 # Run bash in it to poke around and make sure things are properly installed 21 docker run -it emsdk-base /bin/bash 23 …docker run -v $SKIA_ROOT:/SRC -v $SKIA_ROOT/out/dockerpathkit:/OUT emsdk-base /SRC/infra/pathkit/b… 29 be used to run JS tests. 39 Of note, some versions (generally before Chrome 60) run out of space on /dev/shm when 40 using the default Docker settings. To be safe, it is recommended to run the container 46 # Run bash in it to poke around and make sure things are properly installed 47 docker run -it --shm-size=2gb karma-chrome-tests /bin/bash 48 # Run the tests (but not capturing Gold output) with the local source repo 49 …docker run --shm-size=2gb -v $SKIA_ROOT:/SRC karma-chrome-tests karma start /SRC/infra/pathkit/kar… [all …]
|