Searched defs:isUsed (Results 1 - 25 of 26) sorted by relevance

12

/external/proguard/src/proguard/obfuscate/
H A DAttributeUsageMarker.java67 static boolean isUsed(VisitorAccepter visitorAccepter) method in class:AttributeUsageMarker
/external/proguard/src/proguard/classfile/editor/
H A DNameAndTypeShrinker.java139 private boolean isUsed(VisitorAccepter visitorAccepter) method in class:NameAndTypeShrinker
160 boolean isUsed = false;
171 isUsed = constant.getTag() != ClassConstants.CONSTANT_NameAndType ||
172 isUsed(constant);
175 if (isUsed)
H A DUtf8Shrinker.java428 private boolean isUsed(VisitorAccepter visitorAccepter) method in class:Utf8Shrinker
448 boolean isUsed = false;
459 isUsed = constant.getTag() != ClassConstants.CONSTANT_Utf8 ||
460 isUsed(constant);
463 if (isUsed)
H A DConstantPoolShrinker.java550 private boolean isUsed(VisitorAccepter visitorAccepter) method in class:ConstantPoolShrinker
570 boolean isUsed = false;
581 isUsed = isUsed(constant);
584 if (isUsed)
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCSymbol.h77 /// isUsed - Check if this is used.
78 bool isUsed() const { return IsUsed; } function in class:llvm::MCSymbol
/external/proguard/src/proguard/shrink/
H A DShortestUsageMarker.java145 protected boolean isUsed(VisitorAccepter visitorAccepter) method in class:ShortestUsageMarker
261 if (ShortestUsageMarker.this.isUsed(visitorAccepter))
H A DUsageMarker.java259 if (isUsed(programClass))
283 if (isUsed(programClass))
1028 protected boolean isUsed(VisitorAccepter visitorAccepter) method in class:UsageMarker
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DRegisterScavenging.h131 /// isUsed / isUnused - Test if a register is currently being used.
133 bool isUsed(unsigned Reg) const { return !RegsAvailable.test(Reg); } function in class:llvm::RegScavenger
/external/llvm/include/llvm/MC/
H A DMCSymbol.h218 /// isUsed - Check if this is used.
219 bool isUsed() const { return IsUsed; } function
/external/valgrind/coregrind/
H A Dm_sparsewa.c87 Int isUsed; member in struct:_SparseWA
121 Int sp = swa->isUsed;
129 swa->isUsed = sp+1;
136 Int sp = swa->isUsed - 1;
144 swa->isUsed = sp;
171 swa->isUsed = 0;
188 if (swa->isUsed == 0)
/external/clang/include/clang/Lex/
H A DMacroInfo.h219 bool isUsed() const { return IsUsed; } function in class:clang::MacroInfo
/external/libmojo/base/android/java/src/org/chromium/base/library_loader/
H A DLinker.java606 public static boolean isUsed() { method in class:Linker
/external/clang/lib/AST/
H A DDeclBase.cpp344 bool Decl::isUsed(bool CheckUsedAttr) const { function in class:Decl
360 if (isUsed(false))
/external/deqp/external/openglcts/modules/common/
H A DglcUniformBlockCase.cpp1545 bool isUsed = (block.getFlags() & (DECLARE_VERTEX | DECLARE_FRAGMENT)) != 0; local
1555 if (isUsed)
1627 bool isUsed = (block.getFlags() & (DECLARE_VERTEX | DECLARE_FRAGMENT)) != 0; local
1637 if (isUsed)
/external/deqp/modules/glshared/
H A DglsUniformBlockCase.cpp1588 bool isUsed = (block.getFlags() & (DECLARE_VERTEX|DECLARE_FRAGMENT)) != 0; local
1598 if (isUsed)
1667 bool isUsed = (block.getFlags() & (DECLARE_VERTEX|DECLARE_FRAGMENT)) != 0; local
1677 if (isUsed)
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/FileWordReader.class FileWordReader.java package proguard ...
/external/robolectric/v3/libs/
H A Dsqlite4java-0.282.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/almworks/ com/almworks/sqlite4java/ javolution/ javolution/util/ javolution/ ...
/external/robolectric/v1/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/guice/lib/build/
H A Dfelix-2.0.5.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE META-INF/NOTICE META- ...
/external/guice/extensions/struts2/lib/
H A Djsp-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/jasper/ org/apache/jasper/resources/ ...
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...

Completed in 5167 milliseconds

12