HomeSort by relevance Sort by last modified time
    Searched refs:orig_filename (Results 1 - 16 of 16) sorted by null

  /external/swiftshader/third_party/LLVM/runtime/libprofile/
GCDAProfiling.c 65 static char *mangle_filename(const char *orig_filename) {
73 return strdup(orig_filename);
75 filename = malloc(strlen(prefix) + 1 + strlen(orig_filename) + 1);
78 strcat(filename, orig_filename);
110 void llvm_gcda_start_file(const char *orig_filename) {
112 filename = mangle_filename(orig_filename);
124 printf("llvmgcda: [%s]\n", orig_filename);
  /external/compiler-rt/lib/profile/
GCDAProfiling.c 171 static char *mangle_filename(const char *orig_filename) {
181 return strdup(orig_filename);
193 fname = orig_filename;
258 void llvm_gcda_start_file(const char *orig_filename, const char version[4],
261 filename = mangle_filename(orig_filename);
318 fprintf(stderr, "llvmgcda: [%s]\n", orig_filename);
  /external/python/cpython2/Lib/lib2to3/
main.py 70 orig_filename = filename
81 if orig_filename != filename:
85 self.log_message('Writing converted %s to %s.', orig_filename,
104 if orig_filename != filename:
106 shutil.copymode(orig_filename, filename)
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/
main.py 70 orig_filename = filename
81 if orig_filename != filename:
85 self.log_message('Writing converted %s to %s.', orig_filename,
104 if orig_filename != filename:
106 shutil.copymode(orig_filename, filename)
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/
main.py 70 orig_filename = filename
81 if orig_filename != filename:
85 self.log_message('Writing converted %s to %s.', orig_filename,
104 if orig_filename != filename:
106 shutil.copymode(orig_filename, filename)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
main.py 70 orig_filename = filename
81 if orig_filename != filename:
85 self.log_message('Writing converted %s to %s.', orig_filename,
104 if orig_filename != filename:
106 shutil.copymode(orig_filename, filename)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
main.py 70 orig_filename = filename
81 if orig_filename != filename:
85 self.log_message('Writing converted %s to %s.', orig_filename,
104 if orig_filename != filename:
106 shutil.copymode(orig_filename, filename)
  /toolchain/binutils/binutils-2.25/opcodes/
opc2c.c 124 char * orig_filename; variable
293 printf ("#line %d \"%s\"\n", op->lineno + 1, orig_filename);
339 printf ("#line %d \"%s\"\n", op->lineno + 1, orig_filename);
591 orig_filename = lbasename (argv[1]);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
zipfile.py 266 'orig_filename',
288 self.orig_filename = filename # Original file name in archive
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
zipfile.py 258 'orig_filename',
280 self.orig_filename = filename # Original file name in archive
    [all...]
  /external/chromium-trace/catapult/third_party/zipfile/
zipfile_2_7_13.py 266 'orig_filename',
288 self.orig_filename = filename # Original file name in archive
    [all...]
  /external/python/cpython2/Lib/
zipfile.py 266 'orig_filename',
288 self.orig_filename = filename # Original file name in archive
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
zipfile.py 266 'orig_filename',
288 self.orig_filename = filename # Original file name in archive
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
zipfile.py 266 'orig_filename',
288 self.orig_filename = filename # Original file name in archive
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
zipfile.py 266 'orig_filename',
288 self.orig_filename = filename # Original file name in archive
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
zipfile.py 266 'orig_filename',
288 self.orig_filename = filename # Original file name in archive
    [all...]

Completed in 1255 milliseconds