Home
last modified time | relevance | path

Searched refs:DELETED (Results 1 – 25 of 41) sorted by relevance

12

/external/llvm-project/llvm/test/Other/
Dloop-deletion-printer.ll7 …-passes=loop-deletion,loop-instsimplify -print-after-all 2>&1 | FileCheck %s -check-prefix=DELETED
9 …implify -print-after-all -print-module-scope 2>&1 | FileCheck %s -check-prefix=DELETED-BUT-PRINTED
12 ; DELETED-NOT: IR Dump {{.*}}LoopInstSimplifyPass
13 ; DELETED-NOT: IR Dump {{.*}}LoopDeletionPass
14 ; DELETED-BUT-PRINTED: IR Dump {{.*}}LoopDeletionPass {{.*invalidated:}}
15 ; DELETED-BUT-PRINTED-NOT: IR Dump {{.*}}LoopInstSimplifyPass
/external/llvm-project/llvm/test/tools/llvm-ar/
Ddelete.test31 # RUN: | FileCheck %s --check-prefix=SYMBOL-DELETED --implicit-check-not symbol1
33 # RUN: | FileCheck %s --check-prefix=FILE-DELETED --implicit-check-not delete.o
35 # SYMBOL-DELETED: symbol2
37 # FILE-DELETED: 1.txt
38 # FILE-DELETED-NEXT: keep.o
39 # FILE-DELETED-NEXT: 2.txt
Dmissing-thin-archive-member.test15 # RUN: not llvm-ar p %t-archive.a 2>&1 | FileCheck %s --check-prefix=DELETED
17 # DELETED: error: {{[Nn]}}o such file or directory
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
DFieldArray.java44 private static final FieldData DELETED = new FieldData(); field in FieldArray
77 if (i < 0 || mData[i] == DELETED) { in get()
90 if (i >= 0 && mData[i] != DELETED) { in remove()
91 mData[i] = DELETED; in remove()
105 if (val != DELETED) { in gc()
132 if (i < mSize && mData[i] == DELETED) { in put()
/external/smali/dexlib2/src/main/java/org/jf/util/
DSparseArray.java44 private static final Object DELETED = new Object(); field in SparseArray
80 if (i < 0 || mValues[i] == DELETED) { in get()
94 if (mValues[i] != DELETED) { in delete()
95 mValues[i] = DELETED; in delete()
119 if (val != DELETED) { in gc()
148 if (i < mSize && mValues[i] == DELETED) { in put()
/external/mesa3d/src/gallium/auxiliary/util/
Du_cache.c50 enum { EMPTY = 0, FILLED, DELETED } state; enumerator
188 entry->state = DELETED; in util_cache_entry_destroy()
354 header->state == DELETED); in ensure_sanity()
/external/libchrome/mojo/public/cpp/bindings/
Dstruct_ptr.h214 DELETED, // For use in WTF::HashMap only enumerator
259 return value.state_ == InlinedStructPtr<Struct>::DELETED; in IsHashTableDeletedValue()
267 slot.state_ = InlinedStructPtr<Struct>::DELETED; in ConstructDeletedValue()
/external/clang/test/CXX/basic/basic.start/basic.start.init/
Dp3.cpp15 #if DELETED
/external/llvm-project/clang/test/CXX/basic/basic.start/basic.start.init/
Dp3.cpp15 #if DELETED
/external/rust/crates/hashbrown/src/raw/
Dmod.rs117 const DELETED: u8 = 0b1000_0000; constant
716 if *self_.ctrl(i) == DELETED { in rehash_in_place()
730 if *guard.ctrl(i) != DELETED { in rehash_in_place()
766 debug_assert_eq!(prev_ctrl, DELETED); in rehash_in_place()
1459 DELETED in erase()
/external/python/cpython2/Lib/test/
D_mock_backport.py270 _deleted = sentinel.DELETED
/external/pdfium/third_party/pymock/
Dmock.py365 _deleted = sentinel.DELETED
/external/python/mock/mock/
Dmock.py371 _deleted = sentinel.DELETED
/external/python/cpython3/Lib/unittest/
Dmock.py307 _deleted = sentinel.DELETED
/external/e2fsprogs/po/
De2fsprogs.pot797 msgid "FILE DELETED"
Dfi.po786 msgid "FILE DELETED"
Dsr.po784 msgid "FILE DELETED"
Duk.po795 msgid "FILE DELETED"
Dzh_CN.po786 msgid "FILE DELETED"
Dms.po908 msgid "FILE DELETED"
Did.po791 msgid "FILE DELETED"
Dit.po795 msgid "FILE DELETED"
Dda.po784 msgid "FILE DELETED"
Deo.po795 msgid "FILE DELETED"
/external/guice/extensions/persist/lib/
Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/ ...

12