/external/proguard/src/proguard/classfile/visitor/ |
D | ExceptionRangeFilter.java | 38 private final int endOffset; field in ExceptionRangeFilter 50 int endOffset, in ExceptionRangeFilter() argument 54 this.endOffset = endOffset; in ExceptionRangeFilter() 63 if (exceptionInfo.isApplicable(startOffset, endOffset)) in visitExceptionInfo()
|
D | ExceptionHandlerFilter.java | 38 private final int endOffset; field in ExceptionHandlerFilter 50 int endOffset, in ExceptionHandlerFilter() argument 54 this.endOffset = endOffset; in ExceptionHandlerFilter() 65 handlerPC < endOffset) in visitExceptionInfo()
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/ |
D | SmaliLexer.java | 47 private int endOffset; field in SmaliLexer 55 …@Override public void start(@NotNull CharSequence buffer, int startOffset, int endOffset, int init… in start() argument 57 lexer.reset(buffer, startOffset, endOffset, initialState); in start() 58 this.endOffset = endOffset; in start() 121 return endOffset; in getBufferEnd()
|
/external/proguard/src/proguard/optimize/evaluation/ |
D | VariableOptimizer.java | 319 private int firstLiveness(int startOffset, int endOffset, int variableIndex) in firstLiveness() argument 321 for (int offset = startOffset; offset < endOffset; offset++) in firstLiveness() 330 return endOffset; in firstLiveness() 338 private int lastLiveness(int startOffset, int endOffset, int variableIndex) in lastLiveness() argument 340 int previousOffset = endOffset; in lastLiveness() 342 for (int offset = endOffset-1; offset >= startOffset; offset--) in lastLiveness() 355 return endOffset; in lastLiveness()
|
D | PartialEvaluator.java | 327 public boolean isTraced(int startOffset, int endOffset) in isTraced() argument 329 for (int index = startOffset; index < endOffset; index++) in isTraced() 564 int endOffset) in evaluateInstructionBlockAndExceptionHandlers() argument 577 endOffset); in evaluateInstructionBlockAndExceptionHandlers() 1001 int endOffset) in evaluateExceptionHandlers() argument 1003 …f (DEBUG) System.out.println("Evaluating exceptions covering ["+startOffset+" -> "+endOffset+"]:"); in evaluateExceptionHandlers() 1007 endOffset, in evaluateExceptionHandlers() 1021 endOffset, in evaluateExceptionHandlers() 1203 int endOffset, 1211 for (int index = startOffset; index < endOffset; index++)
|
D | LivenessAnalyzer.java | 394 int endOffset = exceptionInfo.u2endPC; 396 for (int offset = startOffset; offset < endOffset; offset++)
|
/external/proguard/src/proguard/classfile/attribute/ |
D | CodeAttribute.java | 129 …public void instructionsAccept(Clazz clazz, Method method, int startOffset, int endOffset, Instruc… in instructionsAccept() argument 133 while (offset < endOffset) in instructionsAccept() 179 …public void exceptionsAccept(Clazz clazz, Method method, int startOffset, int endOffset, Exception… in exceptionsAccept() argument 184 if (exceptionInfo.isApplicable(startOffset, endOffset)) in exceptionsAccept()
|
D | ExceptionInfo.java | 82 public boolean isApplicable(int startOffset, int endOffset) in isApplicable() argument 84 return u2startPC < endOffset && in isApplicable()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/ |
D | AnnotatedBytes.java | 224 Integer endOffset = annotatations.higherKey(offset); in formatAnnotation() local 225 return formatAnnotation(offset, endOffset, annotationMsg); in formatAnnotation() 228 private String formatAnnotation(int offset, Integer endOffset, String annotationMsg) { in formatAnnotation() argument 229 if (endOffset != null) { in formatAnnotation() 230 return String.format("[0x%x, 0x%x) \"%s\"", offset, endOffset, annotationMsg); in formatAnnotation()
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/dexlib/ |
D | SmalideaTryBlock.java | 49 int endOffset = catchStatement.getEndLabel().resolve().getOffset() / 2; in getCodeUnitCount() local 50 return endOffset - getStartCodeAddress(); in getCodeUnitCount()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/ |
D | DexBackedMethodImplementation.java | 71 final int endOffset = instructionsStartOffset + (instructionsSize*2); in getInstructions() local 78 if (reader.getOffset() >= endOffset) { in getInstructions() 86 if (offset > endOffset || offset < 0) { in getInstructions()
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/ |
D | StringExtensions.cs | 127 public static string substring(this string str, int startOffset, int endOffset) in substring() argument 129 return str.Substring( startOffset, endOffset - startOffset ); in substring()
|
/external/proguard/src/proguard/optimize/peephole/ |
D | UnreachableExceptionRemover.java | 111 int endOffset) in mayThrowExceptions() argument 117 while (offset < endOffset) in mayThrowExceptions()
|
D | ReachableCodeMarker.java | 64 public boolean isReachable(int startOffset, int endOffset) in isReachable() argument 67 for (int offset = startOffset; offset < endOffset; offset++) in isReachable()
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/ |
D | StringExtensions.cs | 131 public static string substring( string str, int startOffset, int endOffset ) in substring() argument 133 return str.Substring( startOffset, endOffset - startOffset ); in substring()
|
/external/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 151 uint64_t endOffset() const { return EndOffset; } in endOffset() function in __anon64cff1af0211::Slice 174 if (endOffset() > RHS.endOffset()) in operator <() 191 beginOffset() == RHS.beginOffset() && endOffset() == RHS.endOffset(); in operator ==() 360 uint64_t endOffset() const { return EndOffset; } in endOffset() function in llvm::sroa::Partition 450 [&](Slice *S) { return S->endOffset() <= P.EndOffset; }), in advance() 454 return S->endOffset() == MaxSplitSliceEndOffset; in advance() 459 return S->endOffset() <= MaxSplitSliceEndOffset; in advance() 478 if (S.isSplittable() && S.endOffset() > P.EndOffset) { in advance() 481 std::max(S.endOffset(), MaxSplitSliceEndOffset); in advance() 511 P.EndOffset = P.SI->endOffset(); in advance() [all …]
|
/external/lzma/C/ |
D | XzIn.c | 276 Int64 endOffset = 0; in Xzs_ReadBackward() local 277 RINOK(stream->Seek(stream, &endOffset, SZ_SEEK_END)); in Xzs_ReadBackward() 278 *startOffset = endOffset; in Xzs_ReadBackward() 303 …if (progress && progress->Progress(progress, endOffset - *startOffset, (UInt64)(Int64)-1) != SZ_OK) in Xzs_ReadBackward()
|
/external/proguard/src/proguard/optimize/info/ |
D | ExceptionInstructionChecker.java | 66 int endOffset) in mayThrowExceptions() argument 72 while (offset < endOffset) in mayThrowExceptions()
|
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/ |
D | MethodDefinition.java | 101 int endOffset = instructionOffsetMap.getInstructionCodeOffset(instructions.size()-1) + in MethodDefinition() local 121 targetOffset = endOffset; in MethodDefinition() 125 endOffset += payloadInstruction.getCodeUnits(); in MethodDefinition() 144 targetOffset = endOffset; in MethodDefinition() 148 endOffset += payloadInstruction.getCodeUnits(); in MethodDefinition()
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
D | CssTokens.java | 130 public int endOffset() { in endOffset() method in CssTokens.TokenIterator 135 return normalizedCss.substring(startOffset(), endOffset()); in token()
|
/external/clang/lib/CodeGen/ |
D | CGObjCMac.cpp | 922 CharUnits endOffset, 928 CharUnits endOffset) { in BuildStrongIvarLayout() argument 929 return BuildIvarLayout(OI, beginOffset, endOffset, true, false); in BuildStrongIvarLayout() 934 CharUnits endOffset, in BuildWeakIvarLayout() argument 936 return BuildIvarLayout(OI, beginOffset, endOffset, false, hasMRCWeakIvars); in BuildWeakIvarLayout() 4923 CharUnits beginOffset, CharUnits endOffset, in BuildIvarLayout() argument 4972 IvarLayoutBuilder builder(CGM, baseOffset, endOffset, ForStrongLayout); in BuildIvarLayout()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | MeasureUnitTest.java | 1080 int endOffset = ((Integer) row[6]).intValue(); in testSimplePer() local 1095 assertEquals("endOffset", endOffset, pos.getEndIndex() - prefix.length()); in testSimplePer()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | MeasureUnitTest.java | 1084 int endOffset = ((Integer) row[6]).intValue(); in testSimplePer() local 1099 assertEquals("endOffset", endOffset, pos.getEndIndex() - prefix.length()); in testSimplePer()
|