Home
last modified time | relevance | path

Searched refs:Child (Results 1 – 25 of 32) sorted by relevance

12

/external/tinyxml/
Dxmltest.cpp522 …ChildElement( "document" ).FirstChildElement( (const char*) russianElementName ).Child( 0 ).Text(); in main()
530 TiXmlDeclaration* dec = docH.Child( 0 ).Node()->ToDeclaration(); in main()
879 TiXmlUnknown* unknown = docH.Child( 1 ).Unknown(); in main()
882 TiXmlNode* node = docH.Child( 2 ).Node(); in main()
898 TiXmlComment* comment = docH.Child( 0 ).Node()->ToComment(); in main()
921 text = docH.FirstChildElement( "element" ).Child( 0 ).Text(); in main()
926 text = docH.FirstChildElement( "element" ).Child( 0 ).Text(); in main()
931 text = docH.FirstChildElement( "element" ).Child( 0 ).Text(); in main()
937 text = docH.FirstChildElement( "element" ).Child( 0 ).Text(); in main()
942 text = docH.FirstChildElement( "element" ).Child( 0 ).Text(); in main()
[all …]
Dtinyxml.h1469 TiXmlHandle Child( const char* value, int index ) const;
1473 TiXmlHandle Child( int index ) const;
1489 …TiXmlHandle Child( const std::string& _value, int index ) const { return Child( _value.c_str(), … in Child() function
Dreadme.txt282 TiXmlElement* child = element->FirstChildElement( "Child" );
285 TiXmlElement* child2 = child->NextSiblingElement( "Child" );
296 TiXmlElement* child2 = docHandle.FirstChild( "Document" ).FirstChild( "Element" ).Child( "Child", 1…
Dtinyxml.cpp1665 TiXmlHandle TiXmlHandle::Child( int count ) const in Child() function in TiXmlHandle
1684 TiXmlHandle TiXmlHandle::Child( const char* value, int count ) const in Child() function in TiXmlHandle
/external/webkit/JavaScriptCore/tests/mozilla/js1_5/Object/
Dregress-137000.js114 function Child(id) class
118 Child.prototype=Base;
121 var c1 = new Child('child1');
/external/webkit/WebCore/css/
DCSSSelector.h94 Child, enumerator
DCSSGrammar.y767 | '>' maybe_space { $$ = CSSSelector::Child; }
845 if ($2 == CSSSelector::Child) {
DCSSSelector.cpp502 else if (cs->relation() == CSSSelector::Child) in selectorText()
/external/chromium/base/
Dprocess_util_mac.mm190 // call). Child processes ipc their port, so return something if available,
/external/bluetooth/glib/po/
Den_GB.po1845 #~ msgid "Could not change file mode: Child terminated by signal: %s"
1846 #~ msgstr "Could not change file mode: Child terminated by signal: %s"
1848 #~ msgid "Could not change file mode: Child terminated abnormally"
1849 #~ msgstr "Could not change file mode: Child terminated abnormally"
Dhe.po1874 #~ msgid "Could not change file mode: Child terminated by signal: %s"
1875 #~ msgstr "Could not change file mode: Child terminated by signal: %s"
1877 #~ msgid "Could not change file mode: Child terminated abnormally"
1878 #~ msgstr "Could not change file mode: Child terminated abnormally"
Dbn.po1852 #~ msgid "Could not change file mode: Child terminated by signal: %s"
1855 #~ msgid "Could not change file mode: Child terminated abnormally"
Dsr.po1869 #~ msgid "Could not change file mode: Child terminated by signal: %s"
1873 #~ msgid "Could not change file mode: Child terminated abnormally"
Dth.po1842 #~ msgid "Could not change file mode: Child terminated by signal: %s"
1845 #~ msgid "Could not change file mode: Child terminated abnormally"
Ddz.po1865 #~ msgid "Could not change file mode: Child terminated by signal: %s"
1869 #~ msgid "Could not change file mode: Child terminated abnormally"
Dbe.po2039 #~ msgid "Could not change file mode: Child terminated by signal: %s"
2042 #~ msgid "Could not change file mode: Child terminated abnormally"
Dtt.po1808 #~ msgid "Could not change file mode: Child terminated by signal: %s"
1811 #~ msgid "Could not change file mode: Child terminated abnormally"
Did.po1884 #~ msgid "Could not change file mode: Child terminated by signal: %s"
1888 #~ msgid "Could not change file mode: Child terminated abnormally"
Dtl.po1899 #~ msgid "Could not change file mode: Child terminated by signal: %s"
1903 #~ msgid "Could not change file mode: Child terminated abnormally"
Dsr@latin.po1870 #~ msgid "Could not change file mode: Child terminated by signal: %s"
1874 #~ msgid "Could not change file mode: Child terminated abnormally"
Dcy.po1867 #~ msgid "Could not change file mode: Child terminated by signal: %s"
1870 #~ msgid "Could not change file mode: Child terminated abnormally"
Dda.po1876 #~ msgid "Could not change file mode: Child terminated by signal: %s"
1879 #~ msgid "Could not change file mode: Child terminated abnormally"
Dpt.po1897 #~ msgid "Could not change file mode: Child terminated by signal: %s"
1901 #~ msgid "Could not change file mode: Child terminated abnormally"
Dsv.po1892 #~ msgid "Could not change file mode: Child terminated by signal: %s"
1895 #~ msgid "Could not change file mode: Child terminated abnormally"
Dca@valencia.po1915 #~ msgid "Could not change file mode: Child terminated by signal: %s"
1920 #~ msgid "Could not change file mode: Child terminated abnormally"

12