Home
last modified time | relevance | path

Searched +full:test +full:- +full:docs (Results 1 – 25 of 1133) sorted by relevance

12345678910>>...46

/external/pdfium/core/fpdfdoc/
Dcpdf_filespec_unittest.cpp2 // Use of this source code is governed by a BSD-style license that can be
21 TEST(cpdf_filespec, EncodeDecodeFileName) { in TEST() function
26 {L"test.pdf", L"test.pdf"}, in TEST()
31 {L"My Document\\test.pdf", L"My Document/test.pdf"}, in TEST()
45 {L"./docs/test.pdf", L"./docs/test.pdf"}, in TEST()
47 {L"../test_docs/test.pdf", L"../test_docs/test.pdf"}, in TEST()
49 {L"/usr/local/home/test.pdf", L"/usr/local/home/test.pdf"}, in TEST()
61 TEST(cpdf_filespec, GetFileName) { in TEST() function
66 L"/C/docs/test.pdf", in TEST()
67 L"C:\\docs\\test.pdf" in TEST()
[all …]
/external/rust/crates/googletest/
DREADME.md3 [![crates.io][crates-badge]][crates-url]
4 [![docs.rs][docs-badge]][docs-url]
5 [![Apache licensed][license-badge]][license-url]
6 [![Build Status][actions-badge]][actions-url]
8 [crates-badge]: https://img.shields.io/crates/v/googletest.svg
9 [crates-url]: https://crates.io/crates/googletest
10 [docs-badge]: https://img.shields.io/badge/docs.rs-googletest-66c2a5
11 [docs-url]: https://docs.rs/googletest/*/googletest/
12 [license-badge]: https://img.shields.io/badge/license-Apache-blue.svg
13 [license-url]: https://github.com/google/googletest-rust/blob/main/LICENSE
[all …]
/external/curl/
DMakefile.am12 # are also available at https://curl.se/docs/copyright.html.
21 # SPDX-License-Identifier: curl
27 ACLOCAL_AMFLAGS = -I m4
32 CMake/curl-config.cmake.in \
57 projects/build-openssl.bat \
58 projects/build-wolfssl.bat \
77 EXTRA_DIST = CHANGES COPYING maketgz Makefile.dist curl-config.in \
78 RELEASE-NOTES buildconf libcurl.pc.in $(CMAKE_DIST) $(VC_DIST) \
87 bin_SCRIPTS = curl-config
89 SUBDIRS = lib docs src scripts subdir
[all …]
/external/junit-params/apidocs/junitparams/
DJUnitParamsRunner.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt…
2 <!-- NewPage -->
5 <!-- Generated by javadoc (1.8.0) on Mon Jul 28 12:08:59 CEST 2014 -->
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7 <title>JUnitParamsRunner (JUnitParams 1.0.3-SNAPSHOT API)</title>
8 <meta name="date" content="2014-07-28">
13 <script type="text/javascript"><!--
15 if (location.href.indexOf('is-external=true') == -1) {
16 parent.document.title="JUnitParamsRunner (JUnitParams 1.0.3-SNAPSHOT API)";
21 //-->
[all …]
/external/rust/crates/env_logger/
DREADME.md4 [![Documentation](https://docs.rs/env_logger/badge.svg)](https://docs.rs/env_logger)
5 [![Documentation](https://img.shields.io/badge/docs-main-blue.svg)](https://env-logger-rs.github.io…
13 …n executables (binary projects). Libraries should use the [`log`](https://docs.rs/log) crate inste…
45 [2018-11-03T06:09:06Z INFO default] starting up
55 [2018-11-03T06:09:06Z INFO default] starting up
59 case names. Where our docs do use other forms, they do so in the context of
63 The log levels that may be specified correspond to the [`log::Level`][level-enum]
72 [level-enum]: https://docs.rs/log/latest/log/enum.Level.html "log::Level (docs.rs)"
78 …sides an environment variable. See [the examples](https://github.com/env-logger-rs/env_logger/tree…
82 Tests can use the `env_logger` crate to see log messages generated during that test:
[all …]
/external/python/python-api-core/
Dnoxfile.py7 # http://www.apache.org/licenses/LICENSE-2.0
21 import nox # pytype: disable=import-error
25 BLACK_PATHS = ["docs", "google", "tests", "noxfile.py", "setup.py"]
27 BLACK_EXCLUDES = ["--exclude", "^/google/api_core/operations_v1/__init__.py"]
32 # 'docfx' is excluded since it only needs to run in 'docs-presubmit'
43 "docs",
64 session.install("flake8", "flake8-import-order", BLACK_VERSION)
67 "black", "--check", *BLACK_EXCLUDES, *BLACK_PATHS,
83 """Default unit test session.
91 CURRENT_DIRECTORY / "testing" / f"constraints-{session.python}.txt"
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/
DREADME.md10 - [x] Replace retrying with tenacity
11 - [x] Generate namespace for each test to prevent resource name conflicts and
13 - [x] Security: run server and client in separate namespaces
14 - [ ] Make framework.infrastructure.gcp resources [first-class
15 citizen](https://en.wikipedia.org/wiki/First-class_citizen), support
17 - [x] Security: manage `roles/iam.workloadIdentityUser` role grant lifecycle for
18 dynamically-named namespaces
19 - [x] Restructure `framework.test_app` and `framework.xds_k8s*` into a module
20 containing xDS-interop-specific logic
21 - [ ] Address inline TODOs in code
[all …]
/external/llvm/utils/
Dllvmdo2 ##===- utils/llvmdo - Counts Lines Of Code -------------------*- Script -*-===##
9 ##===----------------------------------------------------------------------===##
20 # llvmdo [-topdir DIR] [-dirs "DIRNAMES..."] [-code-only] PROGRAM ARGS...
22 # The -topdir option allows you to specify the llvm source root directly. If it
23 # is not specified then it will be obtained with llvm-config which must be built
26 # The -dirs argument allows you to specify the set of directories that are
28 # include lib tools utils runtime autoconf docs test examples projects
31 # The -code-only option specifies that only those files that are considered
38 ##===----------------------------------------------------------------------===##
40 if test $# -lt 1 ; then
[all …]
/external/pigweed/pw_fuzzer/
Dconcepts.rst1 .. _module-pw_fuzzer-concepts:
6 .. pigweed-module-subpage::
14 #. The `fuzzing engine`_ generates a new `test input`_. The details of the
15 test input depend on the engine. For example, `libFuzzer`_ generates
19 #. The `test input`_ is used to exercise the `fuzz target`_. This is targeted
22 #. The code under test is monitored for feedback or any abnormal conditions.
24 compiler-added `instrumentation`_.
37 https://docs.google.com/drawings/d/1nGHCNp6iOiz_Qee9XCoIhMH01E_bB6tg3mipC-HJ0bo/edit
42 .. inclusive-language: disable
43 .. _fuzz target: https://github.com/google/fuzzing/blob/master/docs/glossary.md#fuzz-target
[all …]
/external/pigweed/pw_build/py/
Dgenerate_3p_gn_test.py7 # https://www.apache.org/licenses/LICENSE-2.0
32 """Test fixture that creates a generator for a temporary directory."""
37 def __enter__(self) -> GnGenerator:
51 ) -> None:
56 def mock_return_values(mock_run, retvals: Iterator[str]) -> None:
71 generator.set_repo('test')
85 "cflags": ["common", "foo-flag1"]
94 "cflags": ["common", "foo-flag1", "foo-flag2"]
103 "cflags": ["common", "foo-flag1"]
112 "cflags": ["common", "bar-flag"]
[all …]
/external/mesa3d/docs/
Dgitlab-ci.yml1 .docs-base:
5 - .fdo.ci-fairy
9 - public/
11 - apk --no-cache add coreutils graphviz py3-clang clang-dev musl-dev linux-headers
12 - pip3 install sphinx===5.1.1 mako===1.2.3 hawkmoth===0.16.0
13 - sphinx-build -W -b $BUILDER docs public
16 extends: .docs-base
20 - !reference [.no_scheduled_pipelines-rules, rules]
21- if: '$CI_PROJECT_NAMESPACE == "mesa" && $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH && $CI_COMMIT_…
22 changes: &docs-or-ci
[all …]
/external/python/setuptools/setuptools.egg-info/
DSOURCES.txt17 docs/artwork.rst
18 docs/build_meta.rst
19 docs/conf.py
20 docs/history.rst
21 docs/index.rst
22 docs/pkg_resources.rst
23 docs/python 2 sunset.rst
24 docs/roadmap.rst
25 docs/setuptools.rst
26 docs/deprecated/distutils-legacy.rst
[all …]
/external/autotest/
DREADME.md4 to test the Linux kernel, and expanded by the ChromeOS team to validate
8 tests or setup a fully automated test grid, depending on what you are up to.
11 * A body of code to run tests on the device under test. In this setup, test
15 * A body of code to run tests against a remote device under test. In this
16 setup, test logic executes on a development machine or piece of lab
17 infrastructure, and the device under test is controlled remotely via
23 so that the same test logic that runs in the lab will run at their desk,
36 Moblab, allows a natural progressing from desk -> mini lab -> full lab.
42 [test\_droid Basic Usage](docs/test-droid.md)
44 [test\_that Basic Usage](docs/test-that.md)
[all …]
/external/libexif/m4m/
Dgp-documentation.m49 AC_MSG_CHECKING([whether to build any docs])
10 AC_ARG_ENABLE([docs], [dnl optenable
11 AS_HELP_STRING([--disable-docs], [whether to create any documentation])], [dnl
20 AM_CONDITIONAL([BUILD_DOCS], [test "x${gp_build_docs}" = "xyes"])
29 AC_ARG_WITH([doc-dir],
30 [AS_HELP_STRING([--with-doc-dir=PATH],
31 [Where to install docs [default=autodetect]])])
36 if test "x${with_doc_dir}" != "x"
41 if test -d "/usr/share/doc"
45 elif test -d "/usr/doc"
[all …]
/external/bazelbuild-rules_go/docs/go/core/
Drules.bzl2 ["Make variable"]: https://docs.bazel.build/versions/master/be/make-variables.html
3 …[Bourne shell tokenization]: https://docs.bazel.build/versions/master/be/common-definitions.html#s…
4 [Gazelle]: https://github.com/bazelbuild/bazel-gazelle
9 [build constraints]: https://golang.org/pkg/go/build/#hdr-Build_Constraints
10 [cc_library deps]: https://docs.bazel.build/versions/master/be/c-cpp.html#cc_library.deps
12 [config_setting]: https://docs.bazel.build/versions/master/be/general.html#config_setting
13 [data dependencies]: https://docs.bazel.build/versions/master/build-ref.html#data
16 [mode attributes]: /go/modes.rst#mode-attributes
21 [select]: https://docs.bazel.build/versions/master/be/functions.html#select
22 …[shard_count]: https://docs.bazel.build/versions/master/be/common-definitions.html#test.shard_count
[all …]
/external/google-cloud-java/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/
DTestCasesClient.java8 * https://www.apache.org/licenses/LICENSE-2.0
46 // AUTO-GENERATED DOCUMENTATION AND CLASS.
48 * Service Description: Service for managing [Test Cases][google.cloud.dialogflow.cx.v3.TestCase]
49 * and [Test Case Results][google.cloud.dialogflow.cx.v3.TestCaseResult].
57 * // - It may require correct/in-range values for request initialization.
58 * // - It may require specifying regional endpoints when creating the service client as shown in
59 * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
67 * threads. In the example above, try-with-resources is used, which automatically calls close().
97 * // - It may require correct/in-range values for request initialization.
98 * // - It may require specifying regional endpoints when creating the service client as shown in
[all …]
/external/google-cloud-java/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/
DTestCasesClient.java8 * https://www.apache.org/licenses/LICENSE-2.0
46 // AUTO-GENERATED DOCUMENTATION AND CLASS.
48 * Service Description: Service for managing [Test
49 * Cases][google.cloud.dialogflow.cx.v3beta1.TestCase] and [Test Case
58 * // - It may require correct/in-range values for request initialization.
59 * // - It may require specifying regional endpoints when creating the service client as shown in
60 * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
68 * threads. In the example above, try-with-resources is used, which automatically calls close().
98 * // - It may require correct/in-range values for request initialization.
99 * // - It may require specifying regional endpoints when creating the service client as shown in
[all …]
/external/pigweed/docs/get_started/
Dupstream.rst1 .. _docs-get-started-upstream:
9 :ref:`docs-get-started` if you're looking for instructions on how to use
16 If you haven't already, :ref:`docs-first-time-setup`.
18 -------------
20 -------------
23 all the steps to :ref:`docs-first-time-setup`. The express setup
26 #. **Host** - Mac, Linux, or Windows. Builds and runs tests
27 #. **Device/STM32F429** - Build only; Optionally, the STM32F429I-DISC1 kit to
29 #. **Docs** - Builds the Pigweed docs
38 .. code-block:: bash
[all …]
/external/perfetto/docs/analysis/
Dtrace-processor.md7 computation of summary metrics, annotating the trace with user-friendly
10 ![Trace processor block diagram](/docs/images/trace-processor.png)
14 The [quickstart](/docs/quickstart/trace-analysis.md) provides a quick overview
19 Events in a trace are optimized for fast, low-overhead recording. Therefore
30 * Execution of SQL queries on a custom, in-memory, columnar database backed by
34 * Annotating events in the trace with user-friendly descriptions, providing
45 * [Ninja](https://ninja-build.org/) logs (the build system)
49 * [trace_processor](/docs/analysis/trace-processor.md), a standalone binary
71 ![Examples of slices](/docs/images/slices.png)
82 ![Examples of counters](/docs/images/counters.png)
[all …]
/external/python/google-api-python-client/
DCONTRIBUTING.rst7 #. Fork the repo, develop and test your code changes, add docs.
11 …/kubernetes/community/blob/master/contributors/guide/pull-requests.md#best-practices-for-faster-re…
21 - The feature must be documented in both the API and narrative
24 - The feature must work fully on the following CPython versions:
27 - The feature must not add unnecessary dependencies (where
37 - While logged into your GitHub account, navigate to the
38 ``google-api-python-client`` `repo`_ on GitHub.
40 - Fork and clone the ``google-api-python-client`` repository to your GitHub account by
43 - Clone your fork of ``google-api-python-client`` from your GitHub account to your local
45 as ``hack-on-google-api-python-client``. E.g.::
[all …]
/external/spdx-tools/examples/
DREADME.md1 SPDX-License-Identifier: CC-BY-4.0
3 # tools-golang Examples
6 tools-golang sub-packages. Sample commands below should be run from
9 ## 1-load/
13 This example demonstrates loading an SPDX tag-value file from disk into memory,
15 #### Run project: *go run example_load.go ../sample-docs/tv/hello.spdx*
17 ## 2-load-save/
21 This example demonstrates loading an SPDX tag-value file from disk into memory,
22 and re-saving it to a different file on disk.
23 #### Run project: *go run example_load_save.go ../sample-docs/tv/hello.spdx test.spdx*
[all …]
/external/cronet/third_party/google_benchmark/src/docs/
DAssemblyTests.md16 ## Anatomy of a Test
18 Writing a test has two steps:
26 // CHECK-LABEL: test_add:
40 [LLVM's Filecheck](https://llvm.org/docs/CommandGuide/FileCheck.html)
41 is used to test the generated assembly against the `// CHECK` lines
50 bits of assembly. ([`CHECK-NEXT`](https://llvm.org/docs/CommandGuide/FileCheck.html#the-check-next-
53 * The tests are compiled with `-O3 -g0`. So we're only testing the
58 the test is run.
60 * The generated and stripped assembly file for a test is output under
61 `<build-directory>/test/<test-name>.s`
[all …]
/external/google-benchmark/docs/
DAssemblyTests.md16 ## Anatomy of a Test
18 Writing a test has two steps:
26 // CHECK-LABEL: test_add:
40 [LLVM's Filecheck](https://llvm.org/docs/CommandGuide/FileCheck.html)
41 is used to test the generated assembly against the `// CHECK` lines
50 bits of assembly. ([`CHECK-NEXT`](https://llvm.org/docs/CommandGuide/FileCheck.html#the-check-next-
53 * The tests are compiled with `-O3 -g0`. So we're only testing the
58 the test is run.
60 * The generated and stripped assembly file for a test is output under
61 `<build-directory>/test/<test-name>.s`
[all …]
/external/libcxx/utils/google-benchmark/docs/
DAssemblyTests.md16 ## Anatomy of a Test
18 Writing a test has two steps:
26 // CHECK-LABEL: test_add:
40 [LLVM's Filecheck](https://llvm.org/docs/CommandGuide/FileCheck.html)
41 is used to test the generated assembly against the `// CHECK` lines
50 bits of assembly. ([`CHECK-NEXT`](https://llvm.org/docs/CommandGuide/FileCheck.html#the-check-next-
53 * The tests are compiled with `-O3 -g0`. So we're only testing the
58 the test is run.
60 * The generated and stripped assembly file for a test is output under
61 `<build-directory>/test/<test-name>.s`
[all …]
/external/bazelbuild-rules_rust/crate_universe/src/metadata/
Dmetadata_annotation.rs50 pub(crate) fn new(metadata: CargoMetadata) -> MetadataAnnotation { in new()
60 let is_node_workspace_member = |node: &Node, metadata: &CargoMetadata| -> bool { in new()
97 fn annotate_crate(node: Node, metadata: &CargoMetadata) -> CrateAnnotation { in annotate_crate()
113 …/// [git_repository::commit](https://docs.bazel.build/versions/main/repo/git.html#git_repository-c…
114 …/// [git_repository::tag](https://docs.bazel.build/versions/main/repo/git.html#git_repository-tag)…
115 …/// [git_repository::branch](https://docs.bazel.build/versions/main/repo/git.html#git_repository-b…
118 …/ See [git_repository::shallow_since](https://docs.bazel.build/versions/main/repo/git.html#git_rep…
122 …// See [git_repository::strip_prefix](https://docs.bazel.build/versions/main/repo/git.html#git_rep…
126 …/// See [git_repository::patch_args](https://docs.bazel.build/versions/main/repo/git.html#git_repo…
130 …/// See [git_repository::patch_tool](https://docs.bazel.build/versions/main/repo/git.html#git_repo…
[all …]

12345678910>>...46