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

  /frameworks/rs/
rsAnimation.cpp 82 bool needSort = false;
85 needSort = true;
91 needSort = true;
  /packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
BluetoothDeviceListAdapter.java 340 boolean needSort = false;
343 needSort = true;
346 if (needSort) {
359 boolean needSort = false;
362 needSort = true;
370 return needSort;
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
gethostbydns.c 765 short needsort = 0; local
774 if (needsort == 0 && i > 0 && j < aval[i-1])
775 needsort = i;
777 if (!needsort)
780 while (needsort < num) {
781 for (j = needsort - 1; j >= 0; j--) {
796 needsort++;
  /bionic/libc/dns/net/
gethnamaddr.c 1129 int needsort = 0; local
1141 if (needsort == 0 && i > 0 && j < aval[i-1])
1142 needsort = i;
1144 if (!needsort)
1147 while (needsort < num) {
1148 for (j = needsort - 1; j >= 0; j--) {
1162 needsort++;
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
h2_bundle.go     [all...]
  /prebuilts/go/linux-x86/src/net/http/
h2_bundle.go     [all...]

Completed in 238 milliseconds