Home
last modified time | relevance | path

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

/frameworks/rs/tests/lldb/tests/testcases/
Dtest_allocation_dump_2_cpp.py29 def test_case(self): member in TestAllocationDump2Cpp
Dtest_allocation_dump_2_jni.py29 def test_case(self): member in TestAllocationDump2JNI
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/
Dtokenizer_unittest.cc203 const SimpleTokenCase& test_case) { in operator <<()
337 const MultiTokenCase& test_case) { in operator <<()
524 const DocCommentCase& test_case) { in operator <<()
864 const ErrorCase& test_case) { in operator <<()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Dtest_util.py386 def ExpectAllFieldsSet(test_case, message): argument