Searched defs:TestArgs (Results 1 – 6 of 6) sorted by relevance
22 public class TestArgs implements Parcelable { class29 public TestArgs() { in TestArgs() method in TestArgs32 public TestArgs(Parcel source) { in TestArgs() method in TestArgs
375 struct TestArgs { struct376 TestType type;377 bool reverse_compare;378 int restart_interval;
264 struct TestArgs { struct265 TestType type;266 int restart_interval;
27 TestArgs() : res("/data/local/tmp/AvcEncTestRes/") {} in TestArgs() function
28 public final class TestArgs { class
282 func TestArgs(t *testing.T) { func