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

1 2 3 4 56 7 8 91011>>

  /external/dexmaker/src/dx/java/com/android/dx/util/
FixedSizeList.java 99 * @param suffix {@code null-ok;} suffix for the end of the result
102 public String toString(String prefix, String separator, String suffix) {
103 return toString0(prefix, separator, suffix, false);
113 * @param suffix {@code null-ok;} suffix for the end of the result
116 public String toHuman(String prefix, String separator, String suffix) {
117 return toString0(prefix, separator, suffix, true);
244 * @param suffix {@code null-ok;} suffix for the end of the resul
    [all...]
  /external/libcxx/test/std/re/re.alg/re.alg.search/
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));
51 assert(m.suffix().matched);
52 assert(m.suffix().first == m[0].second);
53 assert(m.suffix().second == s + std::char_traits<char>::length(s));
  /external/llvm/utils/lit/lit/formats/
base.py 73 suffix = path[len(dir):]
74 if suffix.startswith(os.sep):
75 suffix = suffix[1:]
77 testSuite, path_in_suite + tuple(suffix.split(os.sep)),
95 tmp = tempfile.NamedTemporaryFile(suffix='.cpp')
  /frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
BluetoothPbapCard.java 42 public final String suffix; field in class:BluetoothPbapCard
51 * FirstName; MiddleName; Prefix; Suffix
59 suffix = parsedName.length < 5 ? null : parsedName[4];
73 json.put("suffix", suffix);
91 json.put("suffix", name.getSuffix());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.search/
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));
51 assert(m.suffix().matched);
52 assert(m.suffix().first == m[0].second);
53 assert(m.suffix().second == s + std::char_traits<char>::length(s));
  /external/antlr/antlr-3.4/runtime/C/doxygen/
generate.dox 26 /// <th> Suffix </th>
50 /// Makefile what the grammar files generates, irrespective of its suffix. ANTLR does not care about the actual suffix you use for
53 /// <b>NOTE:</b> Your grammar source, regardless of suffix must be named the same as the grammar statement within it. Grammar xyz
  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/vinn/
path_utils.js 96 var suffix; variable
98 suffix = a.substring(0, a.length - 1);
100 suffix = a;
101 return prefix + suffix;
  /external/clang/include/clang/Config/
config.h.in 11 /* Multilib suffix for libdir. */
  /external/icu/icu4c/source/i18n/
unesctrn.h 23 * characters they represent. Escape forms have a prefix, a suffix, a
37 * zero or more forms. Each form consists of a prefix, suffix,
42 * characters, then suffix characters are stored. Each form thus
44 * and suffix. The end is marked by a header of length one
  /external/selinux/libselinux/man/man8/
sefcontext_compile.8 9 sefcontext_compile is used libsemanage to compile file context regular expressions into prce format. sefcontext_compile writes the compiled prce file with the .bin suffix appended "inputfile".bin. This compiled file is used by libselinux file labeling functions.
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
ArrayDataMethodItem.java 55 String suffix = ""; local
58 suffix = "t";
61 suffix = "s";
67 writer.write(suffix);
  /external/strace/tests/
uid.test 16 match_awk "$LOG" "$srcdir"/uid.awk "$STRACE $args output mismatch" -v suffix="$s"
  /frameworks/data-binding/extensions/baseAdapters/
build.gradle 58 def suffix = name.capitalize()
60 def javadocTask = project.tasks.create(name: "javadoc${suffix}", type: Javadoc) {
66 def javadocJarTask = project.tasks.create(name: "javadocJar${suffix}", type: Jar) {
72 def sourcesJarTask = project.tasks.create(name: "sourceJar${suffix}", type: Jar) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
FmClassNameToResourceMethod.java 57 private static String stripSuffix(String name, String suffix) {
58 int suffixStart = name.lastIndexOf(suffix.charAt(0));
59 if (suffixStart != -1 && name.regionMatches(suffixStart, suffix, 0,
63 assert !name.endsWith(suffix) : name;
  /system/extras/squashfs_utils/
Android.mk 18 # We don't need any additional suffix.
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
NameSplitter.java 89 public String suffix; field in class:NameSplitter.Name
103 String suffix) {
108 this.suffix = suffix;
130 return suffix;
158 suffix = values.getAsString(StructuredName.SUFFIX);
176 putValueIfPresent(values, StructuredName.SUFFIX, suffix);
195 suffix = null
    [all...]
  /external/clang/test/Lexer/
hexfloat.cpp 12 double i = 0p+3; // expected-error{{invalid suffix 'p' on integer constant}}
15 double k = 0x42_amp+3; // expected-error-re{{{{invalid suffix '_amp' on integer constant|no matching literal operator for call to 'operator "" _amp'}}}}
  /external/clang/test/SemaCXX/
cxx1y-user-defined-literals.cpp 35 char error = 'x's; // expected-error {{invalid suffix}} expected-error {{expected ';'}}
37 int _1z = 1z; // expected-error {{invalid suffix}}
  /external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/
ICULocaleServiceProviderConfig.properties 10 # Whether if Locales with ICU's variant suffix will be included in getAvailableLocales.
14 # Suffix string used in Locale's variant field to specify the ICU implementation.
  /external/libcxx/test/std/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");
  /external/llvm/test/MC/AArch64/
arm64-vector-lists.s 18 // CHECK-ERRORS: error: mismatched register size suffix
19 // CHECK-ERRORS: error: mismatched register size suffix
  /external/skia/bin/
compare 29 for threshold, suffix in [(1e9, 's'), (1e6, 'ms'), (1e3, 'us'), (1e0, 'ns')]:
31 return "%.3g%s" % (ns/threshold, suffix)

Completed in 321 milliseconds

1 2 3 4 56 7 8 91011>>