HomeSort by relevance Sort by last modified time
    Searched refs:used (Results 51 - 75 of 2073) sorted by null

1 23 4 5 6 7 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;
  /external/jemalloc_new/bin/
jemalloc-config.in 11 --config : Print configure options used to build jemalloc.
18 --cc : Print compiler used to build jemalloc.
19 --cflags : Print compiler flags used to build jemalloc.
20 --cppflags : Print preprocessor flags used to build jemalloc.
21 --cxxflags : Print C++ compiler flags used to build jemalloc.
22 --ldflags : Print library flags used to build jemalloc.
  /external/skia/include/core/
SkYUVAIndex.h 62 // This means it can always be used to process the backing resources (but be careful
65 bool used[4] = { false, false, false, false }; local
76 used[i] = true;
80 // All the used slots should be packed starting at 0 with no gaps
82 if (!used[i]) {
  /external/skqp/include/core/
SkYUVAIndex.h 62 // This means it can always be used to process the backing resources (but be careful
65 bool used[4] = { false, false, false, false }; local
76 used[i] = true;
80 // All the used slots should be packed starting at 0 with no gaps
82 if (!used[i]) {
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zptracearm_linux.go 10 // PtraceRegsArm is the registers used by arm binaries.
15 // PtraceGetRegsArm fetches the registers used by arm binaries.
20 // PtraceSetRegsArm sets the registers used by arm binaries.
25 // PtraceRegsArm64 is the registers used by arm64 binaries.
33 // PtraceGetRegsArm64 fetches the registers used by arm64 binaries.
38 // PtraceSetRegsArm64 sets the registers used by arm64 binaries.
zptracemips_linux.go 10 // PtraceRegsMips is the registers used by mips binaries.
21 // PtraceGetRegsMips fetches the registers used by mips binaries.
26 // PtraceSetRegsMips sets the registers used by mips binaries.
31 // PtraceRegsMips64 is the registers used by mips64 binaries.
42 // PtraceGetRegsMips64 fetches the registers used by mips64 binaries.
47 // PtraceSetRegsMips64 sets the registers used by mips64 binaries.
zptracemipsle_linux.go 10 // PtraceRegsMipsle is the registers used by mipsle binaries.
21 // PtraceGetRegsMipsle fetches the registers used by mipsle binaries.
26 // PtraceSetRegsMipsle sets the registers used by mipsle binaries.
31 // PtraceRegsMips64le is the registers used by mips64le binaries.
42 // PtraceGetRegsMips64le fetches the registers used by mips64le binaries.
47 // PtraceSetRegsMips64le sets the registers used by mips64le binaries.
  /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.
  /bionic/tests/libs/
cfi_test_helper.cpp 24 // present. But it is only used in the bionic loader tests.
43 __attribute__((section(".preinit_array"), used)) void (*preinit_ctor_p)(void) = preinit_ctor;
45 __attribute__((constructor, used)) void ctor() {
  /external/clang/test/Sema/
attr-decl-after-definition.c 14 int bar __attribute__((used));
19 int bar __attribute__((used,

Completed in 462 milliseconds

1 23 4 5 6 7 8 91011>>