| /glassfish-3.1.2/installer/src/cpp/share/launcher/ |
| H A D | zip_util.h | 193 /* If there are any per-entry comments, they are in the comments array */ 194 char **comments; member in struct:jzfile
|
| /glassfish-3.1.2/persistence/cmp/utility/src/main/java/com/sun/jdo/spi/persistence/utility/generator/ |
| H A D | JavaClassWriter.java | 72 * name, and comments. Note that the name must not be fully qualified. 75 * @param comments The comments shown just above the class declaration. 76 * The comments are passed as an array so the line separators can be added 83 String[] comments) throws IOException; 106 * @param comments The comments shown just above the declaration of 107 * this field. The comments are passed as an array so the line 114 String initialValue, String[] comments) throws IOException; 121 * @param comments Th 82 setClassDeclaration(int modifiers, String className, String[] comments) argument 113 addField(String name, int modifiers, String type, String initialValue, String[] comments) argument 127 addInitializer(boolean isStatic, String[] body, String[] comments) argument 149 addConstructor(String name, int modifiers, String[] parameterNames, String[] parameterTypes, String[] exceptions, String[] body, String[] comments) argument 172 addMethod(String name, int modifiers, String returnType, String[] parameterNames, String[] parameterTypes, String[] exceptions, String[] body, String[] comments) argument [all...] |
| H A D | JavaFileWriter.java | 73 * @param comments The comments shown just above the package statement. 74 * The comments are passed as an array so the line separators can be added 79 public void setPackage (String packageName, String[] comments) argument 85 * @param comments The comments shown just above the import statement. 86 * The comments are passed as an array so the line separators can be added 91 public void addImport (String importName, String[] comments) argument
|
| /glassfish-3.1.2/persistence/cmp/utility/src/main/java/com/sun/jdo/spi/persistence/utility/generator/io/ |
| H A D | FormattedWriter.java | 84 void writeComments (final String[] comments) argument 86 final int n = (comments != null ? comments.length : 0); 90 final String s = comments[i];
|
| H A D | IOJavaClassWriter.java | 107 * name, and comments. Note that the name must not be fully qualified. 110 * @param comments The comments shown just above the class declaration. 111 * The comments are passed as an array so the line separators can be added 117 final String className, final String[] comments) 122 writerHelper.writeComments(comments); 156 * @param comments The comments shown just above the declaration of 157 * this field. The comments are passed as an array so the line 163 final String initialValue, final String[] comments) 116 setClassDeclaration(final int modifiers, final String className, final String[] comments) argument 162 addField(final String name, final int modifiers, String type, final String initialValue, final String[] comments) argument 186 addInitializer(boolean isStatic, String[] body, String[] comments) argument 226 addConstructor(final String name, final int modifiers, final String[] parameterNames, final String[] parameterTypes, final String[] exceptions, final String[] body, final String[] comments) argument 252 addMethod(final String name, final int modifiers, final String returnType, final String[] parameterNames, final String[] parameterTypes, final String[] exceptions, final String[] body, final String[] comments) argument 285 addMethod(final String name, final int modifiers, final String returnType, final String[] parameterNames, final String[] parameterTypes, final String[] exceptions, final String[] body, final String[] comments, List methodList) argument [all...] |
| H A D | IOJavaFileWriter.java | 92 * @param comments The comments shown just above the package statement. 93 * The comments are passed as an array so the line separators can be added 97 public void setPackage (final String packageName, final String[] comments) argument 101 writerHelper.writeComments(comments); 114 * @param comments The comments shown just above the import statement. 115 * The comments are passed as an array so the line separators can be added 119 public void addImport (final String importName, final String[] comments) argument 123 writerHelper.writeComments(comments); [all...] |
| /illumos-gate/usr/src/tools/onbld/Scm/ |
| H A D | WorkSpace.py | 90 self.comments = [] 176 - Track renames/copies, and set change comments (both 219 # - Gather checkin comments (for the entire ActiveList, and 243 entry.comments = desc + entry.comments 323 def comments(self): member in class:ActiveList 324 '''Return the full set of changeset comments associated with 440 cstr.write(' comments:\n') 441 cstr.write(' ' + '\n '.join(entry.comments) + '\n')
|
| /illumos-gate/usr/src/lib/libbe/common/ |
| H A D | be_utils.c | 3440 FILE *comments = NULL; local 3454 * Open vfstab for reading twice. First is for comments, 3457 if ((comments = fopen(vfstab, "r")) == NULL || 3505 while (fgets(comments_buf, BUFSIZ, comments)) { 3572 (void) fclose(comments); 3573 comments = NULL; 3606 if (comments != NULL) 3607 (void) fclose(comments);
|