Home
last modified time | relevance | path

Searched refs:default_options (Results 1 – 25 of 45) sorted by relevance

12

/third_party/python/Lib/distutils/
Dtext_file.py69 default_options = { 'strip_comments': 1, variable in TextFile
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/openssl/test/testutil/
Dtest_options.c16 static const OPTIONS default_options[] = { in test_get_options() local
20 return default_options; in test_get_options()
/third_party/unity/auto/
Dgenerate_module.rb53 @options = UnityModuleGenerator.default_options
100 def self.default_options singletonMethod in UnityModuleGenerator
117 options = default_options
Dgenerate_test_runner.rb9 @options = UnityTestRunnerGenerator.default_options
28 def self.default_options singletonMethod in UnityTestRunnerGenerator
52 options = default_options
/third_party/cJSON/tests/unity/auto/
Dgenerate_module.rb50 @options = UnityModuleGenerator.default_options
97 def self.default_options singletonMethod in UnityModuleGenerator
114 options = default_options
Dgenerate_test_runner.rb11 @options = UnityTestRunnerGenerator.default_options
21 def self.default_options singletonMethod in UnityTestRunnerGenerator
39 options = default_options
/third_party/flutter/skia/third_party/externals/spirv-tools/source/
Dvalidate.cpp352 spv_validator_options default_options = spvValidatorOptionsCreate(); in spvValidateBinary() local
355 ValidationState_t vstate(&hijack_context, default_options); in spvValidateBinary()
360 spvValidatorOptionsDestroy(default_options); in spvValidateBinary()
/third_party/skia/third_party/externals/spirv-tools/source/val/
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/
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/unity/
Dmeson.build10 default_options: ['werror=true', 'c_std=c11']
/third_party/gstreamer/gstplugins_good/ext/cairo/
Dmeson.build2 default_options: ['glib=enabled'])
/third_party/spirv-tools/source/val/
Dvalidate.cpp434 spv_validator_options default_options = spvValidatorOptionsCreate(); in spvValidateBinary() local
437 spvtools::val::ValidationState_t vstate(&hijack_context, default_options, in spvValidateBinary()
445 spvValidatorOptionsDestroy(default_options); in spvValidateBinary()
/third_party/gstreamer/gstplugins_bad/ext/openjpeg/
Dmeson.build12 default_options: ['build_codec=false'])
/third_party/gstreamer/gstplugins_base/ext/pango/
Dmeson.build13 default_options: ['cairo=enabled'])
/third_party/gstreamer/gstplugins_base/ext/opus/
Dmeson.build11 fallback: ['opus', 'opus_dep'], default_options: ['docs=disabled'])
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dmeson.build20 default_options: ['tests=disabled'])
/third_party/lz4/contrib/meson/
Dmeson.build18 default_options: [
/third_party/mesa3d/src/compiler/isaspec/
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/jsoncpp/
Dmeson.build13 default_options : [
/third_party/gstreamer/gstplugins_good/ext/soup/
Dmeson.build26 default_options: ['sysprof=disabled'])
/third_party/gstreamer/gstplugins_base/ext/gl/
Dmeson.build69 default_options: ['introspection=disabled', 'installed_tests=false', 'tests=false'])
/third_party/skia/third_party/externals/harfbuzz/
Dmeson.build4 default_options: [
91 default_options: ['harfbuzz=disabled'])
/third_party/harfbuzz/
Dmeson.build4 default_options: [
90 default_options: ['harfbuzz=disabled'])
/third_party/openh264/
Dmeson.build4 default_options : [ 'warning_level=1',
/third_party/gstreamer/gst_libav/
Dmeson.build4 default_options : [ 'warning_level=1',

12