Searched refs:potential (Results 1 – 25 of 270) sorted by relevance
1234567891011
/external/mockito/subprojects/android/src/main/java/org/mockito/android/internal/creation/ |
D | AndroidTempFileLocator.java | 47 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/ |
D | AppDataDirGuesser.java | 135 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/ |
D | 0003-CVE-2015-8781-8782-8783.patch | 4 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…
|
D | 0004-CVE-2015-8784.patch | 4 Subject: [PATCH] * libtiff/tif_next.c: fix potential out-of-bound write in
|
/external/hamcrest/ |
D | README.version | 10 2016 it seems unnecessary to take those extra 7 commits given the potential for
|
/external/llvm/test/CodeGen/X86/ |
D | sunkaddr-ext.ll | 4 ; use the potential overflow as the basis for an address calculation later by
|
/external/ImageMagick/m4/ |
D | ac_func_fseeko.m4 | 41 # 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/ |
D | CHANGELOG.txt | 7 control port before the start() method returns. This fixes a potential race condition, which
|
/external/autotest/test_suites/ |
D | control.sanity | 20 restricted because of the potential performance costs.
|
/external/c-ares/ |
D | RELEASE-NOTES | 8 o replacement ares_inet_ntop affected by potential out of bounds write
|
/external/python/cpython2/Modules/_ctypes/libffi/src/alpha/ |
D | osf.S | 62 # Load up all of the (potential) argument registers. 146 # Store all of the potential argument registers in va_list format.
|
/external/wycheproof/doc/ |
D | index.md | 24 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/ |
D | CHANGELOG.txt | 11 control port before the start() method returns. This fixes a potential race condition, which
|
/external/okhttp/okhttp-logging-interceptor/ |
D | README.md | 25 the potential to leak sensitive information such as "Authorization" or "Cookie" headers and the
|
/external/mockftpserver/tags/1.2.1/ |
D | CHANGELOG.txt | 11 control port before the start() method returns. This fixes a potential race condition, which
|
/external/r8/src/main/java/com/android/tools/r8/optimize/ |
D | MemberRebindingAnalysis.java | 69 Object potential = lookup.apply(clazz, target); in firstLibraryClassForInterfaceTarget() local 70 if (potential != null) { in firstLibraryClassForInterfaceTarget()
|
/external/mockftpserver/tags/1.2.2/ |
D | CHANGELOG.txt | 18 control port before the start() method returns. This fixes a potential race condition, which
|
/external/mockftpserver/tags/1.2.3/ |
D | CHANGELOG.txt | 24 control port before the start() method returns. This fixes a potential race condition, which
|
/external/llvm/docs/ |
D | ScudoHardenedAllocator.rst | 24 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/ |
D | README.md | 15 potential for other useful scopes that can be used. For example, having a dedicated object graph
|
/external/llvm/test/CodeGen/Hexagon/ |
D | hwloop-pos-ivbump1.ll | 3 ; Test that a hardware loop is not generaetd due to a potential
|
/external/bison/m4/ |
D | multiarch.m4 | 33 dnl Check for potential -arch flags. It is not universal unless
|
/external/mockftpserver/branches/1.x_Branch/ |
D | CHANGELOG.txt | 32 control port before the start() method returns. This fixes a potential race condition, which
|
/external/mockftpserver/tags/1.2.4/ |
D | CHANGELOG.txt | 32 control port before the start() method returns. This fixes a potential race condition, which
|
/external/libcap/pam_cap/ |
D | License | 26 clause is necessary due to a potential conflict between the GNU LGPL
|
1234567891011