HomeSort by relevance Sort by last modified time
    Searched refs:bisect (Results 1 - 25 of 122) sorted by null

1 2 3 4 5

  /external/skia/tools/viewer/
BisectSlide.cpp 19 SkDebugf("BISECT: invalid input file at \"%s\"\n", filepath);
23 sk_sp<BisectSlide> bisect(new BisectSlide(filepath));
24 if (bisect->fFilePath.endsWith(".svg")) {
27 SkDebugf("BISECT: XML parsing failed: \"%s\"\n", filepath);
32 SkDebugf("BISECT: couldn't load svg at \"%s\"\n", filepath);
35 svg->setContainerSize(SkSize::Make(bisect->getDimensions()));
36 svg->render(bisect.get());
40 SkDebugf("BISECT: couldn't load skp at \"%s\"\n", filepath);
43 skp->playback(bisect.get());
46 return bisect;
    [all...]
  /external/toolchain-utils/binary_search_tool/full_bisect_test/
run-test-nowrapper.sh 12 # Then it calls main-bisect-test, which runs the actual bisection tests. This
47 # skip populate stages in bisect wrapper
68 ${DIR}/main-bisect-test.sh
  /external/tremolo/Tremolo/
vorbisfile.c 219 ogg_int64_t bisect; local
222 bisect=searched;
224 bisect=(searched+endsearched)/2;
227 _seek_helper(vf,bisect);
231 endsearched=bisect;
526 /* Chained bitstream. Bisect-search each logical bitstream
1196 ogg_int64_t bisect; local
    [all...]
  /art/tools/runtime_memusage/
symbol_trace_info.py 26 import bisect
58 dex_file_ind = bisect.bisect(dex_start_list, address_access) - 1
255 # Dex File Starting addresses must be sorted because bisect requires sorted
289 dex_offset_index = bisect.bisect(
  /prebuilts/clang/host/darwin-x86/clang-3859424/bin/
clang 9 # We do not need bisect functionality with Goma and clang.
88 def bisect(self): member in class:CompilerWrapper
107 cw.bisect()
clang++ 9 # We do not need bisect functionality with Goma and clang.
88 def bisect(self): member in class:CompilerWrapper
107 cw.bisect()
  /prebuilts/clang/host/darwin-x86/clang-4053586/bin/
clang 9 # We do not need bisect functionality with Goma and clang.
88 def bisect(self): member in class:CompilerWrapper
107 cw.bisect()
clang++ 9 # We do not need bisect functionality with Goma and clang.
88 def bisect(self): member in class:CompilerWrapper
107 cw.bisect()
  /prebuilts/clang/host/linux-x86/clang-3859424/bin/
clang 9 # We do not need bisect functionality with Goma and clang.
88 def bisect(self): member in class:CompilerWrapper
107 cw.bisect()
clang++ 9 # We do not need bisect functionality with Goma and clang.
88 def bisect(self): member in class:CompilerWrapper
107 cw.bisect()
  /prebuilts/clang/host/linux-x86/clang-4053586/bin/
clang 9 # We do not need bisect functionality with Goma and clang.
88 def bisect(self): member in class:CompilerWrapper
107 cw.bisect()
clang++ 9 # We do not need bisect functionality with Goma and clang.
88 def bisect(self): member in class:CompilerWrapper
107 cw.bisect()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
bisect.py 45 bisect = bisect_right # backward compatibility variable
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
bisect.py 45 bisect = bisect_right # backward compatibility variable
  /external/python/cpython2/Lib/
bisect.py 45 bisect = bisect_right # backward compatibility variable
  /external/python/cpython3/Lib/
bisect.py 45 bisect = bisect_right # backward compatibility variable
  /prebuilts/gdb/darwin-x86/lib/python2.7/
bisect.py 45 bisect = bisect_right # backward compatibility variable
  /prebuilts/gdb/linux-x86/lib/python2.7/
bisect.py 45 bisect = bisect_right # backward compatibility variable
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
bisect.py 45 bisect = bisect_right # backward compatibility variable
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
bisect.py 45 bisect = bisect_right # backward compatibility variable
  /external/python/cpython2/Lib/multiprocessing/
heap.py 35 import bisect
115 i = bisect.bisect_left(self._lengths, size)
160 bisect.insort(self._lengths, length)
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
heap.py 35 import bisect
115 i = bisect.bisect_left(self._lengths, size)
160 bisect.insort(self._lengths, length)
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
heap.py 35 import bisect
115 i = bisect.bisect_left(self._lengths, size)
160 bisect.insort(self._lengths, length)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
heap.py 35 import bisect
115 i = bisect.bisect_left(self._lengths, size)
160 bisect.insort(self._lengths, length)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
heap.py 35 import bisect
115 i = bisect.bisect_left(self._lengths, size)
160 bisect.insort(self._lengths, length)

Completed in 502 milliseconds

1 2 3 4 5