Home
last modified time | relevance | path

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

123456789

/external/littlemock/src/com/google/testing/littlemock/
DAppDataDirGuesser.java89 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/
DAppDataDirGuesser.java136 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/
DREADME.pdfium21 0009-opj_pi_next.patch: Fix potential bad precno value in opj_pi_next* functions.
/external/llvm/test/CodeGen/X86/
Dsunkaddr-ext.ll4 ; use the potential overflow as the basis for an address calculation later by
/external/libusb/
DNEWS20 * Bug fixes including transfer locking to fix some potential threading races
/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.sanity21 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/mockftpserver/tags/1.2.1/
DCHANGELOG.txt11 control port before the start() method returns. This fixes a potential race condition, which
/external/mockftpserver/tags/2.x_Before_IDEA/
DCHANGELOG.txt11 control port before the start() method returns. This fixes a potential race condition, which
/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/test/CodeGen/Hexagon/
Dhwloop-pos-ivbump1.ll3 ; Test that a hardware loop is not generaetd due to a potential
Dhwloop-wrap2.ll3 ; Test that we do not generate a hardware loop due to a potential underflow.
/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/bison/m4/
Dmultiarch.m433 dnl Check for potential -arch flags. It is not universal unless
/external/mockftpserver/tags/1.2.4/
DCHANGELOG.txt32 control port before the start() method returns. This fixes a potential race condition, which
/external/mockftpserver/branches/1.x_Branch/
DCHANGELOG.txt32 control port before the start() method returns. This fixes a potential race condition, which
/external/opencv3/doc/py_tutorials/py_feature2d/py_sift_intro/
Dpy_sift_intro.markdown40 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/
DHACKING21 be careful with potential portability problems there.
/external/libcap/pam_cap/
DLicense26 clause is necessary due to a potential conflict between the GNU LGPL
/external/compiler-rt/
DREADME.android37 yet). Look at frameworks/compile/libbcc/runtime for potential starting points.
/external/llvm/test/CodeGen/AMDGPU/
Dsi-lod-bias.ll4 ; This shader has the potential to generated illegal VGPR to SGPR copies if
/external/ipsec-tools/src/racoon/doc/
DREADME.plainrsa13 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/
DCHANGELOG.txt48 control port before the start() method returns. This fixes a potential race condition, which

123456789