HomeSort by relevance Sort by last modified time
    Searched full:elem (Results 251 - 275 of 311) sorted by null

<<111213

  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/utils/
SerializerMessages_ru.java 59 * modifier on the tag. For example, in <elem attr='val' attr2='val2'>
60 * "elem" is an element name, "attr" and "attr2" are attribute names with
  /external/webkit/WebKit/chromium/src/
EditorClientImpl.cpp 88 bool EditorClientImpl::shouldShowDeleteInterface(HTMLElement* elem)
94 && elem->getAttribute(HTMLNames::classAttr) == "needsDeletionUI";
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTM.java 1353 Node elem = doc.getElementById(elementId); local
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
tsc_component.cpp 177 PS_MultiplexElement elem = h245_desc->elementList; local
178 elem->muxType.index = 0; // logical channel = 0, 1 = sub-elem list
179 elem->muxType.logicalChannelNumber = (uint16)lcn1;
180 elem->muxType.size = 1; // size of element list
181 elem->repeatCount.index = 1; // ucf
182 elem->repeatCount.finite = 0;
    [all...]
  /cts/tools/test-progress-new/src/testprogress2/
TestCoverageDoclet.java 89 public boolean equals(Doc elem) {
90 return this == elem;
766 "annotation elem value is of type "
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
Stylesheet.java 1492 ElemTemplateElement elem = (ElemTemplateElement)elements.nextElement(); local
    [all...]
ElemLiteralResult.java 739 public Attribute(AVT avt, Element elem){
741 m_owner = elem;
    [all...]
  /external/icu4c/tools/genrb/
parse.c 501 struct SResource *elem = NULL; local
548 elem = string_open(bundle, NULL, tokenValue->fChars, tokenValue->fLength, comment, status);
550 array_add(dependencyArray, elem, status);
    [all...]
  /external/libxml2/include/libxml/
schemasInternals.h 758 * this is set when the elem decl has been checked against
parser.h 423 * @elem: the name of the element
433 const xmlChar *elem,
    [all...]
  /external/openssl/crypto/conf/
conf_mod.c 581 int (*list_cb)(const char *elem, int len, void *usr), void *arg)
  /external/skia/src/svg/
SkSVGParser.cpp 181 bool SkSVGParser::onEndElement(const char elem[]) {
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBldCfgIE.c 116 TRACE1(pCmdBld->hReport, REPORT_SEVERITY_INFORMATION, ": Sending info elem to firmware, Slot Time = %d\n", (TI_UINT8)pCfg->slotTime);
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/Ctrl/
CmdBldCfgIE.c 116 TRACE1(pCmdBld->hReport, REPORT_SEVERITY_INFORMATION, ": Sending info elem to firmware, Slot Time = %d\n", (TI_UINT8)pCfg->slotTime);
    [all...]
  /external/libxml2/
HTMLparser.c     [all...]
xmlwriter.c 80 xmlLinkPtr elem; member in struct:_xmlTextWriterNsStackEntry
1097 p->elem = xmlListFront(writer->nodes);
    [all...]
  /cts/tools/spec-progress/src/
SpecProgressDoclet.java 169 public boolean equals(Doc elem) {
170 return this == elem;
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/res/
XPATHErrorResources.java 61 * modifier on the tag. For example, in <elem attr='val' attr2='val2'>
62 * "elem" is an element name, "attr" and "attr2" are attribute names with
    [all...]
  /external/kernel-headers/original/linux/
cdrom.h 609 typedef __u8 dvd_key[5]; /* 40-bit value, MSB is first elem. */
610 typedef __u8 dvd_challenge[10]; /* 80-bit value, MSB is first elem. */
    [all...]
  /external/libpcap/
pcap-dos.c     [all...]
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
admCtrlWpa.c 741 /* Check if any-WPA mode is supported and WPA2 info elem is presented */
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/
admCtrlWpa.c     [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
admCtrlWpa.c 740 /* Check if any-WPA mode is supported and WPA2 info elem is presented */
    [all...]
  /external/icu4c/i18n/
dtptngen.cpp 1149 const UHashElement* elem = NULL; local
    [all...]
  /external/bluetooth/bluez/lib/
sdp.c 1348 sdp_data_t *elem; local
1373 elem = extract_int(p, bufsize, &n);
1378 elem = extract_uuid(p, bufsize, &n, rec);
1386 elem = extract_str(p, bufsize, &n);
1394 elem = extract_seq(p, bufsize, &n, rec);
1401 return elem;
    [all...]

Completed in 270 milliseconds

<<111213