Home
last modified time | relevance | path

Searched defs:TestArgs (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DTestArgs.java22 public class TestArgs implements Parcelable { class
29 public TestArgs() { in TestArgs() method in TestArgs
32 public TestArgs(Parcel source) { in TestArgs() method in TestArgs
/aosp_15_r20/external/leveldb/table/
H A Dtable_test.cc375 struct TestArgs { struct
376 TestType type;
377 bool reverse_compare;
378 int restart_interval;
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/io/
H A Dtable_test.cc264 struct TestArgs { struct
265 TestType type;
266 int restart_interval;
/aosp_15_r20/external/libavc/tests/
H A DTestArgs.h27 TestArgs() : res("/data/local/tmp/AvcEncTestRes/") {} in TestArgs() function
/aosp_15_r20/cts/tests/tests/media/common/src/android/media/cts/
H A DTestArgs.java28 public final class TestArgs { class
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Dfunc_test.go282 func TestArgs(t *testing.T) { func