/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/ |
test_main.py | 86 """2to3 a single directory with a new output dir and suffix.""" 90 suffix = "TEST" 92 ["-n", "--add-suffix", suffix, "--write-unchanged-files", 102 self.assertEqual(set(name+suffix for name in self.setup_files), 107 os.path.join(self.py3_dest_dir, name+suffix)), stderr)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test__osx_support.py | 142 suffix = (':' + self.env['PATH']) if self.env['PATH'] else '' 143 self.env['PATH'] = os.path.abspath(self.temp_path_dir) + suffix 197 suffix = (':' + self.env['PATH']) if self.env['PATH'] else '' 198 self.env['PATH'] = os.path.abspath(self.temp_path_dir) + suffix
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/ |
test_main.py | 86 """2to3 a single directory with a new output dir and suffix.""" 90 suffix = "TEST" 92 ["-n", "--add-suffix", suffix, "--write-unchanged-files", 102 self.assertEqual(set(name+suffix for name in self.setup_files), 107 os.path.join(self.py3_dest_dir, name+suffix)), stderr)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test__osx_support.py | 142 suffix = (':' + self.env['PATH']) if self.env['PATH'] else '' 143 self.env['PATH'] = os.path.abspath(self.temp_path_dir) + suffix 197 suffix = (':' + self.env['PATH']) if self.env['PATH'] else '' 198 self.env['PATH'] = os.path.abspath(self.temp_path_dir) + suffix
|
/system/extras/ext4_utils/ |
Android.mk | 87 # We don't need any additional suffix. 99 # We don't need any additional suffix.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
thumb2_mul.s | 24 # suffix.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
amd.s | 34 # Everything's good bar the opcode suffix
|
/toolchain/binutils/binutils-2.25/opcodes/ |
s390-mkopc.c | 183 char suffix[15]; local 227 suffix[suffix_p++] = mnemonic[i]; 235 suffix[suffix_p] = '\0'; 270 strcat (new_mnemonic, suffix);
|
/external/v8/gypfiles/ |
vs_toolchain.py | 181 def _CopyRuntime2015(target_dir, source_dir, dll_pattern, suffix): 195 _CopyRuntimeImpl(os.path.join(target_dir, 'ucrtbase' + suffix), 196 os.path.join(source_dir, 'ucrtbase' + suffix)) 202 suffix = "d.dll" if debug else ".dll" 204 _CopyRuntime2015(target_dir, source_dir, '%s140' + suffix, suffix) 206 _CopyRuntime2013(target_dir, source_dir, 'msvc%s120' + suffix)
|
/build/soong/ui/build/ |
kati.go | 31 // genKatiSuffix creates a suffix for kati-generated files so that we can cache 44 // If the suffix is too long, replace it with a md5 hash and write a 45 // file that contains the original suffix. 50 ctx.Verbosef("Kati ninja suffix too long: %q", katiSuffix) 54 ctx.Println("Error writing suffix file:", err)
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/genmk/ |
genmk_old.c | 649 void pfiles(files, n, suffix)
652 char *suffix;
665 "genmk: filenames must be file.suffix format: %s\n",
669 if ( suffix == NULL ) printf("%s", *files);
674 if ( strcmp(suffix, "o")==0 ) printf("%s%s", *files, OBJ_FILE_SUFFIX);
675 else printf("%s.%s", *files, suffix);
683 void pclasses(classes, n, suffix)
686 char *suffix;
694 if ( suffix == NULL ) printf("%s", *classes);
697 if ( strcmp(suffix, "o")==0 ) printf("%s%s", *classes, OBJ_FILE_SUFFIX); [all...] |
/external/icu/icu4c/source/i18n/ |
collationsets.cpp | 266 const UnicodeString *ts = NULL; // Tailoring suffix. 267 const UnicodeString *bs = NULL; // Base suffix. 270 // as a single suffix character for a root-collator boundary contraction. 299 suffix = ts; 301 suffix = NULL; 343 if(unreversedPrefix.isEmpty() && suffix == NULL) { 348 if(suffix != NULL) { 349 s.append(*suffix); 569 ce32 = CollationData::readCE32(p); // Default if no suffix match. 575 suffix = &suffixes.getString() [all...] |
/external/ltp/tools/genload/ |
genload.c | 379 /* Convert a string representation of a number with an optional size suffix 385 char suffix; local 393 switch (suffix = nptr[pos]) { 407 if (suffix < '0' || suffix > '9') { 408 err(stderr, "unrecognized suffix: %c\n", suffix); 418 /* Convert a string representation of a number with an optional time suffix 424 char suffix; local 432 switch (suffix = nptr[pos]) [all...] |
stress.c | 379 /* Convert a string representation of a number with an optional size suffix 385 char suffix; local 393 switch (suffix = nptr[pos]) { 407 if (suffix < '0' || suffix > '9') { 408 err(stderr, "unrecognized suffix: %c\n", suffix); 418 /* Convert a string representation of a number with an optional time suffix 424 char suffix; local 432 switch (suffix = nptr[pos]) [all...] |
/external/autotest/client/common_lib/ |
logging_manager_test.py | 148 def _say(self, suffix): 149 print >>self.stdout, 'print %s' % suffix 151 os.system('echo system %s >&%s' % (suffix, 154 print >>self.stdout, 'system %s' % suffix 155 logging.info('logging %s', suffix)
|
/external/boringssl/src/crypto/x509/ |
by_dir.c | 73 int suffix; member in struct:lookup_dir_hashes_st 325 k = hent->suffix; 398 * If a CRL, update the last file suffix added for this 420 hent->suffix = k; 427 } else if (hent->suffix < k) 428 hent->suffix = k;
|
/external/v8/src/third_party/vtune/ |
ittnotify_config.h | 195 #define __ITT_BUILD_ASSERT(expr, suffix) do { static char __itt_build_check_##suffix[(expr) ? 1 : -1]; __itt_build_check_##suffix[0] = 0; } while(0) 196 #define _ITT_BUILD_ASSERT(expr, suffix) __ITT_BUILD_ASSERT((expr), suffix)
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
bits.c | 534 DefErrSetWithSuffix(int nilOK, set *f, int subst, char *name, const char* suffix)
536 DefErrSetWithSuffix(nilOK, f, subst, name, suffix )
541 char *suffix;
544 if ( GenCC ) return DefErrSetForCC1(nilOK, f, subst, name, suffix );
545 else return DefErrSetForC1(nilOK, f, subst, name, suffix);
552 DefErrSetForC1(int nilOK, set *f, int subst, char * name, const char * suffix)
554 DefErrSetForC1(nilOK, f, subst, name, suffix)
559 const char *suffix;
572 fprintf(DefFile, "extern SetWordType %s%s[];\n", name, suffix);
578 suffix,
[all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-s390.c | 715 /* Found a matching tls suffix. */ 745 elf_suffix_type suffix; member in struct:map_bfd 791 /* Now check for identifier@suffix+constant. */ 832 return ptr->suffix; 910 s390_lit_suffix (char **str_p, expressionS *exp_p, elf_suffix_type suffix) 920 return suffix; /* No modification. */ 922 /* We look for a suffix of the form "@lit1", "@lit2", "@lit4" or "@lit8". */ 929 return suffix; /* no modification */ 933 if (suffix == ELF_SUFFIX_GOT) 942 else if (suffix == ELF_SUFFIX_PLT 1056 elf_suffix_type suffix; local 1190 elf_suffix_type suffix; local [all...] |
/art/cmdline/ |
cmdline_types.h | 721 std::string suffix = RemovePrefix(option); local 727 type_parser.Parse(suffix)); 733 type_parser.Parse(suffix)); 739 type_parser.Parse(suffix)); 745 type_parser.Parse(suffix)); 751 type_parser.Parse(suffix)); 757 type_parser.Parse(suffix)); 763 type_parser.Parse(suffix)); 766 existing.profile_path_ = suffix;
|
/cts/tests/signature/src/android/signature/cts/ |
ApiComplianceChecker.java | 466 private static String canonicalizeFloatingPoint(String val, String suffix) { 469 return "(1.0" + suffix + "/0.0" + suffix + ")"; 471 return "(-1.0" + suffix + "/0.0" + suffix + ")"; 473 return "(0.0" + suffix + "/0.0" + suffix + ")"; 477 return val + suffix; 487 return val + suffix;
|
/external/libgsm/src/ |
toast.c | 54 char * name, * longname, * suffix; member in struct:fmtdesc 105 * basename + suffix of a pathname 200 * Return a pointer the suffix of a string, if any. 201 * A suffix alone has no suffix, an empty suffix can not be had. 203 static char * suffix P2((name, suf), char *name, char * suf) function 273 if ((s = suffix(p, cut)) != 0) strcpy(s, want); 274 else if (*want && !suffix(p, want)) strcat(p, want); 445 if ( (*f)->suffix [all...] |
/external/mesa3d/src/mesa/main/ |
texparam.c | 278 const char *suffix = dsa ? "ture" : ""; local 378 "glTex%sParameter(param=%d)", suffix, params[0]); 383 "glTex%sParameter(target=%s, param=%d)", suffix, 404 "glTex%sParameter(param=%d)", suffix, 536 "glTex%sParameter(swizzle 0x%x)", suffix, params[0]); 562 suffix, params[comp]); 612 suffix, _mesa_enum_to_string(pname)); 617 suffix, _mesa_enum_to_string(params[0])); 622 suffix, _mesa_enum_to_string(pname)); 627 suffix, _mesa_enum_to_string(pname)) 641 const char *suffix = dsa ? "ture" : ""; local 1303 const char *suffix = dsa ? "ture" : ""; local 1505 const char *suffix = dsa ? "ture" : ""; local 1640 const char *suffix = dsa ? "ture" : ""; local 1662 const char *suffix = dsa ? "ture" : ""; local [all...] |
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
Helpers.java | 234 final String suffix; local 241 suffix = ""; 244 suffix = name.substring(dotIndex); 251 suffix = chooseExtensionFromMimeType(mimeType, true); 254 suffix = chooseExtensionFromFilename(mimeType, destination, name, dotIndex); 259 name = generateAvailableFilenameLocked(parentTest, prefix, suffix); 429 File[] parents, String prefix, String suffix) throws IOException { 430 String name = prefix + suffix; 452 name = prefix + Constants.FILENAME_SEQUENCE_SEPARATOR + sequence + suffix;
|
/art/dexlayout/ |
dexdiag.cc | 304 for (const char* suffix : suffixes) { 305 size_t match_loc = mapped_name.find(suffix); 306 if (match_loc != std::string::npos && mapped_name.length() == match_loc + strlen(suffix)) { 393 for (const char* suffix : suffixes) { 394 size_t match_loc = mapped_name.find(suffix); 395 if (match_loc != std::string::npos && mapped_name.length() == match_loc + strlen(suffix)) {
|