/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | HashTable.h | 139 if (auto EC = readSparseBitVector(Stream, Deleted)) in load() 141 if (Present.intersects(Deleted)) in load() 163 int NumBitsD = Deleted.find_last() + 1; in calculateSerializedLength() 194 if (auto EC = writeSparseBitVector(Writer, Deleted)) in commit() 209 Deleted.clear(); in clear() 267 bool isDeleted(uint32_t K) const { return Deleted.test(K); } in isDeleted() 271 mutable SparseBitVector<> Deleted; variable 294 Deleted.reset(Entry.index()); in set_as_internal() 326 std::swap(Deleted, NewMap.Deleted); in grow()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopDeletion.cpp | 36 Deleted, enumerator 169 return LoopDeletionResult::Deleted; in deleteLoopIfDead() 206 return LoopDeletionResult::Deleted; in deleteLoopIfDead() 220 if (Result == LoopDeletionResult::Deleted) in run() 264 if (Result == LoopDeletionResult::Deleted) in runOnLoop()
|
D | StructurizeCFG.cpp | 589 Value *Deleted = Phi.removeIncomingValue(From, false); in delPhiValues() local 590 Map[&Phi].push_back(std::make_pair(From, Deleted)); in delPhiValues()
|
/third_party/curl/tests/data/ |
D | test815 | 16 * 123 FETCH (FLAGS (\Seen \Deleted)) 30 imap://%HOSTIP:%IMAPPORT/%TESTNUMBER -X 'STORE 123 +Flags \Deleted' -u user:secret -: imap://%HOSTI… 41 A004 STORE 123 +Flags \Deleted
|
D | test816 | 16 * 123 FETCH (FLAGS (\Seen \Deleted)) 33 imap://%HOSTIP:%IMAPPORT/%TESTNUMBER -X 'STORE 123 +Flags \Deleted' -u user:secret -: imap://%HOSTI… 44 A004 STORE 123 +Flags \Deleted
|
D | test897 | 62 * FLAGS (\Answered \Flagged \Deleted \Seen \Draft) 63 * OK [PERMANENTFLAGS (\Deleted \Seen \*)] Limited
|
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)
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceLoopAnalyzer.cpp | 78 void setDeleted() { Deleted = true; } in setDeleted() 79 bool isDeleted() const { return Deleted; } in isDeleted() 92 bool Deleted = false; member in Ice::LoopAnalyzer::LoopNode 121 if (Deleted) in reset()
|
D | IceInst.h | 92 bool isDeleted() const { return Deleted; } in isDeleted() 93 void setDeleted() { Deleted = true; } in setDeleted() 227 bool Deleted = false; variable
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | README.chromium | 17 * Deleted unused directories: cmakescripts, doc, fuzz, java, release, 19 * Deleted unused files: appveyor.yml, CMakeLists.txt, doxygen.config, 23 * Deleted legacy Arm Neon assembly files (supporting old compiler versions that
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonOptAddrMode.cpp | 89 MISetType Deleted; member in __anon5ea648130111::HexagonOptAddrMode 406 Deleted.insert(AddMI); in processAddUses() 662 Deleted.insert(UseMI); in changeAddAsl() 682 Deleted.insert(UseMI); in xformUseMI() 773 Deleted.insert(MI); in processBlock() 801 Deleted.clear(); in runOnMachineFunction() 809 for (auto MI : Deleted) in runOnMachineFunction()
|
D | HexagonEarlyIfConv.cpp | 219 BlockSetType Deleted; member in __anon0ad864420111::HexagonEarlyIfConversion 617 if (!Deleted.count(SB)) in visitBlock() 979 Deleted.insert(B); in removeBlock() 1062 Deleted.clear(); in runOnMachineFunction()
|
/third_party/libbpf/ |
D | SYNC.md | 272 Deleted branch libbpf-baseline-2023-02-28T00-43-35.146Z (was 951bce29c898). 273 Deleted branch libbpf-bpf-baseline-2023-02-28T00-43-35.146Z (was 3a70e0d4c9d7). 274 Deleted branch libbpf-bpf-tip-2023-02-28T00-43-35.146Z (was 2d311f480b52). 275 Deleted branch libbpf-squash-base-2023-02-28T00-43-35.146Z (was 957f109ef883). 276 Deleted branch libbpf-squash-tip-2023-02-28T00-43-35.146Z (was be66130d2339). 277 Deleted branch libbpf-tip-2023-02-28T00-43-35.146Z (was 2d311f480b52).
|
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/ |
D | enums.go | 25 namesFileChangeType [int(Deleted) + 1]string 51 namesFileChangeType[int(Deleted)] = "Deleted"
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/ |
D | enums.go | 25 namesFileChangeType [int(Deleted) + 1]string 51 namesFileChangeType[int(Deleted)] = "Deleted"
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
D | enums.go | 25 namesFileChangeType [int(Deleted) + 1]string 51 namesFileChangeType[int(Deleted)] = "Deleted"
|
/third_party/typescript/src/compiler/ |
D | sys.ts | 33 Deleted 482 ? FileWatcherEventKind.Deleted 792 …ssingFileModifiedTime ? FileWatcherEventKind.Created : FileWatcherEventKind.Deleted, modifiedTime); 1712 … const isPreviouslyDeleted = +prev.mtime === 0 || eventKind === FileWatcherEventKind.Deleted; 1718 eventKind = FileWatcherEventKind.Deleted;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DebugInfoFlags.def | 92 HANDLE_DISP_FLAG((1u << 9), Deleted)
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_byte_coordinates.txt | 141 Jul 08, 2003 David Blythe Deleted Dependencies on section, added
|
/third_party/node/deps/npm/tap-snapshots/test/lib/commands/ |
D | cache.js.test.cjs | 45 Deleted: make-fetch-happen:request-cache:https://registry.npmjs.org/test-package/-/test-package-1.0…
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineFunction.cpp | 1038 DenseSet<MachineConstantPoolValue*> Deleted; in ~MachineConstantPool() local 1041 Deleted.insert(Constants[i].Val.MachineCPVal); in ~MachineConstantPool() 1047 if (Deleted.count(*I) == 0) in ~MachineConstantPool()
|
/third_party/openGLES/extensions/OES/ |
D | OES_byte_coordinates.txt | 151 Jul 08, 2003 David Blythe Deleted Dependencies on section, added
|
/third_party/python/Doc/library/ |
D | imaplib.rst | 196 ``STORE``) then enclose the string in parentheses (eg: ``r'(\Deleted)'``). 246 Close currently selected mailbox. Deleted messages are removed from writable 532 M.store(num, '+FLAGS', '\\Deleted')
|