/external/skia/src/utils/ios/ |
SkStream_NSData.mm | 21 NSString* suffix = [NSString stringWithUTF8String:csuffix]; 22 NSString* path = [bundle pathForResource:name ofType:suffix]; 40 const char suffix[]) { 41 NSData* data = NSData_dataFromResource(name, suffix);
|
/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/native/opengl/tools/glgen/src/ |
GenerateEGL.java | 87 for(String suffix: new String[] {"EGL14", "EGLExt"}) { 89 "specs/egl/" + suffix + ".spec")); 90 String egljFilename = "android/opengl/" + suffix + ".java"; 91 String eglcFilename = "android_opengl_" + suffix + ".cpp"; 96 copy("stubs/egl/" + suffix + "Header.java-if", egljStream); 97 copy("stubs/egl/" + suffix + "cHeader.cpp", eglcStream); 99 "android/opengl/" + suffix, 103 "register_android_opengl_jni_" + suffix);
|
GenerateGLES.java | 86 for(String suffix: new String[] {"GLES10", "GLES10Ext", 91 + suffix + ".spec")); 92 String gl11Filename = "android/opengl/" + suffix + ".java"; 93 String gl11cFilename = "android_opengl_" + suffix + ".cpp"; 98 copy("stubs/gles11/" + suffix + "Header.java-if", gl11Stream); 99 copy("stubs/gles11/" + suffix + "cHeader.cpp", gl11cStream); 102 "android/opengl/" + suffix, 106 + 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);
|
/ndk/sources/cxx-stl/llvm-libc++/test/re/re.alg/re.alg.match/ |
basic.pass.cpp | 41 assert(!m.suffix().matched); 42 assert(m.suffix().first == m[0].second); 43 assert(m.suffix().second == s+1); 56 assert(!m.suffix().matched); 57 assert(m.suffix().first == m[0].second); 58 assert(m.suffix().second == s+2); 97 assert(!m.suffix().matched); 98 assert(m.suffix().first == m[0].second); 99 assert(m.suffix().second == s+4); 112 assert(!m.suffix().matched) [all...] |
ecma.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++/test/re/re.alg/re.alg.search/ |
ecma.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); 72 assert(!m.suffix().matched); 73 assert(m.suffix().first == m[0].second); 74 assert(m.suffix().second == s+3); 94 assert(m.suffix().matched) [all...] |
awk.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); 72 assert(!m.suffix().matched); 73 assert(m.suffix().first == m[0].second); 74 assert(m.suffix().second == s+3); 94 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); 72 assert(!m.suffix().matched); 73 assert(m.suffix().first == m[0].second); 74 assert(m.suffix().second == s+3); 94 assert(m.suffix().matched) [all...] |
basic.pass.cpp | 41 assert(!m.suffix().matched); 42 assert(m.suffix().first == m[0].second); 43 assert(m.suffix().second == s+1); 56 assert(!m.suffix().matched); 57 assert(m.suffix().first == m[0].second); 58 assert(m.suffix().second == s+2); 78 assert(!m.suffix().matched); 79 assert(m.suffix().first == m[0].second); 80 assert(m.suffix().second == s+3); 100 assert(m.suffix().matched) [all...] |
/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;
|
/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/protobuf/gtest/test/ |
gtest_stress_test.cc | 55 String IdToKey(int id, const char* suffix) { 57 key << "key_" << id << "_" << suffix; local 69 const char* suffix) { 70 TestPropertyKeyIs matches_key(IdToKey(id, suffix).c_str()); 73 << "expecting " << suffix << " value for id " << id;
|
/frameworks/av/include/media/stagefright/foundation/ |
ADebug.h | 39 #define MAKE_COMPARATOR(suffix,op) \ 41 AString Compare_##suffix(const A &a, const B &b) { \ 58 #define CHECK_OP(x,y,suffix,op) \ 60 AString ___res = Compare_##suffix(x, y); \ 64 " CHECK_" #suffix "( " #x "," #y ") failed: "; \
|
/packages/apps/Email/src/org/apache/commons/io/filefilter/ |
SuffixFileFilter.java | 26 * Filters files based on the suffix (what the filename ends with).
57 * Constructs a new Suffix file filter for a single extension.
59 * @param suffix the suffix to allow, must not be null
60 * @throws IllegalArgumentException if the suffix is null
62 public SuffixFileFilter(String suffix) {
63 this(suffix, IOCase.SENSITIVE);
67 * Constructs a new Suffix file filter for a single extension
70 * @param suffix the suffix to allow, must not be null [all...] |
/packages/apps/Email/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
|
/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...] |
/external/clang/utils/TestUtils/ |
pch-test.pl | 11 my $suffix = shift; 17 @files = `ls test/*/*.$suffix`;
|
/external/skia/src/gpu/gl/ |
GrGLEffectMatrix.h | 52 * are returned as output parameters and the type of the varying is the return value. The suffix 62 const char* suffix = NULL); 74 const char* suffix = NULL);
|
/packages/apps/Email/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);
|