HomeSort by relevance Sort by last modified time
    Searched defs:name (Results 1376 - 1400 of 12087) sorted by null

<<51525354555657585960>>

  /hardware/qcom/media/msm8974/mm-core/src/common/
qc_omx_core.h 11 * Neither the name of The Linux Foundation nor
46 char* name;// Component name member in struct:_omx_core_cb_type
68 OMX_STRING cComponentName; //OMX component name
  /hardware/qcom/media/msm8996/mm-core/src/common/
qc_omx_core.h 11 * Neither the name of The Linux Foundation nor
46 char* name;// Component name member in struct:_omx_core_cb_type
68 OMX_STRING cComponentName; //OMX component name
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
attrname.java 34 * NodeName. This test uses the getNamedItem(name) method from the NamedNodeMap
68 String name; local
74 name = streetAttr.getNodeName();
75 assertEquals("nodeName", "street", name);
76 name = streetAttr.getName();
77 assertEquals("name", "street", name);
documentcreateentityreferenceknown.java 31 * The "createEntityReference(name)" method creates an
37 * "createEntityReference(name)" method. It should create
39 * given name. The referenced entity is known, therefore the child
72 String name; local
80 name = child.getNodeName();
81 assertEquals("name", "#text", name);
elementgetattributenode.java 31 * The "getAttributeNode(name)" method retrieves an
32 * attribute node by name.
36 * Attr object, the "name" can be examined to ensure the
68 String name; local
73 name = domesticAttr.getNodeName();
74 assertEquals("elementGetAttributeNodeAssert", "domestic", name);
elementreplaceexistingattribute.java 41 * new one. This test uses the "createAttribute(name)"
72 String name; local
79 name = testEmployee.getAttribute("street");
80 assertEquals("elementReplaceExistingAttributeAssert", "", name);