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

1 2 3 4 5 6 78 91011>>

  /external/compiler-rt/lib/tsan/rtl/
tsan_mutex.cc 191 bool Do() {
235 for (Backoff backoff; backoff.Do();) {
265 for (Backoff backoff; backoff.Do();) {
  /prebuilts/go/darwin-x86/src/expvar/
expvar.go 42 // Types with String methods that do not return valid JSON
117 v.Do(func(kv KeyValue) {
202 // Do calls f for each entry in the map.
205 func (v *Map) Do(f func(KeyValue)) {
303 // Do calls f for each exported variable.
306 func Do(f func(KeyValue)) {
319 Do(func(kv KeyValue) {
  /prebuilts/go/linux-x86/src/expvar/
expvar.go 42 // Types with String methods that do not return valid JSON
117 v.Do(func(kv KeyValue) {
202 // Do calls f for each entry in the map.
205 func (v *Map) Do(f func(KeyValue)) {
303 // Do calls f for each exported variable.
306 func Do(f func(KeyValue)) {
319 Do(func(kv KeyValue) {
  /external/oj-libjdwp/src/share/back/
util.h 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
38 #define free(p) Do not use this interface.
40 #define malloc(p) Do not use this interface.
42 #define calloc(p) Do not use this interface.
44 #define realloc(p) Do not use this interface.
46 #define strdup(p) Do not use this interface.
  /prebuilts/go/darwin-x86/src/net/http/httputil/
reverseproxy_test.go 91 res, err := frontendClient.Do(getReq)
134 res, err = frontendClient.Do(getReq)
180 res, err := frontend.Client().Do(getReq)
228 res, err := frontend.Client().Do(getReq)
267 res, err := frontend.Client().Do(req)
303 res, err := frontend.Client().Do(req)
364 res, err := frontendClient.Do(getReq)
372 t.Error("Server.Client().Do() returned nil error; want non-nil error")
442 res, err := frontendClient.Do(getReq)
451 res, err = frontendClient.Do(getReq
    [all...]
  /prebuilts/go/darwin-x86/src/net/rpc/
server_test.go 132 httpOnce.Do(startHttpServer)
148 httpOnce.Do(startHttpServer)
158 once.Do(startServer)
160 newOnce.Do(startNewServer)
323 once.Do(startServer)
325 newOnce.Do(startNewServer)
355 once.Do(startServer)
452 once.Do(startServer)
454 newOnce.Do(startNewServer)
577 once.Do(startServer
    [all...]
  /prebuilts/go/linux-x86/src/net/http/httputil/
reverseproxy_test.go 91 res, err := frontendClient.Do(getReq)
134 res, err = frontendClient.Do(getReq)
180 res, err := frontend.Client().Do(getReq)
228 res, err := frontend.Client().Do(getReq)
267 res, err := frontend.Client().Do(req)
303 res, err := frontend.Client().Do(req)
364 res, err := frontendClient.Do(getReq)
372 t.Error("Server.Client().Do() returned nil error; want non-nil error")
442 res, err := frontendClient.Do(getReq)
451 res, err = frontendClient.Do(getReq
    [all...]
  /prebuilts/go/linux-x86/src/net/rpc/
server_test.go 132 httpOnce.Do(startHttpServer)
148 httpOnce.Do(startHttpServer)
158 once.Do(startServer)
160 newOnce.Do(startNewServer)
323 once.Do(startServer)
325 newOnce.Do(startNewServer)
355 once.Do(startServer)
452 once.Do(startServer)
454 newOnce.Do(startNewServer)
577 once.Do(startServer
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
client.go 92 // running after Get, Head, Post, or Do return and will
99 // to Client.Do may still set Request.Cancel; both will
136 // but depending on the implementation may do so in a separate
158 // do without:
308 // Do nothing. The net/http package's transports
317 stopTimer = func() { once.Do(func() { close(stopTimerCh) }) }
368 // DefaultClient.Do.
390 // To make a request with custom headers, use NewRequest and Client.Do.
396 return c.Do(req)
460 // Do sends an HTTP request and returns an HTTP response, followin
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
client.go 92 // running after Get, Head, Post, or Do return and will
99 // to Client.Do may still set Request.Cancel; both will
136 // but depending on the implementation may do so in a separate
158 // do without:
308 // Do nothing. The net/http package's transports
317 stopTimer = func() { once.Do(func() { close(stopTimerCh) }) }
368 // DefaultClient.Do.
390 // To make a request with custom headers, use NewRequest and Client.Do.
396 return c.Do(req)
460 // Do sends an HTTP request and returns an HTTP response, followin
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Stitch/
IFWIStitch.bat 30 for /f "tokens=1" %%i in ("%date%") do set today=%%i
89 for /f "tokens=*" %%i in ('dir /b *.rom') do set BIOS_Names=!BIOS_Names! %%i
101 for /f "delims== tokens=1,2" %%i in (%Stitch_Config%) do (
125 for %%i in (%BIOS_Names%) do (
127 REM ----- Do NOT use :: for comments Inside of code blocks() -------
220 echo /nG Do NOT update the GOP driver. (applies to all ROM files for this run)
221 echo /nV Do NOT update the VBIOS. (applies to all ROM files for this run)
222 echo /nM Do NOT update the Microcode. (applies to all ROM files for this run)
223 echo /nB Do NOT backup BIOS.ROMs. (Default will backup to BIOS.ROM.Orig)
  /prebuilts/go/darwin-x86/src/hash/crc32/
crc32.go 127 ieeeOnce.Do(ieeeInit)
130 castagnoliOnce.Do(castagnoliInit)
149 ieeeOnce.Do(ieeeInit)
188 return errors.New("hash/crc32: tables do not match")
217 ieeeOnce.Do(ieeeInit)
252 ieeeOnce.Do(ieeeInit)
  /prebuilts/go/linux-x86/src/hash/crc32/
crc32.go 127 ieeeOnce.Do(ieeeInit)
130 castagnoliOnce.Do(castagnoliInit)
149 ieeeOnce.Do(ieeeInit)
188 return errors.New("hash/crc32: tables do not match")
217 ieeeOnce.Do(ieeeInit)
252 ieeeOnce.Do(ieeeInit)
  /external/python/cpython3/Modules/_sha3/kcp/
KeccakP-1600-64.macros 28 UINT64 Da, De, Di, Do, Du; \
51 Do = Ci^ROL64(Cu, 1); \
60 A##mo ^= Do; \
76 A##bo ^= Do; \
101 A##ko ^= Do; \
126 A##so ^= Do; \
141 A##go ^= Do; \
169 Do = Ci^ROL64(Cu, 1); \
178 A##mo ^= Do; \
189 A##bo ^= Do; \
    [all...]
  /prebuilts/go/darwin-x86/src/mime/
type.go 103 once.Do(initMime)
145 once.Do(initMime)
160 once.Do(initMime)
  /prebuilts/go/linux-x86/src/mime/
type.go 103 once.Do(initMime)
145 once.Do(initMime)
160 once.Do(initMime)
  /prebuilts/go/darwin-x86/src/net/
interface_test.go 301 testHookUninstaller.Do(uninstallTestHooks)
311 testHookUninstaller.Do(uninstallTestHooks)
325 testHookUninstaller.Do(uninstallTestHooks)
339 testHookUninstaller.Do(uninstallTestHooks)
349 testHookUninstaller.Do(uninstallTestHooks)
363 testHookUninstaller.Do(uninstallTestHooks)
  /prebuilts/go/linux-x86/src/net/
interface_test.go 301 testHookUninstaller.Do(uninstallTestHooks)
311 testHookUninstaller.Do(uninstallTestHooks)
325 testHookUninstaller.Do(uninstallTestHooks)
339 testHookUninstaller.Do(uninstallTestHooks)
349 testHookUninstaller.Do(uninstallTestHooks)
363 testHookUninstaller.Do(uninstallTestHooks)
  /external/ltp/testcases/kernel/hotplug/cpu_hotplug/functional/
cpuhotplug03.sh 17 Desc: Do tasks get scheduled to a newly on-lined CPU?
43 for i in `cat /var/run/hotplug4_$$.pid`; do
53 while getopts c:l: OPTION; do
84 until [ $LOOP_COUNT -gt $HOTPLUG03_LOOPS ]; do
87 for i in $( get_hotplug_cpus ); do
104 until [ $number_of_procs -eq 0 ]; do
  /external/v8/src/interpreter/
interpreter.h 11 // Do not include anything from src/interpreter other than
75 void Do##Name(InterpreterAssembler* assembler);
  /external/vixl/tools/
test.py 235 help='Do not run benchmarks.')
237 help='Do not run the linter.')
239 help='Do not run clang-format.')
241 help='Do not run tests.')
258 # Create a copy of the environment. We do not want to pollute the environment
289 # full, we need to pull from it regularly. We cannot do so via the
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/
c++filt.go 39 var noParams = flag.Bool("p", false, "Do not display function argument types")
40 var noVerbose = flag.Bool("i", false, "Do not show implementation details (if any)")
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/
c++filt.go 39 var noParams = flag.Bool("p", false, "Do not display function argument types")
40 var noVerbose = flag.Bool("i", false, "Do not show implementation details (if any)")
  /system/media/camera/docs/
camera_metadata_tags.mako 19 * !! Do not include this file directly !!
25 * ! Do not edit this file directly !
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/msp430/
errata_warns.s 8 # CPU8: Do not use odd offsets with the stack pointer
33 #CPU13: Arithmetic operations with SR as the destination do not work.

Completed in 1498 milliseconds

1 2 3 4 5 6 78 91011>>