HomeSort by relevance Sort by last modified time
    Searched refs:prefix (Results 426 - 450 of 3850) sorted by null

<<11121314151617181920>>

  /external/apache-xml/src/main/java/org/apache/xml/utils/
QName.java 36 * [12 Variables and Parameters]) is specified as a QName. If it has a prefix,
37 * then the prefix is expanded into a URI reference using the namespace declarations
61 * The namespace prefix.
129 * Constructs a new QName with the specified namespace URI, prefix
133 * @param prefix The namespace prefix is known, or null
137 public QName(String namespaceURI, String prefix, String localName)
139 this(namespaceURI, prefix, localName, false);
143 * Constructs a new QName with the specified namespace URI, prefix
147 * @param prefix The namespace prefix is known, or nul
251 String prefix = null; local
353 String prefix = qname.substring(0, indexOfNSSep); local
430 String prefix = null; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/xmllite/
xmlnsstack.cc 60 const std::string& prefix) {
61 if (prefix.length() >= 3 &&
62 (prefix[0] == 'x' || prefix[0] == 'X') &&
63 (prefix[1] == 'm' || prefix[1] == 'M') &&
64 (prefix[2] == 'l' || prefix[2] == 'L')) {
65 if (prefix == "xml")
67 if (prefix == "xmlns"
    [all...]
xmlnsstack.h 43 void AddXmlns(const std::string& prefix, const std::string& ns);
49 std::pair<std::string, bool> NsForPrefix(const std::string& prefix);
50 bool PrefixMatchesNs(const std::string & prefix, const std::string & ns);
  /external/chromium_org/third_party/webrtc/libjingle/xmllite/
xmlnsstack.cc 43 const std::string& prefix) {
44 if (prefix.length() >= 3 &&
45 (prefix[0] == 'x' || prefix[0] == 'X') &&
46 (prefix[1] == 'm' || prefix[1] == 'M') &&
47 (prefix[2] == 'l' || prefix[2] == 'L')) {
48 if (prefix == "xml")
50 if (prefix == "xmlns"
    [all...]
xmlnsstack.h 26 void AddXmlns(const std::string& prefix, const std::string& ns);
32 std::pair<std::string, bool> NsForPrefix(const std::string& prefix);
33 bool PrefixMatchesNs(const std::string & prefix, const std::string & ns);
  /external/apache-xml/src/main/java/org/apache/xalan/serialize/
SerializerUtils.java 175 // String prefix = dtm.getPrefix(namespace);
176 String prefix = dtm.getNodeNameX(namespace); local
177 String desturi = handler.getNamespaceURIFromPrefix(prefix);
178 // String desturi = getURI(prefix);
183 handler.startPrefixMapping(prefix, srcURI, false);
189 String prefix = dtm.getNodeNameX(src); local
191 String desturi = handler.getNamespaceURIFromPrefix(prefix);
196 handler.startPrefixMapping(prefix, srcURI, false);
225 // String prefix = dtm.getPrefix(attr);
226 String prefix = dtm.getNodeNameX(attr) local
256 String prefix = dtm.getNodeNameX(namespace); local
    [all...]
  /external/bison/build-aux/
git-version-gen 88 --prefix prefix of git tags (default 'v')
95 prefix=v
101 --prefix) shift; prefix="$1";;
154 && v=`git describe --abbrev=4 --match="$prefix*" HEAD 2>/dev/null \
158 $prefix[0-9]*) ;;
191 v=`echo "$v" |sed "s/^$prefix//"`
  /external/chromium_org/gpu/command_buffer/service/
logger.cc 54 const std::string& prefix(debug_marker_manager_->GetMarker());
55 return prefix.empty() ? this_in_hex_ : prefix;
  /external/chromium_org/third_party/icu/source/tools/toolutil/
writesrc.h 42 * The prefix and postfix are optional (can be NULL) and are written first/last.
43 * The prefix may contain a %ld or similar field for the array length.
44 * The {} and declaration etc. need to be included in prefix/postfix or
49 const char *prefix,
66 * The {} and declaration etc. need to be included in prefix/postfix or
71 const char *prefix,
81 * The prefix and postfix are optional (can be NULL) and are written first/last.
82 * The prefix may contain a %ld or similar field for the array length.
83 * The {} and declaration etc. need to be included in prefix/postfix or
88 const char *prefix,
    [all...]
  /external/chromium_org/third_party/sqlite/src/tool/
mkopts.tcl 8 set prefix {}
16 if {$px!=""} {set prefix $p2}
20 puts " static const char *${prefix}_strs\[\] = \173"
45 puts " enum ${prefix}_enum \173"
48 put_item ${prefix}_[string toupper $name],
  /external/chromium_org/tools/telemetry/telemetry/core/heap/
live_heap_object.py 54 prefix = 'LiveHeapObject(' + str(self.object_id) + ' '
56 return prefix + self.class_name + ')'
57 return prefix + self.type_string + ')'
  /external/icu/icu4c/source/tools/toolutil/
writesrc.h 42 * The prefix and postfix are optional (can be NULL) and are written first/last.
43 * The prefix may contain a %ld or similar field for the array length.
44 * The {} and declaration etc. need to be included in prefix/postfix or
49 const char *prefix,
66 * The {} and declaration etc. need to be included in prefix/postfix or
71 const char *prefix,
81 * The prefix and postfix are optional (can be NULL) and are written first/last.
82 * The prefix may contain a %ld or similar field for the array length.
83 * The {} and declaration etc. need to be included in prefix/postfix or
88 const char *prefix,
    [all...]
  /external/libcxx/test/re/re.alg/re.alg.match/
grep.pass.cpp 32 assert(!m.prefix().matched);
33 assert(m.prefix().first == s);
34 assert(m.prefix().second == m[0].first);
  /external/libcxx/test/re/re.alg/re.alg.search/
egrep.pass.cpp 32 assert(!m.prefix().matched);
33 assert(m.prefix().first == s);
34 assert(m.prefix().second == m[0].first);
48 assert(!m.prefix().matched);
49 assert(m.prefix().first == s);
50 assert(m.prefix().second == m[0].first);
64 assert(!m.prefix().matched);
65 assert(m.prefix().first == s);
66 assert(m.prefix().second == m[0].first);
80 assert(!m.prefix().matched)
    [all...]
  /external/llvm/test/MC/ARM/
arm-thumb-cpus-default.s 2 @ RUN: | FileCheck %s --check-prefix=CHECK-ARM-ONLY
5 @ RUN: | FileCheck %s --check-prefix=CHECK-ARM-THUMB
8 @ RUN: | FileCheck %s --check-prefix=CHECK-ARM-THUMB
11 @ RUN: | FileCheck %s --check-prefix=CHECK-THUMB-ONLY
14 @ RUN: | FileCheck %s --check-prefix=CHECK-THUMB-ONLY
17 @ RUN: | FileCheck %s --check-prefix=CHECK-THUMB-ONLY
directive-arch_extension-mp.s 2 @ RUN: | FileCheck %s -check-prefix CHECK-ARMv6 -check-prefix CHECK-V6
4 @ RUN: | FileCheck %s -check-prefix CHECK-ARMv7 -check-prefix CHECK-V7
6 @ RUN: | FileCheck %s -check-prefix CHECK-ARMv7M -check-prefix CHECK-V7M
8 @ RUN: | FileCheck %s -check-prefix CHECK-THUMBv6 -check-prefix CHECK-V6
10 @ RUN: | FileCheck %s -check-prefix CHECK-THUMBv7 -check-prefix CHECK-V
    [all...]
  /external/llvm/test/MC/PowerPC/
ppc-nop.s 1 # RUN: llvm-mc -filetype=obj -triple=powerpc-unknown-linux-gnu %s | llvm-readobj -s -sd - | FileCheck -check-prefix=CHECK-BE %s
2 # RUN: llvm-mc -filetype=obj -triple=powerpc64-unknown-linux-gnu %s | llvm-readobj -s -sd - | FileCheck -check-prefix=CHECK-BE %s
3 # RUN: llvm-mc -filetype=obj -triple=powerpc64le-unknown-linux-gnu %s | llvm-readobj -s -sd - | FileCheck -check-prefix=CHECK-LE %s
  /external/strace/
git-version-gen 88 --prefix prefix of git tags (default 'v')
96 prefix=v
103 --prefix) shift; prefix="$1";;
157 && v=`git describe --abbrev=4 --match="$prefix*" HEAD 2>/dev/null \
161 $prefix[0-9]*) ;;
196 v=`echo "$v" |sed "s/^$prefix//"`
  /frameworks/base/core/java/com/android/internal/util/
LocalLog.java 49 public boolean dump(PrintWriter pw, String header, String prefix) {
58 if (prefix != null) {
59 pw.print(prefix);
  /frameworks/native/opengl/libs/tools/
glapigen 39 my $prefix = "";
41 $prefix = "__";
44 printf("%s API_ENTRY(%s%s)(%s)", $type, $prefix, $name, $args);
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
prefix01.java 35 * returns the namespace prefix of the node,
70 String prefix; local
73 prefix = createdNode.getPrefix();
74 assertNull("throw_Null", prefix);
prefix02.java 35 * returns the namespace prefix of this node, or null if unspecified.
72 String prefix; local
78 prefix = textNode.getPrefix();
79 assertNull("textNodePrefix", prefix);
prefix04.java 35 * returns the namespace prefix of this node, or null if it is unspecified.
68 String prefix; local
72 prefix = testEmployee.getPrefix();
73 assertNull("throw_Null", prefix);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.match/
grep.pass.cpp 32 assert(!m.prefix().matched);
33 assert(m.prefix().first == s);
34 assert(m.prefix().second == m[0].first);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.search/
egrep.pass.cpp 32 assert(!m.prefix().matched);
33 assert(m.prefix().first == s);
34 assert(m.prefix().second == m[0].first);
48 assert(!m.prefix().matched);
49 assert(m.prefix().first == s);
50 assert(m.prefix().second == m[0].first);
64 assert(!m.prefix().matched);
65 assert(m.prefix().first == s);
66 assert(m.prefix().second == m[0].first);
80 assert(!m.prefix().matched)
    [all...]

Completed in 483 milliseconds

<<11121314151617181920>>