Searched defs:prefix (Results 1 - 25 of 762) sorted by relevance

1234567891011>>

/external/llvm/lib/Support/Unix/
H A DUnix.h51 /// This function builds an error message into \p ErrMsg using the \p prefix
57 /// separated from prefix by ": ".
59 std::string* ErrMsg, const std::string& prefix, int errnum = -1) {
64 *ErrMsg = prefix + ": " + llvm::sys::StrError(errnum);
58 MakeErrMsg( std::string* ErrMsg, const std::string& prefix, int errnum = -1) argument
/external/ipsec-tools/src/racoon/
H A Dsockmisc.h43 unsigned long prefix; member in struct:netaddr
H A Dprsa_par.y150 %type <num> prefix
235 ADDR4 prefix
242 prsaerror ("Invalid IPv4 prefix\n");
246 $$->prefix = $2;
258 ADDR6 prefix
265 prsaerror ("Invalid IPv6 prefix\n");
269 $$->prefix = $2;
280 prefix: label
/external/android-clat/
H A Ddns64.c16 * dns64.c - find the nat64 prefix with a dns64 lookup
33 * looks up an ipv4-only hostname and looks for a nat64 /96 prefix, returns 1 on success, 0 on failure
36 * prefix - the plat /96 prefix
38 int plat_prefix(const char *ipv4_name, unsigned net_id, struct in6_addr *prefix) { argument
47 logmsg(ANDROID_LOG_INFO, "Detecting NAT64 prefix from DNS...");
69 logmsg(ANDROID_LOG_INFO, "Detected NAT64 prefix %s/96",
71 *prefix = plat_addr;
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DPrefixResolver.java26 * prefix at a particular point in a document, or mapping the prefixes
34 * Given a namespace, get the corrisponding prefix. This assumes that
38 * @param prefix The prefix to look up, which may be an empty string ("") for the default Namespace.
40 * @return The associated Namespace URI, or null if the prefix
43 String getNamespaceForPrefix(String prefix); argument
46 * Given a namespace, get the corresponding prefix, based on the context node.
48 * @param prefix The prefix to look up, which may be an empty string ("") for the default Namespace.
51 * @return The associated Namespace URI as a string, or null if the prefix
54 getNamespaceForPrefix(String prefix, org.w3c.dom.Node context) argument
[all...]
H A DNameSpace.java51 * @param prefix Prefix of this element
54 public NameSpace(String prefix, String uri) argument
56 m_prefix = prefix;
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...]
/external/elfutils/backends/
H A Dalpha_regs.c42 const char **prefix, const char **setname,
51 *prefix = "$";
40 alpha_register_info(Ebl *ebl __attribute__ ((unused)), int regno, char *name, size_t namelen, const char **prefix, const char **setname, int *bits, int *type) argument
H A Darm_regs.c42 const char **prefix, const char **setname,
51 *prefix = "";
40 arm_register_info(Ebl *ebl __attribute__ ((unused)), int regno, char *name, size_t namelen, const char **prefix, const char **setname, int *bits, int *type) argument
H A Dppc_regs.c42 const char **prefix, const char **setname,
51 *prefix = "";
40 ppc_register_info(Ebl *ebl __attribute__ ((unused)), int regno, char *name, size_t namelen, const char **prefix, const char **setname, int *bits, int *type) argument
H A Ds390_regs.c59 const char **prefix, const char **setname,
68 *prefix = "%";
57 s390_register_info(Ebl *ebl __attribute__ ((unused)), int regno, char *name, size_t namelen, const char **prefix, const char **setname, int *bits, int *type) argument
H A Dsh_regs.c44 const char **prefix, const char **setname,
53 *prefix = "";
42 sh_register_info(Ebl *ebl __attribute__ ((unused)), int regno, char *name, size_t namelen, const char **prefix, const char **setname, int *bits, int *type) argument
H A Dtilegx_regs.c43 const char **prefix, const char **setname,
52 *prefix = "";
41 tilegx_register_info(Ebl *ebl __attribute__ ((unused)), int regno, char *name, size_t namelen, const char **prefix, const char **setname, int *bits, int *type) argument
/external/elfutils/libebl/
H A Deblreginfo.c39 const char **prefix, const char **setname,
43 prefix, setname, bits, type);
38 ebl_register_info(Ebl *ebl, int regno, char *name, size_t namelen, const char **prefix, const char **setname, int *bits, int *type) argument
/external/icu/icu4c/source/i18n/
H A Desctrn.h24 * Escape forms have a prefix and suffix, either of which may be
49 * The prefix of the escape form; may be empty, but usually isn't.
51 UnicodeString prefix; member in class:EscapeTransliterator
54 * The prefix of the escape form; often empty.
80 * prefix, suffix, radix, and minDigits of this object are used
98 const UnicodeString& prefix, const UnicodeString& suffix,
/external/icu/icu4c/source/test/intltest/
H A Dlistformattertest.h59 const UnicodeString prefix; member in class:ListFormatterTest
/external/iptables/extensions/
H A Dtos_values.c26 static bool tos_try_print_symbolic(const char *prefix, argument
36 printf(" %s%s", prefix, symbol->name);
/external/proguard/src/proguard/gui/
H A DFilterBuilder.java65 * Builds two versions of the filter for the given prefix.
66 * @param prefix the prefix.
72 private void buildFilter(String prefix, argument
79 // Count all selected and unselected check boxes with the prefix.
85 if (name.startsWith(prefix))
106 positive.append('!').append(prefix);
107 if (prefix.length() == 0 ||
108 prefix.charAt(prefix
[all...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/
H A DLogWriter.java33 protected String prefix; field in class:LogWriter
36 * Creates instance of the class with given prefix for log messages.
38 * @param prefix - specifies a prefix string
40 public LogWriter(String prefix) { argument
42 setPrefix(prefix);
46 * Returns prefix for messages.
48 * @return prefix for messages
51 return prefix;
55 * Sets prefix fo
59 setPrefix(String prefix) argument
[all...]
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
H A DORAddressTest.java37 public static void printAsHex(int perLine, String prefix, argument
44 System.out.print(prefix + "0x" + tail + delimiter);
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DTestUtils.java42 * @param prefix custom output number prefix
47 String prefix,
55 System.out.print(prefix + "0x" + tail + delimiter);
46 printAsHex(int perLine, String prefix, String delimiter, byte[] data) argument
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DXMLNSDecl.java34 * @param prefix non-null reference to prefix, using "" for default namespace.
38 public XMLNSDecl(String prefix, String uri, boolean isExcluded) argument
41 m_prefix = prefix;
46 /** non-null reference to prefix, using "" for default namespace.
51 * Return the prefix.
52 * @return The prefix that is associated with this URI, or null
/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/autotest/client/tests/kvm/scripts/
H A Dmulticast_guest.py13 print """%s [mgroup_count] [prefix] [suffix]
15 prefix: multicast address prefix
20 prefix = sys.argv[2] variable
25 mcast = prefix + "." + str(suffix + i)
/external/blktrace/
H A DMakefile56 prefix = /usr/local macro
57 bindir = $(prefix)/bin
58 mandir = $(prefix)/man
62 export prefix INSTALL TAR

Completed in 519 milliseconds

1234567891011>>