Home
last modified time | relevance | path

Searched refs:source_filename (Results 1 – 17 of 17) sorted by relevance

/external/chromium-trace/catapult/third_party/coverage/coverage/ctracer/
Dfiledisp.c12 Py_XDECREF(self->source_filename); in CFileDisposition_dealloc()
27 { "source_filename", T_OBJECT, offsetof(CFileDisposition, source_filename), 0,
Dfiledisp.h15 PyObject * source_filename; member
Dtracer.c392 tracename = pdisp->source_filename; in CTracer_handle_call()
/external/clang/tools/libclang/
DIndexing.cpp470 unsigned index_options, const char *source_filename, in clang_indexSourceFile_Impl() argument
529 if (source_filename) in clang_indexSourceFile_Impl()
530 Args->push_back(source_filename); in clang_indexSourceFile_Impl()
915 const char *source_filename, in clang_indexSourceFile() argument
927 index_options, source_filename, Args.data(), Args.size(), unsaved_files, in clang_indexSourceFile()
934 unsigned index_options, const char *source_filename, in clang_indexSourceFileFullArgv() argument
939 *Log << source_filename << ": "; in clang_indexSourceFileFullArgv()
951 index_options, source_filename, command_line_args, in clang_indexSourceFileFullArgv()
966 fprintf(stderr, " 'source_filename' : '%s'\n", source_filename); in clang_indexSourceFileFullArgv()
DCIndex.cpp3054 const char *source_filename, in clang_createTranslationUnitFromSourceFile() argument
3060 return clang_parseTranslationUnit(CIdx, source_filename, in clang_createTranslationUnitFromSourceFile()
3067 clang_parseTranslationUnit_Impl(CXIndex CIdx, const char *source_filename, in clang_parseTranslationUnit_Impl() argument
3151 if (source_filename) in clang_parseTranslationUnit_Impl()
3152 Args->push_back(source_filename); in clang_parseTranslationUnit_Impl()
3198 const char *source_filename, in clang_parseTranslationUnit() argument
3206 CIdx, source_filename, command_line_args, num_command_line_args, in clang_parseTranslationUnit()
3215 CXIndex CIdx, const char *source_filename, in clang_parseTranslationUnit2() argument
3223 CIdx, source_filename, Args.data(), Args.size(), unsaved_files, in clang_parseTranslationUnit2()
3228 CXIndex CIdx, const char *source_filename, in clang_parseTranslationUnit2FullArgv() argument
[all …]
/external/chromium-trace/catapult/third_party/coverage/coverage/
Dcontrol.py507 disp.source_filename = files.canonical_filename(
508 file_tracer.source_filename()
523 disp.source_filename = canonical
526 if not disp.source_filename:
532 disp.source_filename, frame,
1131 disp.source_filename = None
Dplugin_support.py168 def source_filename(self): member in DebugFileTracerWrapper
169 sfilename = self.tracer.source_filename()
Dplugin.py118 def source_filename(self): member in FileTracer
Dpytracer.py89 tracename = disp.source_filename
/external/selinux/libsepol/src/
Dassertion.c43 if (avrule->source_filename) { in report_failure()
45 avrule->source_line, avrule->source_filename, avrule->line, in report_failure()
182 avrule->source_line, avrule->source_filename, avrule->line, in report_assertion_extended_permissions()
199 avrule->source_line, avrule->source_filename, avrule->line, in report_assertion_extended_permissions()
Dlink.c1330 if (cur->source_filename) { in copy_avrule_list()
1331 new_rule->source_filename = strdup(cur->source_filename); in copy_avrule_list()
1332 if (!new_rule->source_filename) in copy_avrule_list()
Dexpand.c2621 if (source_rule->source_filename) { in copy_neverallow()
2622 avrule->source_filename = strdup(source_rule->source_filename); in copy_neverallow()
2623 if (!avrule->source_filename) in copy_neverallow()
Dpolicydb.c552 free(x->source_filename); in avrule_destroy()
/external/clang/include/clang-c/
DIndex.h1078 const char *source_filename,
1236 const char *source_filename,
1289 const char *source_filename,
1303 CXIndex CIdx, const char *source_filename,
5723 const char *source_filename,
5739 const char *source_filename, const char *const *command_line_args,
/external/selinux/checkpolicy/
Dpolicy_define.c1536 avrule->source_filename = strdup(source_file); in define_compute_type_helper()
1537 if (!avrule->source_filename) { in define_compute_type_helper()
1959 avrule->source_filename = strdup(source_file); in define_te_avtab_xperms_helper()
1961 if (!avrule->source_filename) { in define_te_avtab_xperms_helper()
2270 dest->source_filename = strdup(source_file); in avrule_cpy()
2271 if (!dest->source_filename) { in avrule_cpy()
2417 avrule->source_filename = strdup(source_file); in define_te_avtab_helper()
2419 if (!avrule->source_filename) { in define_te_avtab_helper()
/external/selinux/libsepol/include/sepol/policydb/
Dpolicydb.h287 char *source_filename; member
/external/selinux/libsepol/cil/src/
Dcil_binary.c4238 avrule->source_filename = node->path; in __cil_init_sepol_avrule()