Home
last modified time | relevance | path

Searched defs:explanation (Results 1 – 22 of 22) sorted by relevance

/third_party/skia/third_party/externals/brotli/research/
Dbrotlidump.py156 def explanation(self, extra=None): member in Symbol
393 def explanation(self, index): member in Code
478 def explanation(self, index, extra=None): member in WithExtra
582 def explanation(self, index, extra): member in PrefixCodeHeader
600 def explanation(self, index): member in TreeShapeAlhabet
629 def explanation(self, index, extra=None): member in LengthOfLengthAlphabet
648 def explanation(self, index, extra): member in LengthAlphabet
679 def explanation(self, index): member in WindowSizeAlphabet
730 def explanation(self, index, extra): member in MetablockLengthAlphabet
743 def explanation(self, index): member in ReservedAlphabet
[all …]
/third_party/rust/rust/src/tools/clippy/declare_clippy_lint/src/
Dlib.rs27 explanation: String, field
38 let mut explanation = String::new(); in parse() localVariable
/third_party/rust/rust/src/tools/tidy/src/
Dunit_tests.rs47 let explanation = if is_core { in check() localVariable
/third_party/icu/icu4j/samples/src/com/ibm/icu/samples/text/messagepattern/
DMessagePatternDemo.java32 StringBuilder explanation=new StringBuilder(); in printParts() local
/third_party/grpc/src/core/ext/filters/http/server/
Dhttp_server_filter.cc67 ServerMetadataHandle MalformedRequest(absl::string_view explanation) { in MalformedRequest()
/third_party/mindspore/mindspore-src/source/third_party/proto/tensorflow/
Dop_def.proto164 string explanation = 2; field
/third_party/rust/rust/src/librustdoc/passes/lint/
Dcheck_code_block_syntax.rs98 let explanation = if is_ignore { in check_rust_syntax() localVariable
/third_party/protobuf/third_party/abseil-cpp/absl/flags/
Dflag.h299 #define ABSL_RETIRED_FLAG(type, name, default_value, explanation) \ argument
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/
Dflag.h393 #define ABSL_RETIRED_FLAG(type, name, default_value, explanation) \ argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/utils/
Dsummary.proto181 repeated Explanation explanation = 5; field
/third_party/googletest/googlemock/include/gmock/
Dgmock-matchers.h565 inline void PrintIfNotEmpty(const std::string& explanation, in PrintIfNotEmpty()
/third_party/rust/rust/compiler/rustc_middle/src/
Dlint.rs424 let explanation = match future_incompatible.reason { in struct_lint_level() localVariable
/third_party/libuv/test/
Dtask.h287 #define RETURN_SKIP(explanation) \ argument
/third_party/rust/rust/compiler/rustc_borrowck/src/diagnostics/
Dconflict_errors.rs924 let explanation = self.explain_why_borrow_contains_point(location, issued_borrow, None); in report_conflicting_borrow() localVariable
1789 let explanation = self.explain_why_borrow_contains_point(location, &borrow, kind_place); in report_borrowed_value_does_not_live_long_enough() localVariable
2030 let explanation = in report_borrow_conflicts_with_destructor() localVariable
/third_party/rust/rust/compiler/rustc_errors/src/
Djson.rs296 explanation: Option<&'static str>, field
/third_party/googletest/googlemock/test/
Dgmock-matchers-misc_test.cc1702 auto explanation = ss.str(); in TEST() local
1745 auto explanation = ss.str(); in TEST_P() local
Dgmock-matchers-arithmetic_test.cc1403 const std::string explanation = in TEST_F() local
/third_party/rust/rust/src/tools/clippy/clippy_lints/src/
Dlib.rs499 explanation: &'static str, field
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DWebGLCompatibilityTest.cpp5088 const char *explanation) in testCompressedTexLevelDimension()
5153 const char *explanation; in testCompressedTexImage() member
/third_party/glslang/glslang/MachineIndependent/
DParseHelper.cpp638 const char* explanation = "variable indexing sampler array"; in handleBracketDereference() local
6627 …const char *explanation = "image variables not declared 'writeonly' and without a format layout qu… in layoutTypeCheck() local
/third_party/rust/rust/compiler/rustc_trait_selection/src/traits/error_reporting/
Dmod.rs795 let explanation = get_explanation_based_on_obligation( in report_selection_error() localVariable
/third_party/python/Lib/
D_pydecimal.py4038 def _raise_error(self, condition, explanation = None, *args): argument