HomeSort by relevance Sort by last modified time
    Searched full:suffix (Results 176 - 200 of 3940) sorted by null

1 2 3 4 5 6 78 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.match/
awk.pass.cpp 36 assert(!m.suffix().matched);
37 assert(m.suffix().first == m[0].second);
38 assert(m.suffix().second == s+1);
51 assert(!m.suffix().matched);
52 assert(m.suffix().first == m[0].second);
53 assert(m.suffix().second == s+2);
92 assert(!m.suffix().matched);
93 assert(m.suffix().first == m[0].second);
94 assert(m.suffix().second == s+4);
107 assert(!m.suffix().matched)
    [all...]
extended.pass.cpp 35 assert(!m.suffix().matched);
36 assert(m.suffix().first == m[0].second);
37 assert(m.suffix().second == s+1);
50 assert(!m.suffix().matched);
51 assert(m.suffix().first == m[0].second);
52 assert(m.suffix().second == s+2);
91 assert(!m.suffix().matched);
92 assert(m.suffix().first == m[0].second);
93 assert(m.suffix().second == s+4);
106 assert(!m.suffix().matched)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.search/
egrep.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));
67 assert(!m.suffix().matched);
68 assert(m.suffix().first == m[0].second);
69 assert(m.suffix().second == s + std::char_traits<char>::length(s));
83 assert(!m.suffix().matched)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/tempfile/
tempfile.go 16 func New(dir, prefix, suffix string) (*os.File, error) {
18 path := filepath.Join(dir, fmt.Sprintf("%s%03d%s", prefix, index, suffix))
24 return nil, fmt.Errorf("could not create file of the form %s%03d%s", prefix, 1, suffix)
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/tempfile/
tempfile.go 16 func New(dir, prefix, suffix string) (*os.File, error) {
18 path := filepath.Join(dir, fmt.Sprintf("%s%03d%s", prefix, index, suffix))
24 return nil, fmt.Errorf("could not create file of the form %s%03d%s", prefix, 1, suffix)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/s3/
test_website.py 53 config = WebsiteConfiguration(suffix='index.html')
56 '<IndexDocument><Suffix>index.html</Suffix></IndexDocument>', xml)
59 config = WebsiteConfiguration(suffix='index.html',
89 config = WebsiteConfiguration(suffix='index.html', routing_rules=rules)
95 <Suffix>index.html</Suffix>
123 config = WebsiteConfiguration(suffix='index.html', routing_rules=rules)
129 <Suffix>index.html</Suffix>
    [all...]
  /development/tools/findunused/
findunusedtranslations 29 $suffix = $3;
32 $pattern1 = "$prefix/values$1$2-??$3/$suffix";
33 $pattern2 = "$prefix/values$1$2-??-r??$3/$suffix";
35 $pattern1 = "$prefix/values-??$values/$suffix";
36 $pattern2 = "$prefix/values-??-r??$values/$suffix";
  /frameworks/support/graphics/drawable/animated/
build.gradle 63 def suffix = name.capitalize()
65 def jarTask = project.tasks.create(name: "jar${suffix}", type: Jar) {
70 def javadocTask = project.tasks.create(name: "javadoc${suffix}", type: Javadoc) {
76 def javadocJarTask = project.tasks.create(name: "javadocJar${suffix}", type: Jar) {
81 def sourcesJarTask = project.tasks.create(name: "sourceJar${suffix}", type: Jar) {
  /frameworks/support/graphics/drawable/static/
build.gradle 64 def suffix = name.capitalize()
66 def jarTask = project.tasks.create(name: "jar${suffix}", type: Jar) {
71 def javadocTask = project.tasks.create(name: "javadoc${suffix}", type: Javadoc) {
77 def javadocJarTask = project.tasks.create(name: "javadocJar${suffix}", type: Jar) {
82 def sourcesJarTask = project.tasks.create(name: "sourceJar${suffix}", type: Jar) {
  /frameworks/support/v17/leanback/
build.gradle 47 def suffix = name.capitalize()
49 def jarTask = project.tasks.create(name: "jar${suffix}", type: Jar){
54 def javadocTask = project.tasks.create(name: "javadoc${suffix}", type: Javadoc) {
60 def javadocJarTask = project.tasks.create(name: "javadocJar${suffix}", type: Jar) {
65 def sourcesJarTask = project.tasks.create(name: "sourceJar${suffix}", type: Jar) {
  /frameworks/support/v7/cardview/
build.gradle 51 def suffix = name.capitalize()
53 def jarTask = project.tasks.create(name: "jar${suffix}", type: Jar){
58 def javadocTask = project.tasks.create(name: "javadoc${suffix}", type: Javadoc) {
64 def javadocJarTask = project.tasks.create(name: "javadocJar${suffix}", type: Jar) {
69 def sourcesJarTask = project.tasks.create(name: "sourceJar${suffix}", type: Jar) {
  /frameworks/support/v7/palette/
build.gradle 39 def suffix = name.capitalize()
41 def jarTask = project.tasks.create(name: "jar${suffix}", type: Jar){
46 def javadocTask = project.tasks.create(name: "javadoc${suffix}", type: Javadoc) {
52 def javadocJarTask = project.tasks.create(name: "javadocJar${suffix}", type: Jar) {
57 def sourcesJarTask = project.tasks.create(name: "sourceJar${suffix}", type: Jar) {
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
ldst-reg-unscaled-imm.s 40 .macro ld_or_st op, suffix, reg
42 op2 \op\suffix, \reg, \simm
44 op2_no_imm \op\suffix, \reg
46 op2 \op\suffix, \reg, \simm
69 // op, suffix, reg
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/
sh-vxworks.exp 27 foreach { gas_option ld_option suffix } $endians {
32 {objdump -dr vxworks1-lib$suffix.dd}
38 {{readelf --relocs vxworks1.rd} {objdump -dr vxworks1$suffix.dd}}
52 {{objdump -dr vxworks3-lib$suffix.dd}}
57 {{objdump -d vxworks3$suffix.dd}}
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
PhonebookEntry.java 33 public String suffix; field in class:PhonebookEntry.Name
48 (suffix == n.suffix || suffix != null && suffix.equals(n.suffix));
57 result = 23 * result + (suffix == null ? 0 : suffix.hashCode());
72 sb.append(" suffix: ");
73 sb.append(suffix);
    [all...]
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/util/
NameConverterTests.java 41 structuredName.put(StructuredName.SUFFIX, "Esquire");
46 structuredName.remove(StructuredName.SUFFIX);
70 * @param suffix Expected suffix (null if not expected).
73 String givenName, String middleName, String familyName, String suffix) {
80 checkNameComponent(StructuredName.SUFFIX, suffix, structuredName);
  /libcore/ojluni/src/main/java/sun/security/x509/
X509CertInfo.java 375 String suffix = attrName.getSuffix(); local
379 if (suffix == null) {
382 version.set(suffix, val);
387 if (suffix == null) {
390 serialNum.set(suffix, val);
395 if (suffix == null) {
398 algId.set(suffix, val);
407 if (suffix == null) {
410 interval.set(suffix, val);
419 if (suffix == null)
464 String suffix = attrName.getSuffix(); local
542 String suffix = attrName.getSuffix(); local
    [all...]
  /frameworks/base/core/java/android/util/
DebugUtils.java 132 String suffix = ""; local
134 suffix = "KB";
138 suffix = "MB";
142 suffix = "GB";
146 suffix = "TB";
150 suffix = "PB";
164 pw.print(suffix);
173 String suffix = ""; local
175 suffix = "KB";
179 suffix = "MB"
    [all...]
  /external/skia/src/ports/
SkOSFile_win.cpp 136 static uint16_t* concat_to_16(const char src[], const char suffix[]) {
138 size_t len2 = 3 + (suffix ? strlen(suffix) : 0);
150 if (suffix) {
151 while (*suffix) {
152 dst[i++] = *suffix++;
163 SkOSFile::Iter::Iter(const char path[], const char suffix[]) {
165 this->reset(path, suffix);
177 void SkOSFile::Iter::reset(const char path[], const char suffix[]) {
188 self.fPath16 = concat_to_16(path, suffix);
    [all...]
  /external/skia/tools/
builder_name_schema.py 34 # Suffix which distinguishes trybots from normal bots.
139 returned without the trybot suffix."""
156 def _WithoutSuffix(string, suffix):
157 """ Returns a copy of string 'string', but with suffix 'suffix' removed.
158 Raises ValueError if string does not end with suffix. """
159 if not string.endswith(suffix):
160 raise ValueError('_WithoutSuffix: string %s does not end with suffix %s' % (
161 string, suffix))
162 return string[:-len(suffix)]
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/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...]
  /dalvik/dx/src/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/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/avahi/avahi-python/avahi/
ServiceTypeDatabase.py.in 60 for suffix in self.suffixes:
62 return self.db[key + suffix]
74 for suffix in self.suffixes:
76 if self.db.has_key(key + suffix):
83 for suffix in self.suffixes:
85 if item+suffix in self.db:
  /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));

Completed in 1389 milliseconds

1 2 3 4 5 6 78 91011>>