/external/iptables/include/linux/netfilter/ |
xt_hashlimit.h | 33 /* user specified */ 57 /* user specified */ 71 /* user specified */
|
/external/javassist/src/main/javassist/bytecode/annotation/ |
AnnotationMemberValue.java | 32 * Constructs an annotation member. The initial value is not specified. 39 * Constructs an annotation member. The initial value is specified by 55 throw new ClassNotFoundException("no type specified");
|
/external/jsr305/ri/src/main/java/javax/annotation/concurrent/ |
GuardedBy.java | 28 * by the (instance or static) field specified by field-name. 30 * specified by class-name.field-name. method-name() : The lock object is 32 * object for the specified class should be used as the lock object.
|
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/functional/ |
cpuhotplug06.sh | 27 -c cpu which is specified for testing 60 # Verify that the specified CPU is available 65 # Check that the specified CPU is online; if not, online it
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_setattr/ |
assertions.xml | 3 The mq_setattr() will set attributes associated with the open message queue description referenced by the message queue descriptor specified by mqdes. 4 The following members of mq_attr will be set to the specified value: 14 If mq_setattr() is successful, it will return a value of zero and the attributes of the message queue will change as specified.
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_getschedparam/ |
assertions.xml | 9 the value specified by the most recent pthread_setschedparam( ), 23 sched_ss_init_budget, sched_priority, and sched_ss_max_repl. The specified 24 sched_ss_repl_period shall be greater than or equal to the specified
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_init/ |
assertions.xml | 10 initializes a mutex referenced by 'mutex' with attributes specified by 25 specified as NULL, except that no error checks are performed. 43 -[EINVAL] The value specified by 'attr' is invalid.
|
/external/python/cpython2/Doc/library/ |
importlib.rst | 23 specified in relative terms, then the *package* argument must be 24 specified to the package which is to act as the anchor for resolving the 26 ``pkg.mod``). The specified module will be inserted into
|
/external/python/cpython2/Lib/ |
user.py | 1 """Hook to allow user-specified customization code to run. 3 As a policy, Python doesn't run user-specified code on startup of 4 Python programs (interactive sessions execute the script specified in
|
/external/python/cpython3/Lib/ |
crypt.py | 23 """Generate a salt for the specified method. 25 If not specified, the strongest available method will be used. 39 If ``salt`` is not specified or is ``None``, the strongest
|
/external/selinux/checkpolicy/ |
checkpolicy.8 | 16 input file name is specified, checkpolicy will attempt to read from 17 policy.conf or policy, depending on whether the \-b flag is specified. 37 Write a binary policy file to the specified filename.
|
/external/selinux/python/semanage/ |
semanage-boolean.8 | 17 Do not print heading when listing the specified object type 29 Modify a record of the specified object type 32 List records of the specified object type
|
/external/slf4j/slf4j-simple/src/test/resources/ |
simplelogger.properties | 6 # If not specified, defaults to "info". 11 # If not specified, the default logging detail level is used. 20 # If the format is not specified or is invalid, the default format is used.
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
TargetOptions.h | 31 /// option is specified on the command line, and should enable debugging 36 /// specified on the command line. If the target supports the frame pointer 41 /// -disable-non-leaf-fp-elim is specified on the command line. If the target 51 /// -enable-fp-mad is specified on the command line. When this flag is off 59 /// -disable-excess-fp-precision flag is specified on the command line. When 67 /// -enable-unsafe-fp-math flag is specified on the command line. When 75 /// -enable-no-infs-fp-math flag is specified on the command line. When 81 /// -enable-no-nans-fp-math flag is specified on the command line. When 87 /// -enable-sign-dependent-rounding-fp-math is specified. If this returns 96 /// UseSoftFloat - This flag is enabled when the -soft-float flag is specified [all...] |
/external/tensorflow/tensorflow/contrib/lite/toco/ |
args.h | 17 // parse itself, and keep track of whether it was specified. 44 // command_line_flags.h don't track whether or not a flag is specified. Arg 45 // contains the value (which will be default if not specified) and also 46 // whether the flag is specified. 51 // default_value(), specified(), value(), parse(), bind(). 60 // Return true if the command line argument was specified on the command line. 61 bool specified() const { return specified_; } function in class:toco::final 78 // Becomes true after parsing if the value was specified 89 // Return true if the command line argument was specified on the command line. 90 bool specified() const { return specified_; function in class:toco::final 125 bool specified() const { return specified_; } function in class:toco::final [all...] |
/external/vboot_reference/host/lib/include/ |
host_signature.h | 39 /* Calculates a hash of the data using the algorithm from the specified key. 46 /* Calculates a signature for the data using the specified key. 53 /* Calculates a signature for the data using the specified key and
|
/external/webrtc/webrtc/common_audio/ |
wav_header.h | 42 // follows the header is supposed to have the specified number of interleaved 43 // channels and contain the specified total number of samples of the specified
|
/frameworks/base/core/java/android/text/ |
AutoGrowArray.java | 64 * Creates an empty ByteArray with the specified initial capacity. 87 * Appends the specified value to the end of this array. 126 * Returns the value at the specified position in this array. 133 * Sets the value at the specified position in this array. 173 * Creates an empty IntArray with the specified initial capacity. 196 * Appends the specified value to the end of this array. 235 * Returns the value at the specified position in this array. 242 * Sets the value at the specified position in this array. 282 * Creates an empty FloatArray with the specified initial capacity. 305 * Appends the specified value to the end of this array [all...] |
/frameworks/base/core/java/android/util/ |
LongSparseLongArray.java | 61 * require any additional memory allocation to store the specified 91 * Gets the long mapped from the specified key, or <code>0</code> 99 * Gets the long mapped from the specified key, or the specified value 113 * Removes the mapping from the specified key, if there was any. 133 * Adds a mapping from the specified key to the specified value, 134 * replacing the previous mapping from the specified key if there 190 * specified key, or a negative number if the specified [all...] |
SparseIntArray.java | 61 * require any additional memory allocation to store the specified 91 * Gets the int mapped from the specified key, or <code>0</code> 99 * Gets the int mapped from the specified key, or the specified value 113 * Removes the mapping from the specified key, if there was any. 133 * Adds a mapping from the specified key to the specified value, 134 * replacing the previous mapping from the specified key if there 198 * specified key, or a negative number if the specified [all...] |
SparseLongArray.java | 59 * require any additional memory allocation to store the specified 89 * Gets the long mapped from the specified key, or <code>0</code> 97 * Gets the long mapped from the specified key, or the specified value 111 * Removes the mapping from the specified key, if there was any. 148 * Adds a mapping from the specified key to the specified value, 149 * replacing the previous mapping from the specified key if there 205 * specified key, or a negative number if the specified [all...] |
/hardware/interfaces/media/bufferpool/1.0/ |
IConnection.hal | 28 * receiving side of buffer during transferring only when the specified 29 * buffer is neither cached nor used. This fails if the specified 39 * @return buffer The actual buffer which is specified with bufferId.
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
DHGenParameterSpecTest.java | 39 * parameters specified in the constructor with the values returned 49 + "equal to the value specified in the constructor", 52 + "equal to the value specified in the constructor",
|
/libcore/ojluni/src/main/java/java/net/ |
FileNameMap.java | 38 * Gets the MIME type for the specified file name. 39 * @param fileName the specified file name 41 * type for the specified file name.
|
/libcore/ojluni/src/main/java/java/security/cert/ |
CertificateExpiredException.java | 30 * {@code Date} or the specified {@code Date} is after the 31 * {@code notAfter} date/time specified in the validity period 50 * Constructs a CertificateExpiredException with the specified detail
|