HomeSort by relevance Sort by last modified time
    Searched refs:repeatable (Results 1 - 12 of 12) sorted by null

  /external/turbine/java/com/google/turbine/binder/bound/
AnnotationMetadata.java 29 * java.lang.annotation.Retention}, and {@link java.lang.annotation.Repeatable}.
44 private final ClassSymbol repeatable; field in class:AnnotationMetadata
49 ClassSymbol repeatable) {
52 this.repeatable = repeatable;
66 public ClassSymbol repeatable() { method in class:AnnotationMetadata
67 return repeatable;
  /external/u-boot/cmd/
time.c 31 int repeatable = 0; local
36 retval = cmd_process(0, argc - 1, argv + 1, &repeatable, &cycles);
mmc.c 250 if (flag == CMD_FLAG_REPEAT && !cp->repeatable)
910 if (flag == CMD_FLAG_REPEAT && !cp->repeatable)
  /external/u-boot/common/
cli_simple.c 183 int repeatable = 1; local
205 * repeatable commands
248 if (cmd_process(flag, argc, argv, &repeatable, NULL))
253 return -1; /* if stopped then not repeatable */
256 return rc ? rc : repeatable;
302 /* invalid command or not repeatable, forget it */
command.c 506 int *repeatable, ulong *ticks)
541 *repeatable &= cmdtp->repeatable;
  /external/u-boot/include/
command.h 32 int repeatable; /* autorepeat allowed? */ member in struct:cmd_tbl_s
136 * @param repeatable This function sets this to 0 if the command is not
137 * repeatable. If the command is repeatable, the value
144 int *repeatable, unsigned long *ticks);
  /external/turbine/java/com/google/turbine/binder/
ConstBinder.java 162 ClassSymbol repeatable = null; local
171 case "java/lang/annotation/Repeatable":
172 repeatable = bindRepeatable(annotation);
178 return new AnnotationMetadata(retention, target, repeatable);
DisambiguateTypeAnnotations.java 155 // desugar @Repeatable annotations before disambiguating: annotation containers may target
258 ClassSymbol container = env.get(symbol).annotationMetadata().repeatable();
  /external/clang/test/Parser/
MicrosoftExtensions.cpp 4 [repeatable][source_annotation_attribute( Parameter|ReturnValue )]
  /external/turbine/java/com/google/turbine/binder/bytecode/
BytecodeBoundClass.java 470 ClassSymbol repeatable = null;
479 case "Ljava/lang/annotation/Repeatable;":
480 repeatable = bindRepeatable(annotation);
486 return new AnnotationMetadata(retention, target, repeatable);
  /external/error_prone/javac/
javac-9+181-r4173-1.jar 
  /external/kotlinc/lib/
kotlin-reflect.jar 

Completed in 205 milliseconds