Home
last modified time | relevance | path

Searched defs:explanation (Results 1 – 11 of 11) 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/gstreamer/gstplugins_bad/gst/frei0r/
Dfrei0r.h345 const char* explanation; /**< An optional explanation string */ member
443 const char* explanation; /**<Optional explanation (can be 0) */ member
/third_party/abseil-cpp/absl/flags/
Dflag.h390 #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/libsoup/tests/
Dproxy-test.c6 const char *explanation; member
Dauth-test.c10 const char *explanation; member
/third_party/libuv/test/
Dtask.h288 #define RETURN_SKIP(explanation) \ argument
/third_party/googletest/googlemock/include/gmock/
Dgmock-matchers.h851 inline void PrintIfNotEmpty(const std::string& explanation, in PrintIfNotEmpty()
/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/python/Lib/
D_pydecimal.py4024 def _raise_error(self, condition, explanation = None, *args): argument
/third_party/googletest/googlemock/test/
Dgmock-matchers_test.cc3637 const std::string explanation = in TEST_F() local