HomeSort by relevance Sort by last modified time
    Searched defs:Deleted (Results 1 - 13 of 13) sorted by null

  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseSvnPropertyValue.pl 103 Deleted: svn:executable
105 expectedReturn => ["*", "Deleted: svn:executable\n"],
parseSvnDiffFooter.pl 83 Deleted: svn:mergeinfo
116 Deleted: svn:executable
367 Deleted: svn:executable
parseSvnProperty.pl 64 Deleted: svn:executable
96 Deleted: svn:mergeinfo
549 Deleted: svn:mergeinfo
parseDiff.pl 362 Deleted: svn:executable
389 Deleted: svn:executable
776 Deleted: svn:executable
825 Deleted: svn:executable
1021 deleted file mode 100644
1034 deleted file mode 100644
  /external/clang/test/SemaCXX/
cxx98-compat-flags.cpp 27 struct Deleted {
28 Private p; // expected-note {{copy constructor of 'Deleted' is implicitly deleted because field 'p' has an inaccessible copy constructor}}
34 const Deleted &d = Deleted(); // expected-warning {{copying variable of type 'CopyCtorIssues::Deleted' when binding a reference to a temporary would invoke a deleted constructor in C++98}}
cxx98-compat.cpp 90 void Deleted() = delete; // expected-warning {{deleted function definitions are incompatible with C++98}}
245 struct Deleted {
246 Private p; // expected-note {{implicitly deleted}}
252 const Deleted &d = Deleted(); // expected-warning {{copying variable of type 'CopyCtorIssues::Deleted' when binding a reference to a temporary would invoke a deleted constructor in C++98}}
368 X(const X&) = delete; // expected-warning{{deleted function definitions are incompatible with C++98}} \
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontPlatformData.h 51 static FontPlatformData Deleted() {
  /external/webkit/Source/WebKit/android/WebCoreSupport/
WebRequest.h 43 Deleted
  /external/clang/test/CXX/special/class.copy/
p11.0x.copy.cpp 7 // A defaulted copy constructor for a class X is defined as deleted if X has:
11 NonTrivial NT; // expected-note{{copy constructor of 'DeletedNTVariant' is implicitly deleted because variant field 'NT' has a non-trivial copy constructor}}
15 DeletedNTVariant DVb(DVa); // expected-error{{call to implicitly-deleted copy constructor}}
19 NonTrivial NT; // expected-note{{copy constructor of 'DeletedNTVariant2' is implicitly deleted because variant field 'NT' has a non-trivial copy constructor}}
24 DeletedNTVariant2 DV2b(DV2a); // expected-error{{call to implicitly-deleted copy constructor}}
28 // that is deleted or inaccessible
38 NoAccess NA; // expected-note{{copy constructor of 'HasNoAccess' is implicitly deleted because field 'NA' has an inaccessible copy constructor}}
41 HasNoAccess HNAb(HNAa); // expected-error{{call to implicitly-deleted copy constructor}}
60 Ambiguity A; // expected-note 2{{copy constructor of 'IsAmbiguous' is implicitly deleted because field 'A' has multiple copy constructors}}
64 IsAmbiguous IAb(IAa); // expected-error{{call to implicitly-deleted copy constructor}
    [all...]
p11.0x.move.cpp 7 // A defaulted move constructor for a class X is defined as deleted if X has:
26 // that is deleted or inaccessible
58 struct Deleted {
60 Deleted(Deleted&&);
62 Deleted::Deleted(Deleted&&) = default; // expected-error{{would delete}}
65 // resolution results in an ambiguity or a function that is deleted or
83 // a destructor that is deleted or inaccessibl
    [all...]
  /external/valgrind/main/coregrind/
m_transtab.c 67 'deleted') and it is strongly recommended not to change this.
109 deletion, hence the Deleted state. */
110 enum { InUse, Deleted, Empty } status;
524 if (tte->status == Empty || tte->status == Deleted) {
558 case Deleted: VG_(printf)("Deleted\n"); break;
    [all...]
  /tools/motodev/src/plugins/videos/libs/gdata/java/lib/
gdata-client-1.0.jar 
gdata-core-1.0.jar 

Completed in 271 milliseconds