HomeSort by relevance Sort by last modified time
    Searched full:commentvalue (Results 1 - 3 of 3) sorted by null

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_nodecommentnodevalue.java 68 String commentValue;
76 commentValue = commentNode.getNodeValue();
77 assertEquals("value", " This is comment number 1.", commentValue);
81 commentValue = commentNode.getNodeValue();
82 assertEquals("createdCommentNodeValue", " This is a comment", commentValue);
nodecommentnodevalue.java 68 String commentValue;
76 commentValue = commentNode.getNodeValue();
77 assertEquals("value", " This is comment number 1.", commentValue);
  /frameworks/av/media/libstagefright/
MP3Extractor.cpp 384 String8 commentvalue; local
385 com->getString(&commentdesc, &commentvalue);
387 const char * value = commentvalue.string();

Completed in 96 milliseconds