Home
last modified time | relevance | path

Searched refs:Deleted (Results 1 – 25 of 32) sorted by relevance

12

/external/skia/src/core/
DSkTDynamicHash.h50 } 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/
Dp11.0x.move.cpp59 struct Deleted { struct
64 Deleted(Deleted&&); argument
66 Deleted::Deleted(Deleted&&) = default; // expected-error{{would delete}}
Dp11.0x.copy.cpp67 struct Deleted { struct
70 Deleted Da;
71 Deleted Db(Da); // expected-error{{call to implicitly-deleted copy constructor}}
/external/clang/test/SemaCXX/
Dcxx98-compat-flags.cpp27 struct Deleted { struct
34 …const Deleted &d = Deleted(); // expected-warning {{copying variable of type 'CopyCtorIssues::Dele… argument
Dcxx98-compat-pedantic.cpp70 struct Deleted { struct
79 …const Deleted &d = Deleted(); // expected-warning {{copying variable of type 'CopyCtorIssues::Dele… argument
Dcxx98-compat.cpp92 void Deleted() = delete; // expected-warning {{deleted function definitions are incompatible with C…
/external/curl/tests/data/
Dtest81516 * 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
Dtest81616 * 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
Dtest81818 * 14 FETCH (FLAGS (\Seen \Deleted))
Dtest1313 Deleted: suppose we got a header like this! ;-)
Dtest80820 * FLAGS (\Answered \Flagged \Deleted \Seen \Draft)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
Dmultidelete.py25 class Deleted(object): class
127 d = Deleted()
/external/archive-patcher/
DREADME.android4 (1) Deleted /integrationtest, /tools, /explainer and /generator as these are not
/external/autotest/client/cros/cellular/pseudomodem/
Dmessaging.py104 def Deleted(self, path): member in Messaging
/external/chromium-trace/catapult/third_party/webapp2/docs/_themes/webapp2/
Dpygapp2.py47 Generic.Deleted: "nobold noitalic #000",
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
Dp3.cpp57 constexpr int Deleted() const = delete;
/external/e2fsprogs/e2fsck/
DCHANGES14 Deleted inodes from old ext2fs code (inodes with dtime set but
/external/llvm/lib/Target/Hexagon/
DHexagonEarlyIfConv.cpp196 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/
DDefaultFileSystemTest.groovy264 LOG.info("Deleted [" + file.getName() + "]: " + deleted)
268 LOG.info("Deleted [" + dirFile.getName() + "]: " + deleted)
/external/e2fsprogs/tests/f_badorphan/
Dexpect.112 Deleted inode 18 has zero dtime. Fix? yes
/external/valgrind/coregrind/
Dm_transtab.c175 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/
DNEWS81 * Deleted ArcSum() and ArcMerge; use StateMap w/ ArcSumMapper and
/external/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp566 Value *Deleted = Phi.removeIncomingValue(From, false); in delPhiValues() local
567 Map[&Phi].push_back(std::make_pair(From, Deleted)); in delPhiValues()
/external/libpng/
DCHANGES489 (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/
DChangeLog1553 testfile53.prelink.bz2: Deleted, so...
1562 testfile52.prelink.so.bz2: Deleted, so...

12