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

<<11121314151617181920>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_ne.py 22 new = pytree.Leaf(token.NOTEQUAL, u"!=", prefix=node.prefix)
fix_repr.py 23 return Call(Name(u"repr"), [expr], prefix=node.prefix)
fix_set_literal.py 41 # Set the prefix of the right brace to that of the ')' or ']'
42 literal[-1].prefix = items.next_sibling.prefix
44 maker.prefix = node.prefix
50 maker.children[-1].prefix = n.prefix
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
MimeWriter.py 84 - Passing a keyword argument 'prefix=<flag>' to addheader(),
96 def addheader(self, key, value, prefix=0):
100 the value of the header. The optional argument prefix determines
112 if prefix:
128 def startbody(self, ctype, plist=[], prefix=1):
133 content-type declaration. The optional argument prefix determines
140 self.addheader("Content-Type", ctype, prefix=prefix)
145 def startmultipartbody(self, subtype, boundary=None, plist=[], prefix=1):
152 optional argument, prefix, determines where the header is inserted
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_methodattrs.py 24 attr.replace(Name(new, prefix=attr.prefix))
fix_ne.py 22 new = pytree.Leaf(token.NOTEQUAL, u"!=", prefix=node.prefix)
fix_repr.py 23 return Call(Name(u"repr"), [expr], prefix=node.prefix)
fix_set_literal.py 41 # Set the prefix of the right brace to that of the ')' or ']'
42 literal[-1].prefix = items.next_sibling.prefix
44 maker.prefix = node.prefix
50 maker.children[-1].prefix = n.prefix
  /system/core/libutils/
