Home
last modified time | relevance | path

Searched defs:CheckValue (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/python/google/protobuf/internal/
Dtype_checkers.py101 def CheckValue(self, proposed_value): member in TypeChecker
134 def CheckValue(self, proposed_value): member in IntValueChecker
158 def CheckValue(self, proposed_value): member in EnumValueChecker
178 def CheckValue(self, proposed_value): member in UnicodeValueChecker
247 def CheckValue(self, proposed_value): member in FloatValueChecker
/external/tensorflow/tensorflow/lite/kernels/
Dpow.cc95 TfLiteStatus CheckValue(TfLiteContext* context, const TfLiteTensor* input) { in CheckValue() function
/external/deqp-deps/amber/src/
Dverifier.cc161 Result CheckValue(const ProbeSSBOCommand* command, in CheckValue() function
/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessBuffersTests.cpp2233 bool DefaultsTest::CheckValue(const T value, const T reference_value, const glw::GLchar* pname_stri… in CheckValue() function in gl4cts::DirectStateAccess::Buffers::DefaultsTest