/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | modernize-use-emplace.cpp | 405 template <typename T> struct Single { struct 410 Single(const T &) {} in Single() function 411 Single(T &&) {} in Single() function 413 template <typename U> Single(const Single<U> &) {} in Single() function 414 template <typename U> Single(Single<U> &&) {} in Single() function 416 template <typename U> Single(const std::tuple<U> &) {} in Single() function 417 template <typename U> Single(std::tuple<U> &&) {} in Single() function 427 std::vector<test::Single<int>> v; in testOtherTuples()
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/ |
D | ViewMatcher.java | 35 private final static class Single extends ViewMatcher class in ViewMatcher 40 public Single(Class<?> v) { _view = v; } in Single() method in ViewMatcher.Single
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | generator_magic_number_test.cpp | 32 TEST_P(GeneratorMagicNumberTest, Single) { in TEST_P() argument
|
/external/deqp-deps/SPIRV-Tools/test/ |
D | generator_magic_number_test.cpp | 32 TEST_P(GeneratorMagicNumberTest, Single) { in TEST_P() argument
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/ |
D | generator_magic_number_test.cpp | 32 TEST_P(GeneratorMagicNumberTest, Single) { in TEST_P() argument
|
/external/llvm/include/llvm/Target/ |
D | TargetOptions.h | 44 Single, // Use a single table for all indirect jumptable calls. enumerator 56 Single // Single Threaded Environment enumerator
|
/external/icu/icu4c/source/i18n/ |
D | double-conversion-ieee.h | 297 Single() : d32_(0) {} in Single() function 298 explicit Single(float f) : d32_(float_to_uint32(f)) {} in Single() function 299 explicit Single(uint32_t d32) : d32_(d32) {} in Single() function
|
/external/icu/libicu/cts_headers/ |
D | double-conversion-ieee.h | 297 Single() : d32_(0) {} in Single() function 298 explicit Single(float f) : d32_(float_to_uint32(f)) {} in Single() function 299 explicit Single(uint32_t d32) : d32_(d32) {} in Single() function
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | dllimport-memptr-global.cpp | 7 struct __declspec(dllimport) Single { struct
|
/external/libbrillo/brillo/errors/ |
D | error_test.cc | 31 TEST(Error, Single) { in TEST() argument
|
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/ |
D | RegisterValueTest.cpp | 38 TEST(RegisterValueTest, Single) { in TEST() argument
|
/external/llvm-project/lldb/test/API/lang/cpp/nsimport/ |
D | main.cpp | 34 namespace Single namespace
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetOptions.h | 41 Single, // Use a single table for all indirect jumptable calls. enumerator 53 Single // Single Threaded Environment enumerator
|
/external/protobuf/java/core/src/test/proto/com/google/protobuf/ |
D | lite_equals_and_hash.proto | 49 oneof Single { oneof
|
/external/pdfium/core/fpdfapi/cmaps/ |
D | fpdf_cmaps.h | 23 enum MapType : uint8_t { Single, Range }; enumerator
|
/external/llvm-project/llvm/include/llvm/Target/ |
D | TargetOptions.h | 45 Single, // Use a single table for all indirect jumptable calls. enumerator 57 Single // Single Threaded Environment enumerator
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/impl/ |
D | PropertySerializerMap.java | 257 private final static class Single extends PropertySerializerMap class in PropertySerializerMap 262 … public Single(PropertySerializerMap base, Class<?> type, JsonSerializer<Object> serializer) { in Single() method in PropertySerializerMap.Single
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | YAMLTraits.h | 128 enum class QuotingType { None, Single, Double }; enumerator
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | YAMLTraits.h | 128 enum class QuotingType { None, Single, Double }; enumerator
|
/external/python/cpython2/Lib/ |
D | tokenize.py | 67 Single = r"[^'\\]*(?:\\.[^'\\]*)*'" variable
|
/external/python/cpython3/Lib/lib2to3/pgen2/ |
D | tokenize.py | 74 Single = r"[^'\\]*(?:\\.[^'\\]*)*'" variable
|
/external/python/cpython3/Lib/ |
D | tokenize.py | 106 Single = r"[^'\\]*(?:\\.[^'\\]*)*'" variable
|
/external/python/cpython2/Lib/lib2to3/pgen2/ |
D | tokenize.py | 70 Single = r"[^'\\]*(?:\\.[^'\\]*)*'" variable
|
/external/clang/test/SemaCXX/ |
D | member-pointer-ms.cpp | 112 struct Single { }; struct
|
/external/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBTypes.h | 271 Single, enumerator 300 float Single; member
|