/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/gdb/syscalls/ |
gdb-syscalls.dtd | 7 <!-- The root element of a syscall info is <syscalls-info>. --> 9 <!ELEMENT syscalls-info (syscall*)> 11 <!ELEMENT syscall EMPTY>
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/gdb/syscalls/ |
gdb-syscalls.dtd | 7 <!-- The root element of a syscall info is <syscalls-info>. --> 9 <!ELEMENT syscalls-info (syscall*)> 11 <!ELEMENT syscall EMPTY>
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/share/gdb/syscalls/ |
gdb-syscalls.dtd | 7 <!-- The root element of a syscall info is <syscalls-info>. --> 9 <!ELEMENT syscalls-info (syscall*)> 11 <!ELEMENT syscall EMPTY>
|
/packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/ |
HTML4.java | 37 private static final HashMap<String,HTML.Element> elements = Maps.newHashMap(); 47 public HTML.Element lookupElement(String name) { 64 /** Looks for a HTML4 element */ 65 public static HTML.Element lookupElement(String name) { 76 * element name. 78 public static Map<String, HTML.Element> getAllElements() { 90 /** Creates and adds a element to the map */ 91 private static HTML.Element addElement(String tag, String flags) { 92 return addElement(tag, flags, HTML.Element.Flow.NONE); 95 /** Creates and adds a element to the map * 121 HTML.Element element = new HTML.Element(tag, type, empty, optionalEndTag, breaksFlow, flow); local [all...] |
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/ |
HTML4.java | 38 private static final HashMap<String,HTML.Element> elements = Maps.newHashMap(); 48 public HTML.Element lookupElement(String name) { 65 /** Looks for a HTML4 element */ 66 public static HTML.Element lookupElement(String name) { 77 * element name. 79 public static Map<String, HTML.Element> getAllElements() { 91 /** Creates and adds a element to the map */ 92 private static HTML.Element addElement(String tag, String flags) { 93 return addElement(tag, flags, HTML.Element.Flow.NONE); 96 /** Creates and adds a element to the map * 122 HTML.Element element = new HTML.Element(tag, type, empty, optionalEndTag, breaksFlow, flow); local [all...] |
/external/chromium_org/content/test/data/accessibility/ |
footer.html | 7 <footer>Footer element</footer>
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
drag-enter-alert.html | 8 var element = document.documentElement; 13 if (element.addEventListener) 14 element.addEventListener('dragenter', showAlert, false); 16 element.attachEvent('ondragenter', showAlert);
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
SVGSubpathData.h | 39 static void updateFromPathElement(void* info, const PathElement* element) 42 switch (element->type) { 46 subpathFinder->m_lastPoint = subpathFinder->m_movePoint = element->points[0]; 51 if (subpathFinder->m_lastPoint != element->points[0]) { 53 subpathFinder->m_lastPoint = element->points[0]; 58 if (subpathFinder->m_lastPoint != element->points[0] || element->points[0] != element->points[1]) { 60 subpathFinder->m_lastPoint = element->points[1]; 65 if (subpathFinder->m_lastPoint != element->points[0] || element->points[0] != element->points[1] || element->points[1] != element->points[2] (…) [all...] |
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
ElementType.java | 17 This class represents an element type in the schema. 18 An element type has a name, a content model vector, a member-of vector, 25 private String theName; // element type name (Qname) 26 private String theNamespace; // element type namespace name 27 private String theLocalName; // element type local name 28 private int theModel; // bitmap: what the element contains 29 private int theMemberOf; // bitmap: what element is contained in 30 private int theFlags; // bitmap: element flags 32 private ElementType theParent; // parent of this element type 37 but it's better to use Schema.element() instead [all...] |
/external/chromium_org/remoting/webapp/ |
l10n.js | 27 * Localize an element by setting its innerText according to the specified tag 30 * @param {Element} element The element to localize. 38 l10n.localizeElementFromTag = function(element, tag, opt_substitutions, 42 element.innerHTML = translation; 44 element.innerText = translation; 50 * Localize an element by setting its innerText according to its i18n-content 53 * @param {Element} element The element to localize [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
repeated_field.h | 82 template <typename Element> 95 const Element& Get(int index) const; 96 Element* Mutable(int index); 97 void Set(int index, const Element& value); 98 void Add(const Element& value); 99 Element* Add(); 100 // Remove the last element in the array. 107 void ExtractSubrange(int start, int num, Element* elements); 120 void AddAlreadyReserved(const Element& value); 121 Element* AddAlreadyReserved() [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkClipStack.cpp | 19 void SkClipStack::Element::invertShapeFillType() { 34 void SkClipStack::Element::checkEmpty() const { 42 bool SkClipStack::Element::canBeIntersectedInPlace(int saveCount, SkRegion::Op op) const { 54 bool SkClipStack::Element::rectRectIntersectAllowed(const SkRect& newR, bool newAA) const { 82 void SkClipStack::Element::combineBoundsDiff(FillCombo combination, const SkRect& prevFinite) { 119 SkDEBUGFAIL("SkClipStack::Element::combineBoundsDiff Invalid fill combination"); 124 void SkClipStack::Element::combineBoundsXOR(int combination, const SkRect& prevFinite) { 151 SkDEBUGFAIL("SkClipStack::Element::combineBoundsXOR Invalid fill combination"); 157 void SkClipStack::Element::combineBoundsUnion(int combination, const SkRect& prevFinite) { 181 SkDEBUGFAIL("SkClipStack::Element::combineBoundsUnion Invalid fill combination") 432 Element* element = (Element*)fDeque.back(); local 451 Element* element = (Element*)fDeque.back(); local 465 Element* element = (Element*)fDeque.back(); local 506 const Element* element = iter.prev(); local 532 Element* element = (Element*) iter.prev(); local 575 Element* element = (Element*)fDeque.back(); local 607 Element* element = (Element*) fDeque.back(); local 655 const SkClipStack::Element* element = NULL; local [all...] |
/external/skia/src/core/ |
SkClipStack.cpp | 19 void SkClipStack::Element::invertShapeFillType() { 34 void SkClipStack::Element::checkEmpty() const { 42 bool SkClipStack::Element::canBeIntersectedInPlace(int saveCount, SkRegion::Op op) const { 54 bool SkClipStack::Element::rectRectIntersectAllowed(const SkRect& newR, bool newAA) const { 82 void SkClipStack::Element::combineBoundsDiff(FillCombo combination, const SkRect& prevFinite) { 119 SkDEBUGFAIL("SkClipStack::Element::combineBoundsDiff Invalid fill combination"); 124 void SkClipStack::Element::combineBoundsXOR(int combination, const SkRect& prevFinite) { 151 SkDEBUGFAIL("SkClipStack::Element::combineBoundsXOR Invalid fill combination"); 157 void SkClipStack::Element::combineBoundsUnion(int combination, const SkRect& prevFinite) { 181 SkDEBUGFAIL("SkClipStack::Element::combineBoundsUnion Invalid fill combination") 432 Element* element = (Element*)fDeque.back(); local 451 Element* element = (Element*)fDeque.back(); local 465 Element* element = (Element*)fDeque.back(); local 506 const Element* element = iter.prev(); local 532 Element* element = (Element*) iter.prev(); local 575 Element* element = (Element*)fDeque.back(); local 607 Element* element = (Element*) fDeque.back(); local 655 const SkClipStack::Element* element = NULL; local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLLabelElement.cpp | 38 static bool supportsLabels(Element* element) 40 if (!element || !element->isHTMLElement()) 42 if (!toHTMLElement(element)->isLabelable()) 44 return toLabelableElement(element)->supportLabels(); 68 // Search the children and descendants of the label element for a form element. 69 // per http://dev.w3.org/html5/spec/Overview.html#the-label-element 70 // the form element must be "labelable form-associated element" 71 Element* element = this; local 141 RefPtr<HTMLElement> element = control(); local [all...] |
/libcore/luni/src/test/java/tests/org/w3c/dom/ |
ElementSetAttributeNS.java | 6 import org.w3c.dom.Element; 16 * The method setAttributeNS adds a new attribute. Create a new element and add 57 Element element; local 62 element = doc.createElementNS("http://www.w3.org/DOM", "dom:elem"); 63 element.setAttributeNS("http://www.w3.org/DOM/Test/setAttributeNS", 65 attribute = element.getAttributeNodeNS( 74 Element element; local 81 element = (Element) elementList.item(0) 95 Element element; local 118 Element element; local 151 Element element; local 170 Element element; local [all...] |
/external/srec/portable/include/ |
ArrayList.h | 43 * Adds element to list. 46 * @param element Element to be added 49 ESR_ReturnCode(*add)(struct ArrayList_t* self, void* element); 52 * Inserts an element in the the list at the specified location. This 57 * @param index The index where to insert the element. 58 * @param element The element to insert. 64 void *element); 67 * Removes element from list [all...] |
/external/chromium_org/chrome/test/functional/gtalk/ |
jsutils.js | 32 * The body element of the given window. 39 * Find the ancestor of the given element with a particular tag name. 41 $FindByTagName = function(element, tag, index) { 42 var tagElements = element.getElementsByTagName(tag); 50 * Find the first ancestor of the given element containing the given text. 55 var element = allElements[i]; 56 if (element.innerText && element.innerText.indexOf(text) >= 0) { 57 var child = $FindByText(element, text); 58 return child != null ? child : element; [all...] |
/external/chromium_org/chrome/browser/resources/print_preview/ |
component.js | 17 * Component's HTML element. 18 * @type {Element} 43 /** Gets the component's element. */ 54 * @return {boolean} Whether the element of the component is already in the 62 * Creates the root element of the component. Sub-classes should override 70 * Called when the component's element is known to be in the document. 95 * Renders this UI component and appends the element to the given parent 96 * element. 97 * @param {!Element} parentElement Element to render the component' [all...] |
/external/chromium_org/components/autofill/content/renderer/ |
form_autofill_util.h | 28 // A bit field mask for form or form element requirements. 54 // Returns true if |element| is a month input element. 55 bool IsMonthInput(const blink::WebInputElement* element); 57 // Returns true if |element| is a text input element. 58 bool IsTextInput(const blink::WebInputElement* element); 60 // Returns true if |element| is a select element. 61 bool IsSelectElement(const blink::WebFormControlElement& element); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
StyleElement.cpp | 28 #include "core/dom/Element.h" 37 static bool isCSS(Element* element, const AtomicString& type) 39 return type.isEmpty() || (element->isHTMLElement() ? equalIgnoringCase(type, "text/css") : (type == "text/css")); 57 void StyleElement::processStyleSheet(Document& document, Element* element) 59 ASSERT(element); 60 document.styleEngine()->addStyleSheetCandidateNode(element, m_createdByParser); 64 process(element); 67 void StyleElement::removedFromDocument(Document& document, Element* element, ContainerNode* scopingNode [all...] |
/frameworks/base/sax/java/android/sax/ |
Element.java | 27 * An XML element. Provides access to child elements and hooks to listen 28 * for events related to this element. 32 public class Element { 37 final Element parent; 40 ArrayList<Element> requiredChilden; 48 Element(Element parent, String uri, String localName, int depth) { 56 * Gets the child element with the given name. Uses an empty string as the 59 public Element getChild(String localName) { 64 * Gets the child element with the given name [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
ucol_cnt.h | 70 /* adds more contractions in table. If element is non existant, it creates on. Returns element handle */ 72 uprv_cnttab_addContraction(CntTable *table, uint32_t element, UChar codePoint, uint32_t value, UErrorCode *status); 73 /* sets a part of contraction sequence in table. If element is non existant, it creates on. Returns element handle */ 75 uprv_cnttab_setContraction(CntTable *table, uint32_t element, uint32_t offset, UChar codePoint, uint32_t value, UErrorCode *status); 76 /* inserts a part of contraction sequence in table. Sequences behind the offset are moved back. If element is non existant, it creates on. Returns element handle */ 78 uprv_cnttab_insertContraction(CntTable *table, uint32_t element, UChar codePoint, uint32_t value, UErrorCode *status); 81 uprv_cnttab_changeLastCE(CntTable *table, uint32_t element, uint32_t value, UErrorCode *status) [all...] |
/external/icu4c/i18n/ |
ucol_cnt.h | 70 /* adds more contractions in table. If element is non existant, it creates on. Returns element handle */ 72 uprv_cnttab_addContraction(CntTable *table, uint32_t element, UChar codePoint, uint32_t value, UErrorCode *status); 73 /* sets a part of contraction sequence in table. If element is non existant, it creates on. Returns element handle */ 75 uprv_cnttab_setContraction(CntTable *table, uint32_t element, uint32_t offset, UChar codePoint, uint32_t value, UErrorCode *status); 76 /* inserts a part of contraction sequence in table. Sequences behind the offset are moved back. If element is non existant, it creates on. Returns element handle */ 78 uprv_cnttab_insertContraction(CntTable *table, uint32_t element, UChar codePoint, uint32_t value, UErrorCode *status); 81 uprv_cnttab_changeLastCE(CntTable *table, uint32_t element, uint32_t value, UErrorCode *status) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/ |
CustomElementObserver.h | 38 class Element; 47 static void notifyElementDidFinishParsingChildren(Element*); 48 static void notifyElementWasDestroyed(Element*); 51 void observe(Element*); 52 void unobserve(Element*); 54 virtual void elementDidFinishParsingChildren(Element*) = 0; 55 virtual void elementWasDestroyed(Element* element) { unobserve(element); } 59 // element at a time [all...] |
/libcore/luni/src/main/java/java/lang/annotation/ |
AnnotationTypeMismatchException.java | 32 private Method element; field in class:AnnotationTypeMismatchException 37 * Constructs an instance for the given type element and the type found. 39 * @param element 40 * the annotation type element. 46 public AnnotationTypeMismatchException(Method element, String foundType) { 47 super("The annotation element " + element + " doesn't match the type " + foundType); 48 this.element = element; 57 public Method element() { method in class:AnnotationTypeMismatchException [all...] |