HomeSort by relevance Sort by last modified time
    Searched refs:Do (Results 251 - 275 of 842) sorted by null

<<11121314151617181920>>

  /prebuilts/go/darwin-x86/src/net/http/
transport_test.go 136 res, err := c.Do(req)
145 res, err = c.Do(req)
212 res, err := c.Do(req)
214 t.Fatalf("error in connectionClose=%v, req #%d, Do: %v", connectionClose, n, err)
262 res, err := c.Do(req)
264 t.Fatalf("error in connectionClose=%v, req #%d, Do: %v", connectionClose, n, err)
480 // Do a POST instead of a GET to prevent the Transport's
556 // succeed quickly. But if we do get errors, fetch() will retry 5
589 // Do a bunch of traffic from different goroutines. Send to activityc
945 resp, err := c.Do(req
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
transport_test.go 136 res, err := c.Do(req)
145 res, err = c.Do(req)
212 res, err := c.Do(req)
214 t.Fatalf("error in connectionClose=%v, req #%d, Do: %v", connectionClose, n, err)
262 res, err := c.Do(req)
264 t.Fatalf("error in connectionClose=%v, req #%d, Do: %v", connectionClose, n, err)
480 // Do a POST instead of a GET to prevent the Transport's
556 // succeed quickly. But if we do get errors, fetch() will retry 5
589 // Do a bunch of traffic from different goroutines. Send to activityc
945 resp, err := c.Do(req
    [all...]
  /external/swiftshader/src/Shader/
SetupRoutine.cpp 150 Do
172 Do
207 Do
245 Do
606 Do
  /prebuilts/go/darwin-x86/src/net/
ipsock.go 31 ipStackCaps.Once.Do(ipStackCaps.probe)
38 ipStackCaps.Once.Do(ipStackCaps.probe)
46 ipStackCaps.Once.Do(ipStackCaps.probe)
89 // none do, then the first address of any kind.
  /prebuilts/go/linux-x86/src/net/
ipsock.go 31 ipStackCaps.Once.Do(ipStackCaps.probe)
38 ipStackCaps.Once.Do(ipStackCaps.probe)
46 ipStackCaps.Once.Do(ipStackCaps.probe)
89 // none do, then the first address of any kind.
  /build/make/core/
cleanspec.mk 28 # Do not touch INTERNAL_CLEAN_BUILD_VERSION if you've added a clean step!
31 # If you don't need to do a full clean build but would like to touch
46 # If you need to re-do something that's already mentioned, just copy
  /build/soong/cc/config/
tidy.go 60 // Do not give warnings to external or vendor header files, which contain too
  /build/soong/ui/build/
signal.go 31 // same time we do. Most of the time this means we just need to ignore the signal and we'll
56 // Do this asynchronously to ensure it won't block and prevent us from
  /external/libusb/libusb/os/
haiku_usb_backend.cpp 65 USBTransfer::Do(int fRawFD)
160 // Do we put the length of transfer here, for isochronous transfers?
195 fPendingTransfer->Do(fRawFD);
433 USBDevice::Initialise() //Do we need more error checking, etc? How to report?
  /external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
kvm-test-1-run.sh 6 # Execute this in the source tree. Do not run it as a background task
117 echo Do the torture scripts know about your architecture?
136 do
195 do
235 do
  /external/parameter-framework/
Android.mk 32 # Do not allow to use the networking feature through socket (debug purpose of the PFW)
  /external/swiftshader/src/Renderer/
QuadRasterizer.cpp 54 Do
119 Do
  /external/tensorflow/tensorflow/contrib/mpi/
README.md 5 ```Do you wish to build TensorFlow with MPI support [y/N]```
37 For certain complex neural nets the implementation sometimes crashes inside the MPI libraries. This seems to be related to memory allocations/routines that register the memory for the Infiniband transfers. (The crashes do not happen when all MPI processes are within the same physical machine).
  /prebuilts/go/darwin-x86/src/cmd/go/internal/cache/
default.go 18 defaultOnce.Do(initDefaultCache)
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/
anames.go 2 // Do not edit.
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/symbolz/
symbolz_test.go 125 // Do not symbolize the first symbol.
  /prebuilts/go/darwin-x86/src/container/ring/
ring_test.go 36 r.Do(func(p interface{}) {
  /prebuilts/go/darwin-x86/src/debug/pe/
section.go 89 // Do not embed SectionReader directly
  /prebuilts/go/darwin-x86/src/internal/syscall/windows/registry/
zsyscall_windows.go 1 // MACHINE GENERATED BY 'go generate' COMMAND; DO NOT EDIT
13 // Do the interface allocations only once for common
  /prebuilts/go/darwin-x86/src/net/http/httputil/
example_test.go 36 resp, err := http.DefaultClient.Do(req)
  /prebuilts/go/darwin-x86/src/runtime/
error.go 137 // Do it by finding the parens.
symtab_test.go 58 // Do not add/remove lines in this block without updating the line numbers.
  /prebuilts/go/darwin-x86/src/strings/
builder.go 14 // Do not copy a non-zero Builder.
  /prebuilts/go/linux-x86/src/cmd/go/internal/cache/
default.go 18 defaultOnce.Do(initDefaultCache)
  /prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/
anames.go 2 // Do not edit.

Completed in 525 milliseconds

<<11121314151617181920>>