Printer.cpp 67 const char* prefix,
71 mPrefix(prefix ?: ""),
98 FdPrinter::FdPrinter(int fd, unsigned int indent, const char* prefix) :
99 mFd(fd), mIndent(indent), mPrefix(prefix ?: "") {
105 // <indent><prefix><line> -- e.g. '%-4s%s\n' for indent=4
126 String8Printer::String8Printer(String8* target, const char* prefix) :
128 mPrefix(prefix ?: "") {
152 PrefixPrinter::PrefixPrinter(Printer& printer, const char* prefix) :
153 mPrinter(printer), mPrefix(prefix ?: "") {
CallStack.cpp 52 void CallStack::log(const char* logtag, android_LogPriority priority, const char* prefix) const {
53 LogPrinter printer(logtag, priority, prefix, /*ignoreBlankLines*/false);
57 void CallStack::dump(int fd, int indent, const char* prefix) const {
58 FdPrinter printer(fd, indent, prefix);
62 String8 CallStack::toString(const char* prefix) const {
65 String8Printer printer(&str, prefix);
  /external/apache-xml/src/main/java/org/apache/xml/utils/
PrefixResolverDefault.java 28 * can be used to perform prefix-to-namespace lookup
36 * The context to resolve the prefix from, if the context
54 * Given a namespace, get the corrisponding prefix. This assumes that
57 * @param prefix Prefix to resolve.
58 * @return Namespace that prefix resolves to, or null if prefix
61 public String getNamespaceForPrefix(String prefix)
63 return getNamespaceForPrefix(prefix, m_context);
67 * Given a namespace, get the corrisponding prefix
    [all...]
  /external/eigen/bench/btl/data/
mk_mean_script.sh 8 prefix=$8
42 echo '<hr/><a href="'$prefix$1'.pdf"><img src="'$prefix$1'.png" alt="'${WHAT}'" /></a><br/>' >> $webpagefilename
  /external/libcxx/test/re/re.alg/re.alg.search/
grep.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);
  /external/strace/
git-set-file-times 11 my $prefix = @ARGV && $ARGV[0] =~ s/^--prefix=// ? shift : '';
31 map { s/^/$prefix/ } @files;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.search/
grep.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);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/lib32/
libstdc++.so.6.0.16-gdb.py 39 prefix = os.path.commonprefix ([libdir, pythondir]) variable
42 if prefix[-1] != '/':
43 prefix = os.path.dirname (prefix) + '/' variable
45 # Strip off the prefix.
46 pythondir = pythondir[len (prefix):]
47 libdir = libdir[len (prefix):]
49 # Compute the ".."s needed to get from libdir to the prefix.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/lib64/
libstdc++.so.6.0.16-gdb.py 39 prefix = os.path.commonprefix ([libdir, pythondir]) variable
42 if prefix[-1] != '/':
43 prefix = os.path.dirname (prefix) + '/' variable
45 # Strip off the prefix.
46 pythondir = pythondir[len (prefix):]
47 libdir = libdir[len (prefix):]
49 # Compute the ".."s needed to get from libdir to the prefix.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/
libstdc++.so.6.0.18-gdb.py 39 prefix = os.path.commonprefix ([libdir, pythondir]) variable
42 if prefix[-1] != '/':
43 prefix = os.path.dirname (prefix) + '/' variable
45 # Strip off the prefix.
46 pythondir = pythondir[len (prefix):]
47 libdir = libdir[len (prefix):]
49 # Compute the ".."s needed to get from libdir to the prefix.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib64/
libstdc++.so.6.0.18-gdb.py 39 prefix = os.path.commonprefix ([libdir, pythondir]) variable
42 if prefix[-1] != '/':
43 prefix = os.path.dirname (prefix) + '/' variable
45 # Strip off the prefix.
46 pythondir = pythondir[len (prefix):]
47 libdir = libdir[len (prefix):]
49 # Compute the ".."s needed to get from libdir to the prefix.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/
libstdc++.a-gdb.py 39 prefix = os.path.commonprefix ([libdir, pythondir]) variable
42 if prefix[-1] != '/':
43 prefix = os.path.dirname (prefix) + '/' variable
45 # Strip off the prefix.
46 pythondir = pythondir[len (prefix):]
47 libdir = libdir[len (prefix):]
49 # Compute the ".."s needed to get from libdir to the prefix.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib32/
libstdc++.a-gdb.py 39 prefix = os.path.commonprefix ([libdir, pythondir]) variable
42 if prefix[-1] != '/':
43 prefix = os.path.dirname (prefix) + '/' variable
45 # Strip off the prefix.
46 pythondir = pythondir[len (prefix):]
47 libdir = libdir[len (prefix):]
49 # Compute the ".."s needed to get from libdir to the prefix.
  /libcore/luni/src/main/java/org/xml/sax/helpers/
NamespaceSupport.java 60 * prefix/URI mapping is repeated for each context (for example), this
88 * to the "xml" prefix.</p>
193 * already in force: in this context, only the "xml" prefix is
231 * XML element. After popping the context, all Namespace prefix
259 * Declare a Namespace prefix. All prefixes must be declared
266 * <p>This method declares a prefix in the current Namespace
267 * context; the prefix will remain in force until this context
271 * the prefix.</p>
273 * <p>Note that you must <em>not</em> declare a prefix after
279 * #getPrefix getPrefix} will not return the "" prefix,
448 String prefix = (String) allPrefixes.nextElement(); local
685 String prefix = qName.substring(0, index); local
    [all...]
  /external/tcpdump/
print-babel.c 114 format_prefix(const u_char *prefix, unsigned char plen)
117 if(plen >= 96 && memcmp(prefix, v4prefix, 12) == 0)
118 snprintf(buf, 50, "%s/%u", ipaddr_string(prefix + 12), plen - 96);
121 snprintf(buf, 50, "%s/%u", ip6addr_string(prefix), plen);
130 format_address(const u_char *prefix)
132 if(memcmp(prefix, v4prefix, 12) == 0)
133 return ipaddr_string(prefix + 12);
136 return ip6addr_string(prefix);
159 /* Return number of octets consumed from the input buffer (not the prefix length
167 unsigned char prefix[16] local
446 u_char prefix[16]; local
482 u_char prefix[16], plen; local
502 u_char prefix[16], plen; local
    [all...]
  /external/chromium_org/components/omnibox/
url_prefix.cc 13 // Like URLPrefix::BestURLPrefix() except also handles the prefix of
31 URLPrefix::URLPrefix(const base::string16& prefix, size_t num_components)
32 : prefix(prefix),
52 bool URLPrefix::IsURLPrefix(const base::string16& prefix) {
55 if (i->prefix == prefix)
71 bool URLPrefix::PrefixMatch(const URLPrefix& prefix,
74 return StartsWith(text, prefix.prefix + prefix_suffix, false)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
clean-header-guards 10 opts.on("--prefix [PREFIX]", "Append a header prefix to all guards") do |prefix|
11 options[:prefix] = prefix
42 new_guard = options[:prefix] + '_' + new_guard if options[:prefix]

Completed in 1224 milliseconds

<<11121314151617181920>>