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

1234567891011>>

/external/chromium_org/components/omnibox/
H A Durl_prefix.h15 // A URL prefix; combinations of schemes and (least significant) domain labels
18 URLPrefix(const base::string16& prefix, size_t num_components);
23 // Returns if the argument is a valid URL prefix.
24 static bool IsURLPrefix(const base::string16& prefix);
26 // Returns the URL prefix of |text| with the most components, or NULL.
27 // |prefix_suffix| (which may be empty) is appended to every attempted prefix,
34 // with |prefix| which is then followed by |prefix_suffix|.
36 static bool PrefixMatch(const URLPrefix& prefix,
48 // inlineable. ("www." is not otherwise on the default prefix list.)
55 base::string16 prefix; member in struct:URLPrefix
[all...]
/external/yaffs2/yaffs2/direct/
H A Dyaffscfg.h17 const char *prefix; member in struct:__anon34305
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DNativeXPathNSResolver.cpp40 AtomicString NativeXPathNSResolver::lookupNamespaceURI(const String& prefix) argument
44 if (prefix == "xml")
47 return m_node ? m_node->lookupNamespaceURI(prefix) : nullAtom;
/external/chromium_org/tools/gyp/test/win/
H A Dgyptest-link-delay-load-dlls.py22 prefix = 'contains the following delay load imports:' variable
23 shell32_look_for = prefix + '\r\n\r\n SHELL32.dll'
27 if prefix in output:
/external/ipsec-tools/src/racoon/
H A Dsockmisc.h43 unsigned long prefix; member in struct:netaddr
/external/llvm/lib/Support/Unix/
H A DUnix.h62 /// 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 DWorkDir.cpp23 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/qemu/util/
H A Dhexdump.c18 void qemu_hexdump(const char *buf, FILE *fp, const char *prefix, size_t size) argument
24 fprintf(fp, "%s: %04x:", prefix, b);
/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...]
/external/chromium_org/content/browser/download/
H A Dsave_package_browsertest.cc23 void GetDestinationPaths(const std::string& prefix, argument
26 *full_file_name = save_dir_.path().AppendASCII(prefix + ".htm");
27 *dir = save_dir_.path().AppendASCII(prefix + "_files");
/external/chromium_org/media/cdm/
H A Dkey_system_names.cc16 std::string prefix = parent_key_system + '.'; local
17 return key_system.substr(0, prefix.size()) == prefix;
/external/chromium_org/net/spdy/
H A Dspdy_prefixed_buffer_reader.cc12 const char* prefix,
16 : prefix_(prefix),
30 // Read is fully satisfied by the prefix.
36 // Read is partially satisfied by the prefix.
59 // Read is fully satisfied by the prefix.
65 // Read is only partially satisfied by the prefix. We need to allocate
66 // contiguous storage as the read spans the prefix & suffix.
11 SpdyPrefixedBufferReader( const char* prefix, size_t prefix_length, const char* suffix, size_t suffix_length) argument
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternalProfilers.cpp45 void InternalProfilers::startHeapProfiling(const String& prefix) argument
47 blink::Platform::current()->startHeapProfiling(prefix);
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DInfoSink.cpp9 void TInfoSinkBase::prefix(TPrefixType p) { function in class:TInfoSinkBase
50 prefix(p);
/external/chromium_org/third_party/icu/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/chromium_org/third_party/icu/source/test/intltest/
H A Dlistformattertest.h59 const UnicodeString prefix; member in class:ListFormatterTest
/external/elfutils/0.153/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 Darm_regs.c39 const char **prefix, const char **setname,
48 *prefix = NULL;
37 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.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
H A Dsh_regs.c41 const char **prefix, const char **setname,
50 *prefix = NULL;
39 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
/external/elfutils/0.153/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/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

Completed in 524 milliseconds

1234567891011>>