HomeSort by relevance Sort by last modified time
    Searched refs:potential (Results 1 - 25 of 113) sorted by null

1 2 3 4 5

  /external/mockito/subprojects/android/src/main/java/org/mockito/android/internal/creation/
AndroidTempFileLocator.java 47 for (String potential : splitPathList(input)) {
48 if (!potential.startsWith("/data/app/")) {
52 int end = potential.lastIndexOf(".apk");
53 if (end != potential.length() - 4) {
56 int dash = potential.indexOf("-");
60 String packageName = potential.substring(start, end);
  /external/dexmaker/dexmaker/src/main/java/com/android/dx/
AppDataDirGuesser.java 135 for (String potential : splitPathList(input)) {
136 if (!potential.startsWith("/data/app/")) {
140 int end = potential.lastIndexOf(".apk");
141 if (end != potential.length() - 4) {
144 int dash = potential.indexOf("-");
148 String packageName = potential.substring(start, end);
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-android/2.7.6/
mockito-android-2.7.6.jar 
  /external/compiler-rt/
README.android 37 yet). Look at frameworks/compile/libbcc/runtime for potential starting points.
  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/
Android.mk 39 # any conflict with any potential system library named libgabi++
  /prebuilts/ndk/r13/sources/cxx-stl/gabi++/
Android.mk 39 # any conflict with any potential system library named libgabi++
  /prebuilts/go/darwin-x86/src/cmd/go/
discovery.go 25 // order to reduce potential errors, ASCII is treated as UTF-8 (i.e. characters
  /prebuilts/go/linux-x86/src/cmd/go/
discovery.go 25 // order to reduce potential errors, ASCII is treated as UTF-8 (i.e. characters
  /external/syslinux/com32/lib/libpng/
CHANGES 567 Changed makefile.solaris to issue a warning about potential problems when
    [all...]
  /toolchain/binutils/binutils-2.25/cpu/
frv.opc 501 VLIW_COMBO *potential;
512 potential = current;
515 if (match_unit (vliw, unit, (*potential)[next]))
516 return potential;
517 ++potential;
519 while (match_vliw (potential, current, next));
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
header.go 191 // is sufficient. We skip this potential starting
192 // position if both the first byte and its potential
  /prebuilts/go/linux-x86/src/net/http/
header.go 191 // is sufficient. We skip this potential starting
192 // position if both the first byte and its potential
  /prebuilts/go/darwin-x86/doc/codewalk/
markov.go 13 potential textual suffixes for a given prefix. Consider this text:
  /prebuilts/go/darwin-x86/src/runtime/
syscall_windows.go 112 // is a potential security risk, but so is Windows XP.
hashmap_fast.go 265 // Two keys are potential matches. Use hash to distinguish them.
372 // Two keys are potential matches. Use hash to distinguish them.
  /prebuilts/go/darwin-x86/src/sync/atomic/
value_test.go 186 mu.Lock() // synchronize with other potential writers
  /prebuilts/go/linux-x86/doc/codewalk/
markov.go 13 potential textual suffixes for a given prefix. Consider this text:
  /prebuilts/go/linux-x86/src/runtime/
syscall_windows.go 112 // is a potential security risk, but so is Windows XP.
hashmap_fast.go 265 // Two keys are potential matches. Use hash to distinguish them.
372 // Two keys are potential matches. Use hash to distinguish them.
  /prebuilts/go/linux-x86/src/sync/atomic/
value_test.go 186 mu.Lock() // synchronize with other potential writers
  /external/ImageMagick/www/api/
attribute.php 189 <p>IdentifyImageType() returns the potential type of image:</p>
193 <p>To ensure the image type matches its potential, use SetImageType():</p>
  /external/strace/
strace.spec 202 + fixed potential stack buffer overflow in select decoder (#556678);
211 + fixed several bugs in strings decoder, including potential heap
300 - Fix potential buffer overruns (#151570, #159196).
325 - fix potential crash in getxattr printing
  /prebuilts/go/darwin-x86/src/cmd/compile/
fmt_test.go 9 // TestFormats finds potential (Printf, etc.) format strings.
64 formatStrings = make(map[*ast.BasicLit]bool) // set of all potential format strings found
310 // collect all potential format strings (for extra verification later)
  /prebuilts/go/linux-x86/src/cmd/compile/
fmt_test.go 9 // TestFormats finds potential (Printf, etc.) format strings.
64 formatStrings = make(map[*ast.BasicLit]bool) // set of all potential format strings found
310 // collect all potential format strings (for extra verification later)
  /prebuilts/go/darwin-x86/src/go/types/
lookup.go 115 // potential match
179 // found a potential match

Completed in 658 milliseconds

1 2 3 4 5