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

  /external/volley/src/test/java/com/android/volley/
RequestTest.java 33 TestRequest low2 = new TestRequest(Priority.LOW); local
34 low2.setSequence(sequence++);
43 assertTrue(low.compareTo(low2) < 0);
  /external/selinux/libsemanage/src/
ports_local.c 99 int proto2, low2, high2; local
108 low2 = semanage_port_get_low(ports[j]);
115 if (low2 <= high) {
118 low, high, proto_str, low2, high2, proto_str2);
  /external/selinux/libsepol/src/
ports.c 187 int low2 = c->u.port.low_port; local
190 if (proto == proto2 && low2 == low && high2 == high) {
225 int low2 = c->u.port.low_port; local
228 if (proto == proto2 && low2 == low && high2 == high) {
  /frameworks/av/include/media/
Interpolator.h 106 // find the neighboring points (low2 < low < high < high2)
107 auto low2 = this->end(); local
109 low2 = low;
110 --low2; // decrementing this->begin() is undefined
134 sec0 = low2 != this->end()
135 ? (low->second - low2->second) / (low->first - low2->first)
146 m0 = low2 != this->end()
147 ? (high->second - low2->second) / (high->first - low2->first
    [all...]
  /external/selinux/checkpolicy/
policy_define.c 4772 uint64_t low2, high2; local
4836 uint32_t low2, high2; local
5027 unsigned int prot2, low2, high2; local
    [all...]

Completed in 328 milliseconds