Home
last modified time | relevance | path

Searched defs:ooffset (Results 1 – 2 of 2) sorted by relevance

/external/jazzer-api/agent/src/main/java/com/code_intelligence/jazzer/runtime/
DTraceCmpHooks.java128 int ooffset = (int) arguments[3]; in regionsMatches5() local
130 regionMatchesInternal((String) thisObject, toffset, other, ooffset, len, hookId); in regionsMatches5() local
142 int ooffset = (int) arguments[2]; in regionMatches4() local
144 regionMatchesInternal((String) thisObject, toffset, other, ooffset, len, hookId); in regionMatches4() local
149 String thisString, int toffset, String other, int ooffset, int len, int hookId) { in regionMatchesInternal()
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/
DCharSequenceUtilsTest.java87 final int ooffset; field in CharSequenceUtilsTest.TestData
92 final String other, final int ooffset, final int len, final boolean expected) { in TestData()
103 …final String other, final int ooffset, final int len, final Class<? extends Throwable> throwable) { in TestData()