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

1 2 3 4 5 6 78 91011

  /external/icu4c/tools/toolutil/
pkg_genc.c 562 const char *basename=findBasename(inFilename), *suffix=uprv_strrchr(basename, '.'); local
579 if(suffix==NULL) {
580 /* the filename does not have a suffix */
591 while(inFilename<suffix) {
606 /* copy suffix */
    [all...]
  /frameworks/base/core/java/android/pim/vcard/
VCardUtils.java 307 final String prefix, final String suffix) {
325 if (!TextUtils.isEmpty(suffix)) {
329 builder.append(suffix);
  /packages/apps/Tag/src/com/android/vcard/
VCardUtils.java 347 final String prefix, final String suffix) {
365 if (!TextUtils.isEmpty(suffix)) {
369 builder.append(suffix);
    [all...]
  /device/samsung/crespo/alsa-utils/alsamixer/
alsamixer.c 776 const char *suffix; local
782 suffix = " Capture";
784 suffix = "";
787 suffix, snd_mixer_selem_id_get_index(sid));
789 snprintf(string1, sizeof(string1), "%s%s", snd_mixer_selem_id_get_name(sid), suffix);
    [all...]
  /external/chromium/third_party/icu/source/common/
unames.c 786 const char *s, /* suffix elements */
1015 char *suffix, *t; local
1023 suffix=buffer;
1026 *suffix++=c;
1030 /* append the suffix of the start character */
1034 suffix, (uint16_t)(sizeof(buffer)-prefixLength)));
    [all...]
  /external/icu4c/common/
unames.c 783 const char *s, /* suffix elements */
1007 char *suffix, *t; local
1015 suffix=buffer;
1018 *suffix++=c;
1022 /* append the suffix of the start character */
1026 suffix, (uint16_t)(sizeof(buffer)-prefixLength)));
    [all...]
  /external/chromium/base/
file_path.cc 313 FilePath FilePath::InsertBeforeExtension(const StringType& suffix) const {
314 if (suffix.empty())
332 ret.append(suffix);
337 FilePath FilePath::InsertBeforeExtensionASCII(const base::StringPiece& suffix)
339 DCHECK(IsStringASCII(suffix));
341 return InsertBeforeExtension(ASCIIToWide(suffix));
343 return InsertBeforeExtension(suffix.as_string());
    [all...]
file_util_unittest.cc 163 const FilePath::CharType* suffix; member in struct:__anon2323::InsertBeforeExtensionCase
215 file_util::InsertBeforeExtension(&path, kInsertBeforeExtension[i].suffix);
    [all...]
  /external/protobuf/gtest/src/
gtest.cc     [all...]
  /packages/apps/Email/src/com/android/exchange/adapter/
ContactsSyncAdapter.java 349 String suffix = null; local
386 suffix = getValue();
584 ops.addName(entity, prefix, firstName, lastName, middleName, suffix, name,
    [all...]
  /external/bzip2/
bzip2.c 1110 Bool hasSuffix ( Char* s, const Char* suffix )
1113 Int32 nx = strlen(suffix);
1115 if (strcmp(s + ns - nx, suffix) == 0) return True;
1178 "%s: Input file %s already has %s suffix.\n",
    [all...]
  /device/samsung/crespo/alsa-lib/src/mixer/
simple_none.c 887 const char *suffix; member in struct:suf
912 while (p->suffix) {
913 size_t slen = strlen(p->suffix);
917 if (strncmp(name + l, p->suffix, slen) == 0 &&
    [all...]
  /external/bluetooth/glib/glib/
gstrfuncs.c     [all...]
  /external/qemu/
trace.c 535 char *suffix = ""; local
538 suffix = "M";
541 suffix = "K";
544 elapsed_secs, cycles_per_sec, suffix);
    [all...]
  /build/tools/releasetools/
ota_from_target_files 144 suffix = { False: "", True: "/" }
145 input = "".join(["%s%s\n" % (i.name, suffix[i.dir])
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 69 // suffix stripped.
72 const char* suffix = HasSuffixString(filename, ".protodevel") local
74 return StripSuffixString(filename, suffix);
    [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9/
date-format-tofte.js 167 // English ordinal suffix for the day of the month, 2 characters
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
date-format-tofte.js 167 // English ordinal suffix for the day of the month, 2 characters
  /external/webkit/WebCore/dom/
make_names.pl 221 my ($F, $macro, $suffix, $namesRef) = @_;
225 print F "$macro $name","$suffix;\n";
  /sdk/emulator/qtools/
trace_reader.cpp 313 bool AddrReader::Open(const char *filename, const char *suffix)
321 char *fname = CreateTracePath(filename, suffix);
    [all...]
  /external/dnsmasq/src/
option.c 132 { "domain-suffix", 1, 0, 's' },
237 { 'E', OPT_EXPAND, NULL, gettext_noop("Expand simple names in /etc/hosts with domain-suffix."), NULL },
1036 char *suffix; member in struct:list
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/style/processors/
cpp.py     [all...]
  /external/fdlibm/
configure 478 -program-suffix | --program-suffix | --program-suffi | --program-suff \
481 -program-suffix=* | --program-suffix=* | --program-suffi=* \
    [all...]
  /external/webkit/WebCore/inspector/front-end/
StylesSidebarPane.js     [all...]
  /external/v8/src/
string.js 235 // suffix
285 } else if (peek == 39) { // $' - suffix
331 // haven't reached the end, we need to append the suffix.

Completed in 2446 milliseconds

1 2 3 4 5 6 78 91011