Home
last modified time | relevance | path

Searched refs:isUsed (Results 1 – 25 of 89) sorted by relevance

1234

/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
DUnshrinkingInputStream.java35 private final boolean[] isUsed; field in UnshrinkingInputStream
47 isUsed = new boolean[getPrefixesLength()]; in UnshrinkingInputStream()
49 isUsed[i] = true; in UnshrinkingInputStream()
57 while ((tableSize < MAX_TABLE_SIZE) && isUsed[tableSize]) { in addEntry()
63 isUsed[idx] = true; in addEntry()
70 for (int i = 0; i < isUsed.length; i++) { in partialClear()
71 if (isUsed[i] && getPrefix(i) != UNUSED_PREFIX) { in partialClear()
77 isUsed[i] = false; in partialClear()
120 if (!isUsed[code]) { in decompressNextSymbol()
/external/proguard/src/proguard/shrink/
DUsedMemberFilter.java61 if (usageMarker.isUsed(programField)) in visitProgramField()
70 if (usageMarker.isUsed(programMethod)) in visitProgramMethod()
79 if (usageMarker.isUsed(libraryField)) in visitLibraryField()
88 if (usageMarker.isUsed(libraryMethod)) in visitLibraryMethod()
DClassShrinker.java194 !usageMarker.isUsed(enclosingMethodAttribute.referencedMethod)) in visitEnclosingMethodAttribute()
311 !usageMarker.isUsed(referencedClass)) in visitSignatureAttribute()
371 boolean isUsed = false; in shrinkConstantPool()
384 isUsed = usageMarker.isUsed(constant); in shrinkConstantPool()
387 if (isUsed) in shrinkConstantPool()
421 if (!usageMarker.isUsed(constantPool[array[index]])) in shrinkFlags()
443 if (usageMarker.isUsed(constantPool[array[index]])) in shrinkConstantIndexArray()
510 if (usageMarker.isUsed(bootstrapMethod)) in shrinkBootstrapMethodArray()
546 if (usageMarker.isUsed(visitorAccepter)) in shrinkArray()
DInterfaceUsageMarker.java65 boolean classUsed = usageMarker.isUsed(programClass); in visitProgramClass()
120 boolean classUsed = usageMarker.isUsed(classConstant); in visitClassConstant()
147 if (!usageMarker.isUsed(utf8Constant)) in visitUtf8Constant()
DInnerUsageMarker.java90 boolean innerClassesInfoUsed = usageMarker.isUsed(innerClassesInfo); in visitInnerClassesInfo()
123 classUsed = usageMarker.isUsed(classConstant); in visitClassConstant()
154 classUsed = usageMarker.isUsed(programClass); in visitProgramClass()
DUsagePrinter.java92 if (usageMarker.isUsed(programClass)) in visitProgramClass()
122 if (usageMarker.isUsed(programField) ^ printUnusedItems) in visitProgramField()
137 if (usageMarker.isUsed(programMethod) ^ printUnusedItems) in visitProgramMethod()
DUsedClassFilter.java60 if (usageMarker.isUsed(programClass)) in visitProgramClass()
69 if (usageMarker.isUsed(libraryClass)) in visitLibraryClass()
DAnnotationUsageMarker.java245 if (!usageMarker.isUsed(classConstant)) in visitClassConstant()
267 allClassesUsed &= usageMarker.isUsed(programClass); in visitProgramClass()
280 methodUsed = usageMarker.isUsed(programMethod); in visitProgramMethod()
DShortestUsageMarker.java145 protected boolean isUsed(VisitorAccepter visitorAccepter) in isUsed() method in ShortestUsageMarker
261 if (ShortestUsageMarker.this.isUsed(visitorAccepter)) in checkCause()
DSignatureUsageMarker.java96 if (usageMarker.isUsed(programClass)) in visitProgramClass()
DLocalVariableTypeUsageMarker.java153 if (!usageMarker.isUsed(programClass)) in visitProgramClass()
DUsageMarker.java259 if (isUsed(programClass)) in visitProgramField()
283 if (isUsed(programClass)) in visitProgramMethod()
1028 protected boolean isUsed(VisitorAccepter visitorAccepter) in isUsed() method in UsageMarker
DShortestUsagePrinter.java204 if (shortestUsageMarker.isUsed(visitorAccepter)) in printReason()
/external/proguard/src/proguard/classfile/editor/
DNameAndTypeShrinker.java139 private boolean isUsed(VisitorAccepter visitorAccepter) in isUsed() method in NameAndTypeShrinker
160 boolean isUsed = false; in shrinkConstantPool()
171 isUsed = constant.getTag() != ClassConstants.CONSTANT_NameAndType || in shrinkConstantPool()
172 isUsed(constant); in shrinkConstantPool()
175 if (isUsed) in shrinkConstantPool()
DUtf8Shrinker.java428 private boolean isUsed(VisitorAccepter visitorAccepter) in isUsed() method in Utf8Shrinker
448 boolean isUsed = false; in shrinkConstantPool()
459 isUsed = constant.getTag() != ClassConstants.CONSTANT_Utf8 || in shrinkConstantPool()
460 isUsed(constant); in shrinkConstantPool()
463 if (isUsed) in shrinkConstantPool()
DConstantPoolShrinker.java550 private boolean isUsed(VisitorAccepter visitorAccepter) in isUsed() method in ConstantPoolShrinker
570 boolean isUsed = false; in shrinkConstantPool()
581 isUsed = isUsed(constant); in shrinkConstantPool()
584 if (isUsed) in shrinkConstantPool()
/external/llvm-project/openmp/libomptarget/src/
Drtl.h91 bool isUsed = false; member
127 isUsed = r.isUsed; in RTLInfoTy()
Drtl.cpp74 R.isUsed = false; in LoadRTLs()
274 if (!R.isUsed) { in RegisterLib()
293 R.isUsed = true; in RegisterLib()
349 assert(R->isUsed && "Expecting used RTLs."); in UnregisterLib()
/external/proguard/src/proguard/obfuscate/
DParameterNameMarker.java60 if (!AttributeUsageMarker.isUsed(localVariableTableAttribute) && in visitLocalVariableTableAttribute()
92 if (!AttributeUsageMarker.isUsed(localVariableTypeTableAttribute) && in visitLocalVariableTypeTableAttribute()
DAttributeUsageMarker.java67 static boolean isUsed(VisitorAccepter visitorAccepter) in isUsed() method in AttributeUsageMarker
DAttributeShrinker.java109 if (AttributeUsageMarker.isUsed(array[index])) in shrinkArray()
/external/skia/src/gpu/
DGrDDLTask.cpp59 if (task->isUsed(proxy)) { in onIsUsed()
DGrRenderTaskCluster.cpp71 if (dependee->isUsed(depender->target(i))) { in depends_on()
DGrRenderTask.h129 bool isUsed(GrSurfaceProxy* proxy) const { in isUsed() function
/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DUnusedParametersCheck.cpp182 if (Param->isUsed() || Param->isReferenced() || !Param->getDeclName() || in check()

1234