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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/src/text/template/
option.go 34 // The default behavior: Do nothing and continue execution.
  /system/media/camera/docs/
CameraMetadataEnums.mako 22 * definitions in /system/media/camera/docs. Do not modify by hand or
CameraMetadataKeys.mako 23 * definitions in /system/media/camera/docs. Do not modify by hand or
32 # Dedent fixes markdown not to generate code blocks. Then do the rest.
  /tools/metalava/src/test/java/com/android/tools/metalava/
NullnessMigrationTest.kt 381 fun `Do not migrate type-use annotations when not changed`() {
  /external/libvpx/libvpx/vpx_dsp/x86/
vpx_subpixel_8t_ssse3.asm 114 ;Do two rows at once
161 ; Do last row if output_height is odd
197 ;Do two rows at once
250 ; Do last row if output_height is odd
379 ;Do two rows at once
438 ; Do last row if output_height is odd
490 ;Do two rows at once
549 ; Do last row if output_height is odd
686 ;Do two rows at once
760 ; Do last row if output_height is od
    [all...]
  /external/libmicrohttpd/src/include/
autoinit_funcs.h 129 #error Do not know how to decorate symbols for this architecture
236 /* Do nothing */
  /external/toolchain-utils/
test_gdb_dejagnu.py 38 ## Do cros_sdk and setup_board, otherwise build_tc in next step will fail.
70 # Do not throw any exception in this function!
100 # Do not propagate this email sending exception, you want to email an
111 'DO NOT run it unless you know what you are doing.'),
140 help=('Optional. Do cleanup after the test.'))
  /cts/tests/tests/os/
Android.mk 56 # Do not compress minijail policy files.
  /device/linaro/bootloader/edk2/ArmPlatformPkg/PrePeiCore/Arm/
PrePeiCoreEntryPoint.asm 31 // Do early platform specific actions
  /external/python/cpython3/Tools/msi/
buildrelease.bat 88 for %%f in (%_DLLTOOL_PATH%) do set PATH=%PATH%;%%~dpf
214 echo --skip-build (-B) Do not build Python (just do the installers)
215 echo --skip-doc (-D) Do not build documentation
218 echo --skip-nuget Do not build Nuget packages
219 echo --skip-zip Do not build embeddable package
  /prebuilts/go/darwin-x86/src/cmd/go/internal/vet/
vet.go 76 b.Do(root)
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
stringer.go 97 // Do not edit.
  /prebuilts/go/darwin-x86/src/expvar/
expvar_test.go 172 colors.Do(func(KeyValue) { n++ })
174 t.Errorf("after three Add calls with distinct keys, Do should invoke f 3 times; got %v", n)
180 colors.Do(func(KeyValue) { n++ })
182 t.Errorf("after Init, Do should invoke f 0 times; got %v", n)
  /prebuilts/go/darwin-x86/src/runtime/pprof/internal/profile/
prune.go 55 // Do not prune frames before the first user frame, to avoid
  /prebuilts/go/darwin-x86/src/runtime/pprof/
mprof_test.go 71 // Do the interesting allocations.
  /prebuilts/go/linux-x86/src/cmd/go/internal/vet/
vet.go 76 b.Do(root)
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
stringer.go 97 // Do not edit.
  /prebuilts/go/linux-x86/src/expvar/
expvar_test.go 172 colors.Do(func(KeyValue) { n++ })
174 t.Errorf("after three Add calls with distinct keys, Do should invoke f 3 times; got %v", n)
180 colors.Do(func(KeyValue) { n++ })
182 t.Errorf("after Init, Do should invoke f 0 times; got %v", n)
  /prebuilts/go/linux-x86/src/runtime/pprof/internal/profile/
prune.go 55 // Do not prune frames before the first user frame, to avoid
  /prebuilts/go/linux-x86/src/runtime/pprof/
mprof_test.go 71 // Do the interesting allocations.
  /external/python/cpython2/PCbuild/
build.bat 32 echo. --no-ssl Do not attempt to build _ssl
33 echo. --no-tkinter Do not attempt to build Tkinter
34 echo. --no-bsddb Do not attempt to build _bsddb
135 rem Call on MSBuild to do the work, echo the command.
  /prebuilts/go/darwin-x86/src/net/http/
client_test.go 234 // Do should also follow redirects.
236 _, err = c.Do(greq)
238 t.Errorf("with default client Do, expected error %q, got %q", e, g)
243 _, err = c.Do(greq)
245 t.Errorf("with default client Do and empty Method, expected error %q, got %q", e, g)
276 if _, err := c.Do(creq); err != nil {
322 _, err := c.Do(req)
457 res, err := c.Do(req)
575 res, err := c.Do(req)
629 client.Do(req) // Note: doesn't hit networ
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
client_test.go 234 // Do should also follow redirects.
236 _, err = c.Do(greq)
238 t.Errorf("with default client Do, expected error %q, got %q", e, g)
243 _, err = c.Do(greq)
245 t.Errorf("with default client Do and empty Method, expected error %q, got %q", e, g)
276 if _, err := c.Do(creq); err != nil {
322 _, err := c.Do(req)
457 res, err := c.Do(req)
575 res, err := c.Do(req)
629 client.Do(req) // Note: doesn't hit networ
    [all...]
  /prebuilts/go/darwin-x86/misc/cgo/testsanitizers/
cc_test.go 37 overcommit.Once.Do(func() {
62 env.Once.Do(func() {
171 compiler.Once.Do(func() {
297 check.once.Do(func() {
359 check.once.Do(func() {
  /prebuilts/go/linux-x86/misc/cgo/testsanitizers/
cc_test.go 37 overcommit.Once.Do(func() {
62 env.Once.Do(func() {
171 compiler.Once.Do(func() {
297 check.once.Do(func() {
359 check.once.Do(func() {

Completed in 597 milliseconds

1 2 3 4 5 6 7 8 91011>>