HomeSort by relevance Sort by last modified time
    Searched full:suffix (Results 126 - 150 of 2729) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/smack/src/org/jivesoftware/smackx/pubsub/packet/
PubSubNamespace.java 57 String suffix = ns.substring(ns.lastIndexOf('#')+1); local
58 return valueOf(suffix.toUpperCase());
  /frameworks/base/drm/java/android/drm/
DrmSupportInfo.java 24 * such as the MIME type and file suffix the DRM plug-in can handle.
53 * Adds the specified file suffix to the list of file suffixes this DRM plug-in supports.
55 * @param fileSuffix File suffix that can be handled by this DRM plug-in.
57 * that some DRM content comes with no file suffix.
179 * Determines whether a given file suffix is supported.
181 * @param fileSuffix File suffix.
182 * @return True if file suffix is supported; false if file suffix is not supported.
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/re.results.form/
form1.pass.cpp 32 const char fmt[] = "prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2";
36 assert(std::string(out) == "prefix: ab, match: cdefghi, suffix: jk, m[1]: efg, m[2]: e");
44 const char fmt[] = "prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2";
49 assert(std::string(out) == "prefix: $`, match: $cdefghi, suffix: $', m[1]: $1, m[2]: $2");
71 const wchar_t fmt[] = L"prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2";
75 assert(std::wstring(out) == L"prefix: ab, match: cdefghi, suffix: jk, m[1]: efg, m[2]: e");
83 const wchar_t fmt[] = L"prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2";
88 assert(std::wstring(out) == L"prefix: $`, match: $cdefghi, suffix: $', m[1]: $1, m[2]: $2");
form2.pass.cpp 37 nstr fmt("prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2");
40 assert(std::string(out) == "prefix: ab, match: cdefghi, suffix: jk, m[1]: efg, m[2]: e");
48 nstr fmt("prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2");
52 assert(std::string(out) == "prefix: $`, match: $cdefghi, suffix: $', m[1]: $1, m[2]: $2");
73 wstr fmt(L"prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2");
76 assert(std::wstring(out) == L"prefix: ab, match: cdefghi, suffix: jk, m[1]: efg, m[2]: e");
84 wstr fmt(L"prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2");
88 assert(std::wstring(out) == L"prefix: $`, match: $cdefghi, suffix: $', m[1]: $1, m[2]: $2");
form3.pass.cpp 35 nstr fmt("prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2");
37 assert(out == "prefix: ab, match: cdefghi, suffix: jk, m[1]: efg, m[2]: e");
44 nstr fmt("prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2");
46 assert(out == "prefix: $`, match: $cdefghi, suffix: $', m[1]: $1, m[2]: $2");
63 wstr fmt(L"prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2");
65 assert(out == L"prefix: ab, match: cdefghi, suffix: jk, m[1]: efg, m[2]: e");
72 wstr fmt(L"prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2");
74 assert(out == L"prefix: $`, match: $cdefghi, suffix: $', m[1]: $1, m[2]: $2");
form4.pass.cpp 30 const char fmt[] = "prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2";
32 assert(out == "prefix: ab, match: cdefghi, suffix: jk, m[1]: efg, m[2]: e");
39 const char fmt[] = "prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2";
41 assert(out == "prefix: $`, match: $cdefghi, suffix: $', m[1]: $1, m[2]: $2");
58 const wchar_t fmt[] = L"prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2";
60 assert(out == L"prefix: ab, match: cdefghi, suffix: jk, m[1]: efg, m[2]: e");
67 const wchar_t fmt[] = L"prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2";
69 assert(out == L"prefix: $`, match: $cdefghi, suffix: $', m[1]: $1, m[2]: $2");
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/
SimpleTempStorage.java 79 String suffix) throws IOException {
84 if (suffix == null) {
85 suffix = ".tmp";
94 f = new File(parent.getAbsolutePath(), prefix + n + suffix);
142 public TempFile createTempFile(String prefix, String suffix)
145 return SimpleTempStorage.this.createTempFile(this, prefix, suffix);
151 public TempFile createTempFile(String prefix, String suffix,
155 return SimpleTempStorage.this.createTempFile(this, prefix, suffix);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_dbm.py 13 for suffix in ['', '.pag', '.dir', '.db']:
14 test_support.unlink(self.filename + suffix)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_dbm.py 13 for suffix in ['', '.pag', '.dir', '.db']:
14 test_support.unlink(self.filename + suffix)
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
FileUtils.java 32 public static File createTempFile(String prefix, String suffix) {
35 f = File.createTempFile(prefix, suffix, sCacheDir);
  /external/smack/asmack-master/
build.xml 3 <property name="jar.suffix" value="" />
24 destfile="build/asmack-jse${jar.suffix}.jar"
30 destfile="build/asmack-jse-source${jar.suffix}.zip"
60 destfile="build/asmack-${android.version}${jar.suffix}.jar"
66 destfile="build/asmack-${android.version}-source${jar.suffix}.zip"
  /external/chromium_org/components/autofill/core/common/
password_form_fill_data_unittest.cc 76 // preferred match that was found using public suffix matching, an additional
77 // result that also used public suffix matching, and a third result that was
78 // found without using public suffix matching.
94 // Create a match from the database that matches using public suffix.
123 // Create a match that was matched using public suffix, so
139 // Add one exact match and one public suffix match.
162 // The realm of the public suffix match should be set to the original signon
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
DeferredFileOutputStream.java 77 * The temporary file suffix.
79 private String suffix; field in class:DeferredFileOutputStream
118 * @param suffix Suffix to use for the temporary file.
123 public DeferredFileOutputStream(int threshold, String prefix, String suffix, File directory)
130 this.suffix = suffix;
163 outputFile = File.createTempFile(prefix, suffix, directory);
213 * If constructor specifying a temporary file prefix/suffix is used
  /external/chromium_org/chrome/installer/util/
shell_util.cc 60 // This is sufficient when we are trying to determine the suffix of the
102 // "ChromeHTML|suffix|").
103 // |suffix| can be the empty string.
104 string16 GetBrowserProgId(const string16& suffix) {
107 chrome_html.append(suffix);
115 suffix == new_style_suffix && chrome_html.length() > 39) {
126 // This is then meant to be used as a suffix on all registrations that may
131 // suffix in a thread-safe manner when used in conjunction with a
135 // Sets |suffix| to the pre-computed suffix cached in this object
1647 string16 suffix; local
1936 string16 suffix; local
2026 string16 suffix; local
    [all...]
  /external/chromium/chrome/browser/autofill/
phone_field.h 19 // - area code, prefix, suffix
51 // field4 means Country Code, Area Code, Prefix, Suffix)
109 // FIELD_PHONE is always present; holds suffix if prefix is present.
  /external/chromium/chrome/browser/download/
drag_download_util.cc 69 string16 suffix = ASCIIToUTF16("-") + base::IntToString16(seq); local
71 std::string suffix = std::string("-") + base::IntToString(seq);
73 new_file_path = file_path->InsertBeforeExtension(suffix);
  /external/chromium_org/net/dns/
dns_transaction.h 23 // round-robin), suffix search, and simple response validation ("does it match
49 // original |hostname| as a result of suffix search.
58 // implies the domain name is fully-qualified and will be exempt from suffix
  /external/chromium_org/ui/base/text/
bytes_formatting.cc 18 // Byte suffix string constants. These both must match the DataUnits enum.
40 const int* const suffix) {
59 result = l10n_util::GetStringFUTF16(suffix[units], result);
  /external/guava/guava/src/com/google/common/net/
InternetDomainName.java 47 * #isPublicSuffix() public suffix} but was not itself a public suffix. However,
53 * public suffix may become a host without warning, it is better to err on the
85 * Value of {@link #publicSuffixIndex} which indicates that no public suffix
126 * The index in the {@link #parts()} list at which the public suffix begins.
129 * (specifically, {@link #NO_PUBLIC_SUFFIX_FOUND}) if no public suffix was
160 * Returns the index of the leftmost part of the public suffix, or -1 if not
161 * found. Note that the value defined as the "public suffix" may not be a
162 * public suffix according to {@link #isPublicSuffix()} if the domain ends
176 // domain as the effective public suffix (e.g. uk)
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/precompiler/
compile_cs 26 suffix = '.java'
28 suffix = '_' + mode + '.java'
29 gen_java_files = [ file.replace('.cs', suffix) for file in srcs]
  /external/llvm/docs/CommandGuide/
llvm-as.rst 26 same name, except that the suffix is changed to ``.bc``.
28 * If the input is a file that does not end with the ``.ll`` suffix, then the
30 suffix is appended.
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.match/
grep.pass.cpp 35 assert(!m.suffix().matched);
36 assert(m.suffix().first == m[0].second);
37 assert(m.suffix().second == s + std::char_traits<char>::length(s));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
math.h 54 #define __MATHCALL(function,suffix, args) \
55 __MATHDECL (_Mdouble_,function,suffix, args)
56 #define __MATHDECL(type, function,suffix, args) \
57 __MATHDECL_1(type, function,suffix, args); \
58 __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
59 #define __MATHCALLX(function,suffix, args, attrib) \
60 __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
61 #define __MATHDECLX(type, function,suffix, args, attrib) \
62 __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
63 __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
math.h 54 #define __MATHCALL(function,suffix, args) \
55 __MATHDECL (_Mdouble_,function,suffix, args)
56 #define __MATHDECL(type, function,suffix, args) \
57 __MATHDECL_1(type, function,suffix, args); \
58 __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
59 #define __MATHCALLX(function,suffix, args, attrib) \
60 __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
61 #define __MATHDECLX(type, function,suffix, args, attrib) \
62 __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
63 __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
math.h 54 #define __MATHCALL(function,suffix, args) \
55 __MATHDECL (_Mdouble_,function,suffix, args)
56 #define __MATHDECL(type, function,suffix, args) \
57 __MATHDECL_1(type, function,suffix, args); \
58 __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
59 #define __MATHCALLX(function,suffix, args, attrib) \
60 __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
61 #define __MATHDECLX(type, function,suffix, args, attrib) \
62 __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
63 __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib
    [all...]

Completed in 744 milliseconds

1 2 3 4 56 7 8 91011>>