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

<<11121314151617181920>>

  /external/curl/docs/cmdline-opts/
retry.d 17 If this option is used several times, the last one will be used.
config.d 8 found in the text file will be used as if they were provided on the command
14 if so, the colon or equals characters can be used as separators. If the option
33 When curl is invoked, it (unless --disable is used) checks for a default
61 This option can be used multiple times to load multiple config files.
create-dirs.d 4 When used in conjunction with the --output option, curl will create the
fail-early.d 7 When curl is used to do multiple transfers on the command line, it will
proxytunnel.d 6 When an HTTP proxy is used --proxy, this option will make curl tunnel through
  /external/jemalloc/include/jemalloc/
jemalloc_mangle.sh 29 * The ${symbol_prefix}* macros can be used as stable alternative names for the
31 * meant for use in jemalloc itself, but it can be used by application code to
  /external/jemalloc_new/include/jemalloc/
jemalloc_mangle.sh 29 * The ${symbol_prefix}* macros can be used as stable alternative names for the
31 * meant for use in jemalloc itself, but it can be used by application code to
  /external/libcups/cups/
language.h 88 int used; /* Number of times this entry has been used. */ member in struct:cups_lang_s
  /external/libcxx/test/support/
msvc_stdlib_force_include.hpp 28 #error This header may not be used when targeting libc++
  /external/mesa3d/src/compiler/glsl/
opt_dead_builtin_variables.cpp 32 * outputs (fragment shader only) that are not used can be removed.
39 if (var->ir_type != ir_type_variable || var->data.used)
59 * are used by ftransform. No other built-in variable is used by a
  /external/openssh/
session.h 32 int used; member in struct:Session
  /external/skia/experimental/go-skia/
ctypes.go 12 // This file is used to generate 'types.go'
16 // Any enum that is used in Go should also be listed here, together
  /external/skqp/experimental/go-skia/
ctypes.go 12 // This file is used to generate 'types.go'
16 // Any enum that is used in Go should also be listed here, together
  /external/syzkaller/vendor/google.golang.org/api/googleapi/transport/
apikey.go 5 // Package transport contains HTTP transports used to make
21 // If nil, http.DefaultTransport is used.
  /external/syzkaller/vendor/google.golang.org/api/option/
option.go 32 // source to be used as the basis for authentication.
65 // to be used for a service.
77 // to be used for a service.
100 // as the basis of communications. This option may only be used with services
101 // that support HTTP as their communication transport. When used, the
115 // used with services that support gRPC as their communication transport. When
116 // used, the WithGRPCConn option takes precedent over all other supplied
154 // WithAPIKey returns a ClientOption that specifies an API key to be used
  /external/tensorflow/tensorflow/python/autograph/converters/
break_statements.py 30 self.used = False
34 return 'used: %s, var: %s' % (self.used, self.control_var_name)
41 self.state[_Break].used = True
69 break_used = self.state[_Break].used
122 # the control variable is marked as used.
  /external/u-boot/arch/sandbox/include/asm/
getopt.h 47 static __attribute__((section(".u_boot_sandbox_getopt"), used)) \
67 * Same as above, but @s is used to specify a short flag e.g.
  /external/u-boot/drivers/core/
of_extra.c 25 entry->used = ofnode_read_s32_default(node, "used", entry->length);
  /external/v8/src/snapshot/
snapshot-external.cc 5 // Used for building with external snapshots.
15 #error snapshot-external.cc is used only for the external snapshot build.
  /external/wpa_supplicant_8/src/utils/
wpabuf.h 22 size_t used; /* length of data in the buffer */ member in struct:wpabuf
56 * Returns: Currently used length of the buffer
60 return buf->used;
70 return buf->size - buf->used;
156 buf->size = buf->used = len;
  /build/make/core/combo/arch/x86/
x86.mk 4 # It is also used to build full_x86-eng / sdk_x86-eng platform images that
  /device/generic/goldfish/
sdk_phone_x86_vendor.mk 10 # Additional settings used in all AOSP builds
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
setobject.h 39 Py_ssize_t used; /* # Active */ member in struct:_setobject
55 long hash; /* only used by frozenset objects */
86 #define PySet_GET_SIZE(so) (((PySetObject *)(so))->used)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
setobject.h 39 Py_ssize_t used; /* # Active */ member in struct:_setobject
55 long hash; /* only used by frozenset objects */
86 #define PySet_GET_SIZE(so) (((PySetObject *)(so))->used)
  /external/grpc-grpc/third_party/nanopb/generator/
protoc-gen-nanopb.bat 2 :: This file is used to invoke nanopb_generator.py as a plugin

Completed in 2171 milliseconds

<<11121314151617181920>>