/libcore/luni/src/test/java/tests/org/w3c/dom/ |
GetElementById.java | 25 import org.w3c.dom.Element; 31 * element whose ID matches elementId. 34 * equals "CANADA". Method should return an element whose tag name is 76 // Element element; 79 // element = doc.getElementById("CANADA"); 80 // tagname = element.getTagName(); 85 Element element; local 87 element = doc.getElementById("Cancun") [all...] |
DocumentGeteEementById.java | 4 import org.w3c.dom.Element; 9 * The method getElementById returns the element whose ID is given by elementId. 10 * If not such element exists, returns null. 13 * elementId. This should return a null element. 53 Element element; local 56 element = doc.getElementById(elementId); 57 assertNull("documentgetelementbyid01", element);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/ |
System_Events_Suite.py | 54 # element 'cdis' as ['name', 'indx', 'rele', 'rang', 'test'] 55 # element 'cfol' as ['name', 'indx', 'rele', 'rang', 'test'] 56 # element 'cobj' as ['name', 'indx', 'rele', 'rang', 'test'] 57 # element 'cwin' as ['name', 'indx', 'rele', 'rang', 'test', 'ID '] 58 # element 'docu' as ['name', 'indx', 'rele', 'rang', 'test'] 59 # element 'file' as ['name', 'indx', 'rele', 'rang', 'test'] 60 # element 'foac' as ['name', 'indx', 'rele', 'rang', 'test'] 61 # element 'logi' as ['name', 'indx', 'rele', 'rang', 'test'] 62 # element 'pcap' as ['name', 'indx', 'rele', 'rang', 'test'] 63 # element 'pcda' as ['name', 'indx', 'rele', 'rang', 'test' [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
XSLTElementDef.java | 30 * This class defines the allowed structure for an element in a XSLT stylesheet, 50 * @param elements An array of allowed child element defs, or null. 52 * @param contentHandler The element processor for this element. 53 * @param classObject The class of the object that this element def should produce. 78 * @param elements An array of allowed child element defs, or null. 80 * @param contentHandler The element processor for this element. 81 * @param classObject The class of the object that this element def should produce. 82 * @param has_required true if this element has required elements by the XSLT specification [all...] |
/frameworks/base/docs/html/guide/topics/manifest/ |
manifest-intro.jd | 65 every element that it can contain. Each element, along with all of its 67 information about any element, click on the element name in the diagram, 69 other mention of the element name. 75 <a href="{@docRoot}guide/topics/manifest/manifest-element.html"><manifest></a> 77 <a href="{@docRoot}guide/topics/manifest/uses-permission-element.html"><uses-permission /></a> 78 <a href="{@docRoot}guide/topics/manifest/permission-element.html"><permission /></a> 79 <a href="{@docRoot}guide/topics/manifest/permission-tree-element.html"><permission-tree /></a> 80 <a href="{@docRoot}guide/topics/manifest/permission-group-element.html"><permission-group /></a [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRRewriteRuleNodeStream.m | 19 + (ANTLRRewriteRuleNodeStream*) newANTLRRewriteRuleNodeStream:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription element:(id)anElement; 21 return [[ANTLRRewriteRuleNodeStream alloc] initWithTreeAdaptor:aTreeAdaptor description:anElementDescription element:anElement]; 38 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription element:(id)anElement 40 if ((self = [super initWithTreeAdaptor:aTreeAdaptor description:anElementDescription element:anElement]) != nil) { 63 - (id<ANTLRBaseTree>) toTree:(id<ANTLRBaseTree>)element 65 return [treeAdaptor dupNode:element]; 68 - (id) dup:(id)element 70 return [treeAdaptor dupTree:element];
|
/external/chromium_org/components/autofill/core/common/ |
web_element_descriptor.h | 12 // Holds information that can be used to retrieve an element. 22 // Information to retrieve element with.
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
applet-param-no-name.html | 2 <p>This tests an applet element with a param element inside it with no name. If Java is enabled and Safari did not crash, then the test passed.</p>
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
ElementResolveContext.cpp | 32 ElementResolveContext::ElementResolveContext(Element& element) 33 : m_element(&element) 34 , m_elementLinkState(element.document().visitedLinkState().determineLinkState(element)) 39 m_parentNode = NodeRenderingTraversal::parent(&element, &parentDetails); 43 const Document& document = element.document(); 46 m_rootElementStyle = documentElement && element != documentElement ? documentElement->renderStyle() : documentStyle;
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
StyleElement.h | 31 class Element; 48 void processStyleSheet(Document&, Element*); 49 void removedFromDocument(Document&, Element*, ContainerNode* scopingNode = 0); 50 void clearDocumentData(Document&, Element*); 51 void childrenChanged(Element*); 52 void finishParsingChildren(Element*); 57 void createSheet(Element*, const String& text = String()); 58 void process(Element*);
|
Element.cpp | 27 #include "core/dom/Element.h" 109 explicit StyleResolverParentPusher(Element& parent) 137 Element& m_parent; 142 typedef HashMap<Element*, OwnPtr<AttrNodeList> > AttrNodeListMap; 150 static AttrNodeList* attrNodeListForElement(Element* element) 152 if (!element->hasSyntheticAttrChildNodes()) 154 ASSERT(attrNodeListMap().contains(element)); 155 return attrNodeListMap().get(element); 158 static AttrNodeList& ensureAttrNodeListForElement(Element* element 598 Element* element = offsetParent(); local [all...] |
/external/chromium_org/tools/telemetry/unittest_data/ |
dom_counter_sample.html | 6 This webpage is meant to be used by a unit test that checks DOM element 9 change the element count, causing the unit test to fail!
|
/frameworks/base/core/java/android/hardware/ |
package.html | 6 href="{@docRoot}guide/topics/manifest/uses-feature-element.html">{@code 7 <uses-feature>}</a> manifest element.</p>
|
/prebuilts/devtools/repository/ |
sdk-repository-4.xsd | 47 - There's a new element <min-platform-tools-rev> in <tool>. The tool package now 52 - <extra> element now has a <project-files> element that contains 1 or 55 - <platform> element now has a mandatory <layoutlib> that indicates the API 59 <xsd:element name="sdk-repository" type="sdk:repositoryType" /> 68 <xsd:element name="platform" type="sdk:platformType" /> 69 <xsd:element name="tool" type="sdk:toolType" /> 70 <xsd:element name="platform-tool" type="sdk:platformToolType" /> 71 <xsd:element name="doc" type="sdk:docType" /> 72 <xsd:element name="sample" type="sdk:sampleType" / [all...] |
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
AllocationTest.java | 25 import android.renderscript.Element; 36 void createTypedHelper(Element e) { 58 void createTypedTextureHelper(Element e) { 107 void createSizedHelper(Element e) { 116 createTypedHelper(Element.A_8(mRS)); 117 createTypedHelper(Element.RGB_565(mRS)); 118 createTypedHelper(Element.RGB_888(mRS)); 119 createTypedHelper(Element.RGBA_8888(mRS)); 120 createTypedHelper(Element.F32(mRS)); 121 createTypedHelper(Element.F32_2(mRS)) [all...] |
/cts/tools/signature-tools/src/signature/compare/model/ |
IDelta.java | 21 * describes a delta from a "from" element to a "to" element. 36 * Returns the "from" element. Is null if type is {@link DeltaType#ADDED} 38 * @return the "from" element 43 * Returns the "to" element. Is null if type is {@link DeltaType#REMOVED} 45 * @return the "to" element
|
/external/ceres-solver/include/ceres/ |
ordered_groups.h | 44 // that can serve as a key in a map or an element of a set. 46 // An element can only belong to one group at a time. A group may 53 // Add an element to a group. If a group with this id does not 55 // times for the same element. Group ids should be non-negative 58 // Return value indicates if adding the element was a success. 59 bool AddElementToGroup(const T element, const int group) { 64 typename map<T, int>::const_iterator it = element_to_group_.find(element); 67 // Element is already in the right group, nothing to do. 71 group_to_elements_[it->second].erase(element); 77 element_to_group_[element] = group [all...] |
/external/chromium_org/ui/compositor/test/ |
layer_animator_test_controller.cc | 43 LayerAnimationElement* element = sequence->CurrentElement(); local 44 if (element->properties().find(animatable_property) == 45 element->properties().end()) 48 if (!element->Started() || 49 element->effective_start_time() != base::TimeTicks()) 55 element->animation_group_id(),
|
/external/chromium_org/ui/keyboard/resources/elements/ |
kb-altkey-container.html | 7 <polymer-element name="kb-altkey-container" attributes="keyset" 28 var element = activeAccentKeySet.firstElementChild; 30 element = element.nextElementSibling; 33 element.classList.add('active'); 49 </polymer-element>
|
/libcore/luni/src/main/java/java/util/ |
SortedSet.java | 41 * Returns the first element in this {@code SortedSet}. The first element 42 * is the lowest element. 44 * @return the first element. 52 * {@code SortedSet} which contains elements less than the end element. The 57 * the end element. 60 * when the class of the end element is inappropriate for this 63 * when the end element is null and this {@code SortedSet} does 69 * Returns the last element in this {@code SortedSet}. The last element i [all...] |
/packages/apps/Mms/src/org/w3c/dom/smil/ |
ElementSyncBehavior.java | 20 * The runtime synchronization behavior for an element. 25 * The sync tolerance for the associated element. It has an effect only if 26 * the element has <code>syncBehavior="locked"</code> . 32 * an element, and all descendents. 37 * Defines the default value for the sync tolerance for an element, and 44 * element.
|
/packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/ |
HtmlWhitelist.java | 26 * Looks up the HTML.Element object associated with the given element tag 29 * @param name The tag name of the element to lookup 30 * @return The HTML.Element object associated with the given element tag name, 33 HTML.Element lookupElement(String name);
|
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/ |
HtmlWhitelist.java | 27 * Looks up the HTML.Element object associated with the given element tag 30 * @param name The tag name of the element to lookup 31 * @return The HTML.Element object associated with the given element tag name, 34 HTML.Element lookupElement(String name);
|
/packages/inputmethods/LatinIME/java/res/xml/ |
keyboard_layout_set_arabic.xml | 23 <Element 27 <Element 30 <Element 33 <Element 36 <Element 39 <Element
|
keyboard_layout_set_armenian_phonetic.xml | 23 <Element 27 <Element 30 <Element 33 <Element 36 <Element 39 <Element
|