Searched +full:test +full:- +full:docs +full:- +full:mr (Results 1 – 25 of 70) sorted by relevance
123
| /external/mesa3d/docs/ |
| D | submittingpatches.rst | 7 ---------------- 9 - Patches should not mix code changes with code formatting changes 11 - Code patches should follow Mesa :doc:`coding 13 - Whenever possible, patches should only affect individual Mesa/Gallium 15 - Patches should never introduce build breaks and should be bisectable 17 - Patches should be properly :ref:`formatted <formatting>`. 18 - Patches should be sufficiently :ref:`tested <testing>` before 20 - Patches should be :ref:`submitted <submit>` via a merge request for 26 ---------------- 28 - Lines should be limited to 75 characters or less so that Git logs [all …]
|
| D | gitlab-ci.yml | 1 .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/icu/android_icu4j/src/main/tests/android/icu/dev/test/message2/ |
| D | CustomFormatterPersonTest.java | 5 package android.icu.dev.test.message2; 11 import org.junit.Test; 15 import android.icu.dev.test.CoreTestFmwk; 28 @SuppressWarnings({"static-method", "javadoc"}) 68 // Very-very primitive implementation of the "CLDR Person Name Formatting" spec: 69 // https://docs.google.com/document/d/1uvv6gdkuFwtbNV26Pk7ddfZult4unYwR6DnnKYbujUo/ 84 case "short": // intentional fall-through in format() 103 @Test 105 Person who = new Person("Mr.", "John", "Doe"); in testCustomFunctions() 122 .expected("Hello Mr. Doe") in testCustomFunctions() [all …]
|
| /external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/message2/ |
| D | CustomFormatterPersonTest.java | 4 package com.ibm.icu.dev.test.message2; 10 import org.junit.Test; 14 import com.ibm.icu.dev.test.CoreTestFmwk; 25 @SuppressWarnings({"static-method", "javadoc"}) 65 // Very-very primitive implementation of the "CLDR Person Name Formatting" spec: 66 // https://docs.google.com/document/d/1uvv6gdkuFwtbNV26Pk7ddfZult4unYwR6DnnKYbujUo/ 81 case "short": // intentional fall-through in format() 100 @Test 102 Person who = new Person("Mr.", "John", "Doe"); in testCustomFunctions() 119 .expected("Hello Mr. Doe") in testCustomFunctions() [all …]
|
| /external/mesa3d/ |
| D | .gitlab-ci.yml | 3 # |----------------------|-----------|-------------------------------------------------------------| 4 # | merge pipeline | mesa/mesa | pipeline running for an MR; if it passes the MR gets merged | 5 # | pre-merge pipeline | mesa/mesa | same as above, except its status doesn't affect the MR | 6 # | post-merge pipeline | mesa/mesa | pipeline immediately after merging | 9 # | direct-push pipeline | mesa/mesa | when commits are pushed directly to mesa/mesa, bypassing Mar… 18 # Merge pipelines contain all jobs that must pass before the MR can be merged. 19 # Pre-merge pipelines contain the exact same jobs as merge pipelines. 20 # Post-merge pipelines contain *only* the `pages` job that deploys the new 24 # test jobs (typically "full" variants of pre-merge jobs that only run 1/X 25 # test cases), but not a repeat of the merge pipeline jobs. [all …]
|
| /external/mesa3d/docs/ci/ |
| D | index.rst | 5 --------- 8 We use it to test merge requests (MRs) before merging them (pre-merge testing), 9 as well as post-merge testing, for everything that hits ``main`` 11 and even then the MR CI runs in the forked repository, which might have been 14 The CI runs a number of tests, from trivial build-testing to complex GPU rendering: 16 - Build testing for a number of configurations and platforms 17 - Sanity checks (``meson test``) 18 - Most drivers are also tested using several test suites, such as the 19 `Vulkan/GL/GLES conformance test suite <https://github.com/KhronosGroup/VK-GL-CTS>`__, 21 - Replay of application traces [all …]
|
| /external/harfbuzz_ng/test/api/ |
| D | test-ot-tag.c | 27 #include "hb-test.h" 29 #include <hb-ot.h> 31 /* Unit tests for hb-ot-tag.h */ 34 /* https://docs.microsoft.com/en-us/typography/opentype/spec/scripttags */ 44 tag = hb_tag_from_string (s, -1); in test_simple_tags() 66 tag = hb_tag_from_string (s, -1); in test_script_tags_from_language() 68 …hb_ot_tags_from_script_and_language (script, hb_language_from_string (lang_s, -1), &count, &t, NUL… in test_script_tags_from_language() 85 tag1 = hb_tag_from_string (s1, -1); in test_indic_tags() 86 tag2 = hb_tag_from_string (s2, -1); in test_indic_tags() 87 tag3 = hb_tag_from_string (s3, -1); in test_indic_tags() [all …]
|
| /external/wayland/ |
| D | .gitlab-ci.yml | 1 # This file uses the freedesktop ci-templates to build Wayland and run our 4 # ci-templates uses a multi-stage build process. First, the base container 21 # Apart from the 'variables', 'include', and 'stages' top-level anchors, 28 # by the ci-templates. 31 # https://docs.gitlab.com/ee/ci/yaml/README.html 36 # For more information on ci-templates, see: 37 # - documentation at https://freedesktop.pages.freedesktop.org/ci-templates/ 38 # - repo at https://gitlab.freedesktop.org/freedesktop/ci-templates/ 40 # Here we use a fixed ref in order to isolate ourselves from ci-templates 41 # API changes. If you need new features from ci-templates you must bump [all …]
|
| /external/google-cloud-java/ |
| D | SECURITY.md | 9 <html lang="en" data-color-mode="auto" data-light-theme="light" data-dark-theme="dark" data-a11y-an… 11 <meta charset="utf-8"> 12 <link rel="dns-prefetch" href="https://github.githubassets.com"> 13 <link rel="dns-prefetch" href="https://avatars.githubusercontent.com"> 14 <link rel="dns-prefetch" href="https://github-cloud.s3.amazonaws.com"> 15 <link rel="dns-prefetch" href="https://user-images.githubusercontent.com/"> 21 …-ksfTgQOOnE+FFXf+yNfVjKSlEckJAdufFIYGK7ZjRhWcZgzAGcmZqqArTgMLpu90FwthqcCX4ldDgKXbmVMeuQ==" rel="st… 23 …-EAhBCLIJ/pXHG3Y6yQhs9s53SHV80sjJ+yCwlQtfv7LaVkD+VoEuZBZ5betQJFUNj/5qBSfZk5GFtazEDzWLAg==" rel="st… 24 …-K4J6ds/YO8+Tr4qeXWD2kAlEp/QjVM5bPLfw/6SjSXRXEAum1W0ubnarC4uOj1+9g86mmUzNASGATHgs8MNj9w==" rel="st… 25 …-/uFXblvSX+c7XWJtxcsRArU0ijMp908BQQfQhqxtdWEgDaoARBewXfmkigufl0c4eY6j6vcra6qgoup4Ad9RNg==" rel="st… [all …]
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm-c/ |
| D | Orc.h | 1 /*===---------------- llvm-c/Orc.h - OrcV2 C bindings -----------*- C++ -*-===*\ 6 |* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception *| 8 |*===----------------------------------------------------------------------===*| 13 |* documented in llvm/docs/ORCv2.rst and APIs are documented in the C++ *| 25 \*===----------------------------------------------------------------------===*/ 30 #include "llvm-c/Error.h" 31 #include "llvm-c/TargetMachine.h" 32 #include "llvm-c/Types.h" 37 * @defgroup LLVMCExecutionEngineORC On-Request-Compilation 260 * Ownership must be passed to a lower-level layer in a JIT stack. [all …]
|
| /external/python/google-api-python-client/docs/dyn/ |
| D | dataproc_v1.projects.regions.jobs.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
| D | dataproc_v1beta2.projects.regions.jobs.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
| D | dataproc_v1.projects.locations.workflowTemplates.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
| D | dataproc_v1.projects.regions.workflowTemplates.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
| D | dataproc_v1beta2.projects.regions.workflowTemplates.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
| D | dataproc_v1beta2.projects.locations.workflowTemplates.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
| /external/mesa3d/.gitlab-ci/test/ |
| D | gitlab-ci.yml | 1 .test: 7 - !reference [default, before_script] 9 - rm -rf install 10 - tar -xf artifacts/install.tar 11 - section_start ldd_section "Checking ldd on driver build" 12 - LD_LIBRARY_PATH=install/lib find install/lib -name "*.so" -print -exec ldd {} \; 13 - section_end ldd_section 18 - results/ 20 - !reference [.never-post-merge-rules, rules] 22 .formatting-check: [all …]
|
| /external/googleapis/google/cloud/dataproc/v1/ |
| D | jobs.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 36 "https://www.googleapis.com/auth/cloud-platform"; 88 …// [regions/{region}/jobs.list](https://cloud.google.com/dataproc/docs/reference/rest/v1/projects.… 90 …// [regions/{region}/jobs.get](https://cloud.google.com/dataproc/docs/reference/rest/v1/projects.r… 143 // The per-package log levels for the driver. This may include 146 // - 'com.google = FATAL' 147 // - 'root = INFO' 148 // - 'org.apache = DEBUG' 154 // MapReduce](https://hadoop.apache.org/docs/current/hadoop-mapreduce-client/hadoop-mapreduce-clien… 156 // YARN](https://hadoop.apache.org/docs/r2.7.1/hadoop-yarn/hadoop-yarn-site/YARN.html). [all …]
|
| /external/google-cloud-java/java-dataproc/proto-google-cloud-dataproc-v1/src/main/proto/google/cloud/dataproc/v1/ |
| D | jobs.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 36 "https://www.googleapis.com/auth/cloud-platform"; 88 …// [regions/{region}/jobs.list](https://cloud.google.com/dataproc/docs/reference/rest/v1/projects.… 90 …// [regions/{region}/jobs.get](https://cloud.google.com/dataproc/docs/reference/rest/v1/projects.r… 143 // The per-package log levels for the driver. This may include 152 // MapReduce](https://hadoop.apache.org/docs/current/hadoop-mapreduce-client/hadoop-mapreduce-clien… 154 // YARN](https://hadoop.apache.org/docs/r2.7.1/hadoop-yarn/hadoop-yarn-site/YARN.html). 163 // 'gs://foo-bucket/analytics-binaries/extract-useful-metrics-mr.jar' 164 // 'hdfs:/tmp/test-samples/custom-wordcount.jar' 165 // 'file:///home/usr/lib/hadoop-mapreduce/hadoop-mapreduce-examples.jar' [all …]
|
| /external/python/cpython2/Lib/idlelib/ |
| D | tabbedpages.py | 6 TabbedPageSet -- A Tkinter implementation of a tabbed-page widget. 7 TabSet -- A widget containing tabs (buttons) in one or more rows. 27 select_command -- A callable which will be called when a tab is 31 tabs -- A list of strings, the names of the tabs. Should be specified in 36 n_rows -- Number of rows of tabs to be shown. If n_rows <= 0 or is 40 max_tabs_per_row -- Used for deciding how many rows of tabs are needed, 157 n_rows = (len(self._tab_names) - 1) // self.max_tabs_per_row + 1 164 n_tabs = (len(self._tab_names) - i - 1) // (n_rows - row_index) + 1 169 # re-select selected tab so it is properly displayed 176 """A simple tab-like widget.""" [all …]
|
| /external/python/cpython2/Lib/test/ |
| D | test_weakref.py | 11 from test import test_support 192 "reference object w/out callback should be re-used") 199 "reference object w/out callback should be re-used") 212 "proxy object w/out callback should have been re-used") 223 self.assertTrue(p, "proxy for non-empty UserList should be true") 350 # Test clearing of SF bug #762891 361 # Test clearing of SF bug #1170766 419 # Callbacks protected from already-set exceptions? 420 # Regression test for SF bug #478534. 445 # subtype_dealloc erroneously exposed a new-style instance [all …]
|
| /external/google-cloud-java/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/ |
| D | HadoopJob.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 27 …* MapReduce](https://hadoop.apache.org/docs/current/hadoop-mapreduce-client/hadoop-mapreduce-clien… 29 * YARN](https://hadoop.apache.org/docs/r2.7.1/hadoop-yarn/hadoop-yarn-site/YARN.html). 142 * 'gs://foo-bucket/analytics-binaries/extract-useful-metrics-mr.jar' 143 * 'hdfs:/tmp/test-samples/custom-wordcount.jar' 144 * 'file:///home/usr/lib/hadoop-mapreduce/hadoop-mapreduce-examples.jar' 160 * 'gs://foo-bucket/analytics-binaries/extract-useful-metrics-mr.jar' 161 * 'hdfs:/tmp/test-samples/custom-wordcount.jar' 162 * 'file:///home/usr/lib/hadoop-mapreduce/hadoop-mapreduce-examples.jar' 191 * 'gs://foo-bucket/analytics-binaries/extract-useful-metrics-mr.jar' [all …]
|
| /external/icu/icu4j/perf-tests/data/collation/ |
| D | nvsbl10.txt | 62 II Mr. Teddy Henfrey's first Impressions 64 IV Mr. Cuss interviews the Stranger 69 IX Mr. Thomas Marvel 70 X Mr. Marvel's Visit to Iping 73 XIII Mr. Marvel discusses his Resignation 116 wintertime was an unheard-of piece of luck, let alone a guest who 137 big blue spectacles with sidelights, and had a bush side-whisker 138 over his coat-collar that completely hid his cheeks and face. 144 Mrs. Hall, feeling that her conversational advances were ill-timed, 148 hat-brim turned down, hiding his face and ears completely. She put [all …]
|
| D | vfear11a.txt | 28 organization with EIN [Employee Identification Number] 64-6221541 83 ftp://ftp.ibiblio.org/pub/docs/books/gutenberg/etext03 101 If they reach just 1-2% of the world's population then the total 109 At our revised rates of production, we will reach only one-third 155 to make them tax-deductible, or 165 Oxford, MS 38655-4109 169 organization with EIN [Employee Identification Number] 64-6221541, 171 Revenue Service (IRS). Donations are tax-deductible to the maximum 202 Example command-line FTP session: 207 cd pub/docs/books/gutenberg [all …]
|
| /external/icing/icing/result/ |
| D | result-retriever-v2_projection_test.cc | 7 // http://www.apache.org/licenses/LICENSE-2.0 20 #include "icing/document-builder.h" 21 #include "icing/portable/equals-proto.h" 27 #include "icing/result/page-result.h" 28 #include "icing/result/projection-tree.h" 29 #include "icing/result/result-adjustment-info.h" 30 #include "icing/result/result-retriever-v2.h" 31 #include "icing/result/result-state-v2.h" 32 #include "icing/schema-builder.h" 33 #include "icing/schema/schema-store.h" [all …]
|
123