/external/skia/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/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
|
D | cxx98-compat.cpp | 92 void Deleted() = delete; // expected-warning {{deleted function definitions are incompatible with C…
|
/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
|
D | test818 | 18 * 14 FETCH (FLAGS (\Seen \Deleted))
|
D | test13 | 13 Deleted: suppose we got a header like this! ;-)
|
D | test808 | 20 * FLAGS (\Answered \Flagged \Deleted \Seen \Draft)
|
/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 __anon0d7b86be0111::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()
|
D | HexagonEarlyIfConv.cpp | 194 BlockSetType Deleted; member in __anonb9ada2ed0111::HexagonEarlyIfConversion 569 if (!Deleted.count(SB)) in visitBlock() 942 Deleted.insert(B); in removeBlock() 1048 Deleted.clear(); in runOnMachineFunction()
|
/external/archive-patcher/ |
D | README.android | 4 (1) Deleted /integrationtest, /tools, /explainer and /generator as these are not
|
/external/autotest/client/cros/cellular/pseudomodem/ |
D | messaging.py | 104 def Deleted(self, path): member in Messaging
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
D | p3.cpp | 57 constexpr int Deleted() const = delete;
|
/external/e2fsprogs/e2fsck/ |
D | CHANGES | 14 Deleted inodes from old ext2fs code (inodes with dtime set but
|
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | DefaultFileSystemTest.groovy | 264 LOG.info("Deleted [" + file.getName() + "]: " + deleted) 268 LOG.info("Deleted [" + dirFile.getName() + "]: " + deleted)
|
/external/libnl/doc/stylesheets/ |
D | pygments.css | 14 .highlight .gd { color: #A00000 } /* Generic.Deleted */
|
/external/vulkan-validation-layers/layers/ |
D | vk_validation_layer_details.md | 91 | Verify Memory Buffer Not Deleted | Validate Command Buffer not submitted with deleted memory buff… 92 | Verify Image Not Deleted | Validate Command Buffer not submitted with deleted image | INVALID_IMA… 93 | Verify Query Pool Not Deleted | Validate Command Buffer not submitted with deleted query pool | I… 94 | Verify BufferView Not Deleted | Validate Command Buffer not submitted with deleted buffer view | … 95 | Verify ImageView Not Deleted | Validate Command Buffer not submitted with deleted image view | IN… 96 | Verify DescriptorPool Not Deleted | Validate Command Buffer not submitted with deleted descriptor… 97 | Verify CommandPool Not Deleted | Validate Command Buffer not submitted with deleted command pool … 98 | Verify Framebuffer Not Deleted | Validate Command Buffer not submitted with deleted framebuffer |… 99 | Verify DeviceMemory Not Deleted | Validate Command Buffer not submitted with deleted device memor…
|
/external/e2fsprogs/tests/f_badorphan/ |
D | expect.1 | 12 Deleted inode 18 has zero dtime. Fix? yes
|
/external/e2fsprogs/tests/f_itable_collision/ |
D | expect.1 | 9 Deleted inode 33 has zero dtime. Fix? yes
|
/external/valgrind/coregrind/ |
D | m_transtab.c | 175 enum { InUse, Deleted, Empty } status; enumerator 694 if (sec->tt[tteNo].status == Deleted) { in HostExtent__is_dead() 1211 if (tte->status == Empty || tte->status == Deleted) { in sanity_check_eclasses_in_sector() 1245 case Deleted: VG_(printf)("Deleted\n"); break; in sanity_check_eclasses_in_sector() 1924 tte->status = Deleted; in delete_tte()
|
/external/llvm/lib/Transforms/Scalar/ |
D | StructurizeCFG.cpp | 576 Value *Deleted = Phi.removeIncomingValue(From, false); in delPhiValues() local 577 Map[&Phi].push_back(std::make_pair(From, Deleted)); in delPhiValues()
|