/external/ipsec-tools/src/racoon/ |
H A D | sockmisc.h | 43 unsigned long prefix; member in struct:netaddr
|
H A D | prsa_par.y | 150 %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/llvm/lib/Support/Unix/ |
H A D | Unix.h | 62 /// This function builds an error message into \p ErrMsg using the \p prefix 68 /// separated from prefix by ": ". 70 std::string* ErrMsg, const std::string& prefix, int errnum = -1) { 75 *ErrMsg = prefix + ": " + llvm::sys::StrError(errnum); 69 MakeErrMsg( std::string* ErrMsg, const std::string& prefix, int errnum = -1) argument
|
/external/lzma/CPP/7zip/UI/Common/ |
H A D | WorkDir.cpp | 23 UString prefix = path.Left(3);
local 24 if (prefix[1] == L':' && prefix[2] == L'\\')
26 UINT driveType = GetDriveType(GetSystemString(prefix, ::AreFileApisANSI() ? CP_ACP : CP_OEMCP));
|
/external/android-clat/ |
H A D | dns64.c | 16 * 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 D | PrefixResolver.java | 26 * 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 D | NameSpace.java | 51 * @param prefix Prefix of this element 54 public NameSpace(String prefix, String uri) argument 56 m_prefix = prefix;
|
H A D | 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) 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/src/backends/ |
H A D | alpha_regs.c | 42 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 D | arm_regs.c | 42 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 D | ppc_regs.c | 42 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 D | s390_regs.c | 59 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 D | sh_regs.c | 44 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 D | tilegx_regs.c | 43 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/src/libdwfl/ |
H A D | dwfl_module_register_names.c | 36 const char *prefix, const char *regname, 60 const char *prefix = NULL; local 64 &prefix, &setname, &bits, &type); 74 result = (*func) (arg, regno, setname, prefix, name, bits, type);
|
/external/icu/icu4c/source/i18n/ |
H A D | esctrn.h | 24 * 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 D | listformattertest.h | 59 const UnicodeString prefix; member in class:ListFormatterTest
|
/external/iptables/extensions/ |
H A D | tos_values.c | 26 static bool tos_try_print_symbolic(const char *prefix, argument 36 printf(" %s%s", prefix, symbol->name);
|
/external/proguard/src/proguard/gui/ |
H A D | FilterBuilder.java | 65 * 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 D | LogWriter.java | 33 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 D | ORAddressTest.java | 37 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 D | TestUtils.java | 42 * @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 D | XMLNSDecl.java | 34 * @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 D | JAXPPrefixResolver.java | 31 * 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/blktrace/ |
H A D | Makefile | 56 prefix = /usr/local macro 57 bindir = $(prefix)/bin 58 mandir = $(prefix)/man 62 export prefix INSTALL TAR
|