/third_party/skia/third_party/externals/tint/src/ast/ |
H A D | disable_validation_decoration.cc | 26 : Base(pid), validation(val) {} in DisableValidationDecoration() 31 switch (validation) { in InternalName() 53 ctx->dst->ID(), validation); in Clone()
|
H A D | disable_validation_decoration.h | 25 /// Enumerator of validation features that can be disabled with a 54 /// would otherwise cause validation errors. 60 /// @param validation the validation to disable 62 DisabledValidation validation); 76 /// The validation that this decoration disables 77 const DisabledValidation validation; member in tint::ast::DisableValidationDecoration
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/ |
H A D | vktAmberDepthTests.cpp | 111 const bool validation = ctx.getTestContext().getCommandLine().isValidationEnabled(); in createInstance() local 112 Move<VkDevice> device = createCustomDevice(validation, ctx.getPlatformInterface(), ctx.getInstance(), vki, physicalDevice, &deviceCreateInfo); in createInstance()
|
/third_party/skia/third_party/externals/freetype/src/otvalid/ |
H A D | module.mk | 20 $(ECHO_DRIVER)otvalid $(ECHO_DRIVER_DESC)OpenType validation module$(ECHO_DRIVER_DONE)
|
/third_party/ninja/src/ |
H A D | manifest_parser.cc | 296 EvalString validation; in ParseEdge() local 297 if (!lexer_.ReadPath(&validation, err)) in ParseEdge() 299 if (validation.empty()) in ParseEdge() 301 validations.push_back(validation); in ParseEdge()
|
H A D | ninja.cc | 429 for (std::vector<Node*>::iterator validation = edge->validations_.begin();
in ToolQuery() 430 validation != edge->validations_.end(); ++validation) {
in ToolQuery() 431 printf(" %s\n", (*validation)->path().c_str());
in ToolQuery() 445 printf(" validation for:\n");
in ToolQuery() 801 "explicit, implicit and order-only inputs, but not validation ones.\n\n"
in ToolInputs()
|
/third_party/skia/third_party/externals/freetype/src/gxvalid/ |
H A D | module.mk | 20 $(ECHO_DRIVER)gxvalid $(ECHO_DRIVER_DESC)TrueTypeGX/AAT validation module$(ECHO_DRIVER_DONE)
|
/third_party/vk-gl-cts/external/vulkan-docs/src/ |
H A D | testBuild | 60 if ! diff build_tests/expectations/validusage.json build_tests/gen-validusage/out/validation/validusage.json; then 72 echo " - build_tests/gen-validusage/out/validation/validusage.json"
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/deqp/ |
H A D | deqp.go | 320 // Set validation layer according to flag. 321 validation := "disable" 323 validation = "enable" 327 "--deqp-validation="+validation,
|
/third_party/skia/third_party/externals/freetype/builds/unix/ |
H A D | install.mk | 87 $(info There is no validation suite for this package.)
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
H A D | resolver.h | 229 // AST and Type validation methods 296 /// ast::DisableValidationDecoration with the validation mode equal to 297 /// `validation` 299 ast::DisabledValidation validation) const; 302 /// ast::DisableValidationDecoration with the validation mode equal to 303 /// `validation` 305 ast::DisabledValidation validation) const;
|
H A D | resolver_validation.cc | 1257 // Clear IO sets after parameter validation. Builtin and location attributes in ValidateEntryPoint() 2413 ast::DisabledValidation validation) const { in IsValidationDisabled() 2416 if (dv->validation == validation) { in IsValidationDisabled() 2425 ast::DisabledValidation validation) const { in IsValidationEnabled() 2426 return !IsValidationDisabled(decorations, validation); in IsValidationEnabled()
|
/third_party/vk-gl-cts/scripts/ |
H A D | check_swiftshader_runtime.py | 125 "--validation", 128 help="Enable vulkan validation layers.", 230 validationLayerParam = "--validation=" + ARGS.validation 409 # Clone and build SwiftShader and Vulkan validation layers. 432 # Set Vulkan validation layers if flag is set. 433 if ARGS.validation == "true": 434 # Clone Vulkan validation layers or update if they already exist. 441 # Build and set Vulkan validation layers.
|
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/ |
H A D | retrace_restricted_traces.py | 125 '--validation', help='Enable state serialization validation calls.', action='store_true') 127 '--validation-expr', 128 help='Validation expression, used to add more validation checkpoints.') 177 if args.validation: 180 # This feature is also enabled in replay when using --validation.
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawConcurrentTests.cpp | 117 const auto validation = m_context.getTestContext().getCommandLine().isValidationEnabled(); in iterate() local 206 computeDevice = createCustomDevice(validation, m_context.getPlatformInterface(), instance, instanceDriver, physicalDevice, &deviceInfo); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawConcurrentTests.cpp | 117 const auto validation = m_context.getTestContext().getCommandLine().isValidationEnabled(); in iterate() local 206 computeDevice = createCustomDevice(validation, m_context.getPlatformInterface(), instance, instanceDriver, physicalDevice, &deviceInfo); in iterate()
|
/third_party/python/Lib/xml/dom/ |
H A D | xmlbuilder.py | 24 validation = False variable in Options 106 ("validation", 0): [ 107 ("validation", 0)],
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_macsec_qca.c | 656 int validation) in macsec_qca_create_receive_sc() 662 enum validate_frames validate_frames = validation; in macsec_qca_create_receive_sc() 654 macsec_qca_create_receive_sc(void *priv, struct receive_sc *sc, unsigned int conf_offset, int validation) macsec_qca_create_receive_sc() argument
|
H A D | driver_macsec_linux.c | 811 * @validation: frame validation policy (0 = Disabled, 1 = Checked, 817 int validation) in macsec_drv_create_receive_sc() 825 " (conf_offset=%u validation=%d)", in macsec_drv_create_receive_sc() 827 conf_offset, validation); in macsec_drv_create_receive_sc() 815 macsec_drv_create_receive_sc(void *priv, struct receive_sc *sc, unsigned int conf_offset, int validation) macsec_drv_create_receive_sc() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_macsec_qca.c | 678 int validation) in macsec_qca_create_receive_sc() 684 enum validate_frames validate_frames = validation; in macsec_qca_create_receive_sc() 676 macsec_qca_create_receive_sc(void *priv, struct receive_sc *sc, unsigned int conf_offset, int validation) macsec_qca_create_receive_sc() argument
|
/third_party/rust/crates/clap/src/builder/ |
H A D | debug_asserts.rs | 858 "Argument `{}`'s {}={:?} failed validation: {}", in assert_defaults() 868 "Argument `{}`'s {}={:?} failed validation: {}", in assert_defaults()
|
/third_party/python/Lib/tkinter/test/test_ttk/ |
H A D | test_widgets.py | 381 validation = [] 384 validation.append(False) 386 validation.append(True) 394 self.assertEqual(validation, [False, True])
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/ |
H A D | XLIFF2ICUConverter.java | 23 import javax.xml.validation.Schema; 24 import javax.xml.validation.SchemaFactory;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationES.h | 689 VertexAttribTypeCase validation) in ValidateVertexFormat() 699 switch (validation) in ValidateVertexFormat() 809 // Common validation for 2D and 3D variants of TexStorage*Multisample. 685 ValidateVertexFormat(const Context *context, angle::EntryPoint entryPoint, GLuint index, GLint size, VertexAttribTypeCase validation) ValidateVertexFormat() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | driver_i.h | 827 unsigned int conf_offset, int validation) in wpa_drv_create_receive_sc() 832 conf_offset, validation); in wpa_drv_create_receive_sc() 826 wpa_drv_create_receive_sc(struct wpa_supplicant *wpa_s, struct receive_sc *sc, unsigned int conf_offset, int validation) wpa_drv_create_receive_sc() argument
|