HomeSort by relevance Sort by last modified time
    Searched full:suffix (Results 201 - 225 of 2534) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/valgrind/tests/
check_makefile_consistency 38 suffix = substr($0, pos)
39 gsub("^\\$\\( *addsuffix *", "", suffix)
40 gsub(",.*", "", suffix)
47 name_and_suff = name_and_suff " " name[n] suffix
  /frameworks/data-binding/library/
build.gradle 73 def suffix = name.capitalize()
75 def javadocTask = project.tasks.create(name: "javadoc${suffix}", type: Javadoc) {
81 def javadocJarTask = project.tasks.create(name: "javadocJar${suffix}", type: Jar) {
87 def sourcesJarTask = project.tasks.create(name: "sourceJar${suffix}", type: Jar) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/pkgconfig/
cloog-isl.pc 11 suffix=
isl.pc 11 suffix=
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/pkgconfig/
cloog-isl.pc 11 suffix=
isl.pc 11 suffix=
  /external/opencv/cxcore/src/
cximage.cpp 60 const char* suffix = strrchr( filename, '.' ); local
61 return suffix &&
62 (strcmp( suffix, ".xml" ) == 0 ||
63 strcmp( suffix, ".Xml" ) == 0 ||
64 strcmp( suffix, ".XML" ) == 0 ||
65 strcmp( suffix, ".yml" ) == 0 ||
66 strcmp( suffix, ".Yml" ) == 0 ||
67 strcmp( suffix, ".YML" ) == 0 ||
68 strcmp( suffix, ".yaml" ) == 0 ||
69 strcmp( suffix, ".Yaml" ) == 0 |
    [all...]
  /external/llvm/docs/CommandGuide/
llvm-dis.rst 25 a ``.ll`` suffix added (any existing ``.bc`` suffix will first be
  /external/regex-re2/re2/testing/
required_prefix_test.cc 15 const char* suffix; member in struct:re2::PrefixTest
58 CHECK_EQ(s->ToString(), string(t.suffix))
  /external/skia/gm/
bitmapsource2.cpp 17 BitmapSourceGM(const char* suffix, SkFilterQuality filter) : fSuffix(suffix), fFilter(filter) {
  /external/skia/src/utils/ios/
SkOSFile_iOS.mm 43 NSString* suffix = [NSString stringWithUTF8String:csuffix.c_str()];
44 NSString* path = [bundle pathForResource:name ofType:suffix];
  /external/toybox/toys/other/
truncate.c 16 -s New size (with optional prefix and suffix)
20 SIZE suffix: k=1024, m=1024^2, g=1024^3, t=1024^4, p=1024^5, e=1024^6
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
config.hpp 56 // get config suffix code:
57 #include <boost/config/suffix.hpp>
  /prebuilts/qemu-kernel/kernel-toolchain/
android-kernel-toolchain-ar 37 # Get program name, must be of the form $PROGPREFIX-<suffix>, where
38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
android-kernel-toolchain-as 37 # Get program name, must be of the form $PROGPREFIX-<suffix>, where
38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
android-kernel-toolchain-gcc 37 # Get program name, must be of the form $PROGPREFIX-<suffix>, where
38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
android-kernel-toolchain-ld 37 # Get program name, must be of the form $PROGPREFIX-<suffix>, where
38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
android-kernel-toolchain-nm 37 # Get program name, must be of the form $PROGPREFIX-<suffix>, where
38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
android-kernel-toolchain-objcopy 37 # Get program name, must be of the form $PROGPREFIX-<suffix>, where
38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
android-kernel-toolchain-objdump 37 # Get program name, must be of the form $PROGPREFIX-<suffix>, where
38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
android-kernel-toolchain-ranlib 37 # Get program name, must be of the form $PROGPREFIX-<suffix>, where
38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
android-kernel-toolchain-size 37 # Get program name, must be of the form $PROGPREFIX-<suffix>, where
38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
android-kernel-toolchain-strip 37 # Get program name, must be of the form $PROGPREFIX-<suffix>, where
38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
toolbox.sh 37 # Get program name, must be of the form $PROGPREFIX-<suffix>, where
38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
  /system/core/base/include/base/
strings.h 44 // Tests whether 's' ends with 'suffix'.
45 bool EndsWith(const std::string& s, const char* suffix);

Completed in 89 milliseconds

1 2 3 4 5 6 7 891011>>