/external/libjpeg-turbo/sharedlib/ |
CMakeLists.txt | 37 set_target_properties(jpeg PROPERTIES SUFFIX ${DLL_VERSION}.dll) 39 set_target_properties(jpeg PROPERTIES SUFFIX -${DLL_VERSION}.dll)
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/ |
StouCommandHandler.java | 51 String suffix = Long.toString(System.currentTimeMillis());
local 52 return baseName + suffix;
|
/external/skia/bin/ |
compare | 53 for threshold, suffix in [(1e9, 's'), (1e6, 'ms'), (1e3, 'us'), (1e0, 'ns')]: 55 return "%.3g%s" % (ns/threshold, suffix)
|
/frameworks/av/include/media/stagefright/foundation/ |
AString.h | 86 bool endsWith(const char *suffix) const; 88 bool endsWithIgnoreCase(const char *suffix) const;
|
/frameworks/base/core/tests/coretests/src/android/app/ |
SuggestionProvider.java | 71 for (String suffix : suffixes) { 72 addRow(cursor, query + suffix);
|
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/ |
Package.java | 36 private final static String SUFFIX = ".tmp"; 51 final File intermediateFile = File.createTempFile(PREFIX, SUFFIX);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/ |
test_find.py | 60 ## # On platforms where the default shared library suffix is '.so', 70 ## # and the default suffix is either none or '.dylib'.
|
/prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/ |
test_find.py | 60 ## # On platforms where the default shared library suffix is '.so', 70 ## # and the default suffix is either none or '.dylib'.
|
/prebuilts/go/darwin-x86/src/cmd/asm/internal/arch/ |
arm64.go | 74 // ARM64Suffix handles the special suffix for the ARM64. 89 // ParseARM64Suffix parses the suffix attached to an ARM64 instruction.
|
/prebuilts/go/darwin-x86/src/runtime/ |
mapspeed_test.go | 128 for suffix := 'A'; suffix <= 'G'; suffix++ { 129 m[strings.Repeat("X", 1<<20-1)+fmt.Sprint(suffix)] = true 170 for suffix := 'A'; suffix <= 'G'; suffix++ { 171 m[fmt.Sprint(suffix)] = true
|
/prebuilts/go/linux-x86/src/cmd/asm/internal/arch/ |
arm64.go | 74 // ARM64Suffix handles the special suffix for the ARM64. 89 // ParseARM64Suffix parses the suffix attached to an ARM64 instruction.
|
/prebuilts/go/linux-x86/src/runtime/ |
mapspeed_test.go | 128 for suffix := 'A'; suffix <= 'G'; suffix++ { 129 m[strings.Repeat("X", 1<<20-1)+fmt.Sprint(suffix)] = true 170 for suffix := 'A'; suffix <= 'G'; suffix++ { 171 m[fmt.Sprint(suffix)] = true
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_find.py | 60 ## # On platforms where the default shared library suffix is '.so', 70 ## # and the default suffix is either none or '.dylib'.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_find.py | 60 ## # On platforms where the default shared library suffix is '.so', 70 ## # and the default suffix is either none or '.dylib'.
|
/system/core/base/include/android-base/ |
strings.h | 62 // Tests whether 's' ends with 'suffix'. 63 bool EndsWith(const std::string& s, const char* suffix);
|
/system/tpm/attestation/common/ |
mock_tpm_utility.cc | 42 std::string suffix = "_fake_transform_" + method_; local 43 auto position = in.find(suffix);
|
/toolchain/binutils/binutils-2.25/bfd/ |
elf-strtab.c | 1 /* ELF strtab with GC and suffix merging support. 40 /* Entry this is a suffix of (if len < 0). */ 41 struct elf_strtab_hash_entry *suffix; member in union:elf_strtab_hash_entry::__anon73743 317 /* B cannot be a suffix of A unless A is equal to B, which is guaranteed 340 /* Sort the strings by suffix and length. */ 387 cmp->u.suffix = e; 418 e->u.index = e->u.suffix->u.index + (e->u.suffix->len + e->len);
|
/external/opencv/cv/src/ |
_cvipp.h | 73 #define IPCV_MOMENTS( suffix, ipp_suffix, cn ) \ 74 IPCVAPI_EX( CvStatus, icvMoments##suffix##_C##cn##R, \ 382 #define IPCV_FILTER_SOBEL_BORDER( suffix, flavor, srctype ) \ 383 IPCVAPI_EX( CvStatus, icvFilterSobel##suffix##GetBufSize_##flavor##_C1R, \ 384 "ippiFilterSobel" #suffix "GetBufferSize_" #flavor "_C1R", \ 386 IPCVAPI_EX( CvStatus, icvFilterSobel##suffix##Border_##flavor##_C1R, \ 387 "ippiFilterSobel" #suffix "Border_" #flavor "_C1R", CV_PLUGINS1(CV_PLUGIN_IPPCV), \ 405 #define IPCV_FILTER_SCHARR_BORDER( suffix, flavor, srctype ) \ 406 IPCVAPI_EX( CvStatus, icvFilterScharr##suffix##GetBufSize_##flavor##_C1R, \ 407 "ippiFilterScharr" #suffix "GetBufferSize_" #flavor "_C1R", [all...] |
/ndk/sources/host-tools/make-3.81/ |
rule.c | 1 /* Pattern and suffix rule internals for GNU Make. 59 /* Maximum length of a suffix. */ 157 /* Create a pattern rule from a suffix rule. 158 TARGET is the target suffix; SOURCE is the source suffix. 173 `.X.a' suffix rule; the target pattern is always `(%.o)'. */ 214 /* Convert old-style suffix rules to pattern rules. 240 /* Make a rule that is just the suffix, with no deps or commands. 246 /* Record a pattern for this suffix's null-suffix rule. * [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
test_tools.ipp | 132 char const* suffix; 138 suffix = " passed"; 143 suffix = " is not satisfied"; 148 suffix = " failed"; 153 suffix = " failed"; 162 << ll << prefix << check_descr << suffix; 174 unit_test_log << prefix << "'" << check_descr << "'" << suffix; 202 << ll << prefix << arg1_descr << check_str[ct-CHECK_EQUAL] << arg2_descr << suffix; 284 unit_test_log << " )" << suffix; 324 << suffix; [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
obj-evax.c | 238 char suffix [64]; local 245 suffix [0] = 0; 248 /* Check for ..xx suffix and save it. */ 252 strncpy (suffix, &id[len-4], 4); 253 suffix [4] = 0; 298 /* Append back the suffix if there was one. */ 299 if (strlen (suffix)) 300 strcat (new_id, suffix); 322 number of characters in the suffix of the identifier that should be 444 suffix of the identifier are to be preserved, if any. * [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
tempfile.py | 270 def mkstemp(suffix="", prefix=template, dir=None, text=False): 275 If 'suffix' is specified, the file name will end with that suffix, 276 otherwise there will be no suffix. 304 return _mkstemp_inner(dir, prefix, suffix, flags) 307 def mkdtemp(suffix="", prefix=template, dir=None): 327 file = _os.path.join(dir, prefix + name + suffix) 338 def mktemp(suffix="", prefix=template, dir=None): 361 file = _os.path.join(dir, prefix + name + suffix) 430 def NamedTemporaryFile(mode='w+b', bufsize=-1, suffix="" [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
tempfile.py | 270 def mkstemp(suffix="", prefix=template, dir=None, text=False): 275 If 'suffix' is specified, the file name will end with that suffix, 276 otherwise there will be no suffix. 304 return _mkstemp_inner(dir, prefix, suffix, flags) 307 def mkdtemp(suffix="", prefix=template, dir=None): 327 file = _os.path.join(dir, prefix + name + suffix) 338 def mktemp(suffix="", prefix=template, dir=None): 361 file = _os.path.join(dir, prefix + name + suffix) 430 def NamedTemporaryFile(mode='w+b', bufsize=-1, suffix="" [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
tempfile.py | 270 def mkstemp(suffix="", prefix=template, dir=None, text=False): 275 If 'suffix' is specified, the file name will end with that suffix, 276 otherwise there will be no suffix. 304 return _mkstemp_inner(dir, prefix, suffix, flags) 307 def mkdtemp(suffix="", prefix=template, dir=None): 327 file = _os.path.join(dir, prefix + name + suffix) 338 def mktemp(suffix="", prefix=template, dir=None): 361 file = _os.path.join(dir, prefix + name + suffix) 430 def NamedTemporaryFile(mode='w+b', bufsize=-1, suffix="" [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
tempfile.py | 270 def mkstemp(suffix="", prefix=template, dir=None, text=False): 275 If 'suffix' is specified, the file name will end with that suffix, 276 otherwise there will be no suffix. 304 return _mkstemp_inner(dir, prefix, suffix, flags) 307 def mkdtemp(suffix="", prefix=template, dir=None): 327 file = _os.path.join(dir, prefix + name + suffix) 338 def mktemp(suffix="", prefix=template, dir=None): 361 file = _os.path.join(dir, prefix + name + suffix) 430 def NamedTemporaryFile(mode='w+b', bufsize=-1, suffix="" [all...] |