Searched defs:diagnostics (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium_org/chrome/browser/diagnostics/
H A Ddiagnostics_controller.h15 namespace diagnostics { namespace
24 // Entry point for the diagnostics mode. Returns zero if able to run
25 // diagnostics successfully, regardless of the results of the diagnostics.
28 // Entry point for running recovery based on diagnostics that have already
45 // with no diagnostics or recovery being run. This is necessary to provide a
46 // denominator for the diagnostics metrics.
61 } // namespace diagnostics
H A Ddiagnostics_controller.cc5 #include "chrome/browser/diagnostics/diagnostics_controller.h"
14 #include "chrome/browser/diagnostics/diagnostics_model.h"
15 #include "chrome/browser/diagnostics/diagnostics_test.h"
16 #include "chrome/browser/diagnostics/diagnostics_writer.h"
23 namespace diagnostics { namespace
50 // For each of the test types, record a normal start (no diagnostics run), so
80 diagnostics::RECOVERY_CRASH_RUN,
81 diagnostics::RECOVERY_RUN_METRICS_COUNT);
84 diagnostics::RECOVERY_USER_RUN,
85 diagnostics
[all...]
H A Ddiagnostics_metrics.cc5 #include "chrome/browser/diagnostics/diagnostics_metrics.h"
11 #include "chrome/browser/diagnostics/diagnostics_test.h"
13 namespace diagnostics { namespace
128 } // namespace diagnostics
H A Ddiagnostics_test.h9 #include "chrome/browser/diagnostics/diagnostics_metrics.h"
10 #include "chrome/browser/diagnostics/diagnostics_model.h"
16 namespace diagnostics { namespace
78 // makes sense for the diagnostics test.
89 } // namespace diagnostics
H A Ddiagnostics_writer.h10 #include "chrome/browser/diagnostics/diagnostics_model.h"
12 namespace diagnostics { namespace
66 } // namespace diagnostics
H A Dsqlite_diagnostics.h8 #include "chrome/browser/diagnostics/diagnostics_test.h"
10 namespace diagnostics { namespace
36 } // namespace diagnostics
H A Ddiagnostics_controller_unittest.cc5 #include "chrome/browser/diagnostics/diagnostics_controller.h"
13 #include "chrome/browser/diagnostics/diagnostics_model.h"
14 #include "chrome/browser/diagnostics/diagnostics_writer.h"
15 #include "chrome/browser/diagnostics/sqlite_diagnostics.h"
21 namespace diagnostics { namespace
35 test_data = test_data.Append(FILE_PATH_LITERAL("diagnostics"));
43 // so that's where the diagnostics and recovery code looks for it.
53 // Use this writer instead, if you want to see the diagnostics output.
160 } // namespace diagnostics
H A Ddiagnostics_model.cc5 #include "chrome/browser/diagnostics/diagnostics_model.h"
16 #include "chrome/browser/diagnostics/diagnostics_test.h"
17 #include "chrome/browser/diagnostics/recon_diagnostics.h"
18 #include "chrome/browser/diagnostics/sqlite_diagnostics.h"
22 namespace diagnostics { namespace
245 } // namespace diagnostics
H A Ddiagnostics_model.h15 namespace diagnostics { namespace
17 // The chrome diagnostics system is a model-view-controller system. The Model
89 // the diagnostics progress. |observer| maybe NULL if no observation is
107 } // namespace diagnostics
H A Ddiagnostics_model_unittest.cc5 #include "chrome/browser/diagnostics/diagnostics_model.h"
12 namespace diagnostics { namespace
112 } // namespace diagnostics
H A Ddiagnostics_test.cc5 #include "chrome/browser/diagnostics/diagnostics_test.h"
14 namespace diagnostics { namespace
111 } // namespace diagnostics
H A Drecon_diagnostics.h8 #include "chrome/browser/diagnostics/diagnostics_test.h"
10 namespace diagnostics { namespace
67 } // namespace diagnostics
H A Ddiagnostics_metrics.h10 namespace diagnostics { namespace
12 // Test IDs used to indicate in UMA stats which diagnostics fail, and also to
78 } // namespace diagnostics
H A Dsqlite_diagnostics.cc5 #include "chrome/browser/diagnostics/sqlite_diagnostics.h"
28 namespace diagnostics { namespace
255 } // namespace diagnostics
H A Ddiagnostics_writer.cc5 #include "chrome/browser/diagnostics/diagnostics_writer.h"
25 namespace diagnostics { namespace
288 } // namespace diagnostics
H A Drecon_diagnostics.cc5 #include "chrome/browser/diagnostics/recon_diagnostics.h"
18 #include "chrome/browser/diagnostics/diagnostics_test.h"
30 // Reconnaissance diagnostics. These are the first and most critical
38 namespace diagnostics { namespace
441 } // namespace diagnostics
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DTokenizer.h24 Diagnostics *diagnostics; member in struct:pp::Tokenizer::Context
36 Tokenizer(Diagnostics *diagnostics);
H A DPreprocessor.cpp24 Diagnostics *diagnostics; member in struct:pp::PreprocessorImpl
32 : diagnostics(diag),
40 Preprocessor::Preprocessor(Diagnostics *diagnostics, argument
43 mImpl = new PreprocessorImpl(diagnostics, directiveHandler);
94 // diagnostics.
99 mImpl->diagnostics->report(Diagnostics::PP_INVALID_NUMBER,
103 mImpl->diagnostics->report(Diagnostics::PP_INVALID_CHARACTER,
H A DMacroExpander.cpp51 Diagnostics *diagnostics)
54 mDiagnostics(diagnostics)
49 MacroExpander(Lexer *lexer, MacroSet *macroSet, Diagnostics *diagnostics) argument
H A DDirectiveParser.cpp148 Diagnostics *diagnostics)
151 mDiagnostics(diagnostics)
210 Diagnostics *diagnostics,
215 mDiagnostics(diagnostics),
473 // No diagnostics. Just skip the whole line.
514 // No diagnostics. Just skip the whole line.
146 DefinedParser(Lexer *lexer, const MacroSet *macroSet, Diagnostics *diagnostics) argument
208 DirectiveParser(Tokenizer *tokenizer, MacroSet *macroSet, Diagnostics *diagnostics, DirectiveHandler *directiveHandler) argument
H A DExpressionParser.cpp122 pp::Diagnostics* diagnostics; member in struct:__anon11526::Context
1590 context->diagnostics->report(pp::Diagnostics::PP_DIVISION_BY_ZERO,
1607 context->diagnostics->report(pp::Diagnostics::PP_DIVISION_BY_ZERO,
1905 context->diagnostics->report(pp::Diagnostics::PP_INTEGER_OVERFLOW,
1966 context->diagnostics->report(pp::Diagnostics::PP_INVALID_EXPRESSION,
1973 ExpressionParser::ExpressionParser(Lexer *lexer, Diagnostics *diagnostics)
1975 mDiagnostics(diagnostics)
1982 context.diagnostics = mDiagnostics;
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DDirectiveHandler.cpp29 TDiagnostics& diagnostics,
32 mDiagnostics(diagnostics),
28 TDirectiveHandler(TExtensionBehavior& extBehavior, TDiagnostics& diagnostics, int& shaderVersion) argument
H A DParseContext.h43 diagnostics(is),
45 directiveHandler(ext, diagnostics, shaderVersion),
46 preprocessor(&diagnostics, &directiveHandler),
65 TDiagnostics diagnostics; member in struct:TParseContext
71 int numErrors() const { return diagnostics.numErrors(); }
72 TInfoSink& infoSink() { return diagnostics.infoSink(); }
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DTemplateCompiler.java146 List<Diagnostic<? extends JavaFileObject>> diagnostics, Exception cause)
152 for (Diagnostic<? extends JavaFileObject> diagnostic : diagnostics) {
145 throwExceptionWithLotsOfDiagnosticInfo(CharSequence javaSource, String errorMessage, List<Diagnostic<? extends JavaFileObject>> diagnostics, Exception cause) argument
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_transaction.h89 const Diagnostics& diagnostics() const { return diagnostics_; } function in class:content::IndexedDBTransaction

Completed in 319 milliseconds

12