/external/turbine/java/com/google/turbine/binder/bound/ |
D | AnnotationMetadata.java | 44 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/ |
D | time.c | 31 int repeatable = 0; in do_time() local 36 retval = cmd_process(0, argc - 1, argv + 1, &repeatable, &cycles); in do_time()
|
D | mmc.c | 250 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/ |
D | cli_simple.c | 183 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()
|
D | command.c | 506 int *repeatable, ulong *ticks) in cmd_process() argument 541 *repeatable &= cmdtp->repeatable; in cmd_process()
|
/external/u-boot/doc/ |
D | README.commands | 8 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/ |
D | command.h | 32 int repeatable; /* autorepeat allowed? */ member 144 int *repeatable, unsigned long *ticks);
|
/external/junit/ |
D | METADATA | 2 description: "JUnit is a simple framework to write repeatable tests."
|
D | README.md | 2 JUnit is a simple framework to write repeatable tests. It is an instance of the xUnit architecture …
|
/external/turbine/java/com/google/turbine/binder/ |
D | ConstBinder.java | 162 ClassSymbol repeatable = null; in bindAnnotationMetadata() local 172 repeatable = bindRepeatable(annotation); in bindAnnotationMetadata() 178 return new AnnotationMetadata(retention, target, repeatable); in bindAnnotationMetadata()
|
D | DisambiguateTypeAnnotations.java | 258 ClassSymbol container = env.get(symbol).annotationMetadata().repeatable(); in groupRepeated()
|
/external/autotest/client/site_tests/graphics_KernelMemory/ |
D | control | 27 repeatable we wait for the login screen to load (hack).
|
/external/turbine/java/com/google/turbine/binder/bytecode/ |
D | BytecodeBoundClass.java | 470 ClassSymbol repeatable = null; 480 repeatable = bindRepeatable(annotation); 486 return new AnnotationMetadata(retention, target, repeatable);
|
/external/curl/tests/ |
D | objnames.inc | 48 # This allows repeatable and automatic short object name generation with
|
/external/clang/test/Parser/ |
D | MicrosoftExtensions.cpp | 4 [repeatable][source_annotation_attribute( Parameter|ReturnValue )]
|
/external/swiftshader/third_party/subzero/docs/ |
D | ALLOCATION.rst | 34 repeatable translation is sometimes needed, e.g. for regression testing.
|
D | DESIGN.rst | 1146 In Subzero's implementation, each randomization is "repeatable" in a sense. 1152 will be repeatable.
|
/external/catch2/docs/ |
D | command-line.md | 245 …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/ |
D | README.md | 118 …on. The first is through our competition server, which is reliable and repeatable, but is limited …
|
/external/python/cpython2/Tools/pybench/ |
D | README | 334 2.0: rewrote parts of pybench which resulted in more repeatable
|
/external/pcre/dist2/testdata/ |
D | testoutput2 | 150 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 …]
|
D | grepoutput | 103 pcre2grep: Error in command-line regex at offset 4: quantifier does not follow a repeatable item
|
/external/python/cpython2/Doc/using/ |
D | cmdline.rst | 571 Its purpose is to allow repeatable hashing, such as for selftests for the
|
/external/googletest/googletest/docs/ |
D | primer.md | 16 1. Tests should be *independent* and *repeatable*. It's a pain to debug a test
|
/external/python/cpython3/Doc/using/ |
D | cmdline.rst | 599 Its purpose is to allow repeatable hashing, such as for selftests for the
|