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

  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
exportfig.m 268 %compute and set ColorSpec and CData properties
277 old = LocalUpdateColors(allCData, 'CData', old);
484 if strcmp(prop,'CData')
  /external/tinyxml2/
tinyxml2.cpp 471 static const char* cdataHeader = { "<![CDATA[" };
810 if ( this->CData() ) {
836 text->SetCData( this->CData() );
    [all...]
tinyxml2.h 616 and CDATA. It will default to the mode it was parsed from the XML file and
618 SetCDATA() and query it with CDATA().
630 /// Declare whether this should be CDATA or standard text.
632 /// Returns true if this is a CDATA text element.
633 bool CData() const { return isCData; }
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
BeautifulSoup.py 443 compatibility for Navigable*String, but for CData* it lets you
444 get the string without the CData wrapper."""
459 class CData(NavigableString):
462 return "<![CDATA[%s]]>" % NavigableString.__str__(self, encoding)
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.11.2/
gradle-0.11.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.12.1/
gradle-0.12.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.12.2/
gradle-0.12.2.jar 

Completed in 163 milliseconds