Searched refs:potential (Results 1 – 25 of 209) sorted by relevance
123456789
/external/littlemock/src/com/google/testing/littlemock/ |
D | AppDataDirGuesser.java | 89 for (String potential : splitPathList(input)) { in guessPath() 90 if (!potential.startsWith("/data/app/")) { in guessPath() 94 int end = potential.lastIndexOf(".apk"); in guessPath() 95 if (end != potential.length() - 4) { in guessPath() 98 int dash = potential.indexOf("-"); in guessPath() 102 String packageName = potential.substring(start, end); in guessPath()
|
/external/dexmaker/src/main/java/com/google/dexmaker/ |
D | AppDataDirGuesser.java | 136 for (String potential : splitPathList(input)) { in guessPath() 137 if (!potential.startsWith("/data/app/")) { in guessPath() 141 int end = potential.lastIndexOf(".apk"); in guessPath() 142 if (end != potential.length() - 4) { in guessPath() 145 int dash = potential.indexOf("-"); in guessPath() 149 String packageName = potential.substring(start, end); in guessPath()
|
/external/pdfium/third_party/libopenjpeg20/ |
D | README.pdfium | 21 0009-opj_pi_next.patch: Fix potential bad precno value in opj_pi_next* functions.
|
/external/llvm/test/CodeGen/X86/ |
D | sunkaddr-ext.ll | 4 ; use the potential overflow as the basis for an address calculation later by
|
/external/libusb/ |
D | NEWS | 20 * Bug fixes including transfer locking to fix some potential threading races
|
/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 | 21 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/mockftpserver/tags/1.2.1/ |
D | CHANGELOG.txt | 11 control port before the start() method returns. This fixes a potential race condition, which
|
/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/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/test/CodeGen/Hexagon/ |
D | hwloop-pos-ivbump1.ll | 3 ; Test that a hardware loop is not generaetd due to a potential
|
D | hwloop-wrap2.ll | 3 ; Test that we do not generate a hardware loop due to a potential underflow.
|
/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/bison/m4/ |
D | multiarch.m4 | 33 dnl Check for potential -arch flags. It is not universal unless
|
/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/mockftpserver/branches/1.x_Branch/ |
D | CHANGELOG.txt | 32 control port before the start() method returns. This fixes a potential race condition, which
|
/external/opencv3/doc/py_tutorials/py_feature2d/py_sift_intro/ |
D | py_sift_intro.markdown | 40 which gives us a list of \f$(x,y,\sigma)\f$ values which means there is a potential keypoint at (x,… 52 in previous scales. If it is a local extrema, it is a potential keypoint. It basically means that 63 Once potential keypoints locations are found, they have to be refined to get more accurate results.
|
/external/libxml2/ |
D | HACKING | 21 be careful with potential portability problems there.
|
/external/libcap/pam_cap/ |
D | License | 26 clause is necessary due to a potential conflict between the GNU LGPL
|
/external/compiler-rt/ |
D | README.android | 37 yet). Look at frameworks/compile/libbcc/runtime for potential starting points.
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | si-lod-bias.ll | 4 ; This shader has the potential to generated illegal VGPR to SGPR copies if
|
/external/ipsec-tools/src/racoon/doc/ |
D | README.plainrsa | 13 it would be for potential attacker to conduct brute-force discovery of 60 it is not necessary, and (b) you would now have two potential places
|
/external/mockftpserver/tags/2.0-rc1/ |
D | CHANGELOG.txt | 48 control port before the start() method returns. This fixes a potential race condition, which
|
123456789