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

/external/proguard/src/proguard/obfuscate/
H A DAttributeUsageMarker.java67 static boolean isUsed(VisitorAccepter visitorAccepter) method in class:AttributeUsageMarker
/external/llvm/include/llvm/MC/
H A DMCSymbol.h78 /// isUsed - Check if this is used.
79 bool isUsed() const { return IsUsed; } function in class:llvm::MCSymbol
/external/proguard/src/proguard/classfile/editor/
H A DNameAndTypeShrinker.java140 private boolean isUsed(VisitorAccepter visitorAccepter) method in class:NameAndTypeShrinker
161 boolean isUsed = false;
173 isUsed = constant.getTag() != ClassConstants.CONSTANT_NameAndType ||
174 isUsed(constant);
177 if (isUsed)
H A DConstantPoolShrinker.java532 private boolean isUsed(VisitorAccepter visitorAccepter) method in class:ConstantPoolShrinker
552 boolean isUsed = false;
564 isUsed = isUsed(constant);
567 if (isUsed)
H A DUtf8Shrinker.java408 private boolean isUsed(VisitorAccepter visitorAccepter) method in class:Utf8Shrinker
428 boolean isUsed = false;
440 isUsed = constant.getTag() != ClassConstants.CONSTANT_Utf8 ||
441 isUsed(constant);
444 if (isUsed)
/external/llvm/include/llvm/CodeGen/
H A DRegisterScavenging.h167 /// isUsed - Test if a register is currently being used. When called by the
171 bool isUsed(unsigned Reg, bool CheckReserved = true) const { function in class:llvm::RegScavenger
/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.java258 if (isUsed(programClass))
282 if (isUsed(programClass))
999 protected boolean isUsed(VisitorAccepter visitorAccepter) method in class:UsageMarker
/external/valgrind/main/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.h234 bool isUsed() const { return IsUsed; } function in class:clang::MacroInfo
/external/chromium_org/base/android/java/src/org/chromium/base/library_loader/
H A DLinker.java361 public static boolean isUsed() { method in class:Linker
/external/clang/lib/AST/
H A DDeclBase.cpp294 bool Decl::isUsed(bool CheckUsedAttr) const { function in class:Decl
/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/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.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/ ...

Completed in 1219 milliseconds