Searched defs:source_filename (Results 1 - 6 of 6) sorted by relevance

/external/chromium-trace/catapult/third_party/coverage/coverage/ctracer/
H A Dfiledisp.h15 PyObject * source_filename; member in struct:CFileDisposition
/external/chromium-trace/catapult/third_party/coverage/coverage/
H A Dplugin.py118 def source_filename(self): member in class:FileTracer
131 _needs_to_implement(self, "source_filename")
H A Dplugin_support.py168 def source_filename(self): member in class:DebugFileTracerWrapper
169 sfilename = self.tracer.source_filename()
170 self.debug.write("source_filename() --> %r" % (sfilename,))
/external/clang/tools/libclang/
H A DIndexing.cpp470 unsigned index_options, const char *source_filename,
524 // The 'source_filename' argument is optional. If the caller does not
529 if (source_filename)
530 Args->push_back(source_filename);
915 const char *source_filename,
927 index_options, source_filename, Args.data(), Args.size(), unsaved_files,
934 unsigned index_options, const char *source_filename,
939 *Log << source_filename << ": "; local
951 index_options, source_filename, command_line_args,
966 fprintf(stderr, " 'source_filename'
467 clang_indexSourceFile_Impl( CXIndexAction cxIdxAction, CXClientData client_data, IndexerCallbacks *client_index_callbacks, unsigned index_callbacks_size, unsigned index_options, const char *source_filename, const char *const *command_line_args, int num_command_line_args, ArrayRef<CXUnsavedFile> unsaved_files, CXTranslationUnit *out_TU, unsigned TU_options) argument
910 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
931 clang_indexSourceFileFullArgv( 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.cpp3054 const char *source_filename,
3060 return clang_parseTranslationUnit(CIdx, source_filename,
3067 clang_parseTranslationUnit_Impl(CXIndex CIdx, const char *source_filename, argument
3146 // The 'source_filename' argument is optional. If the caller does not
3151 if (source_filename)
3152 Args->push_back(source_filename);
3198 const char *source_filename,
3206 CIdx, source_filename, command_line_args, num_command_line_args,
3215 CXIndex CIdx, const char *source_filename,
3223 CIdx, source_filename, Arg
3053 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
3197 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
3214 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
3227 clang_parseTranslationUnit2FullArgv( 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
3233 *Log << source_filename << ": "; local
[all...]
/external/selinux/libsepol/include/sepol/policydb/
H A Dpolicydb.h287 char *source_filename; member in struct:avrule

Completed in 158 milliseconds