| /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()
|
| /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/cronet/base/test/ |
| D | values_test_util.cc | 22 void ExpectDictBooleanValue(bool expected_value, in ExpectDictBooleanValue() 30 void ExpectDictIntegerValue(int expected_value, in ExpectDictIntegerValue() 37 void ExpectDictStringValue(StringPiece expected_value, in ExpectDictStringValue() 45 void ExpectDictValue(const Value::Dict& expected_value, in ExpectDictValue() 53 void ExpectDictValue(const Value& expected_value, in ExpectDictValue() 80 const base::Value& expected_value) in DictionaryHasValueMatcher() 190 const base::Value& expected_value) { in DictionaryHasValue()
|
| D | test_future_unittest.cc | 67 const int expected_value = 42; in TEST_F() local 103 const int expected_value = 42; in TEST_F() local 161 const int expected_value = 111; in TEST_F() local 172 const int expected_value = 222; in TEST_F() local 274 std::string expected_value = "value"; in TEST_F() local
|
| D | test_mock_time_task_runner_unittest.cc | 63 int expected_value = 0; in TEST() local 128 int expected_value = 0; in TEST() local 332 int expected_value = 0; in TEST() local
|
| /external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
| D | global_func_args.c | 19 int expected_value; in test_global_func_args0() member 31 const int expected_value = tests[i].expected_value; in test_global_func_args0() local
|
| /external/protobuf/python/google/protobuf/internal/ |
| D | unknown_fields_test.py | 186 def InternalCheckUnknownField(self, name, expected_value): argument 199 def CheckUnknownField(self, name, unknown_field_set, expected_value): argument 400 def CheckUnknownField(self, name, expected_value): argument
|
| /external/cronet/third_party/protobuf/python/google/protobuf/internal/ |
| D | unknown_fields_test.py | 186 def InternalCheckUnknownField(self, name, expected_value): argument 199 def CheckUnknownField(self, name, unknown_fields, expected_value): argument 417 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/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/cronet/net/third_party/quiche/src/quiche/http2/hpack/varint/ |
| D | hpack_varint_decoder_test.cc | 35 uint64_t expected_value) { in DecodeExpectSuccess() 119 uint64_t expected_value; member
|
| /external/cronet/base/test/launcher/ |
| D | test_launcher_test_utils.cc | 44 const std::string& expected_value) { in ValidateKeyValue() 55 int64_t expected_value) { in ValidateKeyValue()
|
| /external/libvpx/test/ |
| D | byte_alignment_test.cc | 34 vpx_codec_err_t expected_value; member 81 void SetByteAlignment(int byte_alignment, vpx_codec_err_t expected_value) { in SetByteAlignment()
|
| /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/cronet/base/trace_event/ |
| D | memory_allocator_dump_unittest.cc | 61 const std::string& expected_value) { in CheckString() 69 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/autotest/client/site_tests/network_ChromeWifiConfigure/ |
| D | network_ChromeWifiConfigure.py | 24 def _test_property(self, network, property_name, expected_value): argument
|
| /external/cronet/net/dns/public/ |
| D | dns_over_https_config_unittest.cc | 26 base::Value::Dict expected_value; in TEST() local 45 base::Value::Dict expected_value; in TEST() local
|
| /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
|