HomeSort by relevance Sort by last modified time
    Searched refs:disables (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /external/curl/docs/cmdline-opts/
raw.d 6 When used, it disables all internal HTTP decoding of content or transfer
noproxy.d 8 effectively disables the proxy. Each name in this list is matched as either
proto.d 29 uses the default protocols, but disables ftps
  /build/make/target/board/generic_x86_64/
BoardConfig.mk 43 # the GLES renderer disables itself if host GL acceleration isn't available.
72 # Builds a special vbmeta.img that disables AVB verification.
  /build/make/target/board/generic/
BoardConfig.mk 56 # the GLES renderer disables itself if host GL acceleration isn't available.
84 # Builds a special vbmeta.img that disables AVB verification.
  /build/make/target/board/generic_x86/
BoardConfig.mk 44 # the GLES renderer disables itself if host GL acceleration isn't available.
74 # Builds a special vbmeta.img that disables AVB verification.
  /build/make/target/board/generic_x86_arm/
BoardConfig.mk 53 # the GLES renderer disables itself if host GL acceleration isn't available.
  /external/mesa3d/src/mesa/main/
extensions.c 87 const GLboolean *disables = local
94 assert(!enables[offset] || !disables[offset]);
97 } else if (disables[offset]) {
  /prebuilts/go/darwin-x86/src/runtime/
extern.go 20 is GOGC=100. Setting GOGC=off disables the garbage collector entirely.
30 cgocheck: setting cgocheck=0 disables all checks for packages
50 gcshrinkstackoff: setting gcshrinkstackoff=1 disables moving goroutines
58 gcstoptheworld: setting gcstoptheworld=1 disables concurrent garbage collection,
60 also disables concurrent sweeping after the garbage collection finishes.
104 is found in a pointer-typed location. Setting invalidptr=0 disables this check.
  /prebuilts/go/linux-x86/src/runtime/
extern.go 20 is GOGC=100. Setting GOGC=off disables the garbage collector entirely.
30 cgocheck: setting cgocheck=0 disables all checks for packages
50 gcshrinkstackoff: setting gcshrinkstackoff=1 disables moving goroutines
58 gcstoptheworld: setting gcstoptheworld=1 disables concurrent garbage collection,
60 also disables concurrent sweeping after the garbage collection finishes.
104 is found in a pointer-typed location. Setting invalidptr=0 disables this check.
  /build/make/target/board/generic_arm64/
BoardConfig.mk 72 # the GLES renderer disables itself if host GL acceleration isn't available.
100 # Builds a special vbmeta.img that disables AVB verification.
  /prebuilts/go/darwin-x86/src/os/
path_windows.go 159 // The extended form disables evaluation of . and .. path
160 // elements and disables the interpretation of / as equivalent
  /prebuilts/go/linux-x86/src/os/
path_windows.go 159 // The extended form disables evaluation of . and .. path
160 // elements and disables the interpretation of / as equivalent
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_blorp.c 762 bool disables = false; local
768 disables = disables || !color_mask[i];
771 return disables;
    [all...]
  /build/soong/android/
prebuilt.go 101 // because the source module doesn't exist. It also disables installing overridden source modules.
  /external/autotest/client/common_lib/cros/
arc.py 656 This function disables package verification and enables non-market
766 first. Then, it restores package verification and disables non-market
820 """Disables the Google Play Store app."""
  /prebuilts/go/darwin-x86/src/encoding/json/
stream.go 234 // Calling SetIndent("", "") disables indentation.
246 // of the output, SetEscapeHTML(false) disables this behavior.
  /prebuilts/go/linux-x86/src/encoding/json/
stream.go 234 // Calling SetIndent("", "") disables indentation.
246 // of the output, SetEscapeHTML(false) disables this behavior.
  /compatibility/cdd/7_hardware-compatibility/
7_9_virtual-reality.md 12 a feature which handles stereoscopic rendering of notifications and disables
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecLib/Ia32/
Flat32.S 41 .equ NMI_DISABLE, (0x80) # Bit7=1 disables NMI
42 .equ NMI_ENABLE, (0x00) # Bit7=0 disables NMI
358 # Disable SMI (Disables SMI wire, not SMI messages)
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
go.go 223 // disables, 1 emits inlined routines but suppresses var info,
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm/
a.out.go 43 /* -1 disables use of REGARG */
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/mips/
a.out.go 195 REGARG = -1 /* -1 disables passing the first argument in register */
  /prebuilts/go/darwin-x86/src/runtime/debug/
garbage.go 90 // A negative percentage disables garbage collection.
  /prebuilts/go/darwin-x86/src/sync/
pool.go 178 // pin pins the current goroutine to P, disables preemption and returns poolLocal pool for the P.

Completed in 1423 milliseconds

1 2 3 4