| /external/libchrome/base/test/ |
| D | values_test_util.cc | 17 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()
|
| D | task_runner_test_template.cc | 40 void ExpectRunsTasksInCurrentSequence(bool expected_value, in ExpectRunsTasksInCurrentSequence()
|
| D | test_mock_time_task_runner_unittest.cc | 59 int expected_value = 0; in TEST() local 120 int expected_value = 0; in TEST() local
|
| /external/libchrome/components/policy/core/common/ |
| D | configuration_policy_provider_test.cc | 227 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/ |
| D | stats_dataset_test_base.py | 89 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/ |
| D | unknown_fields_test.py | 170 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/ |
| D | buffer_level_filter_unittest.cc | 43 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/ |
| D | gl3cTextureSizePromotion.cpp | 871 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
|
| D | gl4cES31CompatibilityShaderImageLoadStoreTests.cpp | 212 …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 …]
|
| D | gl4cDirectStateAccessXFBTests.cpp | 770 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()
|
| D | gl4cDirectStateAccessProgramPipelinesTests.cpp | 285 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/ |
| D | cellular_ActivateLTE.py | 163 def _CheckResetCalledHelper(self, expected_value): argument 177 def CheckResetCalled(self, expected_value): argument
|
| /external/libchrome/mojo/public/cpp/bindings/tests/ |
| D | bind_task_runner_unittest.cc | 255 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/ |
| D | byte_alignment_test.cc | 34 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/ |
| D | StepValueInfo.py | 10 def __init__(self, step_index, watch_info, expected_value): argument
|
| /external/autotest/client/site_tests/network_ChromeWifiConfigure/ |
| D | network_ChromeWifiConfigure.py | 23 def _test_property(self, network, property_name, expected_value): argument
|
| /external/libchrome/base/trace_event/ |
| D | memory_allocator_dump_unittest.cc | 63 const std::string& expected_value) { in CheckString() 71 uint64_t expected_value) { in CheckScalar()
|
| /external/deqp/external/openglcts/modules/gles31/ |
| D | es31cShaderImageLoadStoreTests.cpp | 206 …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/ |
| D | esextcTextureCubeMapArrayColorDepthAttachments.cpp | 1075 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/ |
| D | test_utils.py | 54 expected_value, argument
|
| /external/tensorflow/tensorflow/c/eager/parallel_device/ |
| D | parallel_device_testlib.h | 140 void ExpectScalarEq(TFE_TensorHandle* handle, value_type expected_value) { in ExpectScalarEq()
|
| /external/deqp/external/openglcts/modules/glesext/texture_buffer/ |
| D | esextcTextureBufferAtomicFunctions.cpp | 197 …glw::GLuint expected_value = (m_n_texels_in_texture_buffer * (m_n_texels_in_texture_buffer - 1)) /… in iterate() local
|
| /external/pthreadpool/src/ |
| D | threadpool-atomics.h | 338 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/ |
| D | redzone_allocator.h | 83 uint64 expected_value = 0; member
|
| /external/tensorflow/tensorflow/lite/experimental/quantization_debugger/ |
| D | debugger_test.py | 224 def test_get_quant_params(self, tensor_detail, expected_value): argument
|