HomeSort by relevance Sort by last modified time
    Searched defs:isUsed (Results 1 - 25 of 31) sorted by null

1 2

  /external/proguard/src/proguard/obfuscate/
AttributeUsageMarker.java 67 static boolean isUsed(VisitorAccepter visitorAccepter)
NameAndTypeUsageMarker.java 131 static boolean isUsed(VisitorAccepter visitorAccepter)
Utf8UsageMarker.java 388 static boolean isUsed(VisitorAccepter visitorAccepter)
  /external/llvm/include/llvm/CodeGen/
RegisterScavenging.h 132 /// isUsed - Test if a register is currently being used. When called by the
136 bool isUsed(unsigned Reg, bool CheckReserved = true) const {
  /external/llvm/include/llvm/MC/
MCSymbol.h 56 /// IsUsed - True if this symbol has been used.
57 mutable unsigned IsUsed : 1;
64 IsTemporary(isTemporary), IsUsed(false) {}
78 /// isUsed - Check if this is used.
79 bool isUsed() const { return IsUsed; }
80 void setUsed(bool Value) const { IsUsed = Value; }
139 IsUsed = true;
  /hardware/qcom/display/liboverlay/
overlay.h 113 static bool isUsed(int index);
195 inline bool Overlay::PipeBook::isUsed(int index) {
200 return !isUsed(index);
  /external/clang/include/clang/Lex/
MacroInfo.h 79 /// IsUsed - True if this macro is either defined in the main file and has
82 bool IsUsed : 1;
141 /// setIsUsed - Set the value of the IsUsed flag.
144 IsUsed = Val;
208 /// isUsed - Return false if this macro is defined in the main file and has
210 bool isUsed() const { return IsUsed; }
  /external/jmonkeyengine/engine/src/core/com/jme3/util/
TempVars.java 82 private boolean isUsed = false;
111 instance.isUsed = true;
124 if (!isUsed) {
128 isUsed = false;
  /external/proguard/src/proguard/shrink/
ShortestUsageMarker.java 145 protected boolean isUsed(VisitorAccepter visitorAccepter)
261 if (ShortestUsageMarker.this.isUsed(visitorAccepter))
UsageMarker.java 240 if (isUsed(programClass))
264 if (isUsed(programClass))
867 protected boolean isUsed(VisitorAccepter visitorAccepter)
  /external/valgrind/main/coregrind/
m_sparsewa.c 87 Int isUsed;
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)
  /packages/inputmethods/LatinIME/native/jni/src/
proximity_info_state.h 124 bool isUsed() const {
  /external/webkit/Source/JavaScriptCore/assembler/
AbstractMacroAssembler.h 263 bool isUsed() const { return m_label.isUsed(); }
MIPSAssembler.h 195 bool isUsed() const { return m_used; }
ARMAssembler.h 242 bool isUsed() const { return m_used; }
SH4Assembler.h 380 bool isUsed() const { return m_used; }
    [all...]
X86Assembler.h 253 bool isUsed() const { return m_used; }
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node.h 178 bool isUsed() const {
496 if (!isUsed() && !right->isUsed()) {
500 if (!isUsed()) {
503 if (!right->isUsed()) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ProjectCallback.java 328 public boolean isUsed() {
  /external/clang/lib/AST/
DeclBase.cpp 282 bool Decl::isUsed(bool CheckUsedAttr) const {
    [all...]
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp     [all...]
GGLAssembler.h 74 inline int isUsed(int reg) const;
113 bool isUsed(int reg) {
  /dalvik/vm/compiler/codegen/x86/
AnalysisO1.h 114 bool isUsed;
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 
  /external/proguard/lib/
proguard.jar 

Completed in 490 milliseconds

1 2