/external/gtest/include/gtest/internal/ |
gtest-string.h | 260 // Returns true iff this String ends with the given suffix. *Any* 261 // String is considered to end with a NULL or empty suffix. 262 bool EndsWith(const char* suffix) const; 264 // Returns true iff this String ends with the given suffix, not considering 265 // case. Any String is considered to end with a NULL or empty suffix. 266 bool EndsWithCaseInsensitive(const char* suffix) const;
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/ |
gtest-string.h | 260 // Returns true iff this String ends with the given suffix. *Any* 261 // String is considered to end with a NULL or empty suffix. 262 bool EndsWith(const char* suffix) const; 264 // Returns true iff this String ends with the given suffix, not considering 265 // case. Any String is considered to end with a NULL or empty suffix. 266 bool EndsWithCaseInsensitive(const char* suffix) const;
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
gtest-string.h | 260 // Returns true iff this String ends with the given suffix. *Any* 261 // String is considered to end with a NULL or empty suffix. 262 bool EndsWith(const char* suffix) const; 264 // Returns true iff this String ends with the given suffix, not considering 265 // case. Any String is considered to end with a NULL or empty suffix. 266 bool EndsWithCaseInsensitive(const char* suffix) const;
|
/external/open-vcdiff/gtest/include/gtest/internal/ |
gtest-string.h | 260 // Returns true iff this String ends with the given suffix. *Any* 261 // String is considered to end with a NULL or empty suffix. 262 bool EndsWith(const char* suffix) const; 264 // Returns true iff this String ends with the given suffix, not considering 265 // case. Any String is considered to end with a NULL or empty suffix. 266 bool EndsWithCaseInsensitive(const char* suffix) const;
|
/external/opencv/cv/src/ |
_cvipp.h | 73 #define IPCV_MOMENTS( suffix, ipp_suffix, cn ) \ 74 IPCVAPI_EX( CvStatus, icvMoments##suffix##_C##cn##R, \ 382 #define IPCV_FILTER_SOBEL_BORDER( suffix, flavor, srctype ) \ 383 IPCVAPI_EX( CvStatus, icvFilterSobel##suffix##GetBufSize_##flavor##_C1R, \ 384 "ippiFilterSobel" #suffix "GetBufferSize_" #flavor "_C1R", \ 386 IPCVAPI_EX( CvStatus, icvFilterSobel##suffix##Border_##flavor##_C1R, \ 387 "ippiFilterSobel" #suffix "Border_" #flavor "_C1R", CV_PLUGINS1(CV_PLUGIN_IPPCV), \ 405 #define IPCV_FILTER_SCHARR_BORDER( suffix, flavor, srctype ) \ 406 IPCVAPI_EX( CvStatus, icvFilterScharr##suffix##GetBufSize_##flavor##_C1R, \ 407 "ippiFilterScharr" #suffix "GetBufferSize_" #flavor "_C1R", [all...] |
/external/protobuf/gtest/include/gtest/internal/ |
gtest-string.h | 260 // Returns true iff this String ends with the given suffix. *Any* 261 // String is considered to end with a NULL or empty suffix. 262 bool EndsWith(const char* suffix) const; 264 // Returns true iff this String ends with the given suffix, not considering 265 // case. Any String is considered to end with a NULL or empty suffix. 266 bool EndsWithCaseInsensitive(const char* suffix) const;
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
QtPlatformPlugin.cpp | 51 const QLatin1String suffix("/webkit/"); 55 const QDir dir(paths[i] + suffix);
|
/libcore/support/src/test/java/tests/support/ |
Support_GetLocal.java | 90 public static File createTempFile(String suffix) throws IOException { 91 return File.createTempFile("hyts_", suffix, null);
|
/packages/apps/Email/src/org/apache/commons/io/filefilter/ |
FileFilterUtils.java | 59 * @param suffix the filename suffix
60 * @return a suffix checking filter
62 public static IOFileFilter suffixFileFilter(String suffix) {
63 return new SuffixFileFilter(suffix);
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
TestUtils.java | 92 public static final String dumpToCacheDir(Context context, String prefix, String suffix, 95 File file = File.createTempFile(prefix, suffix, context.getCacheDir());
|
/external/clang/test/SemaCXX/ |
warn-func-as-bool.cpp | 31 expected-note {{suffix with parentheses to turn this into a function call}}
|
/external/jdiff/src/jdiff/ |
JDiff.java | 102 int suffix = oldFileName.lastIndexOf('.'); local 103 String commentsFileName = "user_comments_for_" + oldFileName.substring(0, suffix); 104 suffix = newFileName.lastIndexOf('.'); 105 commentsFileName += "_to_" + newFileName.substring(0, suffix) + ".xml";
|
/external/linux-tools-perf/util/ |
cache.h | 78 char *strip_path_suffix(const char *path, const char *suffix);
|
/external/skia/src/utils/ios/ |
SkOSFile_iOS.mm | 43 NSString* suffix = [NSString stringWithUTF8String:csuffix.c_str()]; 44 NSString* path = [bundle pathForResource:name ofType:suffix];
|
/external/webkit/Source/WebCore/platform/mac/ |
WebCoreNSStringExtras.mm | 39 BOOL hasCaseInsensitiveSuffix(NSString *string, NSString *suffix) 41 return [string rangeOfString:suffix options:(NSCaseInsensitiveSearch | NSBackwardsSearch | NSAnchoredSearch)].location != NSNotFound;
|
/external/webkit/Source/WebCore/rendering/ |
RenderListMarker.h | 44 String suffix() const;
|
/libcore/luni/src/main/java/java/util/jar/ |
JarFile.java | 355 private static boolean endsWithIgnoreCase(String s, String suffix) { 356 return s.regionMatches(true, s.length() - suffix.length(), suffix, 0, suffix.length());
|
/external/webkit/Source/WebCore/platform/image-decoders/gif/ |
GIFImageReader.cpp | 249 unsigned char *suffix = gs->suffix; local 300 *rowp++ = suffix[code]; 322 // Even though suffix[] only holds characters through suffix[avail - 1], 326 *stackp++ = suffix[code]; 333 *stackp++ = firstchar = suffix[code]; 338 suffix[avail] = firstchar; 476 if (!frame_reader->suffix) 477 frame_reader->suffix = new unsigned char[MAX_BITS] [all...] |
/external/openssl/crypto/x509/ |
by_dir.c | 79 int suffix; member in struct:lookup_dir_hashes_st 346 k = hent->suffix; 430 /* If a CRL, update the last file suffix added for this */ 450 hent->suffix = k; 459 else if (hent->suffix < k) 460 hent->suffix = k;
|
/external/valgrind/main/VEX/priv/ |
host_s390_disasm.c | 107 static HChar *suffix[] = { local 115 /* strcat(buf, suffix); */ 116 for (from = suffix[mask >> 1]; *from; ++from, ++to) { 127 construct_mnemonic(const HChar *prefix, const HChar *suffix, UInt mask) 142 vassert(vex_strlen(prefix) + vex_strlen(suffix) + sizeof mask_id[0] <= sizeof buf); 152 /* strcat(buf, suffix); */ 153 for (from = suffix; *from; ++from, ++to) {
|
/external/open-vcdiff/gflags/src/ |
gflags_completions.cc | 468 static void PushNameWithSuffix(vector<string>* suffixes, const char* suffix) { 471 s += suffix; 499 for (vector<string>::const_iterator suffix = suffixes.begin(); 500 suffix != suffixes.end(); 501 ++suffix) { 503 if (it->filename.find(*suffix) != string::npos) { 707 string suffix; local 709 suffix = 713 return prefix + suffix;
|
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
LeftRecursiveRuleWalker.g | 162 /** An alt is either prefix, suffix, binary, or ternary operation or "other" */ 178 | (suffix)=> suffix 198 suffix : ^( ALT (^(BACKTRACK_SEMPRED .*))? recurseNoLabel {setTokenPrec((GrammarAST)input.LT(1), outerAlt);} element+ EOA ) ;
|
/external/qemu/distrib/sdl-1.2.15/src/joystick/linux/ |
SDL_sysjoystick.c | 357 const char* suffix; local 359 suffix = NULL; 362 suffix = suffixs + (logicalno*2); 364 if (slen + 4 < len && suffix) { 367 namebuf[slen++] = suffix[0]; 368 namebuf[slen++] = suffix[1];
|
/external/skia/src/core/ |
SkBitmapProcState_matrixProcs.cpp | 82 #define MAKENAME(suffix) ClampX_ClampY ## suffix 90 #define MAKENAME(suffix) RepeatX_RepeatY ## suffix 98 #define MAKENAME(suffix) GeneralXY ## suffix
|
/external/webkit/Tools/Scripts/webkitpy/common/system/ |
filesystem_mock.py | 118 suffix = filename[len(path) - 1:] 119 if any(dir_substring in suffix for dir_substring in dir_substrings): 191 def _mktemp(self, suffix='', prefix='tmp', dir=None, **kwargs): 196 return self.join(dir, "%s_%u_%s" % (prefix, curno, suffix)) 239 def open_binary_tempfile(self, suffix=''): 240 path = self._mktemp(suffix)
|