Home
last modified time | relevance | path

Searched defs:Single (Results 1 – 25 of 44) sorted by relevance

12

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-use-emplace.cpp405 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/
DViewMatcher.java35 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/
Dgenerator_magic_number_test.cpp32 TEST_P(GeneratorMagicNumberTest, Single) { in TEST_P() argument
/external/deqp-deps/SPIRV-Tools/test/
Dgenerator_magic_number_test.cpp32 TEST_P(GeneratorMagicNumberTest, Single) { in TEST_P() argument
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/
Dgenerator_magic_number_test.cpp32 TEST_P(GeneratorMagicNumberTest, Single) { in TEST_P() argument
/external/llvm/include/llvm/Target/
DTargetOptions.h44 Single, // Use a single table for all indirect jumptable calls. enumerator
56 Single // Single Threaded Environment enumerator
/external/icu/icu4c/source/i18n/
Ddouble-conversion-ieee.h297 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/
Ddouble-conversion-ieee.h297 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/
Ddllimport-memptr-global.cpp7 struct __declspec(dllimport) Single { struct
/external/libbrillo/brillo/errors/
Derror_test.cc31 TEST(Error, Single) { in TEST() argument
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/
DRegisterValueTest.cpp38 TEST(RegisterValueTest, Single) { in TEST() argument
/external/llvm-project/lldb/test/API/lang/cpp/nsimport/
Dmain.cpp34 namespace Single namespace
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetOptions.h41 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/
Dlite_equals_and_hash.proto49 oneof Single { oneof
/external/pdfium/core/fpdfapi/cmaps/
Dfpdf_cmaps.h23 enum MapType : uint8_t { Single, Range }; enumerator
/external/llvm-project/llvm/include/llvm/Target/
DTargetOptions.h45 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/
DPropertySerializerMap.java257 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/
DYAMLTraits.h128 enum class QuotingType { None, Single, Double }; enumerator
/external/llvm-project/llvm/include/llvm/Support/
DYAMLTraits.h128 enum class QuotingType { None, Single, Double }; enumerator
/external/python/cpython2/Lib/
Dtokenize.py67 Single = r"[^'\\]*(?:\\.[^'\\]*)*'" variable
/external/python/cpython3/Lib/lib2to3/pgen2/
Dtokenize.py74 Single = r"[^'\\]*(?:\\.[^'\\]*)*'" variable
/external/python/cpython3/Lib/
Dtokenize.py106 Single = r"[^'\\]*(?:\\.[^'\\]*)*'" variable
/external/python/cpython2/Lib/lib2to3/pgen2/
Dtokenize.py70 Single = r"[^'\\]*(?:\\.[^'\\]*)*'" variable
/external/clang/test/SemaCXX/
Dmember-pointer-ms.cpp112 struct Single { }; struct
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h271 Single, enumerator
300 float Single; member

12