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

1 2 3 4 5 6 7 8 91011

  /external/proguard/src/proguard/shrink/
UsedMemberFilter.java 61 if (usageMarker.isUsed(programField))
70 if (usageMarker.isUsed(programMethod))
79 if (usageMarker.isUsed(libraryField))
88 if (usageMarker.isUsed(libraryMethod))
UsedClassFilter.java 60 if (usageMarker.isUsed(programClass))
69 if (usageMarker.isUsed(libraryClass))
InterfaceUsageMarker.java 65 boolean classUsed = usageMarker.isUsed(programClass);
120 boolean classUsed = usageMarker.isUsed(classConstant);
147 if (!usageMarker.isUsed(utf8Constant))
InnerUsageMarker.java 90 boolean innerClassesInfoUsed = usageMarker.isUsed(innerClassesInfo);
123 classUsed = usageMarker.isUsed(classConstant);
154 classUsed = usageMarker.isUsed(programClass);
ClassShrinker.java 194 !usageMarker.isUsed(enclosingMethodAttribute.referencedMethod))
311 !usageMarker.isUsed(referencedClass))
371 boolean isUsed = false;
384 isUsed = usageMarker.isUsed(constant);
387 if (isUsed)
421 if (!usageMarker.isUsed(constantPool[array[index]]))
443 if (usageMarker.isUsed(constantPool[array[index]]))
510 if (usageMarker.isUsed(bootstrapMethod))
546 if (usageMarker.isUsed(visitorAccepter)
    [all...]
UsagePrinter.java 92 if (usageMarker.isUsed(programClass))
122 if (usageMarker.isUsed(programField) ^ printUnusedItems)
137 if (usageMarker.isUsed(programMethod) ^ printUnusedItems)
AnnotationUsageMarker.java 245 if (!usageMarker.isUsed(classConstant))
267 allClassesUsed &= usageMarker.isUsed(programClass);
280 methodUsed = usageMarker.isUsed(programMethod);
SignatureUsageMarker.java 96 if (usageMarker.isUsed(programClass))
ShortestUsageMarker.java 145 protected boolean isUsed(VisitorAccepter visitorAccepter)
261 if (ShortestUsageMarker.this.isUsed(visitorAccepter))
  /external/proguard/src/proguard/classfile/editor/
NameAndTypeShrinker.java 139 private boolean isUsed(VisitorAccepter visitorAccepter)
160 boolean isUsed = false;
171 isUsed = constant.getTag() != ClassConstants.CONSTANT_NameAndType ||
172 isUsed(constant);
175 if (isUsed)
Utf8Shrinker.java 428 private boolean isUsed(VisitorAccepter visitorAccepter)
448 boolean isUsed = false;
459 isUsed = constant.getTag() != ClassConstants.CONSTANT_Utf8 ||
460 isUsed(constant);
463 if (isUsed)
ConstantPoolShrinker.java 550 private boolean isUsed(VisitorAccepter visitorAccepter)
570 boolean isUsed = false;
581 isUsed = isUsed(constant);
584 if (isUsed)
  /external/proguard/src/proguard/obfuscate/
AttributeUsageMarker.java 67 static boolean isUsed(VisitorAccepter visitorAccepter)
ParameterNameMarker.java 60 if (!AttributeUsageMarker.isUsed(localVariableTableAttribute) &&
92 if (!AttributeUsageMarker.isUsed(localVariableTypeTableAttribute) &&
AttributeShrinker.java 109 if (AttributeUsageMarker.isUsed(array[index]))
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/session/
dic_traverse_session.h 95 if (mProximityInfoStates[i].isUsed()) {
112 if (!mProximityInfoStates[i].isUsed()) {
145 if (pInfoState->isUsed() && !pInfoState->isContinuousSuggestionPossible()) {
  /hardware/qcom/display/msm8960/liboverlay/
overlay.h 113 static bool isUsed(int index);
195 inline bool Overlay::PipeBook::isUsed(int index) {
200 return !isUsed(index);
  /frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/writer/
LayoutBinderWriter.kt 119 expr.canBeEvaluatedToAVariable() && !(expr.isVariable() && !expr.isUsed) && (expr.isDynamic || expr is ResourceExpr)
341 variables.filter {it.isUsed || it.isIsUsedInCallback }
414 it.isUsed && it.tag != null && !it.isBinder
421 it.isUsed && !taggedViews.contains(it)
430 val hasBinders = layoutBinder.bindingTargets.firstOrNull{ it.isUsed && it.isBinder } != null
434 val numBindings = layoutBinder.bindingTargets.filter{ it.isUsed }.count()
437 layoutBinder.bindingTargets.filter{ it.isUsed && it.isBinder }.forEach {
440 it.isUsed && !it.isBinder && includeTag.equals(it.tag)
472 it.isUsed && !it.isBinder && (!it.supportsTag() || (it.id != null && it.tag == null))
530 val taggedViews = layoutBinder.sortedTargets.filter{it.isUsed }
    [all...]
  /external/libmojo/base/android/java/src/org/chromium/base/library_loader/
LibraryLoader.java 257 if (Linker.isUsed()) {
385 if (Linker.getInstance().isUsed()) {
399 assert Linker.getInstance().isUsed();
415 if (Linker.getInstance().isUsed()) {
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCSymbol.h 55 /// IsUsed - True if this symbol has been used.
56 mutable unsigned IsUsed : 1;
63 IsTemporary(isTemporary), IsUsed(false) {}
77 /// isUsed - Check if this is used.
78 bool isUsed() const { return IsUsed; }
79 void setUsed(bool Value) const { IsUsed = Value; }
138 IsUsed = true;
  /external/valgrind/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)
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
RegisterScavenging.h 131 /// isUsed / isUnused - Test if a register is currently being used.
133 bool isUsed(unsigned Reg) const { return !RegsAvailable.test(Reg); }
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegisterScavenging.cpp 46 if (isUsed(Reg))
49 if (isUsed(*R))
192 if (!isUsed(Reg)) {
204 if (isUsed(SubReg)) {
  /hardware/qcom/display/msm8084/liboverlay/
overlay.h 195 static bool isUsed(int index);
339 inline bool Overlay::PipeBook::isUsed(int index) {
344 return !isUsed(index);
  /hardware/qcom/display/msm8226/liboverlay/
overlay.h 203 static bool isUsed(int index);
360 inline bool Overlay::PipeBook::isUsed(int index) {
365 return !isUsed(index);

Completed in 484 milliseconds

1 2 3 4 5 6 7 8 91011