HomeSort by relevance Sort by last modified time
    Searched full:deleted (Results 151 - 175 of 5561) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/ppapi/tests/manual/
delete_plugin.html 9 // Without this, the plugin would be deleted later from a timer. If the test
  /external/chromium_org/third_party/leveldatabase/src/table/
merger.h 15 // will delete them when the result iterator is deleted.
  /external/chromium_org/ui/app_list/
app_list_item_list_observer.h 20 // before the item is deleted.
  /external/chromium_org/ui/base/ime/linux/
linux_input_method_context_factory.h 26 // the first instance is not deleted.
  /external/chromium_org/ui/base/win/
scoped_ole_initializer.h 23 // ScopedOleInitializer instance is deleted on a different thread than it
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/
p5-cxx0x.cpp 5 template<class T> struct A { ~A() = delete; }; // expected-note {{deleted here}}
17 q(42); // expected-error {{attempt to use a deleted function}}
43 decltype(DD(), // expected-error {{deleted function}}
46 DD()) dd2; // expected-error {{deleted function}}
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.aggr/
p1-0x.cpp 12 bool &br; // expected-note {{default constructor of 'Aggr' is implicitly deleted because field 'br' of reference type 'bool &' would not be initialized}}
60 struct MaybeAggr5a : BaseList... {}; // expected-note {{default constructor of 'MaybeAggr5a<Aggr>' is implicitly deleted because base class 'Aggr' has a deleted default constructor}}
62 MaybeAggr5a<Aggr> ma5a1 = {}; // expected-error {{call to implicitly-deleted default constructor of 'MaybeAggr5a<Aggr>'}}
  /external/clang/test/SemaCXX/
for-range-dereference.cpp 14 Data *end() = delete; //expected-note {{function has been explicitly marked deleted here}}
19 int* begin(DeletedADLBegin) = delete; //expected-note {{candidate function has been explicitly deleted}} \
62 for (auto i : DE) { } // expected-error{{attempt to use a deleted function}} \
78 for (auto i : DAB) { } // expected-error {{call to deleted function 'begin'}}\
rval-references.cpp 76 // expected-note 3{{explicitly marked deleted here}}
87 return gmo; // expected-error {{call to deleted constructor}}
89 return mo; // expected-error {{call to deleted constructor}}
91 return r; // expected-error {{call to deleted constructor}}
  /external/e2fsprogs/tests/f_badjour_indblks/
expect.1 4 *** ext3 journal has been deleted - filesystem is now ext2 only ***
  /external/e2fsprogs/tests/f_badjourblks/
expect.1 4 *** ext3 journal has been deleted - filesystem is now ext2 only ***
  /external/e2fsprogs/tests/f_badroot/
expect.1 7 Entry '..' in ??? (11) has deleted/unused inode 2. Clear? yes
  /external/e2fsprogs/tests/f_miss_journal/
expect.1 4 *** ext3 journal has been deleted - filesystem is now ext2 only ***
  /external/llvm/test/Transforms/LoopDeletion/
multiple-exit-conditions.ll 5 ; good enough to let the loop be deleted.
  /external/llvm/test/Transforms/LoopStrengthReduce/
dead-phi.ll 10 ; These three instructions form an isolated cycle and can be deleted.
  /frameworks/base/core/java/android/text/style/
EasyEditSpan.java 47 * The value of {@link #EXTRA_TEXT_CHANGED_TYPE} when the text wrapped by this span is deleted.
62 * deleted.
70 * @param pendingIntent The intent will be sent when the wrapped text is deleted or modified.
122 * @return the pending intent to send when the wrapped text is deleted or modified.
  /libcore/crypto/src/main/java/org/conscrypt/
TrustedCertificateStore.java 67 * CAs is performed by placing an exact copy of that CA in the deleted
71 * deleted system certificate simply removes the copy from the deleted
139 // skip malformed certs as well as deleted system ones
209 // was not a deleted system cert.
499 File deleted = getCertificateFile(deletedDir, cert); local
500 if (deleted.exists()) {
501 // we have a system cert that was marked deleted.
502 // remove the deleted marker to expose the original
503 if (!deleted.delete())
542 File deleted = getCertificateFile(deletedDir, cert); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fib_rules.h 7 /* rule is permanent, and cannot be deleted */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fib_rules.h 7 /* rule is permanent, and cannot be deleted */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fib_rules.h 7 /* rule is permanent, and cannot be deleted */
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
RangeManip.cpp 53 void RangeList::delRanges(const RangeList& rl,RangeList& deleted) {
55 delRange(rl.list[i],deleted);
75 void RangeList::delRange(const Range& r,RangeList& deleted) {
99 deleted.addRange(intersection);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
SparseWeakArray.java 28 * to it. When the array is compacted, not only deleted indices but also empty references
45 private static final WeakReference<?> DELETED = new WeakReference(DELETED_REF);
83 if (i < 0 || mValues[i] == DELETED || mValues[i].get() == null) {
97 if (mValues[i] != DELETED) {
98 mValues[i] = DELETED;
115 if (mValues[index] != DELETED) {
116 mValues[index] = DELETED;
130 // Don't keep any non DELETED values, but only the one that still have a valid
132 if (val != DELETED && val.get() != null) {
171 if (i < mSize && (mValues[i] == DELETED || mValues[i].get() == null))
    [all...]
  /external/chromium/base/memory/
ref_counted.cc 24 DCHECK(in_dtor_) << "RefCounted object deleted without calling Release()";
67 DCHECK(in_dtor_) << "RefCountedThreadSafe object deleted without "
  /external/chromium/chrome/browser/ui/cocoa/
browser_test_helper.h 19 // can only be deleted on the IO thread; without this fake IO thread, the object
20 // would never be deleted and would report as a leak under Valgrind. Note that
  /external/chromium_org/base/
async_socket_io_handler_win.cc 15 // We need to be deleted on the correct thread to avoid racing with the
21 // Make the context be deleted by the message pump when done.

Completed in 1342 milliseconds

1 2 3 4 5 67 8 91011>>