Home
last modified time | relevance | path

Searched defs:expected_value (Results 1 – 25 of 127) sorted by relevance

123456

/external/libchrome/base/test/
Dvalues_test_util.cc17 void ExpectDictBooleanValue(bool expected_value, in ExpectDictBooleanValue()
25 void ExpectDictDictionaryValue(const DictionaryValue& expected_value, in ExpectDictDictionaryValue()
33 void ExpectDictIntegerValue(int expected_value, in ExpectDictIntegerValue()
41 void ExpectDictListValue(const ListValue& expected_value, in ExpectDictListValue()
49 void ExpectDictStringValue(const std::string& expected_value, in ExpectDictStringValue()
Dtask_runner_test_template.cc40 void ExpectRunsTasksInCurrentSequence(bool expected_value, in ExpectRunsTasksInCurrentSequence()
Dtest_mock_time_task_runner_unittest.cc59 int expected_value = 0; in TEST() local
120 int expected_value = 0; in TEST() local
/external/libchrome/components/policy/core/common/
Dconfiguration_policy_provider_test.cc227 const base::Value& expected_value, in CheckValue()
252 base::Value expected_value(kTestString); in TEST_P() local
262 base::Value expected_value(true); in TEST_P() local
272 base::Value expected_value(42); in TEST_P() local
282 base::ListValue expected_value; in TEST_P() local
294 base::DictionaryValue expected_value; in TEST_P() local
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
Dstats_dataset_test_base.py89 expected_value, argument
100 expected_value, argument
133 expected_value, argument
156 def _assertSummaryHasSum(self, summary_str, tag, expected_value): argument
165 def _assertSummaryHasScalarValue(self, summary_str, tag, expected_value): argument
212 def _assertEventHasSum(self, logdir, tag, expected_value, num_events, offset): argument
249 def _assertEventHasScalarValue(self, logdir, tag, expected_value, num_events, argument
/external/protobuf/python/google/protobuf/internal/
Dunknown_fields_test.py170 def InternalCheckUnknownField(self, name, expected_value): argument
183 def CheckUnknownField(self, name, unknown_fields, expected_value): argument
378 def CheckUnknownField(self, name, expected_value): argument
/external/webrtc/modules/audio_coding/neteq/
Dbuffer_level_filter_unittest.cc43 int expected_value = static_cast<int>(expected_value_double); in TEST() local
66 int expected_value = 15; in TEST() local
/external/deqp/external/openglcts/modules/gl/
Dgl3cTextureSizePromotion.cpp871 glw::GLfloat expected_value = (channel == RED_COMPONENT) ? in checkDestinationTexture() local
901 glw::GLfloat expected_value = isChannelTypeNone(descriptor, channel) ? in checkDestinationTexture() local
932 glw::GLfloat expected_value = isChannelTypeNone(descriptor, channel) ? in checkDestinationTexture() local
962 glw::GLfloat expected_value = isChannelTypeNone(descriptor, channel) ? in checkDestinationTexture() local
1004 glw::GLint expected_value = isChannelTypeNone(descriptor, channel) ? in checkDestinationTexture() local
1035 glw::GLuint expected_value = isChannelTypeNone(descriptor, channel) ? in checkDestinationTexture() local
Dgl4cES31CompatibilityShaderImageLoadStoreTests.cpp212 …bool CompareValues(T* map_data, int kSize, const T& expected_value, GLenum internalformat = 0, int… in CompareValues()
227 …bool CompareValues(bool always, T* map_data, int kSize, const T& expected_value, GLenum internalfo… in CompareValues()
1145 bool Write(GLenum internalformat, const T& write_value, const T& expected_value) in Write()
1275 bool WriteCS(GLenum internalformat, const T& write_value, const T& expected_value) in WriteCS()
1432 …bool Read(GLenum internalformat, const T& value, const T& expected_value, GLenum format, GLenum ty… in Read()
1501 std::string GenFS(GLenum internalformat, const T& expected_value) in GenFS()
1523 std::string GenCS(GLenum internalformat, const T& expected_value) in GenCS()
1574 …bool ReadCS(GLenum internalformat, const T& value, const T& expected_value, GLenum format, GLenum … in ReadCS()
1675 …bool Read(GLenum internalformat, const T& value, const T& expected_value, GLenum format, GLenum ty… in Read()
1753 std::string GenCS(GLenum internalformat, const T& expected_value) in GenCS()
[all …]
Dgl4cDirectStateAccessXFBTests.cpp770 bool BuffersTest::testBindingPoint(glw::GLuint const index, glw::GLint const expected_value, in testBindingPoint()
820 bool BuffersTest::testStart(glw::GLuint const index, glw::GLint const expected_value, in testStart()
871 bool BuffersTest::testSize(glw::GLuint const index, glw::GLint const expected_value, in testSize()
1957 … FunctionalTest::testTransformFeedbackStatus(glw::GLenum parameter_name, glw::GLint expected_value) in testTransformFeedbackStatus()
Dgl4cDirectStateAccessProgramPipelinesTests.cpp285 bool DefaultsTest::testProgramPipelineParameter(glw::GLenum pname, glw::GLint expected_value) in testProgramPipelineParameter()
327 bool DefaultsTest::testProgramPipelineInfoLog(glw::GLchar* expected_value) in testProgramPipelineInfoLog()
/external/autotest/client/site_tests/cellular_ActivateLTE/
Dcellular_ActivateLTE.py163 def _CheckResetCalledHelper(self, expected_value): argument
177 def CheckResetCalled(self, expected_value): argument
/external/libchrome/mojo/public/cpp/bindings/tests/
Dbind_task_runner_unittest.cc255 int32_t expected_value, in DoExpectValueSetFlagAndQuitTaskRunner()
264 int32_t expected_value, in DoExpectValueSetFlagForwardValueAndQuitTaskRunner()
282 int32_t expected_value, in ExpectValueSetFlagAndQuitTaskRunner()
321 void ExpectValueSetFlagAndForward(int32_t expected_value, in ExpectValueSetFlagAndForward()
/external/libvpx/libvpx/test/
Dbyte_alignment_test.cc34 vpx_codec_err_t expected_value; member
80 void SetByteAlignment(int byte_alignment, vpx_codec_err_t expected_value) { in SetByteAlignment()
/external/llvm-project/debuginfo-tests/dexter/dex/command/
DStepValueInfo.py10 def __init__(self, step_index, watch_info, expected_value): argument
/external/autotest/client/site_tests/network_ChromeWifiConfigure/
Dnetwork_ChromeWifiConfigure.py23 def _test_property(self, network, property_name, expected_value): argument
/external/libchrome/base/trace_event/
Dmemory_allocator_dump_unittest.cc63 const std::string& expected_value) { in CheckString()
71 uint64_t expected_value) { in CheckScalar()
/external/deqp/external/openglcts/modules/gles31/
Des31cShaderImageLoadStoreTests.cpp206 …bool CompareValues(T* map_data, int kSize, const T& expected_value, GLenum internalformat = 0, int… in CompareValues()
221 …bool CompareValues(bool always, T* map_data, int kSize, const T& expected_value, GLenum internalfo… in CompareValues()
1111 bool Write(GLenum internalformat, const T& write_value, const T& expected_value) in Write()
1241 bool WriteCS(GLenum internalformat, const T& write_value, const T& expected_value) in WriteCS()
1397 …bool Read(GLenum internalformat, const T& value, const T& expected_value, GLenum format, GLenum ty… in Read()
1466 std::string GenFS(GLenum internalformat, const T& expected_value) in GenFS()
1488 std::string GenCS(GLenum internalformat, const T& expected_value) in GenCS()
1539 …bool ReadCS(GLenum internalformat, const T& value, const T& expected_value, GLenum format, GLenum … in ReadCS()
1639 …bool Read(GLenum internalformat, const T& value, const T& expected_value, GLenum format, GLenum ty… in Read()
1717 std::string GenCS(GLenum internalformat, const T& expected_value) in GenCS()
[all …]
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArrayColorDepthAttachments.cpp1075 glw::GLushort expected_value = (glw::GLushort)n_layer; in verifyDepth16Data() local
1119 glw::GLuint expected_value = n_layer << 8; in verifyDepth24Data() local
1159 glw::GLfloat expected_value = (glw::GLfloat)n_layer / 256.0f; in verifyDepth32FData() local
/external/autotest/client/cros/networking/chrome_testing/
Dtest_utils.py54 expected_value, argument
/external/tensorflow/tensorflow/c/eager/parallel_device/
Dparallel_device_testlib.h140 void ExpectScalarEq(TFE_TensorHandle* handle, value_type expected_value) { in ExpectScalarEq()
/external/deqp/external/openglcts/modules/glesext/texture_buffer/
DesextcTextureBufferAtomicFunctions.cpp197 …glw::GLuint expected_value = (m_n_texels_in_texture_buffer * (m_n_texels_in_texture_buffer - 1)) /… in iterate() local
/external/pthreadpool/src/
Dthreadpool-atomics.h338 const size_t expected_value = actual_value; in pthreadpool_try_decrement_relaxed_size_t() local
452 const size_t expected_value = actual_value; in pthreadpool_try_decrement_relaxed_size_t() local
569 const size_t expected_value = actual_value; in pthreadpool_try_decrement_relaxed_size_t() local
676 const size_t expected_value = actual_value; in pthreadpool_try_decrement_relaxed_size_t() local
793 const size_t expected_value = actual_value; in pthreadpool_try_decrement_relaxed_size_t() local
/external/tensorflow/tensorflow/stream_executor/gpu/
Dredzone_allocator.h83 uint64 expected_value = 0; member
/external/tensorflow/tensorflow/lite/experimental/quantization_debugger/
Ddebugger_test.py224 def test_get_quant_params(self, tensor_detail, expected_value): argument

123456