HomeSort by relevance Sort by last modified time
    Searched refs:source_filename (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/third_party/lcov/bin/
mcov 167 my $source_filename = read_gcov_header($gcov_file);
169 if (!defined($source_filename)) {
173 $source_filename = canonical_path($source_filename);
185 print(INFO_HANDLE "SF:", Cwd::abs_path($source_filename), "\n");
geninfo 848 my $source_filename; # Name of a source code file
1134 $source_filename = $matches[0];
1139 $source_filename = solve_ambiguous_match($gcov_file,
1146 if ($unprocessed[$index] eq $source_filename)
1155 if (is_external($source_filename)) {
1157 "$source_filename\n");
1164 printf(INFO_HANDLE "SF:%s\n", $source_filename);
1171 $graph->{$source_filename});
1175 if (defined($graph->{$source_filename}))
1177 my $fn_data = $graph->{$source_filename};
    [all...]
genhtml     [all...]
  /external/oprofile/agents/jvmti/
libjvmti_oprofile.c 64 char const * source_filename)
69 fprintf(stderr, "Source %s\n", source_filename);
99 debug_line[i].filename = source_filename;
124 char * source_filename = NULL; local
143 declaring_class, &source_filename);
148 source_filename);
201 (*jvmti)->Deallocate(jvmti, (unsigned char *)source_filename);
  /external/chromium_org/third_party/cython/src/Cython/
Utils.py 186 def detect_file_encoding(source_filename):
187 f = open_source_file(source_filename, encoding="UTF-8", error_handling='ignore')
279 def open_source_file(source_filename, mode="r",
285 f = open_source_file(source_filename, encoding="UTF-8", mode=mode, error_handling='ignore')
296 if not os.path.exists(source_filename):
299 if source_filename.startswith(loader.archive):
301 loader, source_filename,
308 stream = io.open(source_filename, mode=mode,
312 stream = codecs.open(source_filename, mode=mode,
321 source_filename,
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Annotate.py 57 def save_annotation(self, source_filename, target_filename):
59 f = Utils.open_source_file(source_filename)
69 if pos[0].filename == source_filename:
74 all.append(((source_filename, pos[1], pos[2]+size), end))
145 code_source_file = self.code.get(source_filename, {})
Main.py 290 source_filename = source_desc.filename
295 f = Utils.open_source_file(source_filename, "rU")
312 f = open(source_filename, "rb")
  /bootable/recovery/applypatch/
applypatch.h 51 int applypatch(const char* source_filename,
applypatch.c 40 const char* source_filename,
691 // - otherwise, if the sha1 hash of <source_filename> is one of the
697 // Note that if <source_filename> and <target_filename> are not the
698 // same, <source_filename> is NOT deleted on success.
700 // source_filename".
705 // <source_filename> may refer to a partition to read the source data.
709 int applypatch(const char* source_filename,
717 printf("patch %s: ", source_filename);
721 target_filename = source_filename;
751 (target_filename != source_filename &
    [all...]
  /external/libsepol/src/
assertion.c 36 if (avrule->source_filename) {
38 avrule->source_line, avrule->source_filename, avrule->line,
link.c     [all...]
  /external/clang/tools/libclang/
Indexing.cpp 472 const char *source_filename; member in struct:__anon24145::IndexSourceFileInfo
491 const char *source_filename = ITUI->source_filename; local
549 // The 'source_filename' argument is optional. If the caller does not
554 if (source_filename)
555 Args->push_back(source_filename);
966 const char *source_filename,
974 *Log << source_filename << ": "; local
989 source_filename,
    [all...]
CIndex.cpp 2739 const char *source_filename; member in struct:ParseTranslationUnitInfo
2751 const char *source_filename = PTUI->source_filename; local
2898 *Log << source_filename << ": "; local
    [all...]
  /external/oprofile/libutil++/
op_bfd.cpp 369 string & source_filename, unsigned int & linenr) const
382 source_filename = info.filename;
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/gcov-src/
gcov-io.h 394 char *source_filename; member in struct:gcov_module_info
gcov-io.c 682 mod_info->source_filename = (char *) xmalloc (src_filename_len *
685 ((gcov_unsigned_t *) mod_info->source_filename)[i] = gcov_read_unsigned ();
    [all...]
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/gcov-src/
gcov-io.h 394 char *source_filename; member in struct:gcov_module_info
gcov-io.c 682 mod_info->source_filename = (char *) xmalloc (src_filename_len *
685 ((gcov_unsigned_t *) mod_info->source_filename)[i] = gcov_read_unsigned ();
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Build/
Dependencies.py 379 def parse_dependencies(source_filename):
383 fh = Utils.open_source_file(source_filename, "rU", error_handling='ignore')
416 def parse_dependencies(self, source_filename):
417 return parse_dependencies(source_filename)
    [all...]
  /external/clang/include/clang-c/
Index.h     [all...]
  /bootable/recovery/updater/
install.c 1160 char* source_filename; local
    [all...]
  /external/libsepol/include/sepol/policydb/
policydb.h 264 char *source_filename; member in struct:avrule
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/gcov-src/
gcov-io.c 674 mod_info->source_filename = (char *) xmalloc (src_filename_len *
677 ((gcov_unsigned_t *) mod_info->source_filename)[i] = gcov_read_unsigned ();
gcov-io.h 582 char *source_filename; member in struct:gcov_module_info
    [all...]
  /external/checkpolicy/
policy_define.c 1532 avrule->source_filename = strdup(source_file);
1533 if (!avrule->source_filename) {
    [all...]

Completed in 580 milliseconds

1 2