Searched refs:prefix (Results 51 - 75 of 1460) sorted by relevance

1234567891011>>

/external/iptables/include/linux/netfilter_ipv4/
H A Dipt_ULOG.h31 char prefix[ULOG_PREFIX_LEN]; member in struct:ipt_ulog_info
43 char prefix[ULOG_PREFIX_LEN]; member in struct:ulog_packet_msg
/external/kernel-headers/original/uapi/linux/netfilter_ipv4/
H A Dipt_ULOG.h31 char prefix[ULOG_PREFIX_LEN]; member in struct:ipt_ulog_info
43 char prefix[ULOG_PREFIX_LEN]; member in struct:ulog_packet_msg
/external/libxml2/
H A Dautogen.sh47 prefix=/usr
48 libdir=$prefix/lib
52 libdir=$prefix/lib64
54 EXTRA_ARGS="--prefix=$prefix --sysconfdir=$sysconfdir --localstatedir=$localstatedir --libdir=$libdir"
/external/llvm/test/MC/ARM/
H A Ddirective-arch_extension-sec.s2 @ 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-THUMBv6 -check-prefix CHECK-V6
8 @ RUN: | FileCheck %s -check-prefix CHECK-THUMBv7 -check-prefix CHECK-V7
/external/smali/util/src/main/java/org/jf/util/
H A DWrappedIndentingWriter.java45 /** null-ok; optional prefix for every line */
46 private final String prefix; field in class:WrappedIndentingWriter
68 * <code>prefix</code>), or <code>0</code> for no maximum
69 * @param prefix non-null; the prefix for each line
71 public WrappedIndentingWriter(Writer out, int width, String prefix) { argument
82 if (prefix == null) {
83 throw new NullPointerException("prefix == null");
88 this.prefix = (prefix
[all...]
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DPrefixResolverDefault.java28 * 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) argument
63 return getNamespaceForPrefix(prefix, m_context);
67 * Given a namespace, get the corrisponding prefix.
70 * @param prefix Prefi
76 getNamespaceForPrefix(String prefix, org.w3c.dom.Node namespaceContext) argument
[all...]
H A DNamespaceSupport2.java63 * to the "xml" prefix.</p>
113 * already in force: in this context, only the "xml" prefix is
142 * XML element. After popping the context, all Namespace prefix
168 * Declare a Namespace prefix.
170 * <p>This method declares a prefix in the current Namespace
171 * context; the prefix will remain in force until this context
175 * prefix must not be "xml" or "xmlns".</p>
177 * <p>Note that you must <em>not</em> declare a prefix after
181 * #getPrefix getPrefix} will not return the default "" prefix,
182 * even if you have declared one; to check for a default prefix,
195 declarePrefix(String prefix, String uri) argument
270 getURI(String prefix) argument
535 declarePrefix(String prefix, String uri) argument
646 getURI(String prefix) argument
[all...]
H A DQName.java36 * [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) argument
139 this(namespaceURI, prefix, localName, false);
143 * Constructs a new QName with the specified namespace URI, prefix
147 * @param prefix Th
152 QName(String namespaceURI, String prefix, String localName, boolean validate) argument
[all...]
/external/eigen/bench/btl/data/
H A Dmk_mean_script.sh8 prefix=$8
42 echo '<hr/><a href="'$prefix$1'.pdf"><img src="'$prefix$1'.png" alt="'${WHAT}'" /></a><br/>' >> $webpagefilename
/external/libcxx/test/std/re/re.alg/re.alg.search/
H A Dgrep.pass.cpp32 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);
H A Degrep.pass.cpp32 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()
[all...]
/external/strace/
H A Dgit-set-file-times12 my $prefix = @ARGV && $ARGV[0] =~ s/^--prefix=// ? shift : '';
32 map { s/^/$prefix/ } @files;
/external/tcpdump/
H A Dprint-babel.c114 format_prefix(const u_char *prefix, unsigned char plen) argument
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) argument
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[1 local
446 u_char prefix[16]; local
482 u_char prefix[16], plen; local
502 u_char prefix[16], plen; local
[all...]
/external/selinux/libsemanage/src/
H A Duser_extra_record.c30 /* Labeling prefix */
31 char *prefix; member in struct:semanage_user_extra
102 /* Labeling prefix */
107 return user_extra->prefix;
112 const char *prefix)
115 char *tmp_prefix = strdup(prefix);
117 ERR(handle, "out of memory, could not set prefix %s "
118 "for user %s", prefix, user_extra->name);
121 free(user_extra->prefix);
122 user_extra->prefix
110 semanage_user_extra_set_prefix(semanage_handle_t * handle, semanage_user_extra_t * user_extra, const char *prefix) argument
[all...]
/external/zlib/src/contrib/minizip/
H A Dmake_vms.com13 $ cc/include=[--]/prefix=all ioapi.c
14 $ cc/include=[--]/prefix=all miniunz.c
15 $ cc/include=[--]/prefix=all unzip.c
16 $ cc/include=[--]/prefix=all minizip.c
17 $ cc/include=[--]/prefix=all zip.c
/external/chromium-trace/trace-viewer/third_party/Paste/paste/util/
H A Dscgiserver.py11 self.prefix = '/canal'
16 is the prefix for what is served by the SCGI Web-server-side process.
44 prefix = None variable in class:SWAP
48 assert self.prefix is not None, "must set prefix"
74 ## SCRIPT_NAME from 'prefix' and then set PATH_INFO from
77 prefix = self.prefix
78 path = environ['REQUEST_URI'][len(prefix):].split('?', 1)[0]
80 environ['SCRIPT_NAME'] = prefix
[all...]
/external/libcxx/test/std/re/re.alg/re.alg.match/
H A Degrep.pass.cpp32 assert(!m.prefix().matched);
33 assert(m.prefix().first == s);
34 assert(m.prefix().second == m[0].first);
55 assert(!m.prefix().matched);
56 assert(m.prefix().first == s);
57 assert(m.prefix().second == m[0].first);
71 assert(!m.prefix().matched);
72 assert(m.prefix().first == s);
73 assert(m.prefix().second == m[0].first);
H A Dgrep.pass.cpp32 assert(!m.prefix().matched);
33 assert(m.prefix().first == s);
34 assert(m.prefix().second == m[0].first);
/external/apache-xml/src/main/java/org/apache/xpath/jaxp/
H A DJAXPPrefixResolver.java31 * can be used to perform prefix-to-namespace lookup
46 public String getNamespaceForPrefix( String prefix ) {
47 return namespaceContext.getNamespaceURI( prefix );
77 * Given a prefix and a Context Node, get the corresponding namespace.
80 * @param prefix Prefix to resolve.
82 * xmlns attribute that binds a prefix to a namespace.
83 * @return Namespace that prefix resolves to, or null if prefix
86 public String getNamespaceForPrefix(String prefix, argument
91 if (prefix
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_dump_defines.c37 const char *prefix)
41 assert(prefix);
43 while(*prefix) {
44 if(*stripped != *prefix)
48 ++prefix;
/external/apache-xml/src/main/java/org/apache/xalan/serialize/
H A DSerializerUtils.java175 // String prefix = dtm.getPrefix(namespace);
176 String prefix = dtm.getNodeNameX(namespace);
177 String desturi = handler.getNamespaceURIFromPrefix(prefix);
178 // String desturi = getURI(prefix);
183 handler.startPrefixMapping(prefix, srcURI, false);
189 String prefix = dtm.getNodeNameX(src);
191 String desturi = handler.getNamespaceURIFromPrefix(prefix);
196 handler.startPrefixMapping(prefix, srcURI, false);
225 // String prefix = dtm.getPrefix(attr);
226 String prefix
[all...]
/external/bison/build-aux/
H A Dgit-version-gen88 --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/icu/icu4c/source/tools/toolutil/
H A Dwritesrc.h42 * 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/buildcmds/
H A Dconfigtests.py47 prefix = 'HOST_'
49 prefix = 'TARGET_'
51 '$($(LOCAL_2ND_ARCH_VAR_PREFIX){}CXX)'.format(prefix),
/external/libcxx/test/libcxx/
H A Dutil.py14 def guardedTempFilename(suffix='', prefix='', dir=None):
17 handle, name = tempfile.mkstemp(suffix=suffix, prefix=prefix, dir=dir)

Completed in 1012 milliseconds

1234567891011>>