HomeSort by relevance Sort by last modified time
    Searched defs:cdata (Results 1 - 25 of 29) sorted by null

1 2

  /external/emma/core/java12/com/vladium/emma/rt/
RT.java 69 ICoverageData cdata = s_cdata; // no sync accessor needed local
72 cdata = DataFactory.newCoverageData ();
73 s_cdata = cdata;
82 if (createExitHook && (cdata != null))
84 final Runnable exitHook = new RTExitHook (RT.class, cdata, getCoverageOutFile (), getCoverageOutMerge ());
102 return cdata;
113 final ICoverageData cdata = getCoverageData (); // need to use accessor for JMM reasons local
115 // ['cdata' can be null if a previous call to dumpCoverageData() disabled data collection]
117 if (cdata != null)
119 synchronized (cdata.lock ()
153 ICoverageData cdata = s_cdata; \/\/ no need to use accessor local
163 ICoverageData cdata = s_cdata; \/\/ no need to use accessor local
    [all...]
AppRunner.java 71 RT.reset (true, false); // reset RT [RT creates 'cdata' and loads app properties]
361 ICoverageData cdata = RT.getCoverageData (); local
362 if ($assert.ENABLED) $assert.ASSERT (cdata != null, "cdata is null");
366 runnerExitHook = new AppRunnerExitHook (log, m_dumpSessionData, sdataOutFile, sdataOutMerge.booleanValue (), mdata, cdata, m_reportGenerators, srcpathCache, toolProperties);
403 cdata = null;
777 final IMetaData mdata, final ICoverageData cdata,
784 if (cdata == null) throw new IllegalArgumentException ("null input: cdata");
795 m_cdata = cdata;
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
xml_printer.hpp 100 typedef custom_manip<struct cdata_t> cdata; typedef in namespace:boost::unit_test
103 operator<<( custom_printer<cdata> const& p, const_string value )
105 return *p << BOOST_TEST_L( "<![CDATA[" ) << value << BOOST_TEST_L( "]]>" );
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
documentimportnode20.java 41 * node, a cdata node and a pi. Verify if the nodes have been
43 * cdata nodes and the PItarget and PIData for the pi nodes.
88 CharacterData cdata; local
107 cdata = (CharacterData) elemchildList.item(0);
111 cdataVal = cdata.getData();
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToTextStream.java 353 * Receive notification of cdata.
377 public void cdata(char ch[], int start, int length) method in class:ToTextStream
ToHTMLStream.java 1593 public final void cdata(char ch[], int start, int length) method in class:ToHTMLStream
    [all...]
ToStream.java 188 * This helper method to writes out "]]>" when closing a CDATA section.
197 // write out a CDATA section closing "]]>"
828 * be reported. The type will be one of the strings "CDATA",
1256 protected void cdata(char ch[], int start, final int length) method in class:ToStream
1423 cdata(chars, start, length); method
    [all...]
  /external/emma/core/java12/com/vladium/emma/data/
MergeProcessor.java 132 ICoverageData cdata = null; local
162 if (cdata == null)
163 cdata = _cdata;
165 cdata = (ICoverageData) cdata.merge (_cdata); // note: later datapath entries override earlier ones
178 if (((mdata == null) || mdata.isEmpty ()) && ((cdata == null) || cdata.isEmpty ()))
200 if (cdata != null)
202 log.verbose (" merged coverage data contains " + cdata.size () + " entries");
264 DataFactory.persist (cdata, persistFile, false); // never merge to enforce compaction behavio
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/
ReportProcessor.java 165 ICoverageData cdata = null; local
193 if (cdata == null)
194 cdata = _cdata;
196 cdata = (ICoverageData) cdata.merge (_cdata); // note: later datapath entries override earlier ones
216 if (cdata == null)
223 if (cdata.isEmpty ())
236 if (cdata != null)
238 log.verbose (" merged coverage data contains " + cdata.size () + " entries");
251 // no shallow copies of 'mdata' or 'cdata' are needed her
    [all...]
  /libcore/luni/src/test/java/tests/api/org/xml/sax/ext/
Attributes2ImplTest.java 35 private Attributes2Impl cdata = new Attributes2Impl(); field in class:Attributes2ImplTest
60 cdata.addAttribute("http://yet.another.uri", "hey", "ns3:hey",
61 "CDATA", "hey");
100 // Special case with CDATA
101 attrs.setAttributes(new AttributesImpl(cdata));
133 // CDATA case
135 "CDATA", "abc");
142 assertEquals("CDATA", attrs.getType(1));
225 // Special case with CDATA
226 attrs = new Attributes2Impl(new AttributesImpl(cdata));
    [all...]
  /libcore/luni/src/test/java/libcore/xml/
NormalizeTest.java 60 "validate-if-schema", "entities", "datatype-normalization", "cdata-sections" };
76 assertEquals(true, domConfiguration.getParameter("cdata-sections"));
77 assertSupported("cdata-sections", false);
78 assertSupported("cdata-sections", true);
218 assertEquals(true, domConfiguration.getParameter("split-cdata-sections"));
219 assertSupported("split-cdata-sections", false);
220 assertSupported("split-cdata-sections", true);
340 String xml = "<foo>ABC<![CDATA[DEF]]>GHI</foo>";
342 domConfiguration.setParameter("cdata-sections", true);
347 domConfiguration.setParameter("cdata-sections", false)
449 CDATASection cdata = document.createCDATASection(""); local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOMBuilder.java 475 cdata(ch, start, length); method
636 /** Flag indicating that we are processing a CData section */
640 * Report the start of a CDATA section.
651 * Report the end of a CDATA section.
661 * Receive notification of cdata.
683 public void cdata(char ch[], int start, int length) throws org.xml.sax.SAXException method in class:DOMBuilder
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/
svga_shader.h 74 struct sh_cdata cdata; member in struct:sh_def
  /external/mesa3d/src/gallium/drivers/svga/svgadump/
svga_shader.h 74 struct sh_cdata cdata; member in struct:sh_def
  /external/chromium_org/third_party/libjingle/source/talk/base/
testutils.h 263 const char* cdata = static_cast<const char*>(data); local
264 written_data_.insert(written_data_.end(), cdata, cdata + data_len);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xml_etree.py 245 def cdata(): function
247 Test CDATA handling (etc).
253 >>> serialize(ET.XML("<tag><![CDATA[hello]]></tag>"))
909 >>> serialize(elem, encoding="us-ascii") # cdata characters
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xml_etree.py 245 def cdata(): function
247 Test CDATA handling (etc).
253 >>> serialize(ET.XML("<tag><![CDATA[hello]]></tag>"))
909 >>> serialize(elem, encoding="us-ascii") # cdata characters
    [all...]
  /external/bison/lib/
bbitset.h 92 bitset_word *cdata; /* Cache data pointer. */ member in struct:bbitset_struct
108 #define BITSET_CDATA_(SRC) (SRC)->b.cdata
  /external/srec/tools/grxmlcompile/
grxmldoc.cpp 194 DEBUG_PRINT (std::string("CDATA ") + name);
195 DEBUG_PRINT (std::string("CDATA ") + str_name);
270 DEBUG_PRINT (std::string("CDATA ") + name);
452 // We must accommodate Rules that have CDATA without an <item> element.
476 // We must accommodate Rules that have CDATA without an <item> element.
486 // Note the Item's CDATA
495 std::string cdata = node.Value(); // getCData() local
498 cdata.erase(0, cdata.find_first_not_of(whitespace) );
499 cdata.erase(cdata.find_last_not_of(whitespace) + 1)
501 std::cout << "\/--" << cdata << "--\/\\n"; local
    [all...]
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.h 1268 bool cdata; \/\/ true if this should be input and output as a CDATA style text element member in class:TiXmlText
    [all...]
  /external/tinyxml/
tinyxml.h 1111 bool cdata; \/\/ true if this should be input and output as a CDATA style text element member in class:TiXmlText
    [all...]
  /prebuilts/tools/common/m2/internal/jdom/jdom/1.0/
jdom-1.0.jar 
  /external/emma/lib/
emma.jar 
  /prebuilts/tools/common/m2/internal/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jar 

Completed in 798 milliseconds

1 2