HomeSort by relevance Sort by last modified time
    Searched refs:Hit (Results 1 - 23 of 23) sorted by null

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
loc-4.s 0 # Hit a few remaining code-paths.
loc-5.s 0 # Hit a few remaining code-paths.
  /external/valgrind/callgrind/
sim.c 41 - both blocks hit --> one hit
133 typedef enum { Hit = 0, Miss, MissDirty } CacheResult;
237 * For simple cache hit/miss counts, we do not have to
259 return Hit;
269 return Hit;
305 return ((res1 == Miss) || (res2 == Miss)) ? Miss : Hit;
312 return Hit;
318 if ( cachesim_ref( &I1, a, size) == Hit ) return L1_Hit;
319 if ( cachesim_ref( &LL, a, size) == Hit ) return LL_Hit
    [all...]
  /external/llvm/utils/vim/indent/
llvm.vim 58 " Hit the start of the file, use zero indent.
  /prebuilts/go/darwin-x86/src/runtime/
runtime-lldb_test.go 106 print "Hit breakpoint"
131 Hit breakpoint
  /prebuilts/go/linux-x86/src/runtime/
runtime-lldb_test.go 106 print "Hit breakpoint"
131 Hit breakpoint
  /external/protobuf/objectivec/DevTools/
pddm_tests.py 107 'Hit a line with an unknown directive: '),
113 'Hit a line that wasn\'t a directive and no open macro definition: '),
371 'Hit the end of the file while in "//%PDDM-EXPAND a()".'),
  /prebuilts/go/darwin-x86/src/encoding/csv/
reader.go 212 // If EOF is hit without a trailing endline, it will be omitted.
322 // Hit next quote.
349 // Hit end of line (copy all data so far).
  /prebuilts/go/linux-x86/src/encoding/csv/
reader.go 212 // If EOF is hit without a trailing endline, it will be omitted.
322 // Hit next quote.
349 // Hit end of line (copy all data so far).
  /external/libvncserver/webclients/novnc/
README.md 105 configured. Hit the Connect button and enjoy!
  /prebuilts/go/darwin-x86/src/net/http/httputil/
reverseproxy_test.go 597 w.Header().Add("X-Hit-Mod", fmt.Sprintf("%v", r.URL.Path == "/mod"))
605 if resp.Header.Get("X-Hit-Mod") != "true" {
  /prebuilts/go/linux-x86/src/net/http/httputil/
reverseproxy_test.go 597 w.Header().Add("X-Hit-Mod", fmt.Sprintf("%v", r.URL.Path == "/mod"))
605 if resp.Header.Get("X-Hit-Mod") != "true" {
  /external/llvm/tools/sancov/
sancov.cc 680 // Compute number of coverage points hit/total in a file.
908 OS << "<th>Hit (Total) Fns</th></tr>\n";
    [all...]