| /external/sdk-platform-java/showcase/ |
| D | README.md | 3 [GAPIC Showcase](https://github.com/googleapis/gapic-showcase) is an API that demonstrates Generated 5 design guide](https://cloud.google.com/apis/design/). `gapic-generator-java` generates a client for 6 the Showcase API which can communicate with a local Showcase server to perform integration tests. 20 $ go install github.com/googleapis/gapic-showcase/cmd/gapic-showcase@v"$GAPIC_SHOWCASE_VERSION" 22 $ gapic-showcase --help 23 > Root command of gapic-showcase 26 > gapic-showcase [command] 29 > completion Emits bash a completion for gapic-showcase 36 > sequence Sub-command for Service: Sequence 40 > -h, --help help for gapic-showcase [all …]
|
| /external/cronet/third_party/jni_zero/ |
| D | integration_tests.py | 3 # Use of this source code is governed by a BSD-style license that can be 5 """Tests for jni_zero.py. 7 This test suite contains various tests for the JNI generator. 8 It exercises the low-level parser all the way up to the 9 code generator and ensures the output matches a golden 28 _GOLDENS_DIR = os.path.join(_SCRIPT_DIR, 'golden') 33 # Set this environment variable in order to regenerate the golden text 43 self.action = 'generate-final' 45 self.action = 'from-jar' 47 self.action = 'from-source' [all …]
|
| /external/sdk-platform-java/.github/workflows/ |
| D | ci.yaml | 4 - main 11 runs-on: ubuntu-22.04 16 - uses: actions/checkout@v3 17 - uses: actions/setup-java@v3 19 java-version: ${{ matrix.java }} 22 - run: java -version 23 - name: Unit Tests 25 mvn test --batch-mode --no-transfer-progress -Dcheckstyle.skip \ 26 -Dfmt.skip -DenableTestCoverage 27 - run: bazelisk version [all …]
|
| /external/e2fsprogs/doc/RelNotes/ |
| D | v1.43.1.txt | 14 The configure script now supports --enable-hardening, which enables 15 stack protection, fortify, read-only relocation tables, immediate 22 The configure script now supports --disable-tdb since on 64-bit 23 systems, it's much faster to just enable additional swap space. The 24 scratch_files feature in e2fsck.conf is mostly only useful on 32-bit 39 checksum field field on 64-bit systems. 45 Fixed support of extended timestamps on 64-bit systems. 54 ----------------- 56 Fixed coverity, sparse, gcc -Wall, and clang warnings/nits. 72 The tests/test_script program now accepts the --failed option, which [all …]
|
| /external/tensorflow/tensorflow/tools/api/tests/ |
| D | api_compatibility_test.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 16 """TensorFlow API compatibility tests. 22 "--update_goldens" flag set to "True" to update goldens when making changes to 45 # pylint: disable=g-import-not-at-top,unused-import 51 # pylint: enable=g-import-not-at-top,unused-import 57 Update stored golden files if API is updated. WARNING: All API changes 65 test. Therefore, do not error out on API changes in non-core TF code 84 '..', 'golden', 'v2', 'tensorflow.pbtxt') 88 # Get API directories based on the root golden file. This way 113 Filepath will be inside golden folder for api_version. [all …]
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/main/java/com/google/android/exoplayer2/testutil/ |
| D | DumpFileAsserts.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 35 * Helper class to enable assertions based on golden-data dump files. 37 * <p>Allows the golden files to be easily updated with new data (see more info in the docs on 50 + " Robolectric tests) or WRITE_TO_DEVICE (for instrumentation tests) and re-run the" 66 * <p>Enabling this option works when tests are run in Android Studio. It may not work when the 67 * tests are run in another environment. 82 * to be created, set {@link #DUMP_FILE_ACTION} to {@link #WRITE_TO_LOCAL} for local tests and to 83 * {@link #WRITE_TO_DEVICE} for instrumentation tests, and run the test again. Instead of 84 * assertion, {@code actual} will be written to {@code dumpFile}. For instrumentation tests, this 102 * to be created, set {@link #DUMP_FILE_ACTION} to {@link #WRITE_TO_LOCAL} for local tests and to [all …]
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/main/java/com/google/android/exoplayer2/testutil/ |
| D | DumpFileAsserts.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 33 * Helper class to enable assertions based on golden-data dump files. 35 * <p>Allows the golden files to be easily updated with new data (see more info in the docs on 48 + " Robolectric tests) or WRITE_TO_DEVICE (for instrumentation tests) and re-run the" 63 * <p>Enabling this option works when tests are run in Android Studio. It may not work when the 64 * tests are run in another environment. 79 * to be created, set {@link #DUMP_FILE_ACTION} to {@link #WRITE_TO_LOCAL} for local tests and to 80 * {@link #WRITE_TO_DEVICE} for instrumentation tests, and run the test again. Instead of 81 * assertion, {@code actual} will be written to {@code dumpFile}. For instrumentation tests, this 99 * to be created, set {@link #DUMP_FILE_ACTION} to {@link #WRITE_TO_LOCAL} for local tests and to [all …]
|
| /external/sdk-platform-java/gapic-generator-java/ |
| D | DEVELOPMENT.md | 5 ### Unit Tests 7 To run the unit tests in `gapic-generator-java` submodule, first build all 8 modules with `mvn -pl '!gapic-generator-java' install -DskipTests` at the root 10 then `cd` into `gapic-generator-java` submodule for the following commands: 12 - Run all unit tests: 15 # In gapic-generator-java submodule 19 - Run a single or multiple unit tests: 22 # In gapic-generator-java submodule 23 mvn test -Dtest=JavaCodeGeneratorTest 25 …mvn test "-Dtest=Basic*, !%regex[.*.Unstable.*], !%regex[.*.MyTest.class#one.*|two.*], %regex[#fas… [all …]
|
| /external/tensorflow/tensorflow/compiler/aot/ |
| D | BUILD | 74 "@llvm-project//llvm:ARMCodeGen", # fixdeps: keep 75 "@llvm-project//llvm:PowerPCCodeGen", # fixdeps: keep 76 "@llvm-project//llvm:Support", 77 "@llvm-project//llvm:Target", 78 "@llvm-project//llvm:X86CodeGen", # fixdeps: keep 81 "@llvm-project//llvm:SystemZCodeGen", # fixdeps: keep 83 "@llvm-project//llvm:AArch64CodeGen", # fixdeps: keep 91 "codegen_test_h.golden", 92 "codegen_test_o.golden", 104 "@llvm-project//llvm:Support", # fixdeps: keep [all …]
|
| /external/sdk-platform-java/showcase/proto-gapic-showcase-v1beta1/ |
| D | pom.xml | 2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 3 …xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 6 <artifactId>proto-gapic-showcase-v1beta1</artifactId> 7 <version>0.0.1-SNAPSHOT</version> 8 <name>proto-gapic-showcase-v1beta1</name> 9 <description>PROTO library for proto-gapic-showcase-v1beta1</description> 12 <artifactId>gapic-showcase-parent</artifactId> 13 <version>0.0.1-SNAPSHOT</version> 22 <id>enable-golden-tests</id> 27 <artifactId>exec-maven-plugin</artifactId> [all …]
|
| /external/sdk-platform-java/showcase/grpc-gapic-showcase-v1beta1/ |
| D | pom.xml | 2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 3 …xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 6 <artifactId>grpc-gapic-showcase-v1beta1</artifactId> 7 <version>0.0.1-SNAPSHOT</version> 8 <name>grpc-gapic-showcase-v1beta1</name> 9 <description>GRPC library for grpc-google-cloud-iot-v1</description> 12 <artifactId>gapic-showcase-parent</artifactId> 13 <version>0.0.1-SNAPSHOT</version> 22 <id>enable-golden-tests</id> 27 <artifactId>exec-maven-plugin</artifactId> [all …]
|
| /external/autotest/server/cros/faft/ |
| D | fingerprint_test.py | 3 # Use of this source code is governed by a BSD-style license that can be 18 """Base class that sets up helpers for fingerprint tests.""" 95 'hatch': 'bloonchipper_v2.0.4277-9f652bb3', 96 'zork': 'bloonchipper_v2.0.5938-197506c1', 97 'volteer': 'bloonchipper_v2.0.5938-197506c1', 98 'brya': 'bloonchipper_v2.0.5938-197506c1', 99 'guybrush': 'bloonchipper_v2.0.5938-197506c1', 101 _FP_BOARD_NAME_DARTMONKEY: 'dartmonkey_v2.0.2887-311310808', 102 _FP_BOARD_NAME_NOCTURNE: 'nocturne_fp_v2.2.64-58cf5974e', 103 _FP_BOARD_NAME_NAMI: 'nami_fp_v2.2.144-7a08e07eb', [all …]
|
| /external/grpc-grpc-java/ |
| D | build.gradle | 23 version = "1.56.1-SNAPSHOT" // CURRENT_GRPC_VERSION 27 url "https://maven-central.storage-download.googleapis.com/maven2/" } 34 "-Xlint:all", 35 "-Xlint:-options", 36 "-Xlint:-path", 37 "-Xlint:-try" 39 it.options.encoding = "UTF-8" 41 it.options.compilerArgs += ["-Werror"] 47 // grpc-alts and grpc-compiler. 52 'grpc-android', 'grpc-android-interop-testing', 'grpc-cronet'] [all …]
|
| /external/sdk-platform-java/showcase/gapic-showcase/ |
| D | pom.xml | 1 <?xml version='1.0' encoding='UTF-8'?> 3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 4 …xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 7 <artifactId>gapic-showcase</artifactId> 8 <version>0.0.1-SNAPSHOT</version> 17 <artifactId>gapic-showcase-parent</artifactId> 18 <version>0.0.1-SNAPSHOT</version> 22 <gapic-showcase.version>0.27.0</gapic-showcase.version> 27 <id>enable-golden-tests</id> 32 <artifactId>exec-maven-plugin</artifactId> [all …]
|
| /external/bazel-skylib/tests/ |
| D | unittest.bash | 9 # http://www.apache.org/licenses/LICENSE-2.0 17 # Common utility file for Bazel shell tests 23 # ------------------------------------------------------------------------ 43 # ------------------------------------------------------------------------ 55 # The user can pass --test_arg to bazel test to select specific tests 56 # to run. Specifying --test_arg multiple times allows to select several 57 # tests to be run in the given order. Additionally the user may define 58 # TESTS=(test_foo test_bar ...) to specify a subset of test functions to 71 # important that tests clean up after themselves. 80 [ -n "$BASH_VERSION" ] || [all …]
|
| /external/bazelbuild-rules_cc/tests/system_library/ |
| D | unittest.bash | 9 # http://www.apache.org/licenses/LICENSE-2.0 17 # Common utility file for Bazel shell tests 23 # ------------------------------------------------------------------------ 43 # ------------------------------------------------------------------------ 55 # The user can pass --test_arg to bazel test to select specific tests 56 # to run. Specifying --test_arg multiple times allows to select several 57 # tests to be run in the given order. Additionally the user may define 58 # TESTS=(test_foo test_bar ...) to specify a subset of test functions to 71 # important that tests clean up after themselves. 80 [ -n "$BASH_VERSION" ] || [all …]
|
| /external/bazelbuild-rules_go/third_party/ |
| D | org_golang_x_tools-deletegopls.patch | 1 diff -urN a/gopls/api-diff/api_diff.go b/gopls/api-diff/api_diff.go 2 --- a/gopls/api-diff/api_diff.go 2000-01-01 00:00:00.000000000 -0000 3 +++ b/gopls/api-diff/api_diff.go 1970-01-01 00:00:00.000000000 +0000 4 @@ -1,89 +0,0 @@ 5 -// Copyright 2021 The Go Authors. All rights reserved. 6 -// Use of this source code is governed by a BSD-style 7 -// license that can be found in the LICENSE file. 8 - 9 -//go:build go1.18 10 -// +build go1.18 [all …]
|
| /external/cronet/build/android/pylib/local/device/ |
| D | local_device_instrumentation_test_run.py | 2 # Use of this source code is governed by a BSD-style license that can be 57 import jinja2 # pylint: disable=import-error 58 import markupsafe # pylint: disable=import-error,unused-import 87 # timeouts when tests never finish. The shard timeout is currently 60 minutes, 143 ['log', '-p', 'i', '-t', _TAG, 'START %s' % test_name], 149 ['log', '-p', 'i', '-t', _TAG, 'END %s' % test_name], 191 # apk_under_test does not work for smoke tests, where it is set to an 221 # Functions to run concurrerntly when --concurrent-adb is enabled. 245 # pylint: disable=no-member 247 # pylint: enable=no-member [all …]
|
| /external/angle/build/android/pylib/local/device/ |
| D | local_device_instrumentation_test_run.py | 2 # Use of this source code is governed by a BSD-style license that can be 55 import jinja2 # pylint: disable=import-error 56 import markupsafe # pylint: disable=import-error,unused-import 85 # timeouts when tests never finish. The shard timeout is currently 60 minutes, 136 # of slow tests to a size that should not take more than a couple of minutes to 172 def _SaveTestsToPickle(pickle_path, tests, pickle_extras): argument 176 'TEST_METHODS': tests, 185 ['log', '-p', 'i', '-t', _TAG, 'START %s' % test_name], 191 ['log', '-p', 'i', '-t', _TAG, 'END %s' % test_name], 233 # apk_under_test does not work for smoke tests, where it is set to an [all …]
|
| /external/angle/build/android/ |
| D | test_runner.py | 4 # Use of this source code is governed by a BSD-style license that can be 7 """Runs all types of tests from one unified interface.""" 30 import _strptime # pylint: disable=unused-import 32 # pylint: disable=ungrouped-imports 59 from lib.results import result_sink # pylint: disable=import-error 83 '--test-launcher-retry-limit', 84 '--test_launcher_retry_limit', 85 '--num_retries', '--num-retries', 86 '--isolated-script-test-launcher-retry-limit', 91 '--test-launcher-summary-output', [all …]
|
| /external/cronet/build/android/ |
| D | test_runner.py | 4 # Use of this source code is governed by a BSD-style license that can be 7 """Runs all types of tests from one unified interface.""" 30 import _strptime # pylint: disable=unused-import 32 # pylint: disable=ungrouped-imports 59 from lib.results import result_sink # pylint: disable=import-error 83 '--test-launcher-retry-limit', 84 '--test_launcher_retry_limit', 85 '--num_retries', '--num-retries', 86 '--isolated-script-test-launcher-retry-limit', 91 '--test-launcher-summary-output', [all …]
|
| /external/angle/third_party/glslang/src/ |
| D | README.md | 17 ### Reference Validator and GLSL/ESSL -> AST Front End 19 An OpenGL GLSL and OpenGL|ES GLSL (ESSL) front-end for reference validation and translation of GLSL… 23 ### HLSL -> AST Front End 25 An HLSL front-end for translation of an approximation of HLSL to glslang's AST form. 28 … which receives a much larger investment and attempts to have definitive/reference-level semantics. 32 ### AST -> SPIR-V Back End 34 Translates glslang's AST to the Khronos-specified SPIR-V intermediate language. 40 …ion information from the AST, reflection types/variables/etc. from the HLL source (not the SPIR-V). 42 …ccurate for the input HLL and AST, but only approximate for what would later be emitted for SPIR-V. 46 `glslang` is command-line tool for accessing the functionality above. [all …]
|
| /external/deqp-deps/glslang/ |
| D | README.md | 17 ### Reference Validator and GLSL/ESSL -> AST Front End 19 An OpenGL GLSL and OpenGL|ES GLSL (ESSL) front-end for reference validation and translation of GLSL… 23 ### HLSL -> AST Front End 25 An HLSL front-end for translation of an approximation of HLSL to glslang's AST form. 28 … which receives a much larger investment and attempts to have definitive/reference-level semantics. 32 ### AST -> SPIR-V Back End 34 Translates glslang's AST to the Khronos-specified SPIR-V intermediate language. 40 …ion information from the AST, reflection types/variables/etc. from the HLL source (not the SPIR-V). 42 …ccurate for the input HLL and AST, but only approximate for what would later be emitted for SPIR-V. 46 `glslang` is command-line tool for accessing the functionality above. [all …]
|
| /external/igt-gpu-tools/ |
| D | NEWS | 2 ---------- 8 Release 1.24 (2019-06-20) 9 ------------------------- 11 - Bumped required meson version to 0.47. (Arkadiusz Hiler) 13 - All the meson build options that used auto, true and false are now first 16 - Piglit as the primary test executor replaced by mostly drop-in 19 - Stack traces now contain source file names and line numbers, using 22 - Pixman dependency is now mandatory. (Maxime Ripard) 24 - The project has moved to gitlab, and uses gitlab's CI to build test 28 - Shader debugger removed due to lack of use and accumulation of [all …]
|
| /external/libaom/av1/encoder/ |
| D | nonrd_pickmode.c | 50 : early_term_thresh[early_term_idx - 1][size_group]; in early_term_inter_search_with_sse() 60 bp->best_sse = INT64_MAX; in init_best_pickmode() 61 bp->best_mode = NEARESTMV; in init_best_pickmode() 62 bp->best_ref_frame = LAST_FRAME; in init_best_pickmode() 63 bp->best_second_ref_frame = NONE_FRAME; in init_best_pickmode() 64 bp->best_tx_size = TX_8X8; in init_best_pickmode() 65 bp->tx_type = DCT_DCT; in init_best_pickmode() 66 bp->best_pred_filter = av1_broadcast_interp_filter(EIGHTTAP_REGULAR); in init_best_pickmode() 67 bp->best_mode_skip_txfm = 0; in init_best_pickmode() 68 bp->best_mode_initial_skip_flag = 0; in init_best_pickmode() [all …]
|