HomeSort by relevance Sort by last modified time
    Searched refs:suffix (Results 226 - 250 of 345) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
tree-pass.h 84 a suffix to the phase's main dump file name. When adding a new
86 in tree-dump.c to define the filename suffix. */
209 const char *suffix; /* suffix to give output file. */ member in struct:dump_file_info
  /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...]
  /external/qemu/android/avd/
info.c 889 const char* suffix = ""; local
897 suffix = "-armv7";
902 i->androidBuildRoot, i->targetArch, suffix);
    [all...]
  /packages/apps/Email/src/com/android/email/service/
AttachmentDownloadService.java 970 String suffix = "[none]"; local
    [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/valgrind/main/massif/
ms_main.c 1153 Char* suffix; local
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
StylesSidebarPane.js     [all...]
  /external/chromium/base/
file_path.cc 374 FilePath FilePath::InsertBeforeExtension(const StringType& suffix) const {
375 if (suffix.empty())
393 ret.append(suffix);
398 FilePath FilePath::InsertBeforeExtensionASCII(const base::StringPiece& suffix)
400 DCHECK(IsStringASCII(suffix));
402 return InsertBeforeExtension(ASCIIToUTF16(suffix.as_string()));
404 return InsertBeforeExtension(suffix.as_string());
    [all...]
string_util.cc 672 const char* const* suffix) {
694 ret += suffix[units];
    [all...]
  /external/chromium/testing/gtest/src/
gtest.cc     [all...]
  /external/llvm/utils/unittest/googletest/
gtest.cc     [all...]
  /external/protobuf/gtest/src/
gtest.cc     [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-matchers.h     [all...]
  /external/v8/src/
string.js 235 // suffix
273 } else if (peek == 39) { // $' - suffix
316 // haven't reached the end, we need to append the suffix.
  /packages/apps/Exchange/src/com/android/exchange/adapter/
ContactsSyncAdapter.java 360 String suffix = null; local
397 suffix = getValue();
595 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...]
  /external/bluetooth/glib/glib/
gstrfuncs.c     [all...]
  /external/llvm/projects/sample/
configure 847 -program-suffix | --program-suffix | --program-suffi | --program-suff \
850 -program-suffix=* | --program-suffix=* | --program-suffi=* \
    [all...]
  /external/qemu/
trace.c 632 char *suffix = ""; local
635 suffix = "M";
638 suffix = "K";
641 elapsed_secs, cycles_per_sec, suffix);
    [all...]
  /external/webkit/Source/WebCore/css/
CSSParser.h 283 void setupParser(const char* prefix, const String&, const char* suffix);
  /external/webkit/Source/WebCore/rendering/
RenderListItem.cpp 369 // Append the suffix for the marker in the right place depending
373 const String markerSuffix = m_marker->suffix();
  /ndk/build/core/
definitions.mk 268 # of the module. Usually $PROJECT/libs/<abi>/<prefix><module><suffix>
269 # where <prefix> and <suffix> depend on the module class.
699 # 2: file suffix
701 # Usage : $(call handle-module-filename,<prefix>,<suffix>)
733 # $2: default file suffix
750 # $1: default file suffix
    [all...]
  /build/tools/releasetools/
ota_from_target_files 160 suffix = { False: "", True: "/" }
161 input = "".join(["%s%s\n" % (i.name, suffix[i.dir])
  /dalvik/vm/oo/
Class.cpp 586 * Get the filename suffix of the given file (everything after the
587 * last "." if any, or "<none>" if there's no apparent suffix). The
616 char suffix[10]; local
617 getFileNameSuffix(cpe->fileName, suffix, sizeof(suffix));
619 if ((strcmp(suffix, "jar") == 0) || (strcmp(suffix, "zip") == 0) ||
620 (strcmp(suffix, "apk") == 0)) {
627 } else if (strcmp(suffix, "dex") == 0) {
635 LOGE("Unknown type suffix '%s'", suffix)
    [all...]
  /external/android-mock/src/com/google/android/testing/mocking/
AndroidMock.java     [all...]

Completed in 1340 milliseconds

1 2 3 4 5 6 7 8 91011>>