Home
last modified time | relevance | path

Searched refs:potential (Results 1 – 25 of 270) sorted by relevance

1234567891011

/external/mockito/subprojects/android/src/main/java/org/mockito/android/internal/creation/
DAndroidTempFileLocator.java47 for (String potential : splitPathList(input)) { in guessPath()
48 if (!potential.startsWith("/data/app/")) { in guessPath()
52 int end = potential.lastIndexOf(".apk"); in guessPath()
53 if (end != potential.length() - 4) { in guessPath()
56 int dash = potential.indexOf("-"); in guessPath()
60 String packageName = potential.substring(start, end); in guessPath()
/external/dexmaker/dexmaker/src/main/java/com/android/dx/
DAppDataDirGuesser.java135 for (String potential : splitPathList(input)) { in guessPath()
136 if (!potential.startsWith("/data/app/")) { in guessPath()
140 int end = potential.lastIndexOf(".apk"); in guessPath()
141 if (end != potential.length() - 4) { in guessPath()
144 int dash = potential.indexOf("-"); in guessPath()
148 String packageName = potential.substring(start, end); in guessPath()
/external/pdfium/third_party/libtiff/
D0003-CVE-2015-8781-8782-8783.patch4 Subject: [PATCH] * libtiff/tif_luv.c: fix potential out-of-bound writes in
6 checks (bugzilla #2522). Fix potential out-of-bound reads in case of short
38 - rc = *bp++ + (2-128); /* TODO: potential input buffer overrun when decoding corrupt or trunc…
97 - cc -= 2; /* TODO: potential input buffer overrun when decoding corrupt or trunc…
D0004-CVE-2015-8784.patch4 Subject: [PATCH] * libtiff/tif_next.c: fix potential out-of-bound write in
/external/hamcrest/
DREADME.version10 2016 it seems unnecessary to take those extra 7 commits given the potential for
/external/llvm/test/CodeGen/X86/
Dsunkaddr-ext.ll4 ; use the potential overflow as the basis for an address calculation later by
/external/ImageMagick/m4/
Dac_func_fseeko.m441 # your modified version has the potential to copy into its output some
45 # such potential, you must delete any notice of this special exception
/external/mockftpserver/tags/1.2/
DCHANGELOG.txt7 control port before the start() method returns. This fixes a potential race condition, which
/external/autotest/test_suites/
Dcontrol.sanity20 restricted because of the potential performance costs.
/external/c-ares/
DRELEASE-NOTES8 o replacement ares_inet_ntop affected by potential out of bounds write
/external/python/cpython2/Modules/_ctypes/libffi/src/alpha/
Dosf.S62 # Load up all of the (potential) argument registers.
146 # Store all of the potential argument registers in va_list format.
/external/wycheproof/doc/
Dindex.md24 information that a potential attacker can learn. For example padding
58 * We are working toward covering as many potential vulnerabilities as possible
/external/mockftpserver/tags/2.x_Before_IDEA/
DCHANGELOG.txt11 control port before the start() method returns. This fixes a potential race condition, which
/external/okhttp/okhttp-logging-interceptor/
DREADME.md25 the potential to leak sensitive information such as "Authorization" or "Cookie" headers and the
/external/mockftpserver/tags/1.2.1/
DCHANGELOG.txt11 control port before the start() method returns. This fixes a potential race condition, which
/external/r8/src/main/java/com/android/tools/r8/optimize/
DMemberRebindingAnalysis.java69 Object potential = lookup.apply(clazz, target); in firstLibraryClassForInterfaceTarget() local
70 if (potential != null) { in firstLibraryClassForInterfaceTarget()
/external/mockftpserver/tags/1.2.2/
DCHANGELOG.txt18 control port before the start() method returns. This fixes a potential race condition, which
/external/mockftpserver/tags/1.2.3/
DCHANGELOG.txt24 control port before the start() method returns. This fixes a potential race condition, which
/external/llvm/docs/
DScudoHardenedAllocator.rst24 the second one being to detect potential heap overflows. In order to achieve
35 - the allocation type (malloc, new, new[] or memalign), to detect potential
/external/dagger2/examples/android-activity-graphs/
DREADME.md15 potential for other useful scopes that can be used. For example, having a dedicated object graph
/external/llvm/test/CodeGen/Hexagon/
Dhwloop-pos-ivbump1.ll3 ; Test that a hardware loop is not generaetd due to a potential
/external/bison/m4/
Dmultiarch.m433 dnl Check for potential -arch flags. It is not universal unless
/external/mockftpserver/branches/1.x_Branch/
DCHANGELOG.txt32 control port before the start() method returns. This fixes a potential race condition, which
/external/mockftpserver/tags/1.2.4/
DCHANGELOG.txt32 control port before the start() method returns. This fixes a potential race condition, which
/external/libcap/pam_cap/
DLicense26 clause is necessary due to a potential conflict between the GNU LGPL

1234567891011