HomeSort by relevance Sort by last modified time
    Searched refs:elem (Results 176 - 200 of 236) sorted by null

1 2 3 4 5 6 78 910

  /external/wpa_supplicant_6/wpa_supplicant/
dbus_dict_helpers.c 511 * @param elem The string element to be added to the dict entry's string array
516 const char *elem)
518 if (!iter_array || !elem)
522 &elem);
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
UpdateChooserDialog.java 385 Object elem = ((IStructuredSelection) sel).getFirstElement(); local
386 if (elem instanceof ArchiveInfo) {
387 return (ArchiveInfo) elem;
  /external/v8/src/
d8.js     [all...]
  /external/webkit/WebKit/chromium/src/js/
Tests.js     [all...]
  /device/samsung/crespo/alsa-lib/src/control/
control.c 976 EVENT(ELEM),
1051 return obj->data.elem.mask;
1063 *ptr = obj->data.elem.id;
1075 return obj->data.elem.id.numid;
1087 return obj->data.elem.id.iface;
1099 return obj->data.elem.id.device;
1111 return obj->data.elem.id.subdevice;
1123 return (const char *)obj->data.elem.id.name;
1135 return obj->data.elem.id.index;
    [all...]
control_ext.c 362 return ext->callback->read_event(ext, &event->data.elem.id, &event->data.elem.mask);
  /external/webkit/WebCore/page/
Frame.cpp 987 Element *elem = pos.element(); local
988 if (!elem)
    [all...]
  /external/webkit/WebCore/dom/
Node.cpp 1784 const Element* elem = static_cast<const Element*>(this); local
1870 const Element *elem = static_cast<const Element *>(this); local
    [all...]
Position.cpp 206 Element* elem = element(); local
207 if (!elem)
209 return WebCore::computedStyle(elem);
    [all...]
  /external/libxml2/
relaxng.c 382 xmlRegExecCtxtPtr elem; /* the current element regexp */ member in struct:_xmlRelaxNGValidCtxt
    [all...]
xinclude.c 806 * @elem: the element
813 xmlDocPtr source, xmlNodePtr elem) {
817 (elem == NULL))
819 if (elem->type == XML_DTD_NODE)
821 result = xmlDocCopyNode(elem, target, 1);
830 * @elem: the element list
837 xmlDocPtr source, xmlNodePtr elem) {
841 (elem == NULL))
843 cur = elem;
    [all...]
xmlschemas.c 1667 xmlSchemaElementPtr elem; local
1739 xmlNodePtr elem; local
2173 xmlNodePtr elem = node->parent; local
19809 xmlSchemaElementPtr elem = local
    [all...]
legacy.c 985 * @elem: the name of the element
996 attributeDecl(void *ctx, const xmlChar * elem, const xmlChar * fullname,
1001 xmlSAX2AttributeDecl(ctx, elem, fullname, type, def, defaultValue,
    [all...]
  /external/kernel-headers/original/linux/
moduleparam.h 58 void *elem; member in struct:kparam_array
netfilter.h 100 struct nf_hook_ops *elem; member in struct:nf_info
  /external/openssl/crypto/conf/
conf.h 206 int (*list_cb)(const char *elem, int len, void *usr), void *arg);
  /external/openssl/include/openssl/
conf.h 206 int (*list_cb)(const char *elem, int len, void *usr), void *arg);
  /cts/tools/test-progress/src/
TestCoverageDoclet.java 81 public boolean equals(Doc elem) {
82 return this == elem;
352 else throw new RuntimeException("annotation elem value is of type "+obj.getClass().getName());
  /external/dbus/dbus/
dbus-marshal-recursive-util.c 1316 int elem; local
    [all...]
  /external/webkit/WebKit/chromium/src/
EditorClientImpl.cpp 88 bool EditorClientImpl::shouldShowDeleteInterface(HTMLElement* elem)
94 && elem->getAttribute(HTMLNames::classAttr) == "needsDeletionUI";
    [all...]
  /libcore/luni/src/main/java/org/apache/xalan/templates/
ElemLiteralResult.java 739 public Attribute(AVT avt, Element elem){
741 m_owner = elem;
    [all...]
  /external/v8/test/mjsunit/
array-reduce.js 103 function accumulate(acc, elem, i) { acc[i] = elem; return acc; }
  /external/bluetooth/bluez/plugins/
service.c 167 struct sdp_xml_data *elem; local
230 elem = ctx_data->stack_head;
233 sdp_xml_data_free(elem);
  /external/webkit/WebCore/inspector/front-end/
DOMAgent.js 371 var elem = WebInspector.panels.elements.treeOutline.findTreeElement(node); variable
372 if (elem)
373 elem.updateTitle();
  /packages/apps/Contacts/src/com/android/contacts/
ImportVCardActivity.java 393 for (VCardInterpreter elem :
395 if (elem instanceof VCardEntryConstructor) {
396 ((VCardEntryConstructor)elem).clear();
    [all...]

Completed in 949 milliseconds

1 2 3 4 5 6 78 910