HomeSort by relevance Sort by last modified time
    Searched refs:appendData (Results 1 - 25 of 60) sorted by null

1 2 3

  /libcore/luni/src/main/java/org/w3c/dom/
CharacterData.java 93 public void appendData(String arg)
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
characterdataappenddata.java 31 * The "appendData(arg)" method appends a string to the end
35 * of the first employee. The appendData(arg) method is
77 child.appendData(", Esquire");
characterdataappenddatagetdata.java 31 * On successful invocation of the "appendData(arg)"
36 * of the first employee. The appendData(arg) method is
77 child.appendData(", Esquire");
hc_characterdataappenddata.java 31 * The "appendData(arg)" method appends a string to the end
35 * of the first employee. The appendData(arg) method is
76 child.appendData(", Esquire");
hc_characterdataappenddatagetdata.java 31 * On successful invocation of the "appendData(arg)"
36 * of the first employee. The appendData(arg) method is
76 child.appendData(", Esquire");
characterdataappenddatanomodificationallowederr.java 31 * The "appendData(arg)" method raises a NO_MODIFICATION_ALLOWED_ERR
35 * from the entity reference and execute the "appendData(arg)" method.
92 ((CharacterData) /*Node */entElementContent).appendData("newString");
characterdataappenddatanomodificationallowederrEE.java 31 * Create an ent3 entity reference and call appendData on a text child, should thrown a NO_MODIFICATION_ALLOWED_ERR.
79 ((CharacterData) /*Node */entText).appendData("newString");
  /frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.h 49 status_t appendData(const void *data, size_t size, int64_t timeUs);
ESQueue.cpp 248 status_t ElementaryStreamQueue::appendData(
    [all...]
MPEG2PSExtractor.cpp 698 status_t err = mQueue->appendData(data, size, timeUs);
ATSParser.cpp 1071 status_t err = mQueue->appendData(data, size, timeUs);
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
CharacterDataImpl.java 42 public void appendData(String arg) throws DOMException {
  /sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
ConfigGenerator.java 331 networkingText.appendData("\nWifi");
334 networkingText.appendData("\nBluetooth");
337 networkingText.appendData("\nNFC");
345 sensorsText.appendData("\nAccelerometer");
348 sensorsText.appendData("\nBarometer");
351 sensorsText.appendData("\nCompass");
354 sensorsText.appendData("\nGPS");
357 sensorsText.appendData("\nGyroscope");
360 sensorsText.appendData("\nLightSensor");
363 sensorsText.appendData("\nProximitySensor")
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOMBuilder.java 484 ((Text)childNode).appendData(s);
692 section.appendData(s);
UnImplNode.java 1051 public void appendData(String arg) throws DOMException
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
DocumentBuilderImpl.java 346 textNode.appendData(text);
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeProxy.java 1029 public final void appendData(String arg) throws DOMException
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8-dom.jar 
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/
expatbuilder.py 279 childNodes[-1].appendData(data)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/
expatbuilder.py 279 childNodes[-1].appendData(data)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
expatbuilder.py 279 childNodes[-1].appendData(data)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
expatbuilder.py 279 childNodes[-1].appendData(data)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msxml.h     [all...]
  /external/guice/extensions/persist/lib/
dom4j-1.6.1.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
dom4j-1.6.1.jar 

Completed in 528 milliseconds

1 2 3