Home
last modified time | relevance | path

Searched defs:Default (Results 1 – 25 of 162) sorted by relevance

1234567

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h187 const char *Default) { in toString()
209 uint64_t Default) { in toUnsigned()
231 uint64_t Default) { in toReference()
252 inline int64_t toSigned(const Optional<DWARFFormValue> &V, int64_t Default) { in toSigned()
280 inline uint64_t toAddress(const Optional<DWARFFormValue> &V, uint64_t Default) { in toAddress()
302 uint64_t Default) { in toSectionOffset()
/third_party/boost/libs/hana/test/set/
Dcnstr.default.cpp27 struct Default { struct
30 constexpr explicit Default(int) { } in Default() argument
/third_party/boost/libs/hana/test/map/
Dcnstr.default.cpp36 struct Default { struct
39 constexpr explicit Default(int) { } in Default() argument
/third_party/flutter/skia/third_party/externals/spirv-tools/test/
Dfix_word_test.cpp19 TEST(FixWord, Default) { in TEST() argument
42 TEST(FixDoubleWord, Default) { in TEST() argument
Dopcode_split_test.cpp19 TEST(OpcodeSplit, Default) { in TEST() argument
Dbinary_destroy_test.cpp32 TEST_F(BinaryDestroySomething, Default) { in TEST_F() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dfix_word_test.cpp20 TEST(FixWord, Default) { in TEST() argument
43 TEST(FixDoubleWord, Default) { in TEST() argument
Dopcode_split_test.cpp20 TEST(OpcodeSplit, Default) { in TEST() argument
Dbinary_destroy_test.cpp33 TEST_F(BinaryDestroySomething, Default) { in TEST_F() argument
/third_party/spirv-tools/test/
Dfix_word_test.cpp20 TEST(FixWord, Default) { in TEST() argument
43 TEST(FixDoubleWord, Default) { in TEST() argument
Dopcode_split_test.cpp20 TEST(OpcodeSplit, Default) { in TEST() argument
Dbinary_destroy_test.cpp33 TEST_F(BinaryDestroySomething, Default) { in TEST_F() argument
/third_party/skia/third_party/externals/spirv-tools/test/
Dfix_word_test.cpp20 TEST(FixWord, Default) { in TEST() argument
43 TEST(FixDoubleWord, Default) { in TEST() argument
Dopcode_split_test.cpp20 TEST(OpcodeSplit, Default) { in TEST() argument
Dbinary_destroy_test.cpp33 TEST_F(BinaryDestroySomething, Default) { in TEST_F() argument
/third_party/benchmark/test/
Dcommandlineflags_gtest.cc27 TEST(BoolFromEnv, Default) { in TEST() argument
188 TEST(StringFromEnv, Default) { in TEST() argument
199 TEST(KvPairsFromEnv, Default) { in TEST() argument
/third_party/boost/libs/math/dot_net_example/distribution_explorer/Properties/
DSettings.Designer.cs20 public static Settings Default { property in distribution_explorer.Properties.Settings
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
DValue.cpp21 const FormatFlags FormatFlags::Default = { member in vk::dbg::FormatFlags
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCodeGen.h37 enum Level { Default=0, Small=1, Large=2 }; enumerator
55 Default = 2, // -O2, -Os enumerator
/third_party/typescript/tests/baselines/reference/
DunionTypePropertyAccessibility.js2 class Default { class
53 function Default() { class in Default
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsRegisterInfo.h31 Default = 0, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetOptions.h25 Default, // Target-specific (either soft or hard depending on triple, etc). enumerator
68 Default, // Default means not specified enumerator
92 Default, // No specific tuning requested. enumerator
/third_party/grpc/src/csharp/Grpc.Core.Api/
DContextPropagationOptions.cs31 public static readonly ContextPropagationOptions Default = new ContextPropagationOptions(); field in Grpc.Core.ContextPropagationOptions
DWriteOptions.cs50 public static readonly WriteOptions Default = new WriteOptions(); field in Grpc.Core.WriteOptions
/third_party/json/test/thirdparty/Fuzzer/
DFuzzerDriver.cpp37 int Default; member
45 #define FUZZER_FLAG_INT(Name, Default, Description) int Name; argument
46 #define FUZZER_FLAG_UNSIGNED(Name, Default, Description) unsigned int Name; argument
58 #define FUZZER_FLAG_INT(Name, Default, Description) \ argument
60 #define FUZZER_FLAG_UNSIGNED(Name, Default, Description) \ argument

1234567