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

1 2 3 4 5 6 7

  /external/curl/docs/cmdline-opts/
tcp-nodelay.d 8 Since 7.50.2, curl sets this option by default and you need to explicitly
socks4.d 12 Since 7.21.7, this option is superfluous since you can specify a socks4 proxy
15 Since 7.52.0, --preproxy can be used to specify a SOCKS proxy at the same time
socks4a.d 12 Since 7.21.7, this option is superfluous since you can specify a socks4a proxy
15 Since 7.52.0, --preproxy can be used to specify a SOCKS proxy at the same time
socks5-hostname.d 12 Since 7.21.7, this option is superfluous since you can specify a socks5
15 Since 7.52.0, --preproxy can be used to specify a SOCKS proxy at the same time
socks5.d 12 Since 7.21.7, this option is superfluous since you can specify a socks5 proxy
15 Since 7.52.0, --preproxy can be used to specify a SOCKS proxy at the same time
max-time.d 9 networks or links going down. Since 7.32.0, this option accepts decimal
noproxy.d 13 Since 7.53.0, This option overrides the environment variables that disable the
proto-redir.d 15 for security reasons: Since 7.19.4 FILE and SCP are disabled, and since 7.40.0
url.d 11 used, otherwise HTTP will be used. Since 7.45.0 guessing can be disabled by
  /external/fonttools/Doc/source/designspaceLib/
index.rst 6 Since then the use of designspace has broadened and it would be useful
  /external/mesa3d/src/gallium/state_trackers/xa/
README 42 Since Gallium3D is not versioned, the Xorg state tracker needs to be compiled
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
LShiftU64.S 69 # Since Count is 32 - 63, eax will have been shifted by 0 - 31
LShiftU64.c 63 ; Since Count is 32 - 63, eax will have been shifted by 0 - 31
RShiftU64.S 70 # Since Count is 32 - 63, edx will have been shifted by 0 - 31
RShiftU64.c 63 ; Since Count is 32 - 63, edx will have been shifted by 0 - 31
LShiftU64.asm 67 ; Since Count is 32 - 63, eax will have been shifted by 0 - 31
  /build/kati/
depgraph.go 171 logStats("eval time: %q", time.Since(startTime))
179 logStats("dep build prepare time: %q", time.Since(startTime))
186 logStats("dep build time: %q", time.Since(startTime))
208 logStats("eager eval command time: %q", time.Since(startTime))
213 logStats("serialize time: %q", time.Since(startTime))
stats.go 111 t.emit("E", e, time.Since(t.t0))
137 d := time.Since(t)
  /build/make/core/
allowed_ndk_types.mk 39 # The "none" link type indicates that nothing is actually linked. Since
53 # Since nothing was actually linked for the static library, it is up to the
  /build/soong/ui/terminal/
status.go 130 fmt.Fprintf(buf, "%.1f", float64(counts.FinishedActions)/time.Since(s.start).Seconds())
137 fmt.Fprintf(buf, "%.3f", time.Since(s.start).Seconds())
  /external/syzkaller/syz-ci/
managercmd.go 75 if time.Since(started) > restartPeriod {
100 if closing == nil && time.Since(interrupted) > interruptTimeout {
  /external/syzkaller/vendor/google.golang.org/grpc/transport/
bdp_estimator.go 110 rttSample := time.Since(b.sentAt).Seconds()
  /build/kati/make-c/
main.go 54 fmt.Printf("make -c: %v\n", time.Since(t))
  /build/soong/ui/status/
ninja_test.go 42 if g, w := time.Since(start), NINJA_READER_CLOSE_TIMEOUT; g >= w {
  /build/soong/ui/tracer/
status.go 80 Dur: uint64(time.Since(start.start).Nanoseconds()) / 1000,

Completed in 1801 milliseconds

1 2 3 4 5 6 7