HomeSort by relevance Sort by last modified time
    Searched full:suffix (Results 676 - 700 of 2729) sorted by null

<<21222324252627282930>>

  /external/v8/test/mjsunit/
cyrillic.js 180 var suffix = add_non_ascii_character_to_subject ? "\ufffe" : "";
192 assertEquals(expected, re.test("A" + suffix), 58 + flag + f);
193 assertTrue(re.test("a" + suffix), 59 + flag + f);
194 assertTrue(re.test("~" + suffix), 60 + flag + f);
  /external/zlib/src/examples/
gun.c 30 with the suffix stripped. On success, the original file is deleted. On
35 checking for a proper suffix), no output will be written, and no files
159 the first 256 entries of prefix[] and suffix[] are never used, could
164 unsigned char suffix[65536]; /* one-character LZW suffix */ variable
212 unsigned end; /* last valid entry in prefix/suffix tables */
332 *p++ = suffix[code];
343 suffix[end] = (unsigned char)final;
649 /* decompress each file to the same name with the suffix removed */
  /frameworks/av/include/media/stagefright/foundation/
AString.h 76 bool endsWith(const char *suffix) const;
  /frameworks/base/tests/BrowserPowerTest/
AndroidManifest.xml 17 <!-- package name must be unique so suffix with "tests" so package loader doesn't ignore us -->
  /frameworks/base/tests/SmokeTest/tests/
AndroidManifest.xml 17 <!-- package name must be unique so suffix with "tests" so package loader doesn't ignore us -->
  /libcore/luni/src/main/java/java/lang/reflect/
WildcardType.java 29 * {@code java.lang.Object}, the {@code extends java.lang.Object} suffix is
  /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());
  /packages/apps/CellBroadcastReceiver/tests/
AndroidManifest.xml 17 <!-- package name must be unique so suffix with "tests" so package loader doesn't ignore us -->
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/
StructuredNameDataItem.java 64 return getContentValues().getAsString(StructuredName.SUFFIX);
  /packages/apps/QuickSearchBox/res/values-xlarge/
config.xml 42 <!-- Same as the above, except that the URL suffix is returned by a -->
  /packages/apps/UnifiedEmail/tests/
AndroidManifest.xml 17 <!-- package name must be unique so suffix with "tests" so package loader doesn't ignore us -->
  /packages/providers/CalendarProvider/tests/
AndroidManifest.xml 17 <!-- package name must be unique so suffix with "tests" so package loader doesn't ignore us -->
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
main.py 32 have an extra file suffix appended to their name for use in situations
172 parser.add_option("--add-suffix", action="store", type="str", default="",
175 "ex: --add-suffix='3' will generate .py3 files.")
191 parser.error("Can't use --add-suffix without -n.")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test__osx_support.py 142 suffix = (':' + self.env['PATH']) if self.env['PATH'] else ''
143 self.env['PATH'] = os.path.abspath(self.temp_path_dir) + suffix
197 suffix = (':' + self.env['PATH']) if self.env['PATH'] else ''
198 self.env['PATH'] = os.path.abspath(self.temp_path_dir) + suffix
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
main.py 32 have an extra file suffix appended to their name for use in situations
172 parser.add_option("--add-suffix", action="store", type="str", default="",
175 "ex: --add-suffix='3' will generate .py3 files.")
191 parser.error("Can't use --add-suffix without -n.")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test__osx_support.py 142 suffix = (':' + self.env['PATH']) if self.env['PATH'] else ''
143 self.env['PATH'] = os.path.abspath(self.temp_path_dir) + suffix
197 suffix = (':' + self.env['PATH']) if self.env['PATH'] else ''
198 self.env['PATH'] = os.path.abspath(self.temp_path_dir) + suffix
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
FmActivityToLayoutMethod.java 50 // offer a layout name partially containing the activity suffix (e.g. "main_activi").
FmLayoutToActivityMethod.java 47 // offer a layout name partially containing the activity suffix (e.g. "main_activi").
  /system/extras/ext4_utils/
Android.mk 138 # We don't need any additional suffix.
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
RawContactModifierTests.java     [all...]
  /cts/tests/tests/security/src/android/security/cts/
SqliteJournalLeakTest.java 89 private void checkDatabases(String suffix) {
97 name = base + "/data" + name + suffix;
  /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/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
simplefileflags.py 59 suffix = filename[filename.rfind('.'):]
60 return suffix in suffixes
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
keyword_hint_decoration.mm 21 // in image with baseline of prefix and suffix.
145 // This also ensures that suffix text is at the same distance
  /external/chromium_org/content/browser/media/
webrtc_internals_unittest.cc 49 std::string suffix) {
54 return prefix + kstatic_part1 + id + kstatic_part2 + suffix;

Completed in 1525 milliseconds

<<21222324252627282930>>