/external/skqp/src/core/ |
D | SkTDynamicHash.h | 50 } while (!this->done() && (this->current() == Empty() || this->current() == Deleted())); 77 } while (!this->done() && (this->current() == Empty() || this->current() == Deleted())); 98 if (Deleted() != candidate && GetKey(*candidate) == key) { in find() 149 if (Empty() == candidate || Deleted() == candidate || GetKey(*candidate) == key) { in countCollisions() 161 static T* Deleted() { return reinterpret_cast<T*>(1); } // Also an invalid pointer. in Deleted() function 176 if (Deleted() == fArray[i]) { in validate() 191 if (Empty() == fArray[i] || Deleted() == fArray[i]) { in validate() 195 if (Empty() == fArray[j] || Deleted() == fArray[j]) { in validate() 213 if (Empty() == candidate || Deleted() == candidate) { in innerAdd() 214 if (Deleted() == candidate) { in innerAdd() [all …]
|
/external/clang/test/CXX/special/class.copy/ |
D | p11.0x.move.cpp | 59 struct Deleted { struct 64 Deleted(Deleted&&); argument 66 Deleted::Deleted(Deleted&&) = default; // expected-error{{would delete}}
|
D | p11.0x.copy.cpp | 67 struct Deleted { struct 70 Deleted Da; 71 Deleted Db(Da); // expected-error{{call to implicitly-deleted copy constructor}}
|
/external/llvm-project/clang/test/CXX/special/class.copy/ |
D | p11.0x.move.cpp | 71 struct Deleted { struct 76 Deleted(Deleted&&); argument 78 Deleted::Deleted(Deleted&&) = default; // expected-error{{would delete}}
|
D | p11.0x.copy.cpp | 67 struct Deleted { struct 70 Deleted Da; 71 Deleted Db(Da); // expected-error{{call to implicitly-deleted copy constructor}}
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | HashTable.h | 139 if (auto EC = readSparseBitVector(Stream, Deleted)) in load() 141 if (Present.intersects(Deleted)) in load() 163 int NumBitsD = Deleted.find_last() + 1; in calculateSerializedLength() 194 if (auto EC = writeSparseBitVector(Writer, Deleted)) in commit() 209 Deleted.clear(); in clear() 267 bool isDeleted(uint32_t K) const { return Deleted.test(K); } in isDeleted() 271 mutable SparseBitVector<> Deleted; variable 294 Deleted.reset(Entry.index()); in set_as_internal() 326 std::swap(Deleted, NewMap.Deleted); in grow()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | HashTable.h | 139 if (auto EC = readSparseBitVector(Stream, Deleted)) in load() 141 if (Present.intersects(Deleted)) in load() 163 int NumBitsD = Deleted.find_last() + 1; in calculateSerializedLength() 194 if (auto EC = writeSparseBitVector(Writer, Deleted)) in commit() 209 Deleted.clear(); in clear() 267 bool isDeleted(uint32_t K) const { return Deleted.test(K); } in isDeleted() 271 mutable SparseBitVector<> Deleted; variable 294 Deleted.reset(Entry.index()); in set_as_internal() 326 std::swap(Deleted, NewMap.Deleted); in grow()
|
/external/clang/test/SemaCXX/ |
D | cxx98-compat-flags.cpp | 27 struct Deleted { struct 34 …const Deleted &d = Deleted(); // expected-warning {{copying variable of type 'CopyCtorIssues::Dele… argument
|
D | cxx98-compat-pedantic.cpp | 70 struct Deleted { struct 79 …const Deleted &d = Deleted(); // expected-warning {{copying variable of type 'CopyCtorIssues::Dele… argument
|
/external/llvm-project/clang/test/SemaCXX/ |
D | cxx98-compat-flags.cpp | 27 struct Deleted { struct 34 …const Deleted &d = Deleted(); // expected-warning {{copying variable of type 'CopyCtorIssues::Dele… argument
|
D | cxx98-compat-pedantic.cpp | 66 struct Deleted { struct 75 …const Deleted &d = Deleted(); // expected-warning {{copying variable of type 'CopyCtorIssues::Dele… argument
|
/external/curl/tests/data/ |
D | test815 | 16 * 123 FETCH (FLAGS (\Seen \Deleted)) 30 imap://%HOSTIP:%IMAPPORT/815 -X 'STORE 123 +Flags \Deleted' -u user:secret -: imap://%HOSTIP:%IMAPP… 41 A004 STORE 123 +Flags \Deleted
|
D | test816 | 16 * 123 FETCH (FLAGS (\Seen \Deleted)) 33 imap://%HOSTIP:%IMAPPORT/816 -X 'STORE 123 +Flags \Deleted' -u user:secret -: imap://%HOSTIP:%IMAPP… 44 A004 STORE 123 +Flags \Deleted
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | misc-unconventional-assign-operator.cpp | 56 struct Deleted { struct 58 void operator=(const Deleted&) = delete; 59 void operator=(Deleted&&) = delete;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopDeletion.cpp | 36 Deleted, enumerator 169 return LoopDeletionResult::Deleted; in deleteLoopIfDead() 206 return LoopDeletionResult::Deleted; in deleteLoopIfDead() 220 if (Result == LoopDeletionResult::Deleted) in run() 264 if (Result == LoopDeletionResult::Deleted) in runOnLoop()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | LoopDeletion.cpp | 38 Deleted, enumerator 186 return LoopDeletionResult::Deleted; in deleteLoopIfDead() 228 return LoopDeletionResult::Deleted; in deleteLoopIfDead() 246 if (Result == LoopDeletionResult::Deleted) in run() 302 if (Result == LoopDeletionResult::Deleted) in runOnLoop()
|
/external/dokka/core/testdata/format/ |
D | javadocHtml.md | 11 ~~Strikethrough~~ ~~Deleted~~ `Code` 21 …()`<br>**Bold** **Strong** *Italic* *Emphasized* <br>Paragraph ~~Strikethrough~~ ~~Deleted~~ `Code`
|
/external/llvm-project/llvm/unittests/DebugInfo/PDB/ |
D | HashTableTest.cpp | 41 using HashTable<T>::Deleted; 165 EXPECT_EQ(Table.Deleted, Table2.Deleted); in TEST() 269 EXPECT_EQ(Table.Deleted, Table2.Deleted); in TEST()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceLoopAnalyzer.cpp | 78 void setDeleted() { Deleted = true; } in setDeleted() 79 bool isDeleted() const { return Deleted; } in isDeleted() 92 bool Deleted = false; member in Ice::LoopAnalyzer::LoopNode 121 if (Deleted) in reset()
|
/external/avb/proto/ |
D | trillian.proto | 196 // Deleted trees may be undeleted during a certain time window, after which 214 // Deleted: TimestampNanos moved to LogRoot. 216 // Deleted: RootHash moved to LogRoot. 218 // Deleted: TreeSize moved to LogRoot. 220 // Deleted: Signature replaced by LogRootSignature. 222 // Deleted: LogID is associated with the public key that validates signature. 224 // Deleted: TreeRevision moved to LogRoot.
|
/external/llvm-project/llvm/docs/PDB/ |
D | HashTable.rst | 36 | Deleted Bit Vector | 60 - **Deleted Bit Vector** - A serialized bit vector which contains information 72 Present and Deleted Bit Vectors
|
/external/libjpeg-turbo/ |
D | README.chromium | 17 * Deleted unused directories: cmakescripts, doc, fuzz, java, release, 19 * Deleted unused files: appveyor.yml, CMakeLists.txt, doxygen.config, 23 * Deleted legacy Arm Neon assembly files (supporting old compiler versions that
|
/external/llvm/lib/DebugInfo/PDB/Raw/ |
D | NameMap.cpp | 98 SparseBitVector<> Deleted; in load() local 107 Deleted.set((I * 32) + Idx); in load()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonOptAddrMode.cpp | 75 MISetType Deleted; member in __anon6cb9dbc50111::HexagonOptAddrMode 481 Deleted.insert(UseMI); in changeAddAsl() 501 Deleted.insert(UseMI); in xformUseMI() 570 Deleted.insert(MI); in processBlock() 636 Deleted.clear(); in runOnMachineFunction() 644 for (auto MI : Deleted) in runOnMachineFunction()
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonOptAddrMode.cpp | 89 MISetType Deleted; member in __anon413928f30111::HexagonOptAddrMode 406 Deleted.insert(AddMI); in processAddUses() 663 Deleted.insert(UseMI); in changeAddAsl() 683 Deleted.insert(UseMI); in xformUseMI() 774 Deleted.insert(MI); in processBlock() 802 Deleted.clear(); in runOnMachineFunction() 810 for (auto MI : Deleted) in runOnMachineFunction()
|