HomeSort by relevance Sort by last modified time
    Searched defs:TestArgs (Results 1 - 3 of 3) sorted by null

  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
TestArgs.java 22 public class TestArgs implements Parcelable {
29 public TestArgs() {
32 public TestArgs(Parcel source) {
54 public static final Parcelable.Creator<TestArgs> CREATOR
55 = new Parcelable.Creator<TestArgs>() {
56 public TestArgs createFromParcel(Parcel in) {
57 return new TestArgs(in);
60 public TestArgs[] newArray(int size) {
61 return new TestArgs[size];
  /external/chromium_org/sandbox/linux/seccomp-bpf/
bpf_tests.h 26 sandbox::BPFTests<aux>::TestArgs arg(BPF_TEST_##test_name, policy); \
56 class TestArgs {
58 TestArgs(void (*t)(AuxType&), sandbox::SandboxBPF::EvaluateSyscall p)
73 TestArgs* arg = reinterpret_cast<TestArgs*>(void_arg);
  /external/chromium_org/third_party/leveldatabase/src/table/
table_test.cc 406 struct TestArgs {
412 static const TestArgs kTestArgList[] = {
441 void Init(const TestArgs& args) {
738 TestArgs args = { DB_TEST, false, 16 };

Completed in 170 milliseconds