HomeSort by relevance Sort by last modified time
    Searched refs:suffix (Results 476 - 500 of 2667) sorted by null

<<11121314151617181920>>

  /tools/tradefederation/core/src/com/android/tradefed/testtype/
FakeTest.java 53 /* prefix inner parens count suffix */
144 final String suffix = m.group(4); local
151 nextState.append(suffix);
  /tools/tradefederation/core/tests/src/com/android/tradefed/util/
ZipUtil2Test.java 141 private File createTempFile(String prefix, String suffix) throws IOException {
142 File tempFile = FileUtil.createTempFile(prefix, suffix);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
mimetypes.py 99 the type can't be guessed (no or unknown suffix) or a string
262 suffix, datatype = _winreg.QueryValueEx(key,
269 suffix = suffix.encode(default_encoding) # omit in 3.x!
272 self.add_type(ctype, suffix, strict)
279 type can't be guessed (no or unknown suffix) or a string of the
  /external/apache-xml/src/main/java/org/apache/xml/utils/
XMLString.java 298 * Tests if this string ends with the specified suffix.
300 * @param suffix the suffix.
302 * argument is a suffix of the character sequence represented by
307 * @exception java.lang.NullPointerException if <code>suffix</code> is
310 public abstract boolean endsWith(String suffix);
  /external/autotest/client/cros/chameleon/
audio_widget_arc.py 81 with tempfile.NamedTemporaryFile(prefix='recorded_', suffix=ext) as f:
  /external/conscrypt/openjdk/src/main/java/org/conscrypt/
NativeLibraryLoader.java 203 String suffix = libname.substring(index, libname.length()); local
208 tmpFile = createTempFile(prefix, suffix, WORKDIR);
371 private static File createTempFile(String prefix, String suffix, File directory)
380 String tempName = String.format("%s%d%04d%s", prefix, time, i, suffix);
383 // The given prefix or suffix contains path separators.
  /external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/
CoreMatchers.java 444 * @param suffix
447 public static org.hamcrest.Matcher<java.lang.String> endsWith(java.lang.String suffix) {
448 return org.hamcrest.core.StringEndsWith.endsWith(suffix);
457 * @param suffix
460 public static org.hamcrest.Matcher<java.lang.String> endsWithIgnoringCase(java.lang.String suffix) {
461 return org.hamcrest.core.StringEndsWith.endsWithIgnoringCase(suffix);
  /external/jsoncpp/src/jsontestrunner/
main.cpp 112 std::string suffix = *(path.end() - 1) == '.' ? "" : "."; local
117 printValueTree(fout, value[name], path + suffix + name);
177 std::string suffix = path.substr(path.length() - extension.length());
178 if (suffix != extension)
  /external/llvm/utils/lit/lit/
ProgressBar.py 251 suffix = ''
260 suffix = ' ETA: %02d:%02d:%02d'%(h,m,s)
261 barWidth = self.width - len(prefix) - len(suffix) - 2
269 (self.bar % (prefix, '='*n, '-'*(barWidth-n), suffix)) +
  /external/mesa3d/src/amd/vulkan/
radv_meta.c 188 const char *suffix = "/radv_builtin_shaders"; local
195 if (strlen(xdg_cache_home) + strlen(suffix) > PATH_MAX)
199 strcat(path, suffix);
211 strcat(path, suffix);
  /external/mesa3d/src/mesa/program/
program_parser.h 288 const char *suffix, struct prog_instruction *inst);
  /external/python/cpython2/Modules/_ctypes/libffi/src/
closures.c 282 static const char suffix[] = "/ffiXXXXXX"; local
284 char *tempname = __builtin_alloca (lendir + sizeof (suffix));
290 memcpy (tempname + lendir, suffix, sizeof (suffix));
  /external/swiftshader/third_party/LLVM/utils/lit/lit/
ProgressBar.py 239 suffix = ''
248 suffix = ' ETA: %02d:%02d:%02d'%(h,m,s)
249 barWidth = self.width - len(prefix) - len(suffix) - 2
257 (self.bar % (prefix, '='*n, '-'*(barWidth-n), suffix)) +
  /external/v8/src/compiler/
graph-visualizer.h 29 const char* suffix);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/
printer.h 42 const char *suffix);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/isl/
printer.h 42 const char *suffix);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
mimetypes.py 99 the type can't be guessed (no or unknown suffix) or a string
262 suffix, datatype = _winreg.QueryValueEx(key,
269 suffix = suffix.encode(default_encoding) # omit in 3.x!
272 self.add_type(ctype, suffix, strict)
279 type can't be guessed (no or unknown suffix) or a string of the
  /prebuilts/gdb/linux-x86/lib/python2.7/
mimetypes.py 99 the type can't be guessed (no or unknown suffix) or a string
262 suffix, datatype = _winreg.QueryValueEx(key,
269 suffix = suffix.encode(default_encoding) # omit in 3.x!
272 self.add_type(ctype, suffix, strict)
279 type can't be guessed (no or unknown suffix) or a string of the
  /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/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/python/darwin-x86/2.7.5/lib/python2.7/
mimetypes.py 99 the type can't be guessed (no or unknown suffix) or a string
262 suffix, datatype = _winreg.QueryValueEx(key,
269 suffix = suffix.encode(default_encoding) # omit in 3.x!
272 self.add_type(ctype, suffix, strict)
279 type can't be guessed (no or unknown suffix) or a string of the
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mimetypes.py 99 the type can't be guessed (no or unknown suffix) or a string
262 suffix, datatype = _winreg.QueryValueEx(key,
269 suffix = suffix.encode(default_encoding) # omit in 3.x!
272 self.add_type(ctype, suffix, strict)
279 type can't be guessed (no or unknown suffix) or a string of the
  /system/tools/aidl/
options.h 105 bool EndsWith(const std::string& str, const std::string& 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::__anon115414
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);
  /build/kati/
rule_parser.go 25 prefix, suffix string
29 return p.prefix + "%" + p.suffix
33 return strings.HasPrefix(s, p.prefix) && strings.HasSuffix(s, p.suffix)
46 if p.suffix != "" {
47 trimed = strings.TrimSuffix(in, p.suffix)
84 return pattern{prefix: string(s[:i]), suffix: string(s[i+1:])}, true

Completed in 1345 milliseconds

<<11121314151617181920>>