/external/llvm/unittests/ADT/ |
D | DenseMapTest.cpp | 36 static std::set<CtorTester *> Constructed; member in __anonf4a6f20c0111::CtorTester 41 EXPECT_TRUE(Constructed.insert(this).second); in CtorTester() 44 EXPECT_TRUE(Constructed.insert(this).second); in CtorTester() 47 EXPECT_TRUE(Constructed.insert(this).second); in CtorTester() 51 EXPECT_EQ(1u, Constructed.erase(this)); in ~CtorTester() 59 std::set<CtorTester *> CtorTester::Constructed; member in __anonf4a6f20c0111::CtorTester
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/ |
D | DenseMapTest.cpp | 36 static std::set<CtorTester *> Constructed; member in __anon5f397f640111::CtorTester 41 EXPECT_TRUE(Constructed.insert(this).second); in CtorTester() 44 EXPECT_TRUE(Constructed.insert(this).second); in CtorTester() 47 EXPECT_TRUE(Constructed.insert(this).second); in CtorTester() 51 EXPECT_EQ(1u, Constructed.erase(this)); in ~CtorTester() 59 std::set<CtorTester *> CtorTester::Constructed; member in __anon5f397f640111::CtorTester
|
/external/clang/lib/ASTMatchers/Dynamic/ |
D | Marshallers.h | 520 std::vector<VariantMatcher> Constructed; 525 Constructed.push_back(SubMatcher); 529 if (Constructed.empty()) return VariantMatcher(); // No overload matched. 532 if (Constructed.size() > 1) { 537 return Constructed[0];
|
/external/python/pyasn1/docs/source/pyasn1/type/univ/ |
D | contents.rst | 14 :ref:`OctetString <univ.OctetString>`. Constructed types like
|
/external/python/pyasn1/ |
D | CHANGES.rst | 23 - Constructed types' .getComponentBy*() methods accept the `default` 25 - Constructed types' .getComponentBy*() methods accept the `instantiate` 169 - Default and optional components en/decoding of Constructed type 307 - Constructed types now verify their consistency by invoking 313 - Constructed types can now be initialized with new .setComponents() method 471 - Objects of Constructed types now support __setitem__() 506 + track the number of initialized components of Constructed types to save 576 - clone() and subtype() methods of Constructed ASN.1 classes now 580 Performance penalty may be huge on deeply nested Constructed objects
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
D | string-offsets-table.ll | 10 ; Constructed from the following source with
|
D | string-offsets-multiple-cus.ll | 11 ; Constructed from the following sources with
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestLocale.java | 41 Type.Living, Type.Constructed, Type.Historical, Type.Extinct, Type.Special);
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | Iso639Data.java | 132 Ancient, Constructed, Extinct, Historical, Living, Special, Collection, Unknown enumConstant
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | GenerateLanguageContainment.java | 235 if (type == Type.Constructed) { in main()
|
D | ShowLanguages.java | 582 Type.Historical, Type.Constructed));
|
/external/skia/site/user/api/ |
D | SkRegion_Reference.md | 1360 Constructed <a href='SkRegion_Reference#SkRegion'>SkRegion</a> draws the same pixels as <a href='#S…
|
/external/skqp/site/user/api/ |
D | SkRegion_Reference.md | 1360 Constructed <a href='SkRegion_Reference#SkRegion'>SkRegion</a> draws the same pixels as <a href='#S…
|