/art/compiler/optimizing/ |
induction_var_range_test.cc | 140 /** Constructs a trip-count. */ 191 bool IsBodyTripCount(HInductionVarAnalysis::InductionInfo* trip) { 192 return range_.IsBodyTripCount(trip); 195 bool IsUnsafeTripCount(HInductionVarAnalysis::InductionInfo* trip) { 196 return range_.IsUnsafeTripCount(trip); [all...] |
/libcore/ojluni/src/main/java/java/util/stream/ |
SpinedBuffer.java | 741 Tripwire.trip(getClass(), "{0} calling SpinedBuffer.OfInt.forEach(Consumer)"); [all...] |
/prebuilts/go/darwin-x86/src/net/rpc/ |
server_test.go | 512 fmt.Printf("mallocs per rpc round trip: %v\n", countMallocs(dialDirect, t)) 522 fmt.Printf("mallocs per HTTP rpc round trip: %v\n", countMallocs(dialHTTP, t))
|
/prebuilts/go/linux-x86/src/net/rpc/ |
server_test.go | 512 fmt.Printf("mallocs per rpc round trip: %v\n", countMallocs(dialDirect, t)) 522 fmt.Printf("mallocs per HTTP rpc round trip: %v\n", countMallocs(dialHTTP, t))
|
/external/curl/packages/vms/ |
build_gnv_curl_pcsi_desc.com | 27 $! Fortunately CURL does not trip most of these issues, so those steps
|
/external/libvncserver/webclients/novnc/include/web-socket-js/ |
web_socket.js | 316 // We need to set a timeout here to avoid round-trip calls
|
/external/v8/test/mjsunit/ |
unbox-double-arrays.js | 28 // Test dictionary -> double elements -> dictionary elements round trip
|
/prebuilts/go/darwin-x86/src/syscall/ |
syscall_unix_test.go | 263 // and ParseUnixRights are able to successfully round-trip lists of file descriptors.
|
/prebuilts/go/linux-x86/src/syscall/ |
syscall_unix_test.go | 263 // and ParseUnixRights are able to successfully round-trip lists of file descriptors.
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/ |
rat_test.go | 307 // Sending a nil Rat pointer (inside a slice) on a round trip through gob should yield a zero.
|
/prebuilts/go/darwin-x86/src/archive/tar/ |
writer_test.go | 437 t.Fatalf("xattrs did not survive round trip: got %+v, want %+v",
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/big/ |
rat_test.go | 304 // Sending a nil Rat pointer (inside a slice) on a round trip through gob should yield a zero.
|
/prebuilts/go/darwin-x86/src/image/jpeg/ |
reader_test.go | 318 t.Errorf("image #%d changed too much after a round trip", i)
|
/prebuilts/go/darwin-x86/src/math/big/ |
rat_test.go | 304 // Sending a nil Rat pointer (inside a slice) on a round trip through gob should yield a zero.
|
/prebuilts/go/darwin-x86/src/net/mail/ |
message_test.go | 550 t.Errorf("String() round-trip = %q; want %q", addr, test)
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/ |
rat_test.go | 307 // Sending a nil Rat pointer (inside a slice) on a round trip through gob should yield a zero.
|
/prebuilts/go/linux-x86/src/archive/tar/ |
writer_test.go | 437 t.Fatalf("xattrs did not survive round trip: got %+v, want %+v",
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/big/ |
rat_test.go | 304 // Sending a nil Rat pointer (inside a slice) on a round trip through gob should yield a zero.
|
/prebuilts/go/linux-x86/src/image/jpeg/ |
reader_test.go | 318 t.Errorf("image #%d changed too much after a round trip", i)
|
/prebuilts/go/linux-x86/src/math/big/ |
rat_test.go | 304 // Sending a nil Rat pointer (inside a slice) on a round trip through gob should yield a zero.
|
/prebuilts/go/linux-x86/src/net/mail/ |
message_test.go | 550 t.Errorf("String() round-trip = %q; want %q", addr, test)
|
/external/llvm/test/Bindings/OCaml/ |
core.ml | 82 let trip = "i686-apple-darwin8" in 83 set_target_triple trip m; 84 insist (trip = target_triple m) [all...] |
/prebuilts/go/darwin-x86/src/mime/multipart/ |
multipart_test.go | 661 name: "round trip",
|
/prebuilts/go/darwin-x86/src/net/ |
dial_test.go | 343 // Connecting to tons of addresses should not trip the deadline.
|
/prebuilts/go/linux-x86/src/mime/multipart/ |
multipart_test.go | 661 name: "round trip",
|