HomeSort by relevance Sort by last modified time
    Searched full:commentvalue (Results 1 - 4 of 4) 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 365 String8 commentvalue; local
366 com->getString(&commentdesc, &commentvalue);
368 const char * value = commentvalue.string();
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorStyleSheet.cpp     [all...]

Completed in 115 milliseconds