HomeSort by relevance Sort by last modified time
    Searched refs:elem (Results 151 - 175 of 799) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_minidom.py 70 elem = root.childNodes[0]
72 root.insertBefore(nelem, elem)
77 and root.childNodes[1] is elem
78 and root.childNodes.item(1) is elem
80 and root.lastChild is elem
87 and root.childNodes[1] is elem
88 and root.childNodes.item(1) is elem
92 and nelem.previousSibling is elem
167 elem = dom.createElement('element')
171 dom.appendChild(elem)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_minidom.py 70 elem = root.childNodes[0]
72 root.insertBefore(nelem, elem)
77 and root.childNodes[1] is elem
78 and root.childNodes.item(1) is elem
80 and root.lastChild is elem
87 and root.childNodes[1] is elem
88 and root.childNodes.item(1) is elem
92 and nelem.previousSibling is elem
167 elem = dom.createElement('element')
171 dom.appendChild(elem)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
presencepushtask.cc 75 std::map<Jid, buzz::Muc*>::const_iterator elem = local
77 if (elem == client_->mucs().end()) {
80 HandleMucPresence(elem->second, from, stanza);
102 const XmlElement* elem = stanza->FirstNamed(QN_MUC_USER_X); local
105 if (elem) {
106 if (elem->FirstNamed(QN_MUC_USER_ITEM) &&
115 const XmlElement* elem = stanza->FirstNamed(QN_ERROR); local
116 if (elem && elem->HasAttr(QN_CODE)) {
117 error = atoi(elem->Attr(QN_CODE).c_str())
    [all...]
  /external/chromium_org/third_party/skia/src/pdf/
SkTSet.h 120 bool add(const T& elem) {
125 int i = find(elem, &pos);
129 *fSetArray->insert(pos) = elem;
130 fOrderedArray->push(elem);
211 bool contains(const T& elem) const {
213 return (this->find(elem) >= 0);
317 * with the index of the place where elem should be inserted to preserve the
321 int find(const T& elem, int* posToInsertSorted = NULL) const {
335 if (elem < (*fSetArray)[iMid]) {
341 if (elem == (*fSetArray)[iMin])
    [all...]
  /external/skia/src/pdf/
SkTSet.h 120 bool add(const T& elem) {
125 int i = find(elem, &pos);
129 *fSetArray->insert(pos) = elem;
130 fOrderedArray->push(elem);
211 bool contains(const T& elem) const {
213 return (this->find(elem) >= 0);
317 * with the index of the place where elem should be inserted to preserve the
321 int find(const T& elem, int* posToInsertSorted = NULL) const {
335 if (elem < (*fSetArray)[iMid]) {
341 if (elem == (*fSetArray)[iMin])
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
jquery.js 61 var elem = document.getElementById( match[3] );
64 if ( elem )
67 if ( elem.id != match[3] )
72 this[0] = elem;
160 index: function( elem ) {
165 if ( this == elem )
230 var elem = this;
232 while ( elem.firstChild )
233 elem = elem.firstChild
    [all...]
  /external/chromium/chrome/browser/chromeos/
audio_mixer_alsa.cc 442 snd_mixer_elem_t* elem = snd_mixer_find_selem(handle, sid); local
443 if (!elem) {
449 return elem;
452 bool AudioMixerAlsa::GetElementVolume_Locked(snd_mixer_elem_t* elem,
456 elem, static_cast<snd_mixer_selem_channel_id_t>(0), &long_vol);
467 bool AudioMixerAlsa::SetElementVolume_Locked(snd_mixer_elem_t* elem,
474 snd_mixer_selem_get_playback_volume_range(elem, &vol_lo, &vol_hi);
487 snd_mixer_selem_get_playback_dB_range(elem, &db_lo_int, &db_hi_int);
505 alsa_result = snd_mixer_selem_set_playback_volume_all(elem, value);
512 VLOG(1) << "Set volume " << snd_mixer_selem_get_name(elem)
    [all...]
  /external/mdnsresponder/mDNSShared/
dnsextd_parser.y 330 StringListElem * elem;
332 elem = ( StringListElem* ) malloc( sizeof( StringListElem ) );
334 if ( !elem )
340 elem->string = $2;
342 elem->next = g_stringList;
343 g_stringList = elem;
453 StringListElem * elem;
474 for ( elem = zoneSpec->allowUpdate; elem; elem = elem->next
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
IntVector.java 346 * @param elem object to look for
352 public final int indexOf(int elem, int index)
357 if (m_map[i] == elem)
369 * @param elem object to look for
374 public final int indexOf(int elem)
379 if (m_map[i] == elem)
391 * @param elem Object to look for
396 public final int lastIndexOf(int elem)
401 if (m_map[i] == elem)
ObjectVector.java 343 * @param elem object to look for
349 public final int indexOf(Object elem, int index)
354 if (m_map[i] == elem)
366 * @param elem object to look for
371 public final int indexOf(Object elem)
376 if (m_map[i] == elem)
388 * @param elem Object to look for
393 public final int lastIndexOf(Object elem)
398 if (m_map[i] == elem)
  /external/chromium_org/chrome/test/chromedriver/js/
dispatch_context_menu_event.js 39 var elem = document.elementFromPoint(x, y);
40 if (!elem) {
44 elem.dispatchEvent(event);
  /frameworks/rs/
rsElement.h 117 ObjectBaseRef<const Element> elem = createRef(rsc, dt, dk, isNorm, vecSize); local
118 elem->incUserRef();
119 return elem.get();
126 ObjectBaseRef<const Element> elem = createRef(rsc, count, ein, nin, lengths, asin); local
127 elem->incUserRef();
128 return elem.get();
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
ASTParser.stg 73 <listLabel(elem=label,...)>
79 <listLabel(elem=label,...)>
85 <listLabel(elem=label,...)>
141 <listLabel(elem=label+".tree",...)>
147 <listLabel(elem=label+".tree",...)>
153 <listLabel(elem=label+".tree",...)>
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
ASTParser.stg 44 <listLabel(elem=label,...)>
50 <listLabel(elem=label,...)>
56 <listLabel(elem=label,...)>
112 <listLabel(elem=label+".getTree()",...)>
118 <listLabel(elem=label+".getTree()",...)>
124 <listLabel(elem=label+".getTree()",...)>
  /external/chromium/chrome/common/extensions/docs/js/
sample_search.js 82 var elem = document.getElementById(hash);
83 if (elem) {
84 elem.scrollIntoView();
  /external/chromium_org/third_party/skia/include/svg/
SkSVGParser.h 48 virtual bool onEndElement(const char elem[]);
49 virtual bool onStartElement(const char elem[]);
50 bool onStartElementLen(const char elem[], size_t len);
  /external/chromium_org/third_party/skia/include/xml/
SkDOM.h 42 const Node* getFirstChild(const Node*, const char elem[] = NULL) const;
43 const Node* getNextSibling(const Node*, const char elem[] = NULL) const;
52 int countChildren(const Node* node, const char elem[] = NULL) const;
  /external/skia/include/svg/
SkSVGParser.h 48 virtual bool onEndElement(const char elem[]);
49 virtual bool onStartElement(const char elem[]);
50 bool onStartElementLen(const char elem[], size_t len);
  /external/skia/include/xml/
SkDOM.h 42 const Node* getFirstChild(const Node*, const char elem[] = NULL) const;
43 const Node* getNextSibling(const Node*, const char elem[] = NULL) const;
52 int countChildren(const Node* node, const char elem[] = NULL) const;
  /external/smack/src/org/jivesoftware/smackx/pubsub/
ItemsExtension.java 46 private PubSubElementType elem; field in class:ItemsExtension.ItemsElementType
51 elem = nodeElement;
57 return elem;
  /external/valgrind/main/include/
pub_tool_oset.h 75 // - Cmp: returns -1, 0 or 1 if key is <, == or > elem.
79 typedef Word (*OSetCmp_t) ( const void* key, const void* elem );
111 // of the key, and 'elem' is *address* of the elem, as are the return values
233 extern void VG_(OSetGen_FreeNode) ( OSet* os, void* elem );
247 // of the key, and 'elem' is *address* of the elem, as are the return values
252 // * Insert: Inserts a new element into the set. Note that 'elem' must
283 // while ( (elem = VG_(OSetGen_Next)(oset)) ) {
284 // ... do stuff with 'elem' ..
    [all...]
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
PropertyNodesVerifier.java 41 PropertyNodesVerifierElem elem = new PropertyNodesVerifierElem(mAndroidTestCase); local
42 mPropertyNodesVerifierElemList.add(elem);
43 return elem;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiManifestElementNode.java 83 Element elem = (Element) getXmlNode(); local
84 String attr = _Element_getAttributeNS(elem,
88 attr = _Element_getAttributeNS(elem,
  /art/compiler/dex/
growable_array.h 111 void Insert(T elem) {
115 elem_list_[num_used_++] = elem;
124 void Put(size_t index, T elem) {
126 elem_list_[index] = elem;
  /external/apache-http/src/org/apache/http/message/
HeaderValueFormatter.java 86 * @param elem the header element to format
95 HeaderElement elem,

Completed in 770 milliseconds

1 2 3 4 5 67 8 91011>>