HomeSort by relevance Sort by last modified time
    Searched full:comments (Results 76 - 100 of 1711) sorted by null

1 2 34 5 6 7 8 91011>>

  /hardware/ti/omap3/dspbridge/libbridge/inc/
dbapi.h 26 *! 22-Nov-2002 gp Cleaned up comments, formatting.
35 *! enhanced comments.
  /development/simulator/app/
Semaphore.h 24 * semaphore (following POSIX semantics). See the comments in shmem.h.
  /device/sample/apps/SampleEmailPolicy/
README 23 For more information, see the comments in src/com/android/email/policy/EmailPolicy.java.
  /external/blktrace/
btrace.spec 8 # Please submit bugfixes or comments via http://www.suse.de/feedback/
  /external/chromium/third_party/icu/source/common/
common.rc 73 VALUE "Comments", ICU_WEBSITE "\0"
  /external/chromium/third_party/icu/source/data/misc/
icudata.rc 48 VALUE "Comments", ICU_WEBSITE "\0"
  /external/chromium/third_party/icu/source/tools/genprops/misc/
ucdstrip.c 17 * Removes comments behind data lines but not in others.
  /external/icu4c/common/
common.rc 73 VALUE "Comments", ICU_WEBSITE "\0"
  /external/icu4c/data/misc/
icudata.rc 48 VALUE "Comments", ICU_WEBSITE "\0"
  /external/icu4c/i18n/
i18n.rc 73 VALUE "Comments", ICU_WEBSITE "\0"
  /external/icu4c/io/
io.rc 73 VALUE "Comments", ICU_WEBSITE "\0"
  /external/icu4c/layout/
layout.rc 73 VALUE "Comments", ICU_WEBSITE "\0"
  /external/icu4c/layoutex/
layoutex.rc 73 VALUE "Comments", ICU_WEBSITE "\0"
  /external/icu4c/tools/genprops/misc/
ucdstrip.c 17 * Removes comments behind data lines but not in others.
  /external/icu4c/tools/genprops/
ucdstrip.c 17 * Removes comments behind data lines but not in others.
  /external/proguard/src/proguard/gui/
ClassSpecificationsPanel.java 208 String comments = classSpecification.comments; local
210 label.setText(comments != null ? comments.trim() :
ClassSpecificationDialog.java 155 // Create the comments panel.
158 msg("comments")));
381 String comments = classSpecification.comments; local
389 // Set the comments text area.
390 commentsTextArea.setText(comments == null ? "" : comments);
436 String comments = commentsTextArea.getText(); local
443 new ClassSpecification(comments.equals("") ? null : comments,
    [all...]
  /external/protobuf/
.gitignore 2 # Lines that start with '#' are comments.
  /external/v8/test/mjsunit/regress/
regress-1175390.js 29 // Simply ensure that we can generate comments without crashing.
  /external/zlib/contrib/infback9/
infback9.h 12 * comments in zlib.h for inflateBack() usage. These functions are used
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/usb/
audio.h 13 * Comments below reference relevant sections of that document:
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DOMConfigurationImpl.java 76 * True to keep comments in the document; false to discard them.
78 PARAMETERS.put("comments", new BooleanParameter() {
80 return config.comments;
83 config.comments = (Boolean) value;
147 * comments = true
161 && config.comments
173 config.comments = true;
274 * comments, text, CDATA sections and processing instructions.
289 private boolean comments = true; field in class:DOMConfigurationImpl
412 if (!comments) {
    [all...]
  /external/bluetooth/glib/docs/reference/gobject/
glib-mkenums.1 85 \fB\-\-comments\fR \fItext\fR
87 Template for auto\-generated comments, the default (for C code generations) is
93 Read templates from the given file\&. The templates are enclosed in specially\-formatted C comments
200 Some C comments are treated specially in the parsed enum definitions, such comments start out with the trigraph sequence
glib-mkenums.xml 95 <term><option>--comments</option> <replaceable>text</replaceable></term>
97 Template for auto-generated comments, the default (for C code generations) is
106 specially-formatted C comments
235 Some C comments are treated specially in the parsed enum definitions,
236 such comments start out with the trigraph sequence <literal>/*&lt;</literal>
  /libcore/luni/src/main/java/org/xml/sax/ext/
LexicalHandler.java 21 * lexical information about an XML document, such as comments
60 * and {@link #endEntity endEntity} events. Comments and
196 * <p>This callback will be used for comments inside or outside the
197 * document element, including comments in the external DTD
198 * subset (if read). Comments in the DTD must be properly

Completed in 3375 milliseconds

1 2 34 5 6 7 8 91011>>