Home
last modified time | relevance | path

Searched refs:default_options (Results 1 - 12 of 12) sorted by relevance

/third_party/openssl/test/testutil/
H A Dtest_options.c16 static const OPTIONS default_options[] = { in test_get_options() local
20 return default_options; in test_get_options()
/third_party/python/Lib/distutils/
H A Dtext_file.py69 default_options = { 'strip_comments': 1, variable in TextFile
87 # or fallback to default_options
88 for opt in self.default_options.keys():
92 setattr(self, opt, self.default_options[opt])
96 if opt not in self.default_options:
/third_party/cJSON/tests/unity/auto/
H A Dgenerate_module.rb50 @options = UnityModuleGenerator.default_options
97 def self.default_options singleton method in UnityModuleGenerator
114 options = default_options
H A Dgenerate_test_runner.rb11 @options = UnityTestRunnerGenerator.default_options
21 def self.default_options singleton method in UnityTestRunnerGenerator
39 options = default_options
/third_party/unity/auto/
H A Dgenerate_module.rb53 @options = UnityModuleGenerator.default_options
100 def self.default_options singleton method in UnityModuleGenerator
118 options = default_options
H A Dgenerate_test_runner.rb11 @options = UnityTestRunnerGenerator.default_options
30 def self.default_options singleton method in UnityTestRunnerGenerator
55 options = default_options
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate.cpp416 spv_validator_options default_options = spvValidatorOptionsCreate(); in spvValidateBinary() local
419 spvtools::val::ValidationState_t vstate(&hijack_context, default_options, in spvValidateBinary()
427 spvValidatorOptionsDestroy(default_options); in spvValidateBinary()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate.cpp416 spv_validator_options default_options = spvValidatorOptionsCreate(); in spvValidateBinary() local
419 spvtools::val::ValidationState_t vstate(&hijack_context, default_options, in spvValidateBinary()
427 spvValidatorOptionsDestroy(default_options); in spvValidateBinary()
/third_party/spirv-tools/source/val/
H A Dvalidate.cpp430 spv_validator_options default_options = spvValidatorOptionsCreate(); in spvValidateBinary() local
433 spvtools::val::ValidationState_t vstate(&hijack_context, default_options, in spvValidateBinary()
441 spvValidatorOptionsDestroy(default_options); in spvValidateBinary()
/third_party/mesa3d/src/compiler/isaspec/
H A Ddecode.c767 const struct isa_decode_options default_options = { in isa_decode() local
774 options = &default_options; in isa_decode()
786 state->options = &default_options; /* skip hooks for prepass */ in isa_decode()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_compiler.c336 default_options = { in zink_screen_init_compiler() local
365 screen->nir_options = default_options; in zink_screen_init_compiler()
/third_party/ffmpeg/fftools/
H A Dffprobe.c1028 static const AVOption default_options[] = { variable

Completed in 19 milliseconds