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

/external/proguard/src/proguard/obfuscate/
H A DAttributeUsageMarker.java67 static boolean isUsed(VisitorAccepter visitorAccepter) method in class:AttributeUsageMarker
H A DNameAndTypeUsageMarker.java131 static boolean isUsed(VisitorAccepter visitorAccepter) method in class:NameAndTypeUsageMarker
H A DUtf8UsageMarker.java388 static boolean isUsed(VisitorAccepter visitorAccepter) method in class:Utf8UsageMarker
/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/llvm/include/llvm/CodeGen/
H A DRegisterScavenging.h135 /// isUsed / isUnused - Test if a register is currently being used.
137 bool isUsed(unsigned Reg) 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.java240 if (isUsed(programClass))
264 if (isUsed(programClass))
867 protected boolean isUsed(VisitorAccepter visitorAccepter) method in class:UsageMarker
/external/clang/include/clang/Lex/
H A DMacroInfo.h258 /// isUsed - Return false if this macro is defined in the main file and has
260 bool isUsed() const { return IsUsed; } function in class:clang::MacroInfo
/external/jmonkeyengine/engine/src/core/com/jme3/util/
H A DTempVars.java82 private boolean isUsed = false; field in class:TempVars
111 instance.isUsed = true;
124 if (!isUsed) {
128 isUsed = false;
/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/webkit/Source/JavaScriptCore/assembler/
H A DAbstractMacroAssembler.h263 bool isUsed() const { return m_label.isUsed(); } function in class:JSC::AbstractMacroAssembler::Label
H A DMIPSAssembler.h195 bool isUsed() const { return m_used; } function in class:JSC::MIPSAssembler::JmpDst
H A DARMAssembler.h242 bool isUsed() const { return m_used; } function in class:JSC::ARMAssembler::JmpDst
H A DSH4Assembler.h380 bool isUsed() const { return m_used; } function in class:JSC::SH4Assembler::JmpDst
H A DX86Assembler.h253 bool isUsed() const { return m_used; } function in class:JSC::X86Assembler::JmpDst
/external/clang/lib/AST/
H A DDeclBase.cpp256 bool Decl::isUsed(bool CheckUsedAttr) const { function in class:Decl
/external/clang/lib/Serialization/
H A DASTReader.cpp1317 bool isUsed = Record[2]; local
1320 MI->setIsUsed(isUsed);
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...
/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 ...

Completed in 363 milliseconds