/prebuilts/sdk/tools/lib/ |
lint_api.jar | |
lint_checks.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.9.2/ |
manifest-merger-22.9.2.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/23.0.1/ |
manifest-merger-23.0.1.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/23.0.2/ |
manifest-merger-23.0.2.jar | |
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.12/ |
gradle-tooling-api-1.12.jar | |
/dalvik/libdex/ |
DexSwapVerify.cpp | 262 u4* element = &state->pDefinedClassBits[arrayIdx]; local 263 bool result = (*element & bit) != 0; 265 *element |= bit; [all...] |
/external/chromium_org/chrome/browser/extensions/api/downloads/ |
downloads_api_browsertest.cc | 937 int element = -1; local [all...] |
/external/chromium_org/remoting/webapp/ |
client_plugin.js | 9 * This abstracts a <embed> element and controls the plugin which does 20 * @param {remoting.ViewerPlugin} plugin The plugin embed element. 383 * @return {HTMLEmbedElement} HTML element that correspods to the plugin. 385 remoting.ClientPlugin.prototype.element = function() {
|
/external/chromium_org/third_party/WebKit/Source/core/accessibility/ |
AXRenderObject.cpp | 381 // The HTML element should not be exposed as an element. That's what the RenderView element does. 404 // If the element does not have role, but it has ARIA attributes, accessibility should fallback to exposing it as a group. 469 Element* anchor = anchorElement(); 523 Element* focusedElement = document.focusedElement(); 561 // The following cases can apply to any element that's a subclass of AXRenderObject. 583 // Check first if any of the common reasons cause this element to be ignored. 592 // If this element is within a parent that cannot have children, it should not be exposed. 617 // find out if this element is inside of a label element 954 Element* element = elements[k]; local 1635 Element* element = toElement(renderer()->node()); local 1892 Element* element = elements[k]; local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
ApplyStyleCommand.cpp | 75 static bool hasNoAttributeOrOnlyStyleAttribute(const Element* element, ShouldStyleAttributeBeEmpty shouldStyleAttributeBeEmpty) 77 if (!element->hasAttributes()) 81 if (element->getAttribute(classAttr) == styleSpanClassString()) 83 if (element->hasAttribute(styleAttr) && (shouldStyleAttributeBeEmpty == AllowNonEmptyStyleAttribute 84 || !element->inlineStyle() || element->inlineStyle()->isEmpty())) 87 ASSERT(matchedAttributes <= element->attributeCount()); 88 return matchedAttributes == element->attributeCount(); 91 bool isStyleSpanOrSpanWithOnlyStyleAttribute(const Element* element 390 RefPtrWillBeRawPtr<HTMLElement> element = nullptr; local 518 Element* element = toElement(n); local 793 HTMLElement* element = toHTMLElement(node); local 1298 Element* element = toElement(startNode); local 1334 Element* element = toElement(endNode); local 1355 RefPtrWillBeRawPtr<Element> element = elementToInsert; local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorCSSAgent.cpp | 566 bool InspectorCSSAgent::forcePseudoState(Element* element, CSSSelector::PseudoType pseudoType) 571 int nodeId = m_domAgent->boundNodeId(element); 611 Element* element = elementForId(errorString, nodeId); local 612 if (!element) { 617 Element* originalElement = element; 618 PseudoId elementPseudoId = element->pseudoId(); 620 element = element->parentOrShadowHostElement() 683 Element* element = elementForId(errorString, nodeId); local 926 Element* element = m_domAgent->assertElement(errorString, nodeId); local 1396 Element* element = toElement(m_domAgent->nodeForId(it->key)); local [all...] |
InspectorDOMAgent.cpp | 43 #include "core/dom/Element.h" 187 void scheduleFor(Element*); 194 WillBePersistentHeapHashSet<RefPtrWillBeMember<Element> > m_elements; 203 void RevalidateStyleAttributeTask::scheduleFor(Element* element) 205 m_elements.add(element); 213 WillBeHeapVector<RawPtrWillBeMember<Element> > elements; 214 for (WillBePersistentHeapHashSet<RefPtrWillBeMember<Element> >::iterator it = m_elements.begin(), end = m_elements.end(); it != end; ++it) 364 Element* element = toElement(node) local 472 Element* element = assertElement(errorString, nodeId); local 607 RefPtrWillBeRawPtr<Element> element = toContainerNode(node)->querySelector(AtomicString(selectors), exceptionState); local 690 Element* element = assertEditableElement(errorString, elementId); local 699 Element* element = assertEditableElement(errorString, elementId); local 745 Element* element = assertEditableElement(errorString, elementId); local 983 const Element* element = toElement(node); local 1327 Element* element = assertElement(errorString, nodeId); local 1438 Element* element = assertElement(errorString, nodeId); local 1516 Element* element = toElement(node); local 1885 Element* element = elements.at(i); local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderLayerScrollableArea.cpp | 91 Element* element = toElement(node); local 92 m_scrollOffset = element->savedLayerScrollOffset(); 95 element->setSavedLayerScrollOffset(IntSize()); 1307 Element* element = toElement(box().node()); local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/ |
XMLDocumentParser.cpp | 464 RefPtrWillBeRawPtr<Element> e = m_scriptElement; 498 bool XMLDocumentParser::parseDocumentFragment(const String& chunk, DocumentFragment* fragment, Element* contextElement, ParserContentPolicy parserContentPolicy) 534 static inline void setAttributes(Element* element, Vector<Attribute>& attributeVector, ParserContentPolicy parserContentPolicy) 537 element->stripScriptingAttributes(attributeVector); 538 element->parserSetAttributes(attributeVector); 774 XMLDocumentParser::XMLDocumentParser(DocumentFragment* fragment, Element* parentElement, ParserContentPolicy parserContentPolicy) 798 WillBeHeapVector<RawPtrWillBeMember<Element> > elemStack; 812 Element* element = elemStack.last() local 1044 Element* element = toElement(n); local [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/ |
ElementsTreeOutline.js | 44 this.element = document.createElement("ol"); 45 this.element.className = "elements-tree-outline"; 46 this.element.addEventListener("mousedown", this._onmousedown.bind(this), false); 47 this.element.addEventListener("mousemove", this._onmousemove.bind(this), false); 48 this.element.addEventListener("mouseout", this._onmouseout.bind(this), false); 49 this.element.addEventListener("dragstart", this._ondragstart.bind(this), false); 50 this.element.addEventListener("dragover", this._ondragover.bind(this), false); 51 this.element.addEventListener("dragleave", this._ondragleave.bind(this), false); 52 this.element.addEventListener("drop", this._ondrop.bind(this), false); 53 this.element.addEventListener("dragend", this._ondragend.bind(this), false) 384 var element; variable [all...] |
/external/chromium_org/third_party/WebKit/Source/web/ |
WebLocalFrameImpl.cpp | 483 WebLocalFrame* WebLocalFrame::fromFrameOwnerElement(const WebElement& element) 485 return WebLocalFrameImpl::fromFrameOwnerElement(PassRefPtrWillBeRawPtr<Element>(element).get()); 1742 Element* element = toElement(node); local 1759 Element* element = toElement(node); local [all...] |
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
WebViewTest.cpp | 35 #include "core/dom/Element.h" 882 RefPtrWillBeRawPtr<WebCore::Element> element = static_cast<PassRefPtrWillBeRawPtr<WebCore::Element> >(webViewImpl->mainFrame()->document().body()); local 1041 RefPtrWillBeRawPtr<WebCore::Element> element = static_cast<PassRefPtrWillBeRawPtr<WebCore::Element> >(webView->mainFrame()->document().getElementById(id)); local 1431 WebElement element = webView->mainFrame()->document().getElementById("message"); local 1444 WebElement element = webView->mainFrame()->document().getElementById("message"); local 1544 WebElement element = webView->mainFrame()->document().getElementById("message"); local 1803 WebCore::Element* element = document->getElementById("root"); local [all...] |
/external/chromium_org/third_party/angle/src/compiler/translator/ |
OutputHLSL.cpp | 2009 TIntermConstantUnion *element = (*sit)->getAsConstantUnion(); local [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
citertst.c | 257 log_err("ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n", 270 log_err("ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n", 324 log_err("ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n", 335 log_err("ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n", 395 log_err("ERROR: in creation of collator element iterator\n %s\n", 405 log_err("ERROR: in creation of collator element iterator\n %s\n", 440 log_err_status(status, "ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n", 466 log_err("ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n", 487 log_err("ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n", 508 log_err("ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n" 2094 int32_t offset, element; local [all...] |
creststn.c | 1748 UChar element[3]; local 1786 UChar element[3]; local 1838 UChar element[3]; local 1887 UChar element[3]; local 1973 UChar element[3]; local [all...] |
/external/chromium_org/third_party/libxslt/libxslt/ |
transform.c | 528 * Setup document element ordering for later efficiencies 702 * @target: the element where the text will be attached 799 * @target: the element where the text will be attached 971 * @target: the element where the attribute will be grafted 994 "Cannot add an attribute node to a non-element node.\n"); 1001 "any child nodes to an element.\n"); 1070 * @target: the element where the new attributes will be grafted 1074 * @target element node. 1136 * @node: the element node in the source tree 1137 * or the Literal Result Element 3221 xmlChar *element, *end; local [all...] |
xslt.c | 71 (const xmlChar *) "Literal Result Element"; 80 const xmlChar *xsltXSLTTextMarker = (const xmlChar *) "XSLT Text Element"; 133 "The XSLT-element '%s' is not allowed at this position.\n", 137 "The element '%s' is not allowed at this position.\n", 858 * @node: the element where the stylesheet is rooted at 860 * Actually @node need not be the document-element, but 1047 * Search all the namespace applying to a given element except the ones 1080 * on the topmost stylesheet element are in the exclusion-list. 1142 * @cur: the "output" element 1144 * parse an XSLT stylesheet output element and recor 1153 xmlChar *element, local 1476 xmlChar *element, *end; local 1615 xmlChar *element, *end; local [all...] |
/external/chromium_org/third_party/skia/src/utils/ |
SkLua.cpp | 276 static const char* element_type(SkClipStack::Element::Type type) { 278 case SkClipStack::Element::kEmpty_Type: 280 case SkClipStack::Element::kRect_Type: 282 case SkClipStack::Element::kRRect_Type: 284 case SkClipStack::Element::kPath_Type: 311 const SkClipStack::Element* element; local 313 while (NULL != (element = iter.next())) { 314 this->pushClipStackElement(*element); 320 void SkLua::pushClipStackElement(const SkClipStack::Element& element, const char* key) [all...] |
/external/chromium_org/v8/src/ |
builtins.cc | 499 Handle<Object> element = local 501 if (element->IsTheHole()) { 507 return *element; 529 // Get first element [all...] |