HomeSort by relevance Sort by last modified time
    Searched refs:used (Results 151 - 175 of 4561) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/curl/docs/examples/
version-check.pl 32 # the symbols from that version that are used.
68 my %used;
74 $used{$1}++;
88 my @recent = reverse sort sortversions keys %used;
  /prebuilts/go/darwin-x86/test/
label.go 16 L1: // ERROR "label .*L1.* defined and not used"
19 L2: // ERROR "label .*L2.* defined and not used"
21 L3: // ERROR "label .*L3.* defined and not used"
24 L4: // ERROR "label .*L4.* defined and not used"
27 L5: // ERROR "label .*L5.* defined and not used"
53 defalt: // ERROR "label .*defalt.* defined and not used"
  /prebuilts/go/linux-x86/test/
label.go 16 L1: // ERROR "label .*L1.* defined and not used"
19 L2: // ERROR "label .*L2.* defined and not used"
21 L3: // ERROR "label .*L3.* defined and not used"
24 L4: // ERROR "label .*L4.* defined and not used"
27 L5: // ERROR "label .*L5.* defined and not used"
53 defalt: // ERROR "label .*defalt.* defined and not used"
  /external/curl/docs/cmdline-opts/
interface.d 12 If this option is used several times, the last one will be used.
14 On Linux it can be used to specify a VRF, but the binary needs to either
keepalive-time.d 10 option has no effect if --no-keepalive is used.
12 If this option is used several times, the last one will be used. If
login-options.d 10 be used during authentication. At present only IMAP, POP3 and SMTP support
14 If this option is used several times, the last one will be used.
oauth2-bearer.d 7 is used in conjunction with the user name which can be specified as part of
12 If this option is used several times, the last one will be used.
retry-delay.d 9 used. Setting this delay to zero will make curl use the default backoff time.
11 If this option is used several times, the last one will be used.
speed-time.d 7 period, the download gets aborted. If speed-time is used, the default
13 If this option is used several times, the last one will be used.
continue-at.d 9 of the source file before it is transferred to the destination. If used with
10 uploads, the FTP server command SIZE will not be used by curl.
15 If this option is used several times, the last one will be used.
proxy-cert-type.d 6 Same as --cert-type but used in HTTPS proxy context.
proxy-cert.d 6 Same as --cert but used in HTTPS proxy context.
proxy-ciphers.d 6 Same as --ciphers but used in HTTPS proxy context.
proxy-crlfile.d 6 Same as --crlfile but used in HTTPS proxy context.
proxy-insecure.d 5 Same as --insecure but used in HTTPS proxy context.
proxy-key-type.d 6 Same as --key-type but used in HTTPS proxy context.
proxy-pass.d 6 Same as --pass but used in HTTPS proxy context.
proxy-ssl-allow-beast.d 5 Same as --ssl-allow-beast but used in HTTPS proxy context.
proxy-tlsauthtype.d 6 Same as --tlsauthtype but used in HTTPS proxy context.
socks4.d 15 Since 7.52.0, --preproxy can be used to specify a SOCKS proxy at the same time
16 --proxy is used with an HTTP/HTTPS proxy. In such a case curl first connects to
19 If this option is used several times, the last one will be used.
socks4a.d 15 Since 7.52.0, --preproxy can be used to specify a SOCKS proxy at the same time
16 --proxy is used with an HTTP/HTTPS proxy. In such a case curl first connects to
19 If this option is used several times, the last one will be used.
suppress-connect-headers.d 5 When --proxytunnel is used and a CONNECT request is made don't output proxy
6 CONNECT response headers. This option is meant to be used with --dump-header or
7 --include which are used to show protocol headers in the output. It has no
  /bionic/tests/libs/
cfi_test_helper.cpp 24 // present. But it is only used in the bionic loader tests.
41 __attribute__((section(".preinit_array"), used)) void (*preinit_ctor_p)(void) = preinit_ctor;
43 __attribute__((constructor, used)) void ctor() {
  /external/clang/test/Sema/
attr-decl-after-definition.c 14 int bar __attribute__((used));
19 int bar __attribute__((used,
  /external/speex/libspeex/
vq.c 17 contributors may be used to endorse or promote products derived from
78 int i,j,k,used; local
79 used = 0;
92 for (k=N-1; (k >= 1) && (k > used || dist < best_dist[k-1]); k--)
99 used++;
112 int i,j,k, sign, used; local
113 used=0;
134 for (k=N-1; (k >= 1) && (k > used || dist < best_dist[k-1]); k--)
141 used++;

Completed in 193 milliseconds

1 2 3 4 5 67 8 91011>>