Home
last modified time | relevance | path

Searched refs:processName (Results 1 – 4 of 4) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/
DNamespaceSupportTest.java243 ns.processName("ak:hello", parts, false)); in testProcessName_Element()
249 ns.processName("bk:", parts, false)); in testProcessName_Element()
255 ns.processName("world", parts, false)); in testProcessName_Element()
261 ns.processName("ck:lorem", parts, false)); in testProcessName_Element()
264 ns.processName("xmlns:ipsum", parts, false)); in testProcessName_Element()
269 ns.processName("world", parts, false)); in testProcessName_Element()
279 ns.processName("ak:hello", parts, true)); in testProcessName_Attribute()
285 ns.processName("bk:", parts, true)); in testProcessName_Attribute()
291 ns.processName("world", parts, true)); in testProcessName_Attribute()
297 ns.processName("ck:lorem", parts, true)); in testProcessName_Attribute()
[all …]
/libcore/luni/src/main/java/org/xml/sax/helpers/
DParserAdapter.java570 String attName[] = processName(attQName, true, true); in startElement()
591 String name[] = processName(qName, false, false); in startElement()
619 String names[] = processName(qName, false, false); in endElement()
737 private String [] processName (String qName, boolean isAttribute, in processName() method in ParserAdapter
741 String parts[] = nsSupport.processName(qName, nameParts, in processName()
DNamespaceSupport.java343 public String [] processName (String qName, String parts[], in processName() method in NamespaceSupport
346 String myParts[] = currentContext.processName(qName, isAttribute); in processName()
636 String [] processName (String qName, boolean isAttribute) in processName() method in NamespaceSupport.Context
/libcore/libart/src/main/java/dalvik/system/
DVMRuntime.java312 public static native void registerAppInfo(String appDir, String processName, String pkgname); in registerAppInfo() argument