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

1 2 3 4

  /external/r8/src/test/java/com/android/tools/r8/bisect/
BisectTest.java 4 package com.android.tools.r8.bisect;
9 import com.android.tools.r8.bisect.BisectOptions.Result;
40 public void bisect() throws Exception { method in class:BisectTest
42 Timing timing = new Timing("bisect-test");
72 DexProgramClass clazz = Bisect.run(state, this::command, temp.newFolder().toPath(), executor);
  /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(
  /external/libvorbis/lib/
vorbisfile.c 528 ogg_int64_t bisect; local
531 bisect=searched;
533 bisect=(searched+endsearched)/2;
536 ret=_seek_helper(vf,bisect);
542 endsearched=bisect;
1421 ogg_int64_t bisect; local
    [all...]
  /external/autotest/site_utils/autoupdate/
release.py 9 import bisect
160 i = bisect.bisect_left(self._sorted_shifted_branchpoint_rel_key_list,
  /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-3957855/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-3960126/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-3977809/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-3957855/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-3960126/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-3977809/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()

Completed in 795 milliseconds

1 2 3 4