HomeSort by relevance Sort by last modified time
    Searched refs:whats (Results 1 - 4 of 4) 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];
  /external/toybox/lib/
lib.c 799 char *whos = "ogua", *hows = "=+-", *whats = "xwrstX", *whys = "ogu", local
831 while (*str && (s = strchr(whats, *str))) {
832 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 897 milliseconds