/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);
|
/external/autotest/client/common_lib/ |
revision_control_unittest.py | 29 self.repodir = tempfile.mktemp(suffix='master') 42 self.repodir = tempfile.mktemp(suffix='dependent')
|
/external/autotest/client/site_tests/platform_TabletMode/ |
platform_TabletMode.py | 71 def _take_screenshot(self, suffix): 82 suffix + '_tablet_mode',
|
/external/autotest/server/cros/multimedia/ |
audio_facade_adapter.py | 79 prefix='playback_', suffix=ext) 190 prefix='audio_dump_', suffix='.txt')
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/ |
NFS4StringPrep.java | 138 throw new StringPrepParseException("Suffix following a special index", StringPrepParseException.INVALID_CHAR_FOUND); 141 UCharacterIterator suffix = UCharacterIterator.getInstance(suffixString); local 144 out.append(prep.nfsmxs.prepare(suffix, StringPrep.DEFAULT));
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/ |
NFS4StringPrep.java | 137 throw new StringPrepParseException("Suffix following a special index", StringPrepParseException.INVALID_CHAR_FOUND); 140 UCharacterIterator suffix = UCharacterIterator.getInstance(suffixString); local 143 out.append(prep.nfsmxs.prepare(suffix, StringPrep.DEFAULT));
|
/external/libchrome/base/files/ |
file_path.h | 275 // Inserts |suffix| after the file name portion of |path| but before the 278 // path == "C:\pics\jojo.jpg" suffix == " (1)", returns "C:\pics\jojo (1).jpg" 279 // path == "jojo.jpg" suffix == " (1)", returns "jojo (1).jpg" 280 // path == "C:\pics\jojo" suffix == " (1)", returns "C:\pics\jojo (1)" 281 // path == "C:\pics.old\jojo" suffix == " (1)", returns "C:\pics.old\jojo (1)" 283 StringPieceType suffix) const WARN_UNUSED_RESULT; 285 StringPiece suffix) const WARN_UNUSED_RESULT;
|
/external/libmojo/base/android/java/src/org/chromium/base/ |
PathUtils.java | 42 // We also store the directory path suffix from setPrivateDataDirectorySuffix() for the same 121 * of extra static state - we need to store the suffix and the application context in case we 124 * @param suffix The private data directory suffix. 127 public static void setPrivateDataDirectorySuffix(String suffix, Context context) { 131 sDataDirectorySuffix = suffix;
|
/external/objenesis/main/src/main/java/org/objenesis/instantiator/basic/ |
ProxyingInstantiator.java | 53 private static final String SUFFIX = "$$$Objenesis"; 62 byte[] classBytes = writeExtendingClass(type, SUFFIX); 65 newType = ClassDefinitionUtils.defineClass(type.getName() + SUFFIX, classBytes, type.getClassLoader()); 87 * @param suffix the suffix appended to the class name to create the next extending class name 91 private static byte[] writeExtendingClass(Class<?> type, String suffix) { 93 String clazz = parentClazz + 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/protobuf/src/google/protobuf/stubs/ |
strutil.h | 129 // Return true if str ends in suffix. 131 // Given a string and a putative suffix, returns the string minus the 132 // suffix string if the suffix matches, otherwise the original 136 const string& suffix) { 137 return str.size() >= suffix.size() && 138 str.compare(str.size() - suffix.size(), suffix.size(), suffix) == 0; 141 inline string StripSuffixString(const string& str, const string& suffix) { [all...] |
/external/skia/gm/ |
verylargebitmap.cpp | 75 VeryLargeBitmapGM(ImageMakerProc proc, const char suffix[]) : fProc(proc) { 76 fName.printf("verylarge%s", suffix);
|
/external/v8/src/runtime/ |
runtime-atomics.cc | 77 #define ATOMIC_OPS(type, suffix, vctype) \ 79 return InterlockedExchangeAdd##suffix(reinterpret_cast<vctype*>(p), \ 83 return InterlockedExchangeAdd##suffix(reinterpret_cast<vctype*>(p), \ 87 return InterlockedAnd##suffix(reinterpret_cast<vctype*>(p), \ 91 return InterlockedOr##suffix(reinterpret_cast<vctype*>(p), \ 95 return InterlockedXor##suffix(reinterpret_cast<vctype*>(p), \ 99 return InterlockedExchange##suffix(reinterpret_cast<vctype*>(p), \ 104 return InterlockedCompareExchange##suffix(reinterpret_cast<vctype*>(p), \
|
/frameworks/data-binding/extensions/baseAdapters/ |
build.gradle | 68 def suffix = name.capitalize() 70 def javadocTask = project.tasks.create(name: "javadoc${suffix}", type: Javadoc) { 76 def javadocJarTask = project.tasks.create(name: "javadocJar${suffix}", type: Jar) { 82 def sourcesJarTask = project.tasks.create(name: "sourceJar${suffix}", type: Jar) {
|
/frameworks/ex/common/tools/ |
make-iana-tld-pattern.py | 134 def makePattern(prefix, suffix, buckets, isWebUrl=False): 149 output += suffix
|
/frameworks/support/app-toolkit/core-testing/ |
build.gradle | 59 def suffix = name.capitalize() 60 project.tasks.create(name: "jar${suffix}", type: Jar) {
|
/frameworks/support/paging/runtime/ |
build.gradle | 59 def suffix = name.capitalize() 60 project.tasks.create(name: "jar${suffix}", type: Jar){
|
/frameworks/support/room/runtime/ |
build.gradle | 71 def suffix = name.capitalize() 72 project.tasks.create(name: "jar${suffix}", type: Jar){
|
/libcore/ojluni/src/main/java/java/io/ |
File.java | [all...] |
/packages/apps/TimeZoneData/oem_template/data_app/testing/ |
build_oem_test_data_app.mk | 19 # TIME_ZONE_DATA_APP_SUFFIX - the suffix to apply to the package name.
|
/prebuilts/go/darwin-x86/src/cmd/go/ |
context.go | 21 InstallSuffix string `json:",omitempty"` // suffix to use in the name of the install dir
|
/prebuilts/go/darwin-x86/src/net/ |
dnsconfig_unix_test.go | 207 for _, suffix := range tt.want.search { 208 if shortestSuffix == 0 || len(suffix) < shortestSuffix { 209 shortestSuffix = len(suffix) 214 // suffix (accounting for the intervening dot).
|
/prebuilts/go/linux-x86/src/cmd/go/ |
context.go | 21 InstallSuffix string `json:",omitempty"` // suffix to use in the name of the install dir
|
/prebuilts/go/linux-x86/src/net/ |
dnsconfig_unix_test.go | 207 for _, suffix := range tt.want.search { 208 if shortestSuffix == 0 || len(suffix) < shortestSuffix { 209 shortestSuffix = len(suffix) 214 // suffix (accounting for the intervening dot).
|
/system/extras/verity/ |
build_verity_metadata.py | 48 with tempfile.NamedTemporaryFile(suffix='.table') as table_file: 49 with tempfile.NamedTemporaryFile(suffix='.sig') as signature_file:
|