HomeSort by relevance Sort by last modified time
    Searched refs:whats (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/android/os/
Broadcaster.java 118 int[] whats = r.targetWhats; local
121 if (targets[i] == target && whats[i] == targetWhat) {
126 System.arraycopy(whats, 0, r.targetWhats, 0, i);
133 System.arraycopy(whats, i+1, r.targetWhats, i,
189 int[] whats = r.targetWhats; local
195 m.what = whats[i];
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
fixdiv.py 303 whats = "/".join(block[1:])
304 print "*** Phantom %s warnings for line %d:" % (whats, row)
  /external/python/cpython2/Tools/scripts/
fixdiv.py 303 whats = "/".join(block[1:])
304 print "*** Phantom %s warnings for line %d:" % (whats, row)
  /external/toybox/lib/
lib.c 850 char *whos = "ogua", *hows = "=+-", *whats = "xwrstX", *whys = "ogu", local
882 while (*str && (s = strchr(whats, *str))) {
883 dowhat |= 1<<(s-whats);
  /external/minijail/
common.mk 308 # Choose the stack protector flags based on whats supported by the compiler.
    [all...]
  /external/modp_b64/
common.mk 308 # Choose the stack protector flags based on whats supported by the compiler.
    [all...]

Completed in 319 milliseconds