HomeSort by relevance Sort by last modified time
    Searched refs:suffix (Results 126 - 150 of 265) sorted by null

1 2 3 4 56 7 8 91011

  /external/grub/util/
mkbimage 270 suffix=`echo "$tarfile" | sed -n 's/^.*\.\([targbz2]\{2,3\}\)$/\1/p'`
271 case "$suffix" in
  /external/webkit/WebKitTools/Scripts/webkitpy/
queueengine_unittest.py 163 self.temp_dir = tempfile.mkdtemp(suffix="work_queue_test_logs")
scm_unittest.py 101 test_object.svn_repo_path = tempfile.mkdtemp(suffix="svn_test_repo")
108 test_object.svn_checkout_path = tempfile.mkdtemp(suffix="svn_test_checkout")
474 self.git_checkout_path = tempfile.mkdtemp(suffix="git_test_checkout")
  /external/webkit/WebKitTools/android/flex-2.5.4a/
main.c 280 char *suffix; local
283 suffix = "cc";
285 suffix = "c";
288 prefix, suffix );
  /external/chromium/third_party/icu/source/test/cintltst/
cnumtst.c 100 UChar suffix[5]; local
598 unum_getTextAttribute(cur_def, UNUM_NEGATIVE_SUFFIX, suffix, resultlength, &status);
603 if(u_strcmp(suffix,temp)!=0)
604 log_err("Fail:Error in setTextAttribute or getTextAttribute in setting and getting suffix\n");
606 log_verbose("Pass: setting and getting suffix works fine\n");
645 u_uastrcpy(suffix, "+");
646 unum_setTextAttribute(def, UNUM_NEGATIVE_SUFFIX, suffix, u_strlen(suffix) , &status);
657 if(u_strcmp(suffix, temp)!=0)
658 log_err("ERROR: get and setTextAttributes with negative suffix failed\n")
    [all...]
  /external/icu4c/test/cintltst/
cnumtst.c 100 UChar suffix[5]; local
598 unum_getTextAttribute(cur_def, UNUM_NEGATIVE_SUFFIX, suffix, resultlength, &status);
603 if(u_strcmp(suffix,temp)!=0)
604 log_err("Fail:Error in setTextAttribute or getTextAttribute in setting and getting suffix\n");
606 log_verbose("Pass: setting and getting suffix works fine\n");
645 u_uastrcpy(suffix, "+");
646 unum_setTextAttribute(def, UNUM_NEGATIVE_SUFFIX, suffix, u_strlen(suffix) , &status);
657 if(u_strcmp(suffix, temp)!=0)
658 log_err("ERROR: get and setTextAttributes with negative suffix failed\n")
    [all...]
  /external/astl/tests/
Android.mk 32 # typically the host libs have a _host suffix in their names.
  /frameworks/base/core/java/android/view/
ViewDebug.java 1422 final String suffix = "()"; local
1493 final String suffix = ""; local
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
FontLoader.java 204 for (String suffix : fontFileSuffix) {
205 String name = ttf + suffix + FONT_EXT;
  /libcore/luni/src/main/java/org/apache/xpath/objects/
XString.java 595 * Tests if this string ends with the specified suffix.
597 * @param suffix the suffix.
599 * argument is a suffix of the character sequence represented by
604 * @exception java.lang.NullPointerException if <code>suffix</code> is
607 public boolean endsWith(String suffix)
609 return str().endsWith(suffix);
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
icusvtst.cpp 847 UnicodeString suffix = ""; local
862 suffix = "like the Valley, you know? Let's go to the mall!";
864 suffix = "time to hit those gnarly waves, Dude!!!";
866 suffix = "all systems go. T-Minus 9, 8, 7...";
868 suffix = "No Habla Englais";
871 suffix = ICUResourceBundleFactory::getDisplayName(id, locale, result);
874 result = prefix + suffix;
    [all...]
  /external/icu4c/test/intltest/
icusvtst.cpp 847 UnicodeString suffix = ""; local
862 suffix = "like the Valley, you know? Let's go to the mall!";
864 suffix = "time to hit those gnarly waves, Dude!!!";
866 suffix = "all systems go. T-Minus 9, 8, 7...";
868 suffix = "No Habla Englais";
871 suffix = ICUResourceBundleFactory::getDisplayName(id, locale, result);
874 result = prefix + suffix;
    [all...]
  /frameworks/base/opengl/tools/glgen/src/
JniCodeEmitter.java 758 String suffix; local
761 suffix = "_ref";
763 suffix = "_buf";
773 suffix = "";
779 out.print(getJniType(argType) + " " + jfunc.getArgName(i) + suffix);
    [all...]
  /external/openssl/apps/
apps.c     [all...]
  /external/webkit/WebCore/rendering/
RenderListMarker.cpp 383 // grouped by list-style-type suffix.
1123 const UChar suffix = listMarkerSuffix(type); local
    [all...]
  /frameworks/base/core/java/android/pim/vcard/
VCardBuilder.java 243 final String suffix = contentValues.getAsString(StructuredName.SUFFIX); local
253 TextUtils.isEmpty(suffix) && TextUtils.isEmpty(phoneticFamilyName) &&
327 final String suffix = contentValues.getAsString(StructuredName.SUFFIX); local
333 && TextUtils.isEmpty(suffix)) {
351 final String escapedSuffix = escapeCharacters(suffix);
387 familyName, middleName, givenName, prefix, suffix));
430 final String suffix = contentValues.getAsString(StructuredName.SUFFIX); local
    [all...]
  /libcore/luni/src/test/java/tests/api/java/io/
InputStreamReaderTest.java 708 final byte[] suffix = {
721 System.arraycopy(suffix, 0, bytes, prefixLength, suffix.length);
  /packages/apps/Tag/src/com/android/vcard/
VCardBuilder.java 243 final String suffix = contentValues.getAsString(StructuredName.SUFFIX); local
253 TextUtils.isEmpty(suffix) && TextUtils.isEmpty(phoneticFamilyName) &&
327 final String suffix = contentValues.getAsString(StructuredName.SUFFIX); local
333 && TextUtils.isEmpty(suffix)) {
351 final String escapedSuffix = escapeCharacters(suffix);
387 familyName, middleName, givenName, prefix, suffix));
430 final String suffix = contentValues.getAsString(StructuredName.SUFFIX); local
    [all...]
  /external/webkit/WebKit/mac/Misc/
WebIconDatabase.mm 335 NSString *suffix = [path pathExtension];
338 if ([suffix _webkit_isCaseInsensitiveEqualToString:@"htm"] || [suffix _webkit_isCaseInsensitiveEqualToString:@"html"]) {
  /ndk/build/core/
build-binary.mk 125 # forced to build in ARM mode by using a '.arm' suffix
133 # As a special extension, the NDK also supports the .neon extension suffix
167 # strip the .arm suffix from LOCAL_SRC_FILES
  /bionic/libc/bionic/
malloc_debug_qemu.c 40 * allocated by this code is guarded with "prefix" and "suffix" areas, so
99 /* Byte size of the suffix data. */
243 /* Defines default size of allocation suffix.
244 * Note that we make suffix area quite large in order to increase chances of
582 volatile char* suffix = (volatile char*)mallocdesc_user_ptr(desc) + local
584 /* We're causing AV by reading from the prefix and suffix areas of the
589 ch = *suffix;
705 * bytes (plus prefix, and suffix guards), and report allocation to the
817 /* For the suffix we will use whatever bytes remain from the prefix
819 * default suffix size. *
    [all...]
  /external/easymock/src/org/easymock/
EasyMock.java     [all...]
  /external/gtest/test/
Android.mk 57 # libraries, typically the host libs have a _host suffix in their
  /external/bluetooth/glib/glib/
gstrfuncs.h 124 const gchar *suffix);
  /external/icu4c/tools/genren/
genren.pl 51 /^-S/ && (($U_ICU_VERSION_SUFFIX = shift(@ARGV)), next); # pick the suffix
250 -S - suffix (defaults to _MAJOR_MINOR of current ICU version)

Completed in 831 milliseconds

1 2 3 4 56 7 8 91011