HomeSort by relevance Sort by last modified time
    Searched refs:commentText (Results 1 - 12 of 12) sorted by null

  /external/doclava/src/com/google/doclava/
DocFile.java 126 String commentText = filedata.substring(start);
128 Comment comment = new Comment(commentText, null, new SourcePositionInfo(docfile, lineno, 1));
133 hdf.setValue("commentText", commentText);
InfoBuilder.java 549 * @param commentText Javadoc comment of this class.
555 String commentText, SourcePositionInfo position, ClassType classType) {
596 cls.initialize(commentText, position,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorStyleSheet.cpp 397 String commentText = m_parsedText.substring(startOffset, offset - startOffset);
399 ASSERT(commentText.startsWith("/*"));
400 commentText = commentText.substring(2);
403 if (!commentText.endsWith("*/"))
405 commentText = commentText.substring(0, commentText.length() - 2).stripWhiteSpace();
406 if (commentText.isEmpty())
416 StyleSheetHandler handler(commentText, m_document, m_styleSheetContents, &sourceData)
    [all...]
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java 405 String commentText = readComment(justOneToken);
407 text = commentText;
562 String commentText = readUntil(COMMENT_DOUBLE_DASH, returnText);
567 return commentText;
    [all...]
  /cts/tools/utils/
DescriptionGenerator.java 560 cases.add(new TestMethod(name, method.commentText(), controller, knownFailure,
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/m2/internal/jdom/jdom/1.0/
jdom-1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.2.0/
sdk-common-22.2.0.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 1054 milliseconds