HomeSort by relevance Sort by last modified time
    Searched defs:COMMENTS (Results 1 - 8 of 8) sorted by null

  /build/tools/
java-layers.py 184 COMMENTS = re.compile("//.*?\n|/\*.*?\*/", re.S)
194 text = COMMENTS.sub("", text)
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
LSSerializerImpl.java 130 // Parameter comments, true [required] (default)
131 private final static int COMMENTS = 0x1 << 3;
216 fFeatures |= COMMENTS;
267 // comments
439 return ((fFeatures & COMMENTS) != 0) ? Boolean.TRUE : Boolean.FALSE;
478 (fFeatures & COMMENTS) != 0) {
524 fFeatures = state ? fFeatures | COMMENTS : fFeatures
525 & ~COMMENTS;
526 // comments
    [all...]
DOM3TreeWalker.java 150 // Parameter comments, true [required] (default)
151 private final static int COMMENTS = 0x1 << 3;
571 // comments=true
572 if ((fFeatures & COMMENTS) != 0) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
DB_Results.java 337 private static String[] COMMENTS;
379 COMMENTS = null;
951 * Query all comments from database
955 if (COMMENTS != null) return;
957 if (DEBUG) DEBUG_WRITER.print(" [DB query all comments..."); //$NON-NLS-1$
960 String[] comments = null;
967 if (comments == null) {
968 comments = new String[commentID+10];
969 } else if (commentID >= comments.length) {
970 int length = comments.length
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /external/jdiff/
xerces.jar 
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 247 milliseconds