/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/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/ |
D | multidelete.py | 25 class Deleted(object): class 127 d = Deleted()
|
/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/chromium-trace/catapult/third_party/webapp2/docs/_themes/webapp2/ |
D | pygapp2.py | 47 Generic.Deleted: "nobold noitalic #000",
|
/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/llvm/lib/Target/Hexagon/ |
D | HexagonEarlyIfConv.cpp | 196 BlockSetType Deleted; member in __anonbfaf454e0111::HexagonEarlyIfConversion 571 if (!Deleted.count(SB)) in visitBlock() 944 Deleted.insert(B); in removeBlock() 1047 Deleted.clear(); in runOnMachineFunction()
|
/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/e2fsprogs/tests/f_badorphan/ |
D | expect.1 | 12 Deleted inode 18 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/openfst/ |
D | NEWS | 81 * Deleted ArcSum() and ArcMerge; use StateMap w/ ArcSumMapper and
|
/external/llvm/lib/Transforms/Scalar/ |
D | StructurizeCFG.cpp | 566 Value *Deleted = Phi.removeIncomingValue(From, false); in delPhiValues() local 567 Map[&Phi].push_back(std::make_pair(From, Deleted)); in delPhiValues()
|
/external/libpng/ |
D | CHANGES | 489 (Greg Roelofs, in "PNG: The Definitive Guide"). Deleted the 1.0.3a aliases. 846 Deleted some extraneous defines from pngconf.h 1048 Deleted extraneous space (introduced in 1.0.9) from line 42 of makefile.cygwin 1761 Deleted extraneous square brackets from [config.h] in configure.ac 1863 Deleted a redundant line from pngset.c. 1974 Deleted extraneous square brackets from configure.ac 2094 Deleted all use of the MMX assembler code and Intel-licensed optimizations. 4582 Deleted set(CMAKE_BUILD_TYPE) block from CMakeLists.txt
|
/external/elfutils/tests/ |
D | ChangeLog | 1553 testfile53.prelink.bz2: Deleted, so... 1562 testfile52.prelink.so.bz2: Deleted, so...
|