HomeSort by relevance Sort by last modified time
    Searched refs:diag (Results 1 - 25 of 830) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/google/wahoo/
init.hardware.diag.rc.user 18 rm /dev/diag
  /external/clang/unittests/Basic/
DiagnosticTest.cpp 29 // Diag that would set UncompilableErrorOccurred and ErrorOccurred.
30 Diags.Report(diag::err_target_unknown_triple) << "unknown";
32 // Diag that would set UnrecoverableErrorOccurred and ErrorOccurred.
33 Diags.Report(diag::err_cannot_open_file) << "file" << "error";
35 // Diag that would set FatalErrorOccurred
37 Diags.Report(diag::warn_mt_message) << "warning";
56 // Diag that would set UncompilableErrorOccurred and ErrorOccurred.
57 Diags.Report(diag::err_target_unknown_triple) << "unknown";
59 // Diag that would set UnrecoverableErrorOccurred and ErrorOccurred.
60 Diags.Report(diag::err_cannot_open_file) << "file" << "error"
    [all...]
  /external/eigen/doc/snippets/
Tridiagonalization_decomposeInPlace.cpp 5 VectorXd diag(5);
7 internal::tridiagonalization_inplace(A, diag, subdiag, true);
9 cout << "The diagonal of the tridiagonal matrix T is:" << endl << diag << endl;
  /external/clang/include/clang/Basic/
DiagnosticCategories.h 14 namespace diag { namespace in namespace:clang
23 } // end namespace diag
DiagnosticIDs.h 27 namespace diag { namespace in namespace:clang
50 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
55 #undef DIAG
89 static DiagnosticMapping Make(diag::Severity Severity, bool IsUser,
100 diag::Severity getSeverity() const { return (diag::Severity)Severity; }
101 void setSeverity(diag::Severity Value) { Severity = (unsigned)Value; }
125 diag::CustomDiagInfo *CustomDiagInfo;
240 bool getDiagnosticsInGroup(diag::Flavor Flavor, StringRef Group,
241 SmallVectorImpl<diag::kind> &Diags) const
    [all...]
  /frameworks/base/tools/aapt2/java/
ManifestClassGenerator.h 26 std::unique_ptr<ClassDefinition> GenerateManifestClass(IDiagnostics* diag, xml::XmlResource* res);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
DiagnosticCategories.h 14 namespace diag { namespace in namespace:clang
23 } // end namespace diag
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
DiagnosticCategories.h 14 namespace diag { namespace in namespace:clang
23 } // end namespace diag
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
DiagnosticCategories.h 14 namespace diag { namespace in namespace:clang
23 } // end namespace diag
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
DiagnosticCategories.h 14 namespace diag { namespace in namespace:clang
23 } // end namespace diag
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
DiagnosticCategories.h 14 namespace diag { namespace in namespace:clang
23 } // end namespace diag
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
DiagnosticCategories.h 14 namespace diag { namespace in namespace:clang
23 } // end namespace diag
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
DiagnosticCategories.h 14 namespace diag { namespace in namespace:clang
23 } // end namespace diag
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
DiagnosticCategories.h 14 namespace diag { namespace in namespace:clang
23 } // end namespace diag
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
DiagnosticCategories.h 14 namespace diag { namespace in namespace:clang
23 } // end namespace diag
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
DiagnosticCategories.h 14 namespace diag { namespace in namespace:clang
23 } // end namespace diag
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
DiagnosticCategories.h 14 namespace diag { namespace in namespace:clang
23 } // end namespace diag
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
DiagnosticCategories.h 14 namespace diag { namespace in namespace:clang
23 } // end namespace diag
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
DiagnosticCategories.h 14 namespace diag { namespace in namespace:clang
23 } // end namespace diag
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
DiagnosticCategories.h 14 namespace diag { namespace in namespace:clang
23 } // end namespace diag
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
diag_op.cc 91 errors::InvalidArgument("Diag op must have at an input"));
102 // tf.diag([1, 2, 3, 4]) ==> [[1, 0, 0, 0]
115 xla::ComputationDataHandle diag = diag_or_status.ValueOrDie(); variable
121 diag = builder->Reshape(diag, new_dims);
123 ctx->SetOutput(0, diag);
127 REGISTER_XLA_OP(Name("Diag"), DiagOp);
161 xla::ComputationDataHandle diag = ctx->Input(0); variable
175 diag = builder->Reshape(diag, {size})
213 xla::ComputationDataHandle diag = ctx->Input(0); variable
244 xla::ComputationDataHandle diag = ctx->Input(0); variable
    [all...]
  /external/cblas/testing/
auxiliary.c 25 void get_diag_type(char *type, enum CBLAS_DIAG *diag) {
27 *diag = CblasUnit;
29 *diag = CblasNonUnit;
30 else *diag = UNDEFINED;
  /external/clang/include/clang/AST/
CommentDiagnostic.h 16 namespace diag { namespace in namespace:clang
18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
22 #undef DIAG
25 } // end namespace diag
  /external/clang/include/clang/Analysis/
AnalysisDiagnostic.h 16 namespace diag { namespace in namespace:clang
18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
22 #undef DIAG
25 } // end namespace diag
  /external/clang/include/clang/Driver/
DriverDiagnostic.h 16 namespace diag { namespace in namespace:clang
18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
22 #undef DIAG
25 } // end namespace diag

Completed in 652 milliseconds

1 2 3 4 5 6 7 8 91011>>