Searched defs:prefix (Results 226 - 250 of 866) sorted by relevance

1234567891011>>

/external/srtp/
H A DMakefile59 prefix = /home/astor/localastor/google3/third_party/libsrtp/v1_4_2 macro
60 exec_prefix = ${prefix}
61 includedir = ${prefix}/include
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DSchema.java147 Return the prefix of this schema.
163 Change the prefix of this schema.
166 public void setPrefix(String prefix) { argument
167 thePrefix = prefix;
/external/tcpdump/
H A Dprint-ospf6.c163 struct in6_addr prefix; local
178 memset(&prefix, 0, sizeof(prefix));
179 memcpy(&prefix, lsapp->lsa_p_prefix, wordlen * 4);
180 printf("\n\t\t%s/%d", ip6addr_string(&prefix),
/external/valgrind/main/none/tests/s390x/
H A Dmvcl.c146 print_buf(const char *prefix, char *buf, uint32_t len) argument
151 printf("%s |", prefix);
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_gtc.c17 int prefix; member in struct:eap_gtc_data
33 wpa_printf(MSG_DEBUG, "EAP-GTC: EAP-FAST tunnel - use prefix "
35 data->prefix = 1;
57 msg = data->prefix ? "CHALLENGE=Password" : "Password";
107 if (data->prefix) {
112 "for EAP-FAST prefix");
124 "response to EAP-FAST prefix");
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_gtc.c17 int prefix; member in struct:eap_gtc_data
33 wpa_printf(MSG_DEBUG, "EAP-GTC: EAP-FAST tunnel - use prefix "
35 data->prefix = 1;
57 msg = data->prefix ? "CHALLENGE=Password" : "Password";
107 if (data->prefix) {
112 "for EAP-FAST prefix");
124 "response to EAP-FAST prefix");
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_gtc.c17 int prefix; member in struct:eap_gtc_data
33 wpa_printf(MSG_DEBUG, "EAP-GTC: EAP-FAST tunnel - use prefix "
35 data->prefix = 1;
57 msg = data->prefix ? "CHALLENGE=Password" : "Password";
107 if (data->prefix) {
112 "for EAP-FAST prefix");
124 "response to EAP-FAST prefix");
/external/android-clat/
H A Dconfig.c155 * compares the prefixes two ipv6 addresses. assumes the prefix lengths are both /64.
190 * picks a random interface ID that is checksum neutral with the IPv4 address and the NAT64 prefix
193 * plat_subnet - NAT64 prefix
202 // in other words (because remote IPv6 = NAT64 prefix | Remote IPv4):
203 // checksum(Local IPv4) = checksum(Local IPv6 | NAT64 prefix)
240 * picks a free IPv4 address, starting from ip and trying all addresses in the prefix in order
242 * prefixlen - the length of the prefix from which addresses may be selected.
257 in_addr_t prefix = ipv4 & mask; local
266 ipv4 = prefix | ((ipv4 + 1) & ~mask);
297 * plat_prefix - (optional) plat prefix t
[all...]
/external/apache-http/src/org/apache/commons/logging/
H A DLogFactory.java1527 // ensure each logged message has a prefix of form
1530 // Note that this prefix should be kept consistent with that
1569 * Subclasses should instead compute their own prefix, then call
1649 * and it's hierarchy. The prefix is prepended to the message
1651 * @param prefix
1654 private static void logHierarchy(String prefix, ClassLoader classLoader) { argument
1661 logDiagnostic(prefix + objectId(classLoader) + " == '" + classLoaderString + "'");
1668 prefix + "Security forbids determining the system classloader.");
1672 StringBuffer buf = new StringBuffer(prefix + "ClassLoader tree:");
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DExtendedContentHandler.java52 * @param localName the local name of the attribute (without prefix)
76 * attribute will be calculated from the prefix of qName. The local name
120 * @param localName the local name (without prefix) of the element
135 * This method is used to notify that a prefix mapping is to start, but
138 * startPrefixMapping(prefix,uri)
149 * @param prefix the prefix that maps to the given namespace
152 public void namespaceAfterStartElement(String uri, String prefix) argument
156 * This method is used to notify that a prefix maping is to start, which can
158 * @param prefix th
168 startPrefixMapping( String prefix, String uri, boolean shouldFlush) argument
211 getNamespaceURIFromPrefix(String prefix) argument
[all...]
H A DNamespaceMappings.java31 * prefix/uri/depth triplets are pushed on a stack pushed on a stack. The depth
46 * When the <chapter> element is encounted the prefix "p1" associated with uri
55 * So prefix/uri pairs are pushed and poped off the stack as elements are
57 * are on the stack and a prefix can be found given a uri, or a uri can be found
58 * given a prefix.
73 * Each entry (prefix) in this hashtable points to a Stack of URIs
74 * This table maps a prefix (String) to a Stack of NamespaceNodes.
75 * All Namespace nodes in that retrieved stack have the same prefix,
89 * can be removed from the appropriate prefix stack.
93 * ensure prefix/ur
138 lookupNamespace(String prefix) argument
151 getMappingFromPrefix(String prefix) argument
202 popNamespace(String prefix) argument
225 pushNamespace(String prefix, String uri, int elemDepth) argument
362 MappingRecord(String prefix, String uri, int depth) argument
458 getPrefixStack(String prefix) argument
467 createPrefixStack(String prefix) argument
[all...]
H A DToTextStream.java104 * <p>If the element name has a namespace prefix, the prefix will
113 * @param localName The local name (without prefix), or the
116 * @param name The qualified name (with prefix), or the
146 * <p>If the element name has a namespace prefix, the prefix will
153 * @param localName The local name (without prefix), or the
156 * @param name The qualified name (with prefix), or the
601 String prefix,
611 public void startPrefixMapping(String prefix, Strin argument
600 startPrefixMapping( String prefix, String uri, boolean shouldFlush) argument
618 namespaceAfterStartElement( final String prefix, final String uri) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DDOMBuilder.java305 * <p>If the element name has a namespace prefix, the prefix will
374 String prefix, declURL;
378 prefix = (String) m_prefixMappings.elementAt(i);
380 if (prefix == null)
385 elem.setAttributeNS("http://www.w3.org/2000/xmlns/", prefix, declURL);
417 * <p>If the element name has a namespace prefix, the prefix will
728 * Begin the scope of a prefix-URI Namespace mapping.
750 * @param prefix Th
755 startPrefixMapping(String prefix, String uri) argument
777 endPrefixMapping(String prefix) argument
[all...]
H A DDOMHelper.java494 * Given an XML Namespace prefix and a context in which the prefix
495 * is to be evaluated, return the Namespace Name this prefix was
501 * @param prefix String containing namespace prefix to be resolved,
509 * @return a String containing the Namespace URI which this prefix
512 public String getNamespaceForPrefix(String prefix, Element namespaceContext) argument
519 if (prefix.equals("xml"))
523 else if(prefix.equals("xmlns"))
527 // the xmlns: prefix; othe
[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 DXMLString.java222 * Tests if this string starts with the specified prefix beginning
225 * @param prefix the prefix.
228 * argument is a prefix of the substring of this object starting
235 * this.subString(toffset).startsWith(prefix)
237 * @exception java.lang.NullPointerException if <code>prefix</code> is
240 public abstract boolean startsWith(String prefix, int toffset); argument
243 * Tests if this string starts with the specified prefix beginning
246 * @param prefix the prefix
261 startsWith(XMLString prefix, int toffset) argument
278 startsWith(String prefix) argument
295 startsWith(XMLString prefix) argument
[all...]
H A DXMLStringDefault.java267 * Tests if this string starts with the specified prefix beginning
270 * @param prefix the prefix.
273 * argument is a prefix of the substring of this object starting
280 * this.subString(toffset).startsWith(prefix)
282 * @exception java.lang.NullPointerException if <code>prefix</code> is
285 public boolean startsWith(String prefix, int toffset) argument
287 return m_str.startsWith(prefix, toffset);
291 * Tests if this string starts with the specified prefix beginning
294 * @param prefix th
309 startsWith(XMLString prefix, int toffset) argument
329 startsWith(String prefix) argument
349 startsWith(XMLString prefix) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/objects/
H A DXString.java486 * Tests if this string starts with the specified prefix beginning
489 * @param prefix the prefix.
492 * argument is a prefix of the substring of this object starting
499 * this.subString(toffset).startsWith(prefix)
501 * @exception java.lang.NullPointerException if <code>prefix</code> is
504 public boolean startsWith(String prefix, int toffset) argument
506 return str().startsWith(prefix, toffset);
510 * Tests if this string starts with the specified prefix.
512 * @param prefix th
523 startsWith(String prefix) argument
547 startsWith(XMLString prefix, int toffset) argument
589 startsWith(XMLString prefix) argument
[all...]
H A DXStringForFSB.java590 * Tests if this string starts with the specified prefix beginning
593 * @param prefix the prefix.
596 * argument is a prefix of the substring of this object starting
603 * this.subString(toffset).startsWith(prefix)
605 * @exception java.lang.NullPointerException if <code>prefix</code> is
608 public boolean startsWith(XMLString prefix, int toffset) argument
615 int pc = prefix.length();
625 if (fsb.charAt(to) != prefix.charAt(po))
638 * Tests if this string starts with the specified prefix
652 startsWith(XMLString prefix) argument
[all...]
/external/blktrace/
H A Dblkrawverify.c104 static void dump_trace(FILE *ofp, char *prefix, struct blk_io_trace *bit) argument
106 fprintf(ofp, " Dump %s\n", prefix);
/external/checkpolicy/test/
H A Ddispol.c323 uint32_t symbol_value, char *prefix)
326 fprintf(fp, " %s%s", prefix, id);
322 display_id(policydb_t *p, FILE *fp, uint32_t symbol_type, uint32_t symbol_value, char *prefix) argument
/external/chromium_org/android_webview/renderer/
H A Daw_render_view_ext.cc67 bool RemovePrefixAndAssignIfMatches(const base::StringPiece& prefix, argument
72 if (spec.starts_with(prefix)) {
74 url::DecodeURLEscapeSequences(spec.data() + prefix.length(),
75 spec.length() - prefix.length(),
/external/chromium_org/base/strings/
H A Dsafe_sprintf.cc217 // Prepends a |prefix| to the number (e.g. "0x"). This prefix goes to
223 char pad, size_t padding, const char* prefix);
279 char pad, size_t padding, const char* prefix) {
288 DEBUG_CHECK(!(sign && prefix && *prefix));
296 // prefix = "-";
301 prefix = "-";
316 // If padding with '0' zero, emit the prefix or '-' character now. Otherwise,
317 // make the prefix accessibl
278 IToASCII(bool sign, bool upcase, int64_t i, int base, char pad, size_t padding, const char* prefix) argument
[all...]
/external/chromium_org/build/android/rezip/
H A Drezip.cc166 const std::string prefix = "lib/"; local
169 if (filename_str.length() < suffix.length() + prefix.length()) {
174 if (filename_str.compare(0, prefix.size(), prefix) != 0) {
187 if (last_slash < prefix.length()) {
192 const size_t second_slash = filename_str.find_first_of('/', prefix.length());
/external/chromium_org/chrome/browser/safe_browsing/
H A Dprefix_set_unittest.cc58 const SBPrefix prefix = static_cast<SBPrefix>(base + delta); local
59 shared_prefixes_.push_back(prefix);
66 const SBPrefix prefix = static_cast<SBPrefix>(base::RandUint64()); local
67 shared_prefixes_.push_back(prefix);
198 unsigned prefix; local
199 if (!base::StringToUint(trimmed, &prefix))
201 prefixes->push_back(prefix);
280 for (SBPrefix prefix = kHighBitSet;
281 prefix < kHighBitClear; prefix
308 SBPrefix prefix = kHighBitSet; local
[all...]

Completed in 5102 milliseconds

1234567891011>>