Home
last modified time | relevance | path

Searched defs:isDeleted (Results 1 – 16 of 16) sorted by relevance

/external/openthread/src/cli/
Dcli_srp_server.cpp216 bool isDeleted = otSrpServerHostIsDeleted(host); in ProcessHost() local
283 bool isDeleted = otSrpServerServiceIsDeleted(service); in ProcessService() local
/external/skia/experimental/tskit/bindings/
Dembind.d.ts22 isDeleted(): boolean; method
/external/proguard/src/proguard/classfile/editor/
DVariableEditor.java86 public boolean isDeleted(int instructionOffset) in isDeleted() method in VariableEditor
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/dump/
DDumpArchiveEntry.java209 private boolean isDeleted; field in DumpArchiveEntry
320 public boolean isDeleted() { in isDeleted() method in DumpArchiveEntry
328 public void setDeleted(final boolean isDeleted) { in setDeleted()
/external/skia/experimental/tskit/npm_build/types/
Dindex.d.ts94 isDeleted(): boolean; method
/external/skia/experimental/tskit/interface/
Dpublic_api.d.ts45 isDeleted(): boolean; method
/external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/
DEagerSessionTest.java170 boolean isDeleted() { in isDeleted() method in EagerSessionTest.TestReference
/external/swiftshader/third_party/subzero/src/
DIceLoopAnalyzer.cpp79 bool isDeleted() const { return Deleted; } in isDeleted() function in Ice::LoopAnalyzer::LoopNode
DIceInst.h92 bool isDeleted() const { return Deleted; } in isDeleted() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DHashTable.h267 bool isDeleted(uint32_t K) const { return Deleted.test(K); } in isDeleted() function
/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.cpp753 bool isDeleted = false; in GetItemPath2() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h1767 bool isDeleted() const { return getSPFlags() & SPFlagDeleted; } in isDeleted() function
/external/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts593 isDeleted(): boolean; method
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h3313 AST_MATCHER(FunctionDecl, isDeleted) { in AST_MATCHER() argument
/external/clang/include/clang/AST/
DDecl.h1909 bool isDeleted() const { return getCanonicalDecl()->IsDeleted; } in isDeleted() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1369 bool isDeleted(Instruction *I) const { return DeletedInstructions.count(I); } in isDeleted() function in llvm::slpvectorizer::BoUpSLP