/external/chromium-trace/catapult/third_party/coverage/coverage/ctracer/ |
D | filedisp.c | 12 Py_XDECREF(self->source_filename); in CFileDisposition_dealloc() 27 { "source_filename", T_OBJECT, offsetof(CFileDisposition, source_filename), 0,
|
D | filedisp.h | 15 PyObject * source_filename; member
|
D | tracer.c | 392 tracename = pdisp->source_filename; in CTracer_handle_call()
|
/external/clang/tools/libclang/ |
D | Indexing.cpp | 470 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()
|
D | CIndex.cpp | 3054 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/ |
D | control.py | 507 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
|
D | plugin_support.py | 168 def source_filename(self): member in DebugFileTracerWrapper 169 sfilename = self.tracer.source_filename()
|
D | plugin.py | 118 def source_filename(self): member in FileTracer
|
D | pytracer.py | 89 tracename = disp.source_filename
|
/external/selinux/libsepol/src/ |
D | assertion.c | 43 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()
|
D | link.c | 1330 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()
|
D | expand.c | 2621 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()
|
D | policydb.c | 552 free(x->source_filename); in avrule_destroy()
|
/external/clang/include/clang-c/ |
D | Index.h | 1078 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/ |
D | policy_define.c | 1536 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/ |
D | policydb.h | 287 char *source_filename; member
|
/external/selinux/libsepol/cil/src/ |
D | cil_binary.c | 4238 avrule->source_filename = node->path; in __cil_init_sepol_avrule()
|