/external/testng/src/test/java/test/thread/ |
SequentialSample2Test.java | 5 @Test(sequential = true)
|
SequentialSample3Test.java | 5 @Test(sequential = true)
|
SequentialSampleTest.java | 5 @Test(sequential = true)
|
/external/testng/src/test/java/test/testng285/ |
BugBase.java | 9 @Test(sequential = true)
|
/external/testng/src/test/java/test/tmp/ |
AA.java | 7 @Test(sequential = true)
|
/external/python/futures/ |
primes.py | 27 def sequential(): function 39 for name, fn in [('sequential', sequential),
|
/dalvik/dx/tests/ |
run-all-tests | 39 sequential="no" 43 --seq) sequential="yes" ;; 150 if [[ "$sequential" = "yes" ]]; then
|
/external/testng/src/main/java/org/testng/annotations/ |
Test.java | 146 public boolean sequential() default false;
|
/external/tensorflow/tensorflow/core/kernels/ |
constant_op_test.cc | 94 // Returns graph containing "num" const nodes. If 'sequential' is 97 static Graph* ManyConsts(int num, bool sequential) { 104 if (sequential && prev != nullptr) { 114 test::Benchmark("cpu", ManyConsts(num, false /* !sequential */)).Run(iters); 120 test::Benchmark("cpu", ManyConsts(num, true /* sequential */)).Run(iters);
|
/external/tensorflow/tensorflow/python/util/ |
serialization_test.py | 27 from tensorflow.python.keras.engine import sequential 52 model = sequential.Sequential()
|
/external/testng/src/main/java/org/testng/internal/annotations/ |
TestAnnotation.java | 165 public void setSequential(boolean sequential) {
166 m_sequential = sequential;
|
/external/syzkaller/prog/ |
alloc_test.go | 19 // Just sequential allocation.
|
/external/curl/packages/vms/ |
pcsi_product_gnv_curl.com | 5 $! This command file packages up the product CURL into a sequential 179 /format=sequential 'pcsi_option'
|
/external/guava/guava-tests/test/com/google/common/hash/ |
FunnelsTest.java | 103 Funnel<Iterable<? extends Object>> sequential = Funnels.sequentialFunnel(elementFunnel); local 104 sequential.funnel(Arrays.asList("foo", "bar", "baz", "quux"), primitiveSink);
|
/external/tensorflow/tensorflow/python/keras/saving/ |
saved_model.py | 80 model = tf.keras.Sequential() 147 from tensorflow.python.keras.engine import sequential # pylint: disable=g-import-not-at-top 150 if isinstance(model, sequential.Sequential): 155 'Sequential model\'s input shape is unknown. Please build the ' 365 model = tf.keras.Sequential()
|
/external/swiftshader/third_party/LLVM/test/MC/ARM/ |
diagnostics.s | 235 @ CHECK-ERRORS: error: destination operands must be sequential 238 @ CHECK-ERRORS: error: source operands must be sequential 291 @ CHECK-ERRORS: error: destination operands must be sequential 294 @ CHECK-ERRORS: error: destination operands must be sequential 297 @ CHECK-ERRORS: error: destination operands must be sequential
|
/build/soong/finder/fs/ |
readdir_test.go | 130 // Test two sequential entries 163 // Test two sequential entries with no padding between them 220 // Test two sequential entries where the first has an incorrect d_reclen. 250 // Test two sequential entries where the second has an incorrect d_reclen.
|
/external/ltp/pan/ |
ltp-pan.c | 181 int sequential = 0; /* run tests sequentially */ local 204 sequential = 1; 395 /* Supply a default for starts. If we are in sequential mode, use 401 if (sequential) { 529 if (!sequential) 551 if ((cpid != -1 || sequential) && starts > 0) 554 if (sequential) [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/ |
diagnostics.s | 332 @ CHECK-ERRORS: error: destination operands must be sequential 335 @ CHECK-ERRORS: error: source operands must be sequential 409 @ CHECK-ERRORS: error: destination operands must be sequential 412 @ CHECK-ERRORS: error: destination operands must be sequential 415 @ CHECK-ERRORS: error: destination operands must be sequential 418 @ CHECK-ERRORS: error: source operands must be sequential 421 @ CHECK-ERRORS: error: source operands must be sequential 424 @ CHECK-ERRORS: error: source operands must be sequential [all...] |
/external/tensorflow/tensorflow/python/keras/ |
models.py | 25 from tensorflow.python.keras.engine import sequential 41 Sequential = sequential.Sequential # pylint: disable=invalid-name 82 if isinstance(model, Sequential): 85 'got a `Sequential` instance instead:', model) 176 """Clone a `Sequential` model instance. 183 model: Instance of `Sequential`. 194 An instance of `Sequential` reproducing the behavior 201 if not isinstance(model, Sequential) [all...] |
/external/llvm/test/MC/ARM/ |
diagnostics.s | 304 @ CHECK-ERRORS: error: destination operands must be sequential 307 @ CHECK-ERRORS: error: source operands must be sequential 378 @ CHECK-ERRORS: error: destination operands must be sequential 381 @ CHECK-ERRORS: error: destination operands must be sequential 384 @ CHECK-ERRORS: error: destination operands must be sequential
|
/external/ltp/testcases/realtime/ |
00_Descriptions.txt | 75 - Compares running sequential matrix multiplication routines to running them
|
/external/tensorflow/tensorflow/python/autograph/impl/ |
api_test.py | 36 from tensorflow.python.keras.engine import sequential 419 model = sequential.Sequential([ 433 model = sequential.Sequential([
|
/external/v8/tools/gcmole/ |
gcmole.lua | 38 sequential = false; 161 if FLAGS.sequential then 162 log("** Sequential execution.")
|
/build/soong/androidmk/parser/ |
make_strings.go | 27 // variable will have an empty last raw string. Two sequential Variables
|