/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/gdb/darwin-x86/lib/python2.7/test/ |
test_dbm.py | 13 for suffix in ['', '.pag', '.dir', '.db']: 14 test_support.unlink(self.filename + suffix)
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_dbm.py | 13 for suffix in ['', '.pag', '.dir', '.db']: 14 test_support.unlink(self.filename + 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);
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
suffix-intel.d | 1 #source: suffix.s 3 #name: i386 suffix (Intel mode)
|
/toolchain/binutils/binutils-2.25/libiberty/ |
make-temp-file.c | 174 @deftypefn Replacement char* make_temp_file (const char *@var{suffix}) 177 create one. @var{suffix} is a suffix to append to the file name. The 185 make_temp_file (const char *suffix) 192 if (suffix == 0) 193 suffix = ""; 196 suffix_len = strlen (suffix); 203 strcpy (temp_filename + base_len + TEMP_FILE_LEN, suffix);
|
/external/deqp/scripts/khr_util/ |
format.py | 87 suffix = 'ull' 89 suffix = 'll' 91 suffix = 'u' 93 suffix = '' 94 return constant + suffix
|
/external/nanopb-c/tests/site_scons/ |
site_init.py | 43 suffix = '.output') 54 suffix = '.decoded') 65 suffix = '.encoded') 80 suffix = '.equal') 95 match_builder = Builder(action = match_files, suffix = '.matched')
|
/external/smali/util/src/main/java/org/jf/util/ |
ClassFileNameHandler.java | 48 * - append a '#123' style numeric suffix if 2 physical representations collide 274 public void setSuffix(int suffix) { 275 if (suffix < 0 || suffix > 99999) { 276 throw new IllegalArgumentException("suffix must be in [0, 100000)"); 280 throw new IllegalStateException("The suffix can only be set once"); 282 this.physicalName = makePhysicalName(suffix); 285 protected abstract String makePhysicalName(int suffix); 323 protected String makePhysicalName(int suffix) { 324 if (suffix > 0) [all...] |
/frameworks/support/compat/ |
build.gradle | 67 def suffix = name.capitalize() 69 def jarTask = project.tasks.create(name: "jar${suffix}", type: Jar){ 74 def javadocTask = project.tasks.create(name: "javadoc${suffix}", type: Javadoc) { 80 def javadocJarTask = project.tasks.create(name: "javadocJar${suffix}", type: Jar) { 85 def sourcesJarTask = project.tasks.create(name: "sourceJar${suffix}", type: Jar) {
|
/frameworks/support/core-ui/ |
build.gradle | 71 def suffix = name.capitalize() 73 def jarTask = project.tasks.create(name: "jar${suffix}", type: Jar){ 78 def javadocTask = project.tasks.create(name: "javadoc${suffix}", type: Javadoc) { 84 def javadocJarTask = project.tasks.create(name: "javadocJar${suffix}", type: Jar) { 89 def sourcesJarTask = project.tasks.create(name: "sourceJar${suffix}", type: Jar) {
|
/frameworks/support/core-utils/ |
build.gradle | 66 def suffix = name.capitalize() 68 def jarTask = project.tasks.create(name: "jar${suffix}", type: Jar){ 73 def javadocTask = project.tasks.create(name: "javadoc${suffix}", type: Javadoc) { 79 def javadocJarTask = project.tasks.create(name: "javadocJar${suffix}", type: Jar) { 84 def sourcesJarTask = project.tasks.create(name: "sourceJar${suffix}", type: Jar) {
|
/frameworks/support/design/ |
build.gradle | 73 def suffix = name.capitalize() 75 def jarTask = project.tasks.create(name: "jar${suffix}", type: Jar){ 80 def javadocTask = project.tasks.create(name: "javadoc${suffix}", type: Javadoc) { 86 def javadocJarTask = project.tasks.create(name: "javadocJar${suffix}", type: Jar) { 91 def sourcesJarTask = project.tasks.create(name: "sourceJar${suffix}", type: Jar) {
|
/frameworks/support/fragment/ |
build.gradle | 70 def suffix = name.capitalize() 72 def jarTask = project.tasks.create(name: "jar${suffix}", type: Jar){ 77 def javadocTask = project.tasks.create(name: "javadoc${suffix}", type: Javadoc) { 83 def javadocJarTask = project.tasks.create(name: "javadocJar${suffix}", type: Jar) { 88 def sourcesJarTask = project.tasks.create(name: "sourceJar${suffix}", type: Jar) {
|
/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/media-compat/ |
build.gradle | 55 def suffix = name.capitalize() 57 def jarTask = project.tasks.create(name: "jar${suffix}", type: Jar){ 62 def javadocTask = project.tasks.create(name: "javadoc${suffix}", type: Javadoc) { 68 def javadocJarTask = project.tasks.create(name: "javadocJar${suffix}", type: Jar) { 73 def sourcesJarTask = project.tasks.create(name: "sourceJar${suffix}", type: Jar) {
|
/frameworks/support/percent/ |
build.gradle | 58 def suffix = name.capitalize() 60 def jarTask = project.tasks.create(name: "jar${suffix}", type: Jar){ 65 def javadocTask = project.tasks.create(name: "javadoc${suffix}", type: Javadoc) { 71 def javadocJarTask = project.tasks.create(name: "javadocJar${suffix}", type: Jar) { 76 def sourcesJarTask = project.tasks.create(name: "sourceJar${suffix}", type: Jar) {
|