/external/chromium_org/chrome/browser/autocomplete/ |
url_prefix.h | 15 // 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, 40 base::string16 prefix; member in struct:URLPrefix 42 // The number of URL components (scheme, domain label, etc.) in the prefix [all...] |
/external/lzma/CPP/7zip/UI/Common/ |
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));
33 UINT driveType = GetDriveType(parsedPath.Prefix);
|
/external/yaffs2/yaffs2/direct/ |
yaffscfg.h | 17 const char *prefix; member in struct:__anon28974
|
/system/core/sh/ |
mystring.c | 91 * prefix -- see if pfx is a prefix of string. 95 prefix(const char *pfx, const char *string) function
|
/external/chromium_org/chrome/browser/resources/task_manager/ |
includes.js | 60 var prefix = isHarness ? './shared/' : 'chrome://resources/'; variable 63 document.write('<link href="' + prefix + 'css/' + css[i] + 68 document.write('<script src="' + prefix + 'js/' + script[i] + 87 s.src = prefix + 'js/' + scriptDelayed[i];
|
/external/chromium_org/media/cdm/ |
key_system_names.cc | 17 std::string prefix = parent_key_system + '.'; local 18 return key_system.substr(0, prefix.size()) == prefix;
|
/external/chromium_org/third_party/angle/src/compiler/ |
InfoSink.cpp | 9 void TInfoSinkBase::prefix(TPrefixType p) { function in class:TInfoSinkBase 50 prefix(p);
|
/external/chromium_org/tools/gyp/test/win/ |
gyptest-link-delay-load-dlls.py | 22 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/ |
sockmisc.h | 43 unsigned long prefix; member in struct:netaddr
|
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
|
/frameworks/base/tools/layoutlib/bridge/src/android/util/ |
Log_Delegate.java | 22 // to replicate prefix visible when using 'adb logcat' 44 String prefix = priorityChar(priority) + "/" + tag + ": "; local 46 System.out.println(prefix + msg);
|
/external/apache-xml/src/main/java/org/apache/xalan/extensions/ |
ExpressionVisitor.java | 74 String prefix = arg.substring(0,arg.indexOf(":")); local 75 String namespace = this.m_sroot.getNamespaceForPrefix(prefix);
|
/external/chromium/chrome/browser/ |
user_style_sheet_watcher_unittest.cc | 48 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/chromium_org/third_party/icu/source/i18n/ |
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/dhcpcd/ |
platform-linux.c | 124 static const char *prefix = "/proc/sys/net/ipv6/conf"; variable 135 snprintf(path, sizeof(path), "%s/%s/accept_ra", prefix, ifname); 145 prefix, ifname);
|
/external/e2fsprogs/util/ |
libecho.c | 7 * Syntax: libecho [-p prefix] list... 19 char *prefix; local 21 prefix = ""; 24 fprintf(stderr, "Usage: libecho [-p prefix] list...\n"); 30 prefix = argv[++i]; 32 echo_files(prefix, argv[i]); 38 echo_files(char *prefix, char *f) 66 printf("%s%s\n", prefix, f); 70 printf("%s%s%s\n", prefix, filepath, fdt.name); 75 printf("%s%s%s\n", prefix, filepath, fdt.name) [all...] |
/external/easymock/src/org/easymock/internal/matchers/ |
StartsWith.java | 26 private final String prefix;
field in class:StartsWith 28 public StartsWith(String prefix) {
29 this.prefix = prefix;
34 && ((String) actual).startsWith(prefix);
38 buffer.append("startsWith(\"" + prefix + "\")");
|
/external/elfutils/libdwfl/ |
dwfl_module_register_names.c | 57 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/ |
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/icu4c/test/intltest/ |
listformattertest.h | 58 const UnicodeString prefix; member in class:ListFormatterTest
|
/external/mockito/src/org/mockito/internal/matchers/ |
StartsWith.java | 17 private final String prefix; field in class:StartsWith 19 public StartsWith(String prefix) { 20 this.prefix = prefix; 24 return actual != null && ((String) actual).startsWith(prefix); 28 description.appendText("startsWith(\"" + prefix + "\")");
|
/libcore/crypto/src/main/java/org/conscrypt/ |
OpenSSLProvider.java | 42 final String prefix = getClass().getPackage().getName() + "."; local 45 final String classOpenSSLContextImpl = prefix + "OpenSSLContextImpl"; 52 put("SSLContext.Default", prefix + "DefaultSSLContextImpl"); 55 put("MessageDigest.SHA-1", prefix + "OpenSSLMessageDigestJDK$SHA1"); 60 put("MessageDigest.SHA-256", prefix + "OpenSSLMessageDigestJDK$SHA256"); 64 put("MessageDigest.SHA-384", prefix + "OpenSSLMessageDigestJDK$SHA384"); 68 put("MessageDigest.SHA-512", prefix + "OpenSSLMessageDigestJDK$SHA512"); 73 put("MessageDigest.MD5", prefix + "OpenSSLMessageDigestJDK$MD5"); 77 put("KeyPairGenerator.RSA", prefix + "OpenSSLRSAKeyPairGenerator"); 80 put("KeyPairGenerator.DSA", prefix + "OpenSSLDSAKeyPairGenerator") [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
FixTk.py | 22 assert isinstance(s, str) # sys.prefix contains only bytes 49 prefix = os.path.join(sys.prefix,"tcl") variable 50 if not os.path.exists(prefix): 52 prefix = os.path.join(sys.prefix, os.path.pardir, "tcltk", "lib") variable 53 prefix = os.path.abspath(prefix) variable 55 if os.path.exists(prefix): 56 prefix = convert_path(prefix variable [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
FixTk.py | 22 assert isinstance(s, str) # sys.prefix contains only bytes 49 prefix = os.path.join(sys.prefix,"tcl") variable 50 if not os.path.exists(prefix): 52 prefix = os.path.join(sys.prefix, os.path.pardir, "tcltk", "lib") variable 53 prefix = os.path.abspath(prefix) variable 55 if os.path.exists(prefix): 56 prefix = convert_path(prefix variable [all...] |
/bionic/libc/kernel/common/linux/netfilter_ipv4/ |
ipt_LOG.h | 32 char prefix[30]; member in struct:ipt_log_info
|