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

1 2 3 45 6 7 8 91011>>

  /prebuilts/go/linux-x86/src/internal/singleflight/
singleflight.go 11 // call is an in-flight or completed singleflight.Do call
34 // Result holds the results of Do, so they can be passed
42 // Do executes and returns the results of the given function, making
47 func (g *Group) Do(key string, fn func() (interface{}, error)) (v interface{}, err error, shared bool) {
67 // DoChan is like Do but returns a channel that will receive the
107 // to Do for this key will call the function rather than waiting for
  /art/runtime/interpreter/mterp/x86/
bindiv.S 18 jz .L${opcode}_8 # Do 8-bit divide
21 jz .L${opcode}_16 # Do 16-bit divide
  /external/curl/docs/cmdline-opts/
post301.d 2 Help: Do not switch to GET after following a 301
post302.d 2 Help: Do not switch to GET after following a 302
post303.d 2 Help: Do not switch to GET after following a 303
  /external/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/
multishot_func.pass.cpp 78 int Do(int acc, int n, func<int> f) {
85 int result = Do(1, 10, [](int a, int b) {return a + b;});
  /prebuilts/go/darwin-x86/src/cmd/go/internal/base/
signal.go 30 onceProcessSignals.Do(processSignals)
  /prebuilts/go/darwin-x86/src/container/ring/
example_test.go 91 r.Do(func(p interface{}) {
120 r.Do(func(p interface{}) {
157 rs.Do(func(p interface{}) {
185 r.Do(func(p interface{}) {
  /prebuilts/go/darwin-x86/src/time/
export_test.go 18 localOnce.Do(initTestingZone)
  /prebuilts/go/linux-x86/src/cmd/go/internal/base/
signal.go 30 onceProcessSignals.Do(processSignals)
  /prebuilts/go/linux-x86/src/container/ring/
example_test.go 91 r.Do(func(p interface{}) {
120 r.Do(func(p interface{}) {
157 rs.Do(func(p interface{}) {
185 r.Do(func(p interface{}) {
  /prebuilts/go/linux-x86/src/time/
export_test.go 18 localOnce.Do(initTestingZone)
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/language.support/support.coroutines/end.to.end/
multishot_func.pass.cpp 78 int Do(int acc, int n, func<int> f) {
85 int result = Do(1, 10, [](int a, int b) {return a + b;});
  /system/media/camera/docs/
CameraDeviceInfo.mako 19 * definitions in /system/media/camera/docs. Do not modify by hand or
CaptureResultTest.mako 19 * definitions in /system/media/camera/docs. Do not modify by hand or
ndk_camera_metadata_tags.mako 29 * Do not remove methods.
30 * Do not change method signatures.
31 * Do not change the value of constants.
32 * Do not change the size of any of the classes defined in here.
33 * Do not reference types that are not part of the NDK.
34 * Do not #include files that aren't part of the NDK.
91 ${ndk(entry.name) + " = " | csym,ljust(60)}// Deprecated! DO NOT USE
  /prebuilts/go/darwin-x86/src/runtime/pprof/
runtime.go 19 // This is a lower-level API than Do, which should be used instead when possible.
25 // Do calls f with a copy of the parent context with the
31 func Do(ctx context.Context, labels LabelSet, f func(context.Context)) {
runtime_test.go 61 t.Errorf("Expected parent goroutine's profile labels to be empty before Do, got %v", gotLabels)
64 Do(context.Background(), Labels("key1", "value1", "key2", "value2"), func(ctx context.Context) {
86 t.Errorf("Expected parent goroutine's profile labels to be empty after Do, got %v", gotLabels)
  /prebuilts/go/linux-x86/src/runtime/pprof/
runtime.go 19 // This is a lower-level API than Do, which should be used instead when possible.
25 // Do calls f with a copy of the parent context with the
31 func Do(ctx context.Context, labels LabelSet, f func(context.Context)) {
runtime_test.go 61 t.Errorf("Expected parent goroutine's profile labels to be empty before Do, got %v", gotLabels)
64 Do(context.Background(), Labels("key1", "value1", "key2", "value2"), func(ctx context.Context) {
86 t.Errorf("Expected parent goroutine's profile labels to be empty after Do, got %v", gotLabels)
  /prebuilts/go/darwin-x86/src/syscall/
env_unix.go 58 envOnce.Do(copyenv)
72 envOnce.Do(copyenv)
94 envOnce.Do(copyenv)
126 envOnce.Do(copyenv) // prevent copyenv in Getenv/Setenv
139 envOnce.Do(copyenv)
  /prebuilts/go/linux-x86/src/syscall/
env_unix.go 58 envOnce.Do(copyenv)
72 envOnce.Do(copyenv)
94 envOnce.Do(copyenv)
126 envOnce.Do(copyenv) // prevent copyenv in Getenv/Setenv
139 envOnce.Do(copyenv)
  /external/libdrm/
Android.sources.bp.mk 8 @# Do nothing
  /external/libvpx/libvpx/build/make/
version.sh 14 for opt in "$@"; do
35 for p in "${source_path}" "${source_path}/.."; do
53 for v in major_version minor_version patch_version; do
63 // This file is generated. Do not edit.
  /prebuilts/go/darwin-x86/src/net/internal/socktest/
switch_unix.go 25 sw.once.Do(sw.init)

Completed in 576 milliseconds

1 2 3 45 6 7 8 91011>>