Home
last modified time | relevance | path

Searched refs:testStartsWith (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/xstc/
Dxstc.py647 elif options.testStartsWith is not None:
648 if not test.name.startswith(options.testStartsWith):
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DByteStringTest.java667 public void testStartsWith() { in testStartsWith() method in ByteStringTest