Home
last modified time | relevance | path

Searched refs:repeatable (Results 1 – 25 of 30) sorted by relevance

12

/external/turbine/java/com/google/turbine/binder/bound/
DAnnotationMetadata.java44 private final ClassSymbol repeatable; field in AnnotationMetadata
49 ClassSymbol repeatable) { in AnnotationMetadata() argument
52 this.repeatable = repeatable; in AnnotationMetadata()
66 public ClassSymbol repeatable() { in repeatable() method in AnnotationMetadata
67 return repeatable; in repeatable()
/external/u-boot/cmd/
Dtime.c31 int repeatable = 0; in do_time() local
36 retval = cmd_process(0, argc - 1, argv + 1, &repeatable, &cycles); in do_time()
Dmmc.c250 if (flag == CMD_FLAG_REPEAT && !cp->repeatable) in do_mmcrpmb()
910 if (flag == CMD_FLAG_REPEAT && !cp->repeatable) in do_mmcops()
/external/u-boot/common/
Dcli_simple.c183 int repeatable = 1; in cli_simple_run_command() local
248 if (cmd_process(flag, argc, argv, &repeatable, NULL)) in cli_simple_run_command()
256 return rc ? rc : repeatable; in cli_simple_run_command()
Dcommand.c506 int *repeatable, ulong *ticks) in cmd_process() argument
541 *repeatable &= cmdtp->repeatable; in cmd_process()
/external/u-boot/doc/
DREADME.commands8 U_BOOT_CMD(name, maxargs, repeatable, command, "usage", "help")
9 U_BOOT_CMD_COMPLETE(name, maxargs, repeatable, command, "usage, "help", comp)
16 repeatable: Either 0 or 1 to indicate if autorepeat is allowed.
/external/u-boot/include/
Dcommand.h32 int repeatable; /* autorepeat allowed? */ member
144 int *repeatable, unsigned long *ticks);
/external/junit/
DMETADATA2 description: "JUnit is a simple framework to write repeatable tests."
DREADME.md2 JUnit is a simple framework to write repeatable tests. It is an instance of the xUnit architecture …
/external/turbine/java/com/google/turbine/binder/
DConstBinder.java162 ClassSymbol repeatable = null; in bindAnnotationMetadata() local
172 repeatable = bindRepeatable(annotation); in bindAnnotationMetadata()
178 return new AnnotationMetadata(retention, target, repeatable); in bindAnnotationMetadata()
DDisambiguateTypeAnnotations.java258 ClassSymbol container = env.get(symbol).annotationMetadata().repeatable(); in groupRepeated()
/external/autotest/client/site_tests/graphics_KernelMemory/
Dcontrol27 repeatable we wait for the login screen to load (hack).
/external/turbine/java/com/google/turbine/binder/bytecode/
DBytecodeBoundClass.java470 ClassSymbol repeatable = null;
480 repeatable = bindRepeatable(annotation);
486 return new AnnotationMetadata(retention, target, repeatable);
/external/curl/tests/
Dobjnames.inc48 # This allows repeatable and automatic short object name generation with
/external/clang/test/Parser/
DMicrosoftExtensions.cpp4 [repeatable][source_annotation_attribute( Parameter|ReturnValue )]
/external/swiftshader/third_party/subzero/docs/
DALLOCATION.rst34 repeatable translation is sometimes needed, e.g. for regression testing.
DDESIGN.rst1146 In Subzero's implementation, each randomization is "repeatable" in a sense.
1152 will be repeatable.
/external/catch2/docs/
Dcommand-line.md245 …ult the random number generator is seeded with 0 - and so the order is repeatable. To control the …
252 If a number is provided this is used directly as the seed so the random pattern is repeatable.
/external/tensorflow/tensorflow/lite/java/ovic/
DREADME.md118 …on. The first is through our competition server, which is reliable and repeatable, but is limited …
/external/python/cpython2/Tools/pybench/
DREADME334 2.0: rewrote parts of pybench which resulted in more repeatable
/external/pcre/dist2/testdata/
Dtestoutput2150 Failed: error 109 at offset 1: quantifier does not follow a repeatable item
233 Failed: error 109 at offset 4: quantifier does not follow a repeatable item
859 Failed: error 109 at offset 0: quantifier does not follow a repeatable item
862 Failed: error 109 at offset 1: quantifier does not follow a repeatable item
871 Failed: error 109 at offset 2: quantifier does not follow a repeatable item
895 Failed: error 109 at offset 0: quantifier does not follow a repeatable item
898 Failed: error 109 at offset 1: quantifier does not follow a repeatable item
907 Failed: error 109 at offset 2: quantifier does not follow a repeatable item
3132 Failed: error 109 at offset 3: quantifier does not follow a repeatable item
3135 Failed: error 109 at offset 7: quantifier does not follow a repeatable item
[all …]
Dgrepoutput103 pcre2grep: Error in command-line regex at offset 4: quantifier does not follow a repeatable item
/external/python/cpython2/Doc/using/
Dcmdline.rst571 Its purpose is to allow repeatable hashing, such as for selftests for the
/external/googletest/googletest/docs/
Dprimer.md16 1. Tests should be *independent* and *repeatable*. It's a pain to debug a test
/external/python/cpython3/Doc/using/
Dcmdline.rst599 Its purpose is to allow repeatable hashing, such as for selftests for the

12