Searched defs:test_values (Results 1 - 23 of 23) sorted by relevance

/external/python/cpython2/Lib/test/
H A Dtest_grp.py23 def test_values(self): member in class:GroupDatabaseTestCase
H A Dtest_pwd.py9 def test_values(self): member in class:PwdTest
H A Dmapping_tests.py153 def test_values(self): member in class:BasicTestMappingProtocol
334 def test_values(self): member in class:TestMappingProtocol
335 BasicTestMappingProtocol.test_values(self)
H A Dtest_richcmp.py168 def test_values(self): member in class:NumberTest
H A Dtest_dict.py43 def test_values(self): member in class:DictTest
H A Dtest_mailbox.py216 def test_values(self): member in class:TestMailbox
/external/python/cpython3/Lib/test/
H A Dtest_grp.py23 def test_values(self): member in class:GroupDatabaseTestCase
H A Dtest_pwd.py18 def test_values(self): member in class:PwdTest
H A Dmapping_tests.py149 def test_values(self): member in class:BasicTestMappingProtocol
327 def test_values(self): member in class:TestMappingProtocol
328 BasicTestMappingProtocol.test_values(self)
H A Dtest_richcmp.py168 def test_values(self): member in class:NumberTest
H A Dtest_ast.py979 def test_values(self): member in class:ConstantTests
H A Dtest_dict.py59 def test_values(self): member in class:DictTest
H A Dtest_mailbox.py314 def test_values(self): member in class:TestMailbox
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/DDM/
H A DDDMTest.java67 private CommandPacket makeCommand(int type, byte[] test_values) { argument
72 packet.setNextValueAsInt(test_values.length);
73 for (byte b : test_values) {
79 private CommandPacket makeCommand(byte[] test_values) { argument
80 return makeCommand(DDMDebuggee.DDM_TEST_TYPE, test_values);
94 byte[] test_values = new byte[128];
96 r.nextBytes(test_values);
97 CommandPacket packet = makeCommand(test_values);
100 byte[] expected = DDMDebuggee.calculateExpectedResult(test_values);
120 CommandPacket packet = makeCommand(test_values);
[all...]
/external/tensorflow/tensorflow/python/kernel_tests/
H A Dbincount_op_test.py44 def test_values(self): member in class:BincountTest
/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dreduce_precision_test.cc74 static const uint32_t test_values[][4] = { member in namespace:xla::__anon25772
216 for (const auto& test_value : test_values) {
/external/libmicrohttpd/src/testcurl/
H A Dtest_urlparse.c71 test_values (void *cls, function
111 &test_values,
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/
H A Dtest_widgets.py450 def test_values(self): member in class:SpinboxTest
/external/python/cpython2/Lib/lib-tk/test/test_ttk/
H A Dtest_widgets.py476 def test_values(self): member in class:ComboboxTest
/external/python/cpython3/Lib/tkinter/test/test_tkinter/
H A Dtest_widgets.py454 def test_values(self): member in class:SpinboxTest
/external/python/cpython3/Lib/tkinter/test/test_ttk/
H A Dtest_widgets.py474 def test_values(self): member in class:ComboboxTest
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessBuffersTests.cpp2302 } test_values[] = { { GL_BUFFER_SIZE, "GL_BUFFER_SIZE", 0 }, local
2312 static const glw::GLuint test_dictionary_count = sizeof(test_values) / sizeof(test_values[0]);
2319 m_pGetNamedBufferParameteriv(buffer, test_values[i].pname, &data);
2321 is_ok &= CheckParameterError(test_values[i].pname_string, "glGetNamedBufferParameteriv");
2323 is_ok &= CheckValue<glw::GLint>(data, test_values[i].expected_data, test_values[i].pname_string,
2332 m_pGetNamedBufferParameteri64v(buffer, test_values[i].pname, &data);
2334 is_ok &= CheckParameterError(test_values[i].pname_string, "glGetNamedBufferParameteri64v");
2336 is_ok &= CheckValue<glw::GLint64>(data, (glw::GLint64)test_values[
[all...]
/external/vixl/test/aarch64/
H A Dtest-assembler-aarch64.cc23213 int test_values[] = {static_cast<int8_t>(-1), local
23222 for (size_t i = 0; i < sizeof(test_values) / sizeof(test_values[0]); ++i) {
23224 int x = test_values[i];

Completed in 788 milliseconds