Home
last modified time | relevance | path

Searched full:validations (Results 1 – 25 of 56) sorted by relevance

123

/third_party/rust/crates/clap/.github/ISSUE_TEMPLATE/
Dbug_report.yml17 validations:
23 validations:
33 validations:
39 validations:
45 validations:
51 validations:
Dfeature_request.yml17 validations:
23 validations:
29 validations:
/third_party/ninja/src/
Dmanifest_parser.cc212 vector<EvalString> ins, outs, validations; in ParseEdge() local
293 // Add all validations, counting how many as we go. in ParseEdge()
301 validations.push_back(validation); in ParseEdge()
377 edge->validations_.reserve(validations.size()); in ParseEdge()
378 for (std::vector<EvalString>::iterator v = validations.begin(); in ParseEdge()
379 v != validations.end(); ++v) { in ParseEdge()
Dgraph.cc72 "validations require RecomputeDirty to be called with validation_nodes"); in RecomputeDirty()
558 printf(" validations "); in Dump()
/third_party/skia/third_party/externals/libpng/
DTODO23 * More validations for libpng transformations.
/third_party/typescript/tests/cases/docker/
DREADME.md4 …ks) with a specific version of typescript. These are used for extended validations of a given type…
/third_party/ninja/doc/
Dmanual.asciidoc790 Validations may be taked on the end with +|@ _validation1_ _validation2_+.
791 (See <<validations,the reference on validations>>.)
1050 [[validations]] anchor
1051 Validations subsection
1056 Validations listed on the build line cause the specified files to be
1062 Validations are added to the build graph regardless of whether the output
1070 Validations are designed to handle rules that perform error checking but
/third_party/typescript/tests/cases/conformance/jsdoc/
DcheckObjectDefineProperty.ts52 // Validate in TS as simple validations would usually be interpreted as more special assignments
/third_party/typescript/tests/baselines/reference/
DcheckObjectDefineProperty.errors.txt8 // Validate in TS as simple validations would usually be interpreted as more special assignments
DcheckObjectDefineProperty.types2 // Validate in TS as simple validations would usually be interpreted as more special assignments
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DValidateAST.h18 // The following options (stored in Compiler) tell the validator what to validate. Some validations
/third_party/nghttp2/doc/
Dprogrammers-guide.rst119 validations, use `nghttp2_option_set_no_http_messaging()`. Please
166 With the above validations, nghttp2 library guarantees that header
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_annotation.cpp409 // TODO: Add validations for all decorations. in ValidateDecorate()
424 // TODO: Add validations for these decorations. in ValidateDecorateId()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_annotation.cpp409 // TODO: Add validations for all decorations. in ValidateDecorate()
424 // TODO: Add validations for these decorations. in ValidateDecorateId()
/third_party/mesa3d/docs/relnotes/
D7.10.2.rst125 - glsl: Add several function / call related validations
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/
Dmarshalling_test.cc140 // TODO(rogeeff): fix below validations in TEST()
197 // TODO(rogeeff): fix below validations in TEST()
257 // TODO(rogeeff): fix below validations in TEST()
314 // TODO(rogeeff): fix below validations in TEST()
/third_party/spirv-tools/source/val/
Dvalidate_annotation.cpp288 // TODO: Add validations for all decorations. in ValidateDecorate()
303 // TODO: Add validations for these decorations. in ValidateDecorateId()
/third_party/jerryscript/docs/
D09.EXT-REFERENCE-ARG.md365 # Helpers for commonly used validations
755 # Functions to create custom validations
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_generator.cc94 // exclude from the package prefix validations (expected_prefixes_path). in GenerateAll()
/third_party/skia/tests/
DVkBackendSurfaceTest.cpp186 // This test is disabled because it executes illegal vulkan calls which cause the validations layers
/third_party/openssl/doc/man3/
DSSL_CTX_use_certificate.pod112 allows all private key validations checks to succeed without an actual
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/include/spirv-tools/
Dinstrument.hpp199 // InstBuffAddrCheckPass, and possibly other future validations.
/third_party/skia/third_party/externals/spirv-tools/include/spirv-tools/
Dinstrument.hpp199 // InstBuffAddrCheckPass, and possibly other future validations.
/third_party/glslang/Test/
Dvalidate-shaders.sh36 echo " --skip-ok do not print successful validations"
/third_party/skia/third_party/externals/libwebp/imageio/
Dpnmdec.c203 // Some basic validations. in ReadPNM()

123