/external/guava/guava-tests/test/com/google/common/base/ |
ObjectsTest.java | 52 // repeatable
|
/external/syslinux/gpxe/src/core/ |
init.c | 54 * This function performs the repeatable initialisation steps, such as
|
/external/tensorflow/tensorflow/docs_src/api_guides/python/ |
constant_op.md | 56 # Set an op-level seed to generate repeatable sequences across sessions.
|
/external/turbine/java/com/google/turbine/binder/ |
ConstBinder.java | 151 ClassSymbol repeatable = null; local 160 case "java/lang/annotation/Repeatable": 161 repeatable = bindRepeatable(annotation); 167 return new AnnotationMetadata(retention, target, repeatable);
|
DisambiguateTypeAnnotations.java | 148 // desugar @Repeatable annotations before disambiguating: annotation containers may target 251 ClassSymbol container = env.get(symbol).annotationMetadata().repeatable();
|
/external/turbine/java/com/google/turbine/diag/ |
TurbineError.java | 43 NONREPEATABLE_ANNOTATION("%s is not @Repeatable"),
|
/libcore/ojluni/src/main/java/java/lang/annotation/ |
Annotation.java | 39 * non-repeatable to being repeatable.
|
/external/desugar/java/com/google/devtools/common/options/ |
InvocationPolicyEnforcer.java | 369 // If there are any repeatable flag SetValues, deal with them together now. 409 * Expand a SetValue flag policy on a repeatable flag. SetValue operations are the only flag 410 * policies that set the flag, and so interact with repeatable flags, flags that can be set 432 // repeatable, in which case we care about appendability, not overridability. 692 // Some converters return lists, and if the flag is a repeatable flag, the items in the 705 // user uses a disallowed value. This doesn't apply to repeatable flags since the default 706 // value for repeatable flags is always the empty list. [all...] |
Option.java | 134 * <p>The {@link #defaultValue()} field of the annotation is ignored for repeatable flags and the 196 * Option#converter()} attributes will not be processed. Wrapper options are implicitly repeatable
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_pwd.py | 91 # it will be a more repeatable failure.
|
/external/apache-http/src/org/apache/http/client/ |
NonRepeatableRequestException.java | 36 * Signals failure to retry the request due to non-repeatable request
|
/external/caliper/caliper/src/main/java/com/google/caliper/model/ |
Scenario.java | 30 * should produce a repeatable result
|
/external/python/cpython2/Lib/test/ |
test_pwd.py | 98 # it will be a more repeatable failure.
|
/external/turbine/java/com/google/turbine/binder/bytecode/ |
BytecodeBoundClass.java | 419 ClassSymbol repeatable = null; 428 case "Ljava/lang/annotation/Repeatable;": 429 repeatable = bindRepeatable(annotation); 435 return new AnnotationMetadata(retention, target, repeatable);
|
/external/webrtc/webrtc/modules/video_coding/codecs/test/ |
packet_manipulator.h | 75 // To get a repeatable packet drop pattern, re-initialize the random seed
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_pwd.py | 93 # it will be a more repeatable failure.
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_pwd.py | 93 # it will be a more repeatable failure.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_pwd.py | 93 # it will be a more repeatable failure.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_pwd.py | 93 # it will be a more repeatable failure.
|
/system/extras/ioshark/ |
README | 1 IOshark is a repeatable application workload storage benchmark. You
|
/external/tensorflow/tensorflow/contrib/learn/python/learn/learn_io/ |
graph_io.py | 79 predictable and repeatable order of reading and enqueueing, such as in 146 predictable and repeatable order of reading and enqueueing, such as in 495 predictable and repeatable order of reading and enqueueing, such as in 501 parsing. In order to have predictable and repeatable order of reading and 648 parsing. In order to have predictable and repeatable order of reading and [all...] |
/external/tensorflow/tensorflow/python/framework/ |
random_seed.py | 127 To generate the same repeatable sequence for an op across sessions, set the 151 To make the random sequences generated by all ops be repeatable across
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
sparse_tensor_dense_matmul_op_test.py | 100 np.random.seed(127) # Repeatable results 225 np.random.seed(127) # Repeatable results 233 np.random.seed(127) # Repeatable results
|
/hardware/interfaces/keymaster/3.0/ |
types.hal | 22 ENUM_REP = 2 << 28, /* Repeatable enumeration value. */ 24 UINT_REP = 4 << 28, /* Repeatable integer value */ 30 ULONG_REP = 10 << 28, /* Repeatable long value */
|
/external/tensorflow/tensorflow/python/data/kernel_tests/ |
dataset_from_generator_op_test.py | 88 # NOTE(mrry): Generator *expressions* are not repeatable (or in 92 # expression in a `lambda` makes it repeatable.
|