Searched refs:DefaultOptions (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
D | TargetMachine.cpp | 40 DefaultOptions(Options), Options(Options) {} in TargetMachine() 59 Options.X = DefaultOptions.X; \ in resetTargetOptions()
|
/third_party/unity/extras/fixture/test/ |
D | unity_fixture_TestRunner.c | 20 RUN_TEST_CASE(UnityCommandOptions, DefaultOptions); in TEST_GROUP_RUNNER()
|
D | unity_fixture_Test.c | 117 TEST(UnityCommandOptions, DefaultOptions) in TEST() argument
|
/third_party/cJSON/tests/unity/extras/fixture/test/ |
D | unity_fixture_TestRunner.c | 27 RUN_TEST_CASE(UnityCommandOptions, DefaultOptions); in TEST_GROUP_RUNNER()
|
D | unity_fixture_Test.c | 185 TEST(UnityCommandOptions, DefaultOptions) in TEST() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetMachine.h | 102 const TargetOptions DefaultOptions;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | CommandLine.cpp | 159 SmallVector<Option*, 4> DefaultOptions; member in __anon2bce534c0111::CommandLineParser 256 DefaultOptions.push_back(O); in addOption() 415 DefaultOptions.clear(); in reset() 1358 for (auto O: DefaultOptions) { in ParseCommandLineOptions()
|
/third_party/cups-filters/utils/ |
D | cups-browsed.conf.in | 713 # With the DefaultOptions directive one or more option settings can be 725 # DefaultOptions Option1=Value1 Option2=Value2 Option3 noOption4
|
D | cups-browsed.c | 479 static char *DefaultOptions = NULL; variable 8460 if (DefaultOptions) { in update_cups_queues() 8462 p->queue_name, DefaultOptions); in update_cups_queues() 8463 p->num_options = cupsParseOptions(DefaultOptions, p->num_options, in update_cups_queues() 12059 if (DefaultOptions == NULL && strlen(value) > 0) in read_configuration() 12060 DefaultOptions = strdup(value); in read_configuration() 12832 if (DefaultOptions != NULL) in main() 12833 free(DefaultOptions); in main()
|
/third_party/cups-filters/ |
D | NEWS | 1393 DefaultOptions directive in cups-browsed.conf got 2388 - cups-browsed: Added "DefaultOptions" directive to
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 160502 static int DefaultOptions(bool aWithAssert = true) { in DefaultOptions() function in mozilla::gfx::Log 160511 explicit Log(int aOptions = Log::DefaultOptions(L == LOG_CRITICAL), in Log()
|