Searched defs:processing (Results 1 - 22 of 22) sorted by relevance

/openjdk7/langtools/src/share/classes/javax/annotation/processing/
H A Dpackage-info.java28 * allowing annotation processors to communicate with an annotation processing
43 package javax.annotation.processing;
H A DSupportedAnnotationTypes.java26 package javax.annotation.processing;
H A DSupportedOptions.java26 package javax.annotation.processing;
H A DSupportedSourceVersion.java26 package javax.annotation.processing;
H A DCompletion.java26 package javax.annotation.processing;
H A DFilerException.java26 package javax.annotation.processing;
29 import javax.annotation.processing.Filer;
H A DMessager.java26 package javax.annotation.processing;
H A DRoundEnvironment.java26 package javax.annotation.processing;
34 * An annotation processing tool framework will {@linkplain
37 * information about a round of annotation processing.
47 * be subject to a subsequent round of annotation processing;
51 * be subject to a subsequent round of annotation processing;
58 * of processing; returns {@code false} otherwise.
61 * of processing; returns {@code false} otherwise
66 * Returns the root elements for annotation processing generated
69 * @return the root elements for annotation processing generated
78 * round of annotation processing, o
[all...]
H A DCompletions.java26 package javax.annotation.processing;
H A DFiler.java26 package javax.annotation.processing;
36 * annotation processing tool implementing this interface, better
39 * considered for processing} by the tool in a subsequent {@linkplain
40 * RoundEnvironment round of processing} after the {@code close}
72 * GeneratedFromUserSource}, in response to processing
93 * <p> During each run of an annotation processing tool, a file with a
109 * invoker of the annotation processing tool must not knowingly
120 * its superclass is generated by annotation processing or subclasses
121 * of the class are generated by annotation processing. If the
151 * implementation. An annotation processing too
[all...]
H A DProcessingEnvironment.java26 package javax.annotation.processing;
37 * An annotation processing tool framework will {@linkplain
66 * processing tool. Options are returned in the form of a map from
H A DProcessor.java26 package javax.annotation.processing;
35 * <p>Annotation processing happens in a sequence of {@linkplain
36 * javax.annotation.processing.RoundEnvironment rounds}. On each
40 * processing are the initial inputs to a run of the tool; these
42 * round of processing. If a processor was asked to process on a
104 * there are no annotation types present, annotation processing still
106 * processing {@code "*"} can claim the (empty) set of annotation
139 * <li>The result of processing a given input is not a function of the presence or absence
144 * <li>Processing input <i>A</i> followed by processing input <i>B</i>
145 * is equivalent to processing <
[all...]
H A DAbstractProcessor.java26 package javax.annotation.processing;
51 * general {@link javax.annotation.processing.Processor Processor}
136 * Initializes the processor with the processing environment by
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/processing/
H A DAnnotationProcessingError.java26 package com.sun.tools.javac.processing;
30 * Error thrown for problems encountered during annotation processing.
H A DServiceProxy.java26 package com.sun.tools.javac.processing;
H A DJavacMessager.java26 package com.sun.tools.javac.processing;
35 import javax.annotation.processing.*;
H A DJavacRoundEnvironment.java26 package com.sun.tools.javac.processing;
30 import javax.annotation.processing.*;
38 * Object providing state about a prior round of annotation processing.
81 * of processing; returns {@code false} otherwise.
84 * of processing; returns {@code false} otherwise.
106 * processing, or declarations of members, parameters, or type
H A DPrintingProcessor.java26 package com.sun.tools.javac.processing;
28 import javax.annotation.processing.*;
H A DJavacFiler.java26 package com.sun.tools.javac.processing;
42 import javax.annotation.processing.*;
89 * declarations to the next round of processing. Files that are just
611 * for annotation processing.
618 * subject to annotation processing.
H A DJavacProcessingEnvironment.java26 package com.sun.tools.javac.processing;
40 import javax.annotation.processing.*;
90 * annotation processing.
588 * annotation processing. The iterator first visits already
692 // st round of processing could be the last round if there
694 // are not doing processing in that case.
810 * Helper object for a single round of annotation processing.
971 // Use annotation processing to compute the set of annotations present
1011 /** Run a processing round. */
1061 /** Get the context for the next round of processing
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/apt/
H A DMain.java61 return processing(null, null, args);
72 return processing(null, out, args);
103 return processing(factory, out, args);
106 private static int processing(AnnotationProcessorFactory factory, method in class:Main
/openjdk7/jdk/src/windows/native/com/sun/media/sound/
H A DPLATFORM_API_WinOS_DirectSound.cpp1066 int processing = DS_getDistance(info, (int)*playCursor, (int)*writeCursor); local
1068 if (processing > info->dsBufferSizeInBytes / 2) {
1070 processing = 0;
1076 *bufferSize += processing;

Completed in 143 milliseconds