HomeSort by relevance Sort by last modified time
    Searched defs:INVALID_KEY (Results 1 - 7 of 7) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
StringToIntTable.java 38 public static final int INVALID_KEY = -10000;
143 return INVALID_KEY;
157 return INVALID_KEY;
165 return INVALID_KEY;
  /external/apache-xml/src/main/java/org/apache/xml/utils/
StringToIntTable.java 31 public static final int INVALID_KEY = -10000;
136 return INVALID_KEY;
150 return INVALID_KEY;
158 return INVALID_KEY;
  /frameworks/base/wifi/java/android/net/wifi/
RttManager.java 319 private static final int INVALID_KEY = 0;
388 if (listener == null) return INVALID_KEY;
393 } while (key == INVALID_KEY);
400 if (key == INVALID_KEY) return null;
408 if (listener == null) return INVALID_KEY;
412 return INVALID_KEY;
420 if (key == INVALID_KEY) return null;
430 if (key == INVALID_KEY) return key;
WifiScanner.java 600 private static final int INVALID_KEY = 0;
667 if (listener == null) return INVALID_KEY;
672 } while (key == INVALID_KEY);
679 if (key == INVALID_KEY) return null;
687 if (listener == null) return INVALID_KEY;
691 return INVALID_KEY;
699 if (key == INVALID_KEY) return null;
709 if (key == INVALID_KEY) return key;
    [all...]
WifiManager.java 550 private static final int INVALID_KEY = 0;
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-kvm.c 35 #define INVALID_KEY (~0ULL)
411 BUG_ON(key->key == INVALID_KEY);
433 if (key->key != INVALID_KEY)
501 if (!event && key->key == INVALID_KEY)
563 struct event_key key = {.key = INVALID_KEY};
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiScanningServiceImpl.java 61 private static final int INVALID_KEY = 0; // same as WifiScanner
    [all...]

Completed in 203 milliseconds