HomeSort by relevance Sort by last modified time
    Searched refs:getPrefix (Results 26 - 50 of 649) sorted by null

12 3 4 5 6 7 8 91011>>

  /libcore/xml/src/main/java/org/kxml2/io/
KXmlSerializer.java 223 public String getPrefix(String namespace, boolean create) {
225 return getPrefix(namespace, false, create);
232 private final String getPrefix(
318 String defined = getPrefix(namespace, true, false);
420 : getPrefix(namespace, true, true);
468 : getPrefix(namespace, false, true);
  /external/llvm/include/llvm/Option/
Option.h 118 StringRef getPrefix() const {
125 std::string Ret = getPrefix();
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Option/
Option.h 118 StringRef getPrefix() const {
125 std::string Ret = getPrefix();
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Option/
Option.h 118 StringRef getPrefix() const {
125 std::string Ret = getPrefix();
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Option/
Option.h 118 StringRef getPrefix() const {
125 std::string Ret = getPrefix();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Option/
Option.h 118 StringRef getPrefix() const {
125 std::string Ret = getPrefix();
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Option/
Option.h 118 StringRef getPrefix() const {
125 std::string Ret = getPrefix();
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Option/
Option.h 118 StringRef getPrefix() const {
125 std::string Ret = getPrefix();
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Option/
Option.h 118 StringRef getPrefix() const {
125 std::string Ret = getPrefix();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Option/
Option.h 118 StringRef getPrefix() const {
125 std::string Ret = getPrefix();
  /external/testng/src/main/java/org/testng/reporters/jq/
GroupPanel.java 15 public String getPrefix() {
IgnoredMethodsPanel.java 17 public String getPrefix() {
ReporterPanel.java 21 public String getPrefix() {
TestPanel.java 18 public String getPrefix() {
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
documentcreateelementNS01.java 92 prefix = element.getPrefix();
getElementsByTagNameNS02.java 84 prefix = newElement.getPrefix();
getElementsByTagNameNS09.java 88 prefix = newElement.getPrefix();
prefix03.java 34 * The "getPrefix()" method for a node
37 * Retrieve the first emp:employee node and invoke the getPrefix() method."
79 prefix = testEmployee.getPrefix();
removeAttributeNS02.java 97 prefix = testAddr.getPrefix();
setAttributeNS04.java 98 resultPrefix = addrAttr.getPrefix();
setAttributeNS09.java 93 resultPrefix = addrAttr.getPrefix();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/
NamespaceSupportTest.java 133 // Part 2: Check that declarePrefix and getPrefix work for valid
139 ns.getPrefix(marketUri).equals("ak"));
145 expected.contains(ns.getPrefix(marketUri)));
150 // Part 3: Negative Tests for getPrefix.
153 ns.getPrefix(defaultUri));
156 ns.getPrefix(defaultUri + "/42"));
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
AttrImpl.java 93 public String getPrefix() {
  /libcore/luni/src/test/java/tests/org/w3c/dom/
Prefix.java 34 * The "getPrefix()" method for a Node returns the namespace prefix of the node,
39 * "getPrefix()" method on the newly created element node will cause "null" to
82 prefix = createdNode.getPrefix();
96 prefix = textNode.getPrefix();
108 prefix = testEmployee.getPrefix();
119 prefix = testEmployee.getPrefix();
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MediaSource.java 33 public String getPrefix() {

Completed in 389 milliseconds

12 3 4 5 6 7 8 91011>>