Searched refs:source_filename (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/
H A DUtils.py186 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/lcov/bin/
H A Dmcov167 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");
H A Dgeninfo848 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...]
H A Dgenhtml4995 # write_source(filehandle, source_filename, count_data, checksum_data,
5008 my $source_filename = $_[1];
5025 if (!open(SOURCE_HANDLE, "<", $source_filename)) {
5030 die("ERROR: cannot read $source_filename\n");
5034 warn("WARNING: cannot read $source_filename!\n");
5064 die("ERROR: checksum mismatch at $source_filename:".
/external/oprofile/agents/jvmti/
H A Dlibjvmti_oprofile.c64 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);
62 create_debug_line_info(jint map_length, jvmtiAddrLocationMap const * map, jint entry_count, jvmtiLineNumberEntry* table_ptr, char const * source_filename) argument
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DAnnotate.py57 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, {})
H A DMain.py290 source_filename = source_desc.filename
295 f = Utils.open_source_file(source_filename, "rU")
312 f = open(source_filename, "rb")
/external/libsepol/src/
H A Dassertion.c36 if (avrule->source_filename) {
38 avrule->source_line, avrule->source_filename, avrule->line,
H A Dlink.c1329 if (cur->source_filename) {
1330 new_rule->source_filename = strdup(cur->source_filename);
1331 if (!new_rule->source_filename)
H A Dexpand.c2654 if (source_rule->source_filename) {
2655 avrule->source_filename = strdup(source_rule->source_filename);
2656 if (!avrule->source_filename)
H A Dpolicydb.c538 free(x->source_filename);
/external/clang/tools/libclang/
H A DIndexing.cpp472 const char *source_filename; member in struct:__anon19527::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,
1006 fprintf(stderr, " 'source_filename'
961 clang_indexSourceFile(CXIndexAction idxAction, CXClientData client_data, IndexerCallbacks *index_callbacks, unsigned index_callbacks_size, unsigned index_options, const char *source_filename, const char * const *command_line_args, int num_command_line_args, struct CXUnsavedFile *unsaved_files, unsigned num_unsaved_files, CXTranslationUnit *out_TU, unsigned TU_options) argument
[all...]
H A DCIndex.cpp2725 const char *source_filename,
2731 return clang_parseTranslationUnit(CIdx, source_filename,
2739 const char *source_filename; member in struct:ParseTranslationUnitInfo
2751 const char *source_filename = PTUI->source_filename; local
2831 // The 'source_filename' argument is optional. If the caller does not
2836 if (source_filename)
2837 Args->push_back(source_filename);
2872 const char *source_filename,
2880 CIdx, source_filename, command_line_arg
2724 clang_createTranslationUnitFromSourceFile(CXIndex CIdx, const char *source_filename, int num_command_line_args, const char * const *command_line_args, unsigned num_unsaved_files, struct CXUnsavedFile *unsaved_files) argument
2871 clang_parseTranslationUnit(CXIndex CIdx, const char *source_filename, const char *const *command_line_args, int num_command_line_args, struct CXUnsavedFile *unsaved_files, unsigned num_unsaved_files, unsigned options) argument
2888 clang_parseTranslationUnit2( CXIndex CIdx, const char *source_filename, const char *const *command_line_args, int num_command_line_args, struct CXUnsavedFile *unsaved_files, unsigned num_unsaved_files, unsigned options, CXTranslationUnit *out_TU) argument
2898 *Log << source_filename << ": "; local
[all...]
/external/oprofile/libutil++/
H A Dop_bfd.cpp369 string & source_filename, unsigned int & linenr) const
382 source_filename = info.filename;
368 get_linenr(symbol_index_t sym_idx, bfd_vma offset, string & source_filename, unsigned int & linenr) const argument
/external/chromium_org/third_party/cython/src/Cython/Build/
H A DDependencies.py379 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)
/external/clang/include/clang-c/
H A DIndex.h1036 * Note: The 'source_filename' argument is optional. If the caller provides a
1051 * \param source_filename The name of the source file to load, or NULL if the
1074 const char *source_filename,
1224 const char *source_filename,
1244 * \param source_filename The name of the source file to load, or NULL if the
1277 const char *source_filename,
5399 const char *source_filename,
/external/libsepol/include/sepol/policydb/
H A Dpolicydb.h264 char *source_filename; member in struct:avrule
/external/checkpolicy/
H A Dpolicy_define.c1532 avrule->source_filename = strdup(source_file);
1533 if (!avrule->source_filename) {
1751 avrule->source_filename = strdup(source_file);
1752 if (!avrule->source_filename) {

Completed in 414 milliseconds