/external/icu4c/test/perf/howExpensiveIs/ |
howExpensiveIs.cpp | 246 #define OCName(svc,ub,testn,suffix,n) testn ## svc ## ub ## suffix ## n 247 #define OCStr(svc,ub,suffix,n) "Test_" # svc # ub # suffix # n 248 #define OCRun(svc,ub,suffix) svc ## ub ## suffix 250 #define OpenCloseTest(n, svc,suffix,c,a,d) class OCName(svc,_,Test_,suffix,n) : public HowExpensiveTest { public: OCName(svc,_,Test_,suffix,n)():HowExpensiveTest(OCStr(svc,_,suffix,n),__FILE__,__LINE__) c int32_t run() { int32_t i; for(i=0;i<U_LOTS_OF_TIMES;i++){ OCRun(svc,_,clo (…) [all...] |
/external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/java/ |
Main.java | 97 String suffix = sourceFile.substring(sourceFile.length()-4).toLowerCase(); local 101 if (suffix.compareTo(".dmo") == 0)
|
/external/apache-harmony/support/src/test/java/tests/support/resource/ |
Support_Resources.java | 100 public static File createTempFile(String suffix) throws IOException { 101 return File.createTempFile("hyts_", suffix, null);
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
XMLStringDefault.java | 355 * Tests if this string ends with the specified suffix. 357 * @param suffix the suffix. 359 * argument is a suffix of the character sequence represented by 364 * @exception java.lang.NullPointerException if <code>suffix</code> is 367 public boolean endsWith(String suffix) 369 return m_str.endsWith(suffix);
|
XMLString.java | 298 * Tests if this string ends with the specified suffix. 300 * @param suffix the suffix. 302 * argument is a suffix of the character sequence represented by 307 * @exception java.lang.NullPointerException if <code>suffix</code> is 310 public abstract boolean endsWith(String suffix);
|
/external/chromium/base/ |
file_path.h | 231 // Inserts |suffix| after the file name portion of |path| but before the 234 // path == "C:\pics\jojo.jpg" suffix == " (1)", returns "C:\pics\jojo (1).jpg" 235 // path == "jojo.jpg" suffix == " (1)", returns "jojo (1).jpg" 236 // path == "C:\pics\jojo" suffix == " (1)", returns "C:\pics\jojo (1)" 237 // path == "C:\pics.old\jojo" suffix == " (1)", returns "C:\pics.old\jojo (1)" 238 FilePath InsertBeforeExtension(const StringType& suffix) const; 239 FilePath InsertBeforeExtensionASCII(const base::StringPiece& suffix) const;
|
/external/chromium/chrome/browser/chromeos/ |
language_preferences.cc | 210 #define IDS_MOZC(suffix) \ 211 IDS_OPTIONS_SETTINGS_LANGUAGES_MOZC_##suffix
|
/external/opencv/cxcore/src/ |
cxswitcher.cpp | 591 const char** suffix = i == CV_PLUGIN_OPTCV ? opencv_sfx : local 593 if( suffix == mkl_sfx_ia32 ) 596 suffix++; 598 suffix++; 601 for( ; *suffix != 0; suffix++ ) 604 plugins[i].basename, *suffix ); 617 plugins[i].basename, *suffix );
|
/external/webkit/Tools/Scripts/webkitpy/common/net/ |
credentials_unittest.py | 145 with _TemporaryDirectory(suffix="not_a_git_repo") as temp_dir_path: 168 with _TemporaryDirectory(suffix="not_a_git_repo") as temp_dir_path:
|
/frameworks/ex/common/tools/ |
make-iana-tld-pattern.py | 111 def makePattern(prefix, suffix, buckets, isWebUrl=False): 126 output += suffix
|
/ndk/sources/host-tools/make-3.81/ |
variable.h | 104 char *suffix; member in struct:pattern_var 195 extern struct pattern_var *create_pattern_var PARAMS ((char *target, char *suffix));
|
/build/core/ |
multi_prebuilt.mk | 43 # name will be the filename with the suffix removed. 69 $(eval LOCAL_MODULE_SUFFIX := $(suffix $(LOCAL_SRC_FILES))) \
|
/build/core/tasks/ |
factory_ramdisk.mk | 38 $(eval _iofrm_suffix := $(suffix $(1))) \
|
/external/arduino/hardware/arduino/cores/arduino/ |
WString.h | 59 unsigned char endsWith( const String &suffix ) const;
|
/external/libffi/src/ |
closures.c | 209 static const char suffix[] = "/ffiXXXXXX"; local 211 char *tempname = __builtin_alloca (lendir + sizeof (suffix)); 217 memcpy (tempname + lendir, suffix, sizeof (suffix));
|
/external/llvm/utils/lit/lit/ |
ProgressBar.py | 239 suffix = '' 248 suffix = ' ETA: %02d:%02d:%02d'%(h,m,s) 249 barWidth = self.width - len(prefix) - len(suffix) - 2 257 (self.bar % (prefix, '='*n, '-'*(barWidth-n), suffix)) +
|
/external/webkit/Source/WebCore/page/ |
FrameTree.cpp | 164 // Suffix buffer has more than enough space for: 170 char suffix[40]; local 171 snprintf(suffix, sizeof(suffix), "/<!--frame%u-->-->", childCount()); 173 name += suffix;
|
/external/webkit/Tools/WebKitTestRunner/qt/ |
TestControllerQt.cpp | 101 #error Library path suffix should be specified for this platform
|
/frameworks/av/include/media/stagefright/foundation/ |
AString.h | 76 bool endsWith(const char *suffix) const;
|
/dalvik/vm/ |
JarFile.cpp | 38 * but with the supplied suffix. E.g., 45 static int openAlternateSuffix(const char *fileName, const char *suffix, 50 size_t suffixLen = strlen(suffix); 61 * the last dot, and copy the suffix to just after it. 69 memcpy(c + 1, suffix, suffixLen + 1);
|
/external/elfutils/src/ |
nm.c | 128 const char *suffix); 132 const char *suffix); 410 const char *suffix) 415 size_t suffix_len = suffix != NULL ? strlen (suffix) : 0; 428 if (suffix != NULL) 429 cp = stpcpy (cp, suffix); [all...] |
objdump.c | 97 const char *suffix); 101 const char *suffix); 304 const char *suffix) 309 size_t suffix_len = suffix != NULL ? strlen (suffix) : 0; 322 if (suffix != NULL) 323 cp = stpcpy (cp, suffix); 772 const char *suffix) 784 size_t suffix_len = suffix == NULL ? 0 : strlen (suffix); [all...] |
/external/icu4c/tools/icupkg/ |
icupkg.cpp | 471 char suffix[6]="?.dat"; local 474 suffix[0]=pkg->getInType(); 477 if((s-outFilenameBuffer)>5 && 0==memcmp(s-5, suffix, 5)) {
|
/external/llvm/lib/Support/ |
Path.cpp | 208 Path::appendSuffix(StringRef suffix) { 209 if (!suffix.empty()) { 211 path.append(suffix);
|
/external/skia/legacy/include/core/ |
SkString.h | 19 bool SkStrEndsWith(const char string[], const char suffix[]); 81 bool endsWith(const char suffix[]) const { 82 return SkStrEndsWith(fRec->data(), suffix);
|