/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
nodelookupnamespaceuri13.js | 92 var elem; 104 elem = doc.createElementNS("http://www.w3.org/1999/xhtml","dom3:p"); 106 appendedChild = elem.appendChild(txt); 107 appendedChild = docElem.appendChild(elem);
|
nodelookupnamespaceuri14.js | 92 var elem; 104 elem = doc.createElementNS("http://www.w3.org/1999/xhtml","dom3:p"); 106 appendedChild = elem.appendChild(cdata); 107 appendedChild = docElem.appendChild(elem);
|
nodelookupnamespaceuri15.js | 92 var elem; 105 elem = doc.createElementNS("http://www.w3.org/1999/xhtml","dom3:p"); 108 appendedChild = elem.appendChild(clonedComment); 109 appendedChild = docElem.appendChild(elem);
|
nodelookupprefix08.js | 91 var elem; 102 elem = elemList.item(0); 103 prefix = elem.lookupPrefix("http://www.usa.com"); 105 prefixEmpty = elem.lookupPrefix("http://www.w3.org/1999/xhtml");
|
nodelookupprefix09.js | 94 var elem; 105 elem = elemList.item(0); 106 prefix = elem.lookupPrefix("http://www.usa.com"); 108 prefixEmpty = elem.lookupPrefix("http://www.w3.org/1999/xhtml");
|
nodelookupprefix13.js | 92 var elem; 105 elem = doc.createElementNS("http://www.w3.org/1999/xhtml","dom3:p"); 107 appendedChild = elem.appendChild(txt); 108 appendedChild = bodyElem.appendChild(elem);
|
nodelookupprefix14.js | 92 var elem; 105 elem = doc.createElementNS("http://www.w3.org/1999/xhtml","dom3:p"); 107 appendedChild = elem.appendChild(cdata); 108 appendedChild = bodyElem.appendChild(elem);
|
nodelookupprefix15.js | 92 var elem; 106 elem = doc.createElementNS("http://www.w3.org/1999/xhtml","dom3:p"); 109 appendedChild = elem.appendChild(clonedComment); 110 appendedChild = bodyElem.appendChild(elem);
|
nodereplacechild16.js | 90 var elem; 101 elem = doc.createElementNS("http://www.w3.org/1999/xhtml","dom3:p"); 105 appendedChild = docFrag.appendChild(elem); 106 replaced = docFrag.replaceChild(txt,elem);
|
nodereplacechild20.js | 91 var elem; 102 elem = doc.createElementNS("http://www.w3.org/1999/xhtml","dom3:p"); 104 appendedChild = docFrag.appendChild(elem); 109 replaced = docFrag.replaceChild(attr,elem);
|
nodereplacechild26.js | 91 var elem; 104 elem = childList.item(0); 105 firstChild = elem.firstChild; 111 replaced = elem.replaceChild(docElem,firstChild);
|
nodereplacechild27.js | 104 var elem; 115 elem = childList.item(0); 116 firstChild = elem.firstChild; 130 replaced = elem.replaceChild(elem2,firstChild);
|
splitcdatasections01.js | 91 var elem; 108 elem = elemList.item(0); 109 oldChild = elem.firstChild; 112 retval = elem.replaceChild(newChild,oldChild);
|
wellformed02.js | 90 var elem; 104 elem = doc.createElementNS("http://www.example.org/domts/wellformed02","LegalName?"); 128 elem = doc.createElementNS("http://www.example.org/domts/wellformed02","LegalName?"); 129 retval = doc.appendChild(elem);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/ |
control.h | 473 * \param elem related HCTL element (if any) 478 snd_hctl_elem_t *elem); 481 * \param elem HCTL element 485 typedef int (*snd_hctl_elem_callback_t)(snd_hctl_elem_t *elem, 510 snd_hctl_elem_t *snd_hctl_elem_next(snd_hctl_elem_t *elem); 511 snd_hctl_elem_t *snd_hctl_elem_prev(snd_hctl_elem_t *elem); 512 int snd_hctl_elem_info(snd_hctl_elem_t *elem, snd_ctl_elem_info_t * info); 513 int snd_hctl_elem_read(snd_hctl_elem_t *elem, snd_ctl_elem_value_t * value); 514 int snd_hctl_elem_write(snd_hctl_elem_t *elem, snd_ctl_elem_value_t * value); 515 int snd_hctl_elem_tlv_read(snd_hctl_elem_t *elem, unsigned int *tlv, unsigned int tlv_size) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
control.h | 473 * \param elem related HCTL element (if any) 478 snd_hctl_elem_t *elem); 481 * \param elem HCTL element 485 typedef int (*snd_hctl_elem_callback_t)(snd_hctl_elem_t *elem, 510 snd_hctl_elem_t *snd_hctl_elem_next(snd_hctl_elem_t *elem); 511 snd_hctl_elem_t *snd_hctl_elem_prev(snd_hctl_elem_t *elem); 512 int snd_hctl_elem_info(snd_hctl_elem_t *elem, snd_ctl_elem_info_t * info); 513 int snd_hctl_elem_read(snd_hctl_elem_t *elem, snd_ctl_elem_value_t * value); 514 int snd_hctl_elem_write(snd_hctl_elem_t *elem, snd_ctl_elem_value_t * value); 515 int snd_hctl_elem_tlv_read(snd_hctl_elem_t *elem, unsigned int *tlv, unsigned int tlv_size) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
control.h | 473 * \param elem related HCTL element (if any) 478 snd_hctl_elem_t *elem); 481 * \param elem HCTL element 485 typedef int (*snd_hctl_elem_callback_t)(snd_hctl_elem_t *elem, 510 snd_hctl_elem_t *snd_hctl_elem_next(snd_hctl_elem_t *elem); 511 snd_hctl_elem_t *snd_hctl_elem_prev(snd_hctl_elem_t *elem); 512 int snd_hctl_elem_info(snd_hctl_elem_t *elem, snd_ctl_elem_info_t * info); 513 int snd_hctl_elem_read(snd_hctl_elem_t *elem, snd_ctl_elem_value_t * value); 514 int snd_hctl_elem_write(snd_hctl_elem_t *elem, snd_ctl_elem_value_t * value); 515 int snd_hctl_elem_tlv_read(snd_hctl_elem_t *elem, unsigned int *tlv, unsigned int tlv_size) [all...] |
/external/libxslt/libxslt/ |
xslt.c | 474 xmlNodePtr elem) 483 xsltTransformError(NULL, cctxt->style, elem, [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_bugzilla/org/eclipse/releng/services/bugzilla/ |
UpdateBugStateTask.java | 471 String elem = e.nextElement().toString(); local 473 if (args.get(elem).equals(EMPTY) && pxml.get(elem) != null) 475 args.put(elem, pxml.get(elem)); 478 req += urlEncode(elem) + EQ + urlEncode(args.get(elem).toString()) + AMP; 555 private String urlEncode(String elem) 557 elem = htmlDecode(elem); 694 String elem = i.next().toString(); local [all...] |
/cts/suite/audio_quality/lib/src/task/ |
ModelBuilder.cpp | 234 TaskCase* ModelBuilder::parseInclude(const TiXmlElement& elem, const android::String8& path) 236 const char* fileName = elem.Attribute("file"); 248 bool ModelBuilder::parseAttributes(const TiXmlElement& elem, TaskGeneric& task) 250 const TiXmlAttribute* attr = elem.FirstAttribute();
|
/dalvik/vm/compiler/ |
CompilerUtility.h | 60 void dvmInsertGrowableList(GrowableList *gList, intptr_t elem);
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
NodeVector.java | 581 * @param elem Node to look for 587 public int indexOf(int elem, int index) 597 if (node == elem) 609 * @param elem Node to look for 614 public int indexOf(int elem) 624 if (node == elem)
|
/external/icu4c/common/ |
uvectr32.cpp | 96 void UVector32::setElementAt(int32_t elem, int32_t index) { 98 elements[index] = elem; 103 void UVector32::insertElementAt(int32_t elem, int32_t index, UErrorCode &status) { 109 elements[index] = elem;
|
/external/valgrind/main/include/ |
pub_tool_xarray.h | 68 extern Word VG_(addToXA) ( XArray*, void* elem );
|
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/ |
VCardEntryTests.java | 151 public void addExpectedElement(EntryElement elem) { 152 mExpectedElements.put(elem.getEntryLabel(), elem); local 190 public boolean onElement(EntryElement elem) { 191 EntryElement expectedElem = mExpectedElements.remove(elem.getEntryLabel()); 192 assertNotNull("Unexpected elem: " + elem.toString(), expectedElem); 193 assertEquals(expectedElem, elem);
|