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

  /frameworks/support/volley/tests/src/com/android/volley/
RequestTest.java 36 TestRequest low2 = new TestRequest(Priority.LOW); local
37 low2.setSequence(sequence++);
46 assertTrue(low.compareTo(low2) < 0);
  /external/libsepol/src/
ports.c 181 int low2 = c->u.port.low_port; local
184 if (proto == proto2 && low2 == low && high2 == high) {
219 int low2 = c->u.port.low_port; local
222 if (proto == proto2 && low2 == low && high2 == high) {
  /external/checkpolicy/
policy_define.c 3815 unsigned int low2, high2; local
3879 unsigned int low2, high2; local
4016 unsigned int prot2, low2, high2; local
    [all...]

Completed in 236 milliseconds