Searched refs:Element (Results 1 – 25 of 37) sorted by relevance
12
32 public static class Element implements PointerTrackerQueue.Element { class in PointerTrackerQueueTests41 public Element(int id) { in Element() method in PointerTrackerQueueTests.Element70 private final Element mElement1 = new Element(1);71 private final Element mElement2 = new Element(2);72 private final Element mElement3 = new Element(3);73 private final Element mElement4 = new Element(4);100 Element.sPhantomUpCount = 0; in testRemove()126 assertEquals(0, Element.sPhantomUpCount); in testRemove()127 assertEquals(Element.NOT_HAPPENED, mElement1.mPhantomUpEventTime); in testRemove()128 assertEquals(Element.NOT_HAPPENED, mElement2.mPhantomUpEventTime); in testRemove()[all …]
27 public interface Element { interface in PointerTrackerQueue37 private final ArrayList<Element> mExpandableArrayOfActivePointers =47 public void add(final Element pointer) { in add()52 final ArrayList<Element> expandableArray = mExpandableArrayOfActivePointers; in add()63 public void remove(final Element pointer) { in remove()68 final ArrayList<Element> expandableArray = mExpandableArrayOfActivePointers; in remove()72 final Element element = expandableArray.get(index); in remove()89 public Element getOldestElement() { in getOldestElement()95 public void releaseAllPointersOlderThan(final Element pointer, final long eventTime) { in releaseAllPointersOlderThan()100 final ArrayList<Element> expandableArray = mExpandableArrayOfActivePointers; in releaseAllPointersOlderThan()[all …]
23 import org.w3c.dom.Element;94 Element createMgmtTree(@NonNull Document doc) { in createMgmtTree()96 Element rootElement = doc.createElement(TAG_MGMT_TREE); in createMgmtTree()108 Element writeVersion(@NonNull Document doc) { in writeVersion()109 Element dtdElement = doc.createElement(TAG_VERSION); in writeVersion()122 Element createNode(@NonNull Document doc, @NonNull String nodeName) { in createNode()123 Element node = doc.createElement(TAG_NODE); in createNode()124 Element nameNode = doc.createElement(TAG_NODENAME); in createNode()140 Element createNodeForUrn(@NonNull Document doc, @NonNull String urn) { in createNodeForUrn()141 Element node = doc.createElement(TAG_RTPROPERTIES); in createNodeForUrn()[all …]
32 import org.w3c.dom.Element;165 Element rootElement = moSerializer.createMgmtTree(doc); in serializeToXml()168 Element moNode = moSerializer.createNode(doc, MO_NAME); in serializeToXml()173 Element extNode = moSerializer.createNode(doc, TAG_EXT); in serializeToXml()175 Element orgNode = moSerializer.createNode(doc, TAG_ORG_WIFI); in serializeToXml()178 Element wifiNode = moSerializer.createNode(doc, TAG_WIFI); in serializeToXml()180 Element eapMethodListNode = moSerializer.createNode(doc, TAG_EAP_METHOD_LIST); in serializeToXml()183 Element eapMethodNode; in serializeToXml()218 Element opsNode = moSerializer.createNode(doc, TAG_OPS); in serializeToXml()227 Element uriNode = moSerializer.createNode(doc, TAG_URI); in serializeToXml()
24 import org.w3c.dom.Element;66 Element rootElement = moSerializer.createMgmtTree(doc); in serializeToXml()68 Element moNode = moSerializer.createNode(doc, MO_NAME); in serializeToXml()
30 import org.w3c.dom.Element;60 Element element = mMoSerializer.createMgmtTree(mDocument); in testShouldReturnValidElementForCreateMgmtTree()73 Element element = mMoSerializer.writeVersion(mDocument); in testShouldReturnValidElementForWriteVersion()88 Element element = mMoSerializer.createNodeForUrn(mDocument, TEST_URN); in testShouldReturnValidElementForCreateNodeForUrn()93 assertTrue(childNode instanceof Element); in testShouldReturnValidElementForCreateNodeForUrn()94 assertEquals(((Element)childNode).getTagName(), MoSerializer.TAG_TYPE); in testShouldReturnValidElementForCreateNodeForUrn()97 assertTrue(childNode2 instanceof Element); in testShouldReturnValidElementForCreateNodeForUrn()98 assertEquals(((Element)childNode2).getTagName(), MoSerializer.TAG_DDF_NAME); in testShouldReturnValidElementForCreateNodeForUrn()111 Element element = mMoSerializer.createNode(mDocument, TEST_NODE); in testShouldReturnValidElementForCreateNode()116 assertTrue(childNode instanceof Element); in testShouldReturnValidElementForCreateNode()[all …]
6 import org.w3c.dom.Element60 Element element = (Element) node;61 Element homePath = findFirstElement(element, "homePath");77 Element sourcePath = findFirstElement(element, "sourcePath");87 Element el = createRoot(doc, "type", "composite");108 private Element createRoot(Document doc, String... attrs) {109 Element el = doc.createElement("root");116 private Element findFirstElement(Element node, String tag) {125 return (Element) n;
6 import org.w3c.dom.Element75 Element root = doc.getDocumentElement();
34 import javax.lang.model.element.Element;58 public Set<? extends Element> process( in process()59 SetMultimap<Class<? extends Annotation>, Element> elementsByAnnotation) { in process()61 for (Element element : elementsByAnnotation.get(IncludeInDialerRoot.class)) { in process()64 for (Element element : elementsByAnnotation.get(InstallIn.class)) { in process()
49 import javax.lang.model.element.Element;93 public Set<? extends Element> process( in process()94 SetMultimap<Class<? extends Annotation>, Element> elementsByAnnotation) { in process()95 for (Element element : elementsByAnnotation.get(DialerRootComponent.class)) { in process()109 SetMultimap<Class<? extends Annotation>, Element> elementsByAnnotation) { in shouldDeferRootComponent()183 for (Element element : cachePackage.getEnclosedElements()) { in extractInfoFromMetadata()
48 import javax.lang.model.element.Element;96 public Set<? extends Element> process( in process()97 SetMultimap<Class<? extends Annotation>, Element> elementsByAnnotation) { in process()184 private void addElement(TypeSpec.Builder builder, Element element) { in addElement()253 for (Element enclosedElement : element.getEnclosedElements()) { in cloneType()
56 strings_xml = ET.Element('resources')58 public_xml = ET.Element('resources')
113 public_xml = ET.Element('resources')
40 import org.w3c.dom.Element;152 Element element = (Element) nodeList.item(i); in parseXmlResponse()
39 import org.w3c.dom.Element86 override fun visitElement(context: XmlContext, element: Element) { in visitElement()
11 package_name: "Android Secure Element",
65 root = etree.Element('overlay')
62 root = etree.Element('resources')
27 def __init__(self, node: minidom.Element, argument
48 import javax.lang.model.element.Element;233 Element e = mElements.getTypeElement(qualified); in loadTypeOrFail()273 Set<? extends Element> annotatedElements = env.getElementsAnnotatedWith(e); in process()274 for (Element annotatedElement : annotatedElements) { in process()
30 import android.renderscript.Element;1310 ScriptIntrinsicBlur.create(renderScript, Element.U8_4(renderScript)); in blur()
2497 …Context;-><init>(Lkotlin/coroutines/CoroutineContext;Lkotlin/coroutines/CoroutineContext$Element;)V2499 …Context;->get(Lkotlin/coroutines/CoroutineContext$Key;)Lkotlin/coroutines/CoroutineContext$Element;2502 …onInterceptor;Lkotlin/coroutines/CoroutineContext$Key;)Lkotlin/coroutines/CoroutineContext$Element;2508 PLkotlin/coroutines/CoroutineContext$Element$DefaultImpls;->fold(Lkotlin/coroutines/CoroutineContex…2509 …Element$DefaultImpls;->get(Lkotlin/coroutines/CoroutineContext$Element;Lkotlin/coroutines/Coroutin…2510 PLkotlin/coroutines/CoroutineContext$Element$DefaultImpls;->minusKey(Lkotlin/coroutines/CoroutineCo…2511 PLkotlin/coroutines/CoroutineContext$Element$DefaultImpls;->plus(Lkotlin/coroutines/CoroutineContex…2515 …(Lkotlin/coroutines/CoroutineContext;Lkotlin/coroutines/CoroutineContext$Element;)Lkotlin/coroutin…2682 …xtKt$hasCopyableElements$1;->invoke(ZLkotlin/coroutines/CoroutineContext$Element;)Ljava/lang/Boole…2693 …patcher;->get(Lkotlin/coroutines/CoroutineContext$Key;)Lkotlin/coroutines/CoroutineContext$Element;[all …]
49 public final class PointerTracker implements PointerTrackerQueue.Element,
org/openjdk/tools/sjavac/server/log/LoggingOutputStream.class LoggingOutputStream.java package ...
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...