/external/python/cpython2/Lib/distutils/ |
D | text_file.py | 70 default_options = { 'strip_comments': 1, variable in TextFile 90 for opt in self.default_options.keys(): 95 setattr (self, opt, self.default_options[opt]) 99 if opt not in self.default_options:
|
/external/python/cpython3/Lib/distutils/ |
D | text_file.py | 69 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:
|
/external/tensorflow/tensorflow/core/kernels/batching_util/ |
D | serial_device_batch_scheduler_test.cc | 70 Scheduler::Options default_options; in TEST() local 71 default_options.get_pending_on_serial_device = []() { return 0; }; in TEST() 72 Scheduler::Options options = default_options; in TEST() 75 options = default_options; in TEST() 78 options = default_options; in TEST() 82 options = default_options; in TEST() 85 options = default_options; in TEST()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | compile_only_service.cc | 41 ServiceOptions default_options; in NewService() local 42 default_options.set_platform(platform); in NewService() 43 return NewService(default_options); in NewService()
|
D | service.cc | 135 ServiceOptions default_options; in NewService() local 136 default_options.set_platform(platform); in NewService() 137 return NewService(default_options); in NewService()
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | client_library.cc | 84 LocalClientOptions default_options; in GetOrCreateLocalClient() local 85 default_options.set_platform(platform); in GetOrCreateLocalClient() 86 default_options.set_allowed_devices(device_set); in GetOrCreateLocalClient() 87 return GetOrCreateLocalClient(default_options); in GetOrCreateLocalClient()
|
/external/tensorflow/tensorflow/python/data/util/ |
D | options.py | 126 default_options = result_type() 133 default = getattr(default_options, name)
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | kernel_benchmark_testlib.cc | 48 SessionOptions default_options; in Benchmark() local 50 options = &default_options; in Benchmark()
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate.cpp | 442 spv_validator_options default_options = spvValidatorOptionsCreate(); in spvValidateBinary() local 445 spvtools::val::ValidationState_t vstate(&hijack_context, default_options, in spvValidateBinary() 453 spvValidatorOptionsDestroy(default_options); in spvValidateBinary()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate.cpp | 499 spv_validator_options default_options = spvValidatorOptionsCreate(); in spvValidateBinary() local 502 spvtools::val::ValidationState_t vstate(&hijack_context, default_options, in spvValidateBinary() 510 spvValidatorOptionsDestroy(default_options); in spvValidateBinary()
|
/external/flatbuffers/ |
D | conanfile.py | 21 default_options = {"shared": False, "fPIC": True} variable in FlatbuffersConan
|
/external/google-benchmark/ |
D | conanfile.py | 25 … default_options = {"shared": False, "fPIC": True, "enable_lto": False, "enable_exceptions": True} variable in GoogleBenchmarkConan
|
/external/google-fruit/ |
D | conanfile.py | 13 default_options = "shared=False", "use_boost=True" variable in FruitConan
|
/external/fonttools/Tests/ttx/ |
D | ttx_test.py | 533 default_options = ttx.Options([], 1) 534 ttx.ttCompile(inttx, str(outotf), default_options) 640 default_options = ttx.Options([], 1) 641 ttx.ttCompile(inttx, str(outttf), default_options)
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | client_library_test_base.cc | 86 LocalClientOptions default_options; in ClientLibraryTestBase() local 87 default_options.set_platform(platform); in ClientLibraryTestBase() 88 client_ = GetOrCreateLocalClientOrDie(default_options); in ClientLibraryTestBase()
|
/external/pcre/pcrecpp/ |
D | pcrecpp.cc | 51 static RE_Options default_options; variable 56 options_ = default_options; in Init()
|
/external/libxkbcommon/xkbcommon/ |
D | configure.ac | 165 AC_ARG_WITH([default_options], optwith
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
D | vp8_impl.cc | 317 const Config default_options; in SetupTemporalLayers() local 319 (codec.extra_options ? codec.extra_options : &default_options) in SetupTemporalLayers()
|
/external/libdrm/ |
D | meson.build | 27 default_options : ['buildtype=debugoptimized', 'c_std=gnu99'],
|
/external/mesa3d/ |
D | meson.build | 29 default_options : ['buildtype=debugoptimized', 'c_std=c99', 'cpp_std=c++11']
|
/external/libxkbcommon/xkbcommon/build-aux/ |
D | output.0 | 19111 @%:@ Check whether --with-default_options was given.
|
D | output.2 | 19111 @%:@ Check whether --with-default_options was given.
|
D | output.1 | 19111 @%:@ Check whether --with-default_options was given.
|