Home
last modified time | relevance | path

Searched refs:generation (Results 1 – 7 of 7) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
DCyclicBarrier.java165 private Generation generation = new Generation(); field in CyclicBarrier
183 generation = new Generation(); in nextGeneration()
191 generation.broken = true; in breakBarrier()
205 final Generation g = generation; in dowait()
239 if (g == generation && ! g.broken) { in dowait()
253 if (g != generation) in dowait()
451 return generation.broken; in isBroken()
/libcore/
Dknown_oj_tags.txt17 # during the documentation generation process.
DJavaLibrary.bp428 // contains @Generated annotations, which are produced by some code generation
983 // containing @Generated annotations produced by some code generation
1051 // containing @Generated annotations produced by some code generation
1105 // containing @Generated annotations produced by some code generation
Dopenjdk_java_files.bp1391 // @Generated annotations, which are produced by some code generation tools.
1393 // the code generation tools (notably dagger) can be fixed.
/libcore/ojluni/src/main/java/java/util/logging/
DFileHandler.java567 private File generate(String pattern, int generation, int unique) in generate() argument
613 word = word + generation; in generate()
631 word = word + "." + generation; in generate()
/libcore/mmodules/core_platform_api/
DAndroid.bp98 // containing @Generated annotations produced by some code generation
114 // containing @Generated annotations produced by some code generation
/libcore/luni/src/test/java/libcore/java/lang/reflect/parameter/
DREADME.txt4 The use of .smali allows the generation of invalid system annotations