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

1234567891011>>

/external/yaffs2/yaffs2/direct/
H A Dyaffscfg.h17 const char *prefix; member in struct:__anon16062
/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/llvm/lib/Support/Unix/
H A DUnix.h64 /// This function builds an error message into \p ErrMsg using the \p prefix
70 /// separated from prefix by ": ".
72 std::string* ErrMsg, const std::string& prefix, int errnum = -1) {
77 *ErrMsg = prefix + ": " + llvm::sys::StrError(errnum);
71 MakeErrMsg( std::string* ErrMsg, const std::string& prefix, int errnum = -1) argument
/external/webkit/Source/WebCore/xml/
H A DNativeXPathNSResolver.cpp46 String NativeXPathNSResolver::lookupNamespaceURI(const String& prefix) argument
50 if (prefix == "xml")
53 return m_node ? m_node->lookupNamespaceURI(prefix) : String();
/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/chromium/chrome/browser/
H A Duser_style_sheet_watcher_unittest.cc48 std::string prefix = "data:text/css;charset=utf-8;base64,"; local
49 ASSERT_TRUE(StartsWithASCII(result, prefix, true));
50 result = result.substr(prefix.length());
/external/elfutils/backends/
H A Dalpha_regs.c39 const char **prefix, const char **setname,
48 *prefix = "$";
37 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 Dppc_regs.c39 const char **prefix, const char **setname,
48 *prefix = NULL;
37 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.c56 const char **prefix, const char **setname,
65 *prefix = "%";
54 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
/external/elfutils/libdwfl/
H A Ddwfl_module_register_names.c57 const char *prefix, const char *regname,
81 const char *prefix = NULL; local
85 &prefix, &setname, &bits, &type);
95 result = (*func) (arg, regno, setname, prefix, name, bits, type);
/external/icu4c/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/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/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DInfoSink.cpp9 void TInfoSinkBase::prefix(TPrefixType message) { function in class:TInfoSinkBase
49 prefix(message);
55 prefix(message);
/external/webkit/Source/WebCore/css/
H A DCSSNamespace.h32 AtomicString prefix; member in struct:WebCore::CSSNamespace
36 CSSNamespace(const AtomicString& prefix, const AtomicString& uri, PassOwnPtr<CSSNamespace> parent) argument
37 : prefix(prefix)
43 CSSNamespace* namespaceForPrefix(const AtomicString& prefix) argument
46 if (candidate->prefix == prefix)
/external/webkit/Source/WebCore/platform/graphics/opentype/
H A DOpenTypeUtilities.h49 EOTPrefix* prefix() { return reinterpret_cast<EOTPrefix*>(m_buffer.data()); } function in struct:WebCore::EOTHeader
/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/blktrace/
H A DMakefile56 prefix = /usr/local macro
57 bindir = $(prefix)/bin
58 mandir = $(prefix)/man
62 export prefix INSTALL TAR
/external/chromium/chrome/browser/autocomplete/
H A Dhistory_provider_util.h46 // "x", no scheme in our prefix list (or "www.") begins with x, so all
53 Prefix(const string16& prefix, int num_components) argument
54 : prefix(prefix),
57 string16 prefix; member in struct:history::Prefix
59 // The number of "components" in the prefix. The scheme is a component,

Completed in 467 milliseconds

1234567891011>>