/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
extension.py | 188 suffix = os.path.splitext(word)[1]
191 if suffix in (".c", ".cc", ".cpp", ".cxx", ".c++", ".m", ".mm"):
231 elif suffix in (".a", ".so", ".sl", ".o", ".dylib"):
|
/external/libcxx/utils/libcxx/ |
util.py | 50 def guardedTempFilename(suffix='', prefix='', dir=None): 53 handle, name = tempfile.mkstemp(suffix=suffix, prefix=prefix, dir=dir)
|
/external/libmojo/base/android/java/src/org/chromium/base/ |
PerfTraceEvent.java | 327 * @param suffix The required suffix to be appended to the name. 330 public static String makeSafeTraceName(String baseName, String suffix) { 331 int suffixLength = suffix.length(); 336 return baseName + suffix;
|
/external/libvpx/libvpx/build/make/ |
iosbuild.sh | 200 local suffix="dylib" 202 local suffix="a" 204 lib_list="${lib_list} ${target_dist_dir}/lib/libvpx.${suffix}"
|
/external/mesa3d/src/mesa/drivers/dri/common/xmlpool/ |
gen_xmlpool.py | 126 suffix = '' 129 suffix = ' \\' 134 print matches[0].expand (r'\1' + lang + r'\3"' + text + r'"\7') + suffix
|
/external/python/cpython2/Lib/distutils/ |
extension.py | 188 suffix = os.path.splitext(word)[1] 191 if suffix in (".c", ".cc", ".cpp", ".cxx", ".c++", ".m", ".mm"): 231 elif suffix in (".a", ".so", ".sl", ".o", ".dylib"):
|
/external/selinux/libselinux/src/ |
label_file.c | 407 const char *suffix; member in struct:file_details 411 static char *rolling_append(char *current, const char *suffix, size_t max) 417 if (!suffix) 421 suffix_size = strlen(suffix); 436 /* Append any given suffix */ 439 strcpy(to, suffix); 456 static FILE *open_file(const char *path, const char *suffix, 465 * Rolling append of suffix. Try to open with path.suffix then the 466 * next as path.suffix.suffix and so forth [all...] |
/external/swiftshader/third_party/LLVM/lib/Support/ |
Path.cpp | 216 Path::appendSuffix(StringRef suffix) { 217 if (!suffix.empty()) { 219 path.append(suffix);
|
/external/toolchain-utils/automation/clients/helper/ |
perforce.py | 43 suffix = self._FixPath(common_suffix or '') 45 self.remote = os.path.join(remote, suffix) 46 self.local = os.path.join(local or remote, suffix)
|
/libcore/luni/src/test/java/libcore/java/io/ |
OldInputStreamReaderTest.java | 247 final byte[] suffix = { 260 System.arraycopy(suffix, 0, bytes, prefixLength, suffix.length);
|
/packages/services/Car/tools/ |
update-obd2-sensors.py | 71 def suffix(self, theSensors): member in class:SensorPolicy 72 """Suffix string after all sensor data is generated.""" 100 s += self.suffix(theSensors) + "\n" 178 def suffix(self, theSensors): member in class:IntDefSensorPolicy
|
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/ |
extension.py | 188 suffix = os.path.splitext(word)[1] 191 if suffix in (".c", ".cc", ".cpp", ".cxx", ".c++", ".m", ".mm"): 231 elif suffix in (".a", ".so", ".sl", ".o", ".dylib"):
|
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/ |
extension.py | 188 suffix = os.path.splitext(word)[1] 191 if suffix in (".c", ".cc", ".cpp", ".cxx", ".c++", ".m", ".mm"): 231 elif suffix in (".a", ".so", ".sl", ".o", ".dylib"):
|
/prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/ |
plan9x.go | 96 suffix := "" 98 suffix = fmt.Sprintf("%+d", uint64(a)-base) 100 return fmt.Sprintf("$%s%s(SB)", s, suffix) 112 suffix := "" 114 suffix = fmt.Sprintf("%+d", uint64(a.Disp)-base) 116 return fmt.Sprintf("%s%s(SB)", s, suffix)
|
/prebuilts/go/darwin-x86/src/compress/lzw/ |
reader.go | 65 // suffix[c] is the last of these bytes. 69 suffix [1 << maxWidth]uint8 152 d.suffix[d.hi] = uint8(code) 178 // Copy the suffix chain into output and then write that to w. 180 d.output[i] = d.suffix[c] 188 d.suffix[d.hi] = uint8(c)
|
/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/ |
plan9x.go | 96 suffix := "" 98 suffix = fmt.Sprintf("%+d", uint64(a)-base) 100 return fmt.Sprintf("$%s%s(SB)", s, suffix) 112 suffix := "" 114 suffix = fmt.Sprintf("%+d", uint64(a.Disp)-base) 116 return fmt.Sprintf("%s%s(SB)", s, suffix)
|
/prebuilts/go/linux-x86/src/compress/lzw/ |
reader.go | 65 // suffix[c] is the last of these bytes. 69 suffix [1 << maxWidth]uint8 152 d.suffix[d.hi] = uint8(code) 178 // Copy the suffix chain into output and then write that to w. 180 d.output[i] = d.suffix[c] 188 d.suffix[d.hi] = uint8(c)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
extension.py | 188 suffix = os.path.splitext(word)[1] 191 if suffix in (".c", ".cc", ".cpp", ".cxx", ".c++", ".m", ".mm"): 231 elif suffix in (".a", ".so", ".sl", ".o", ".dylib"):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
extension.py | 188 suffix = os.path.splitext(word)[1] 191 if suffix in (".c", ".cc", ".cpp", ".cxx", ".c++", ".m", ".mm"): 231 elif suffix in (".a", ".so", ".sl", ".o", ".dylib"):
|
/toolchain/binutils/binutils-2.25/bfd/ |
binary.c | 122 mangle_name (bfd *abfd, char *suffix) 129 + strlen (suffix) 136 sprintf (buf, "_binary_%s_%s", bfd_get_filename (abfd), suffix);
|
/build/kati/ |
dep.go | 70 suffix string 90 suffix: name, 109 if (entry.suffix == "" && name == "") || strings.HasSuffix(name, entry.suffix[1:]) { 133 // TODO: Factor out the logic around suffix rules and use 242 panic(fmt.Sprintf("FIXME: unexpected number of input for a suffix rule (%d)", len(irule.inputs))) 397 // suffix rule. 402 // This is a suffix rule. 530 logStats("node=%d explicit=%d implicit=%d suffix=%d explicitWOCmd=%d", 581 logStats("%d suffix rules", len(db.suffixRules) [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
OutputFinisher.java | 582 DalvInsn suffix; local 587 suffix = null; 591 suffix = insn.hrSuffix(); 612 if (suffix != null) { 613 result.add(suffix);
|
/external/apache-xml/src/main/java/org/apache/xalan/res/ |
XSLTErrorResources.java | 1460 String suffix = getResourceSuffix(locale); local 1501 String suffix = "_" + locale.getLanguage(); local [all...] |
/external/autotest/server/cros/network/ |
netperf_runner.py | 218 def get_keyval(self, prefix='', suffix=''): 222 if suffix: 223 suffix = '_' + suffix 233 ret[prefix + measurement + suffix] = '%0.2f%s' % (value, margin)
|
/external/llvm/lib/ExecutionEngine/IntelJITEvents/ |
ittnotify_config.h | 156 #define __ITT_BUILD_ASSERT(expr, suffix) do { \ 157 static char __itt_build_check_##suffix[(expr) ? 1 : -1]; \ 158 __itt_build_check_##suffix[0] = 0; \ 160 #define _ITT_BUILD_ASSERT(expr, suffix) __ITT_BUILD_ASSERT((expr), suffix)
|