• Home
  • Raw
  • Download

Lines Matching refs:TEST_P

417 TEST_P(BinderRpc, RootObjectIsNull) {  in TEST_P()  function
426 TEST_P(BinderRpc, Ping) { in TEST_P() function
432 TEST_P(BinderRpc, GetInterfaceDescriptor) { in TEST_P() function
438 TEST_P(BinderRpc, MultipleSessions) { in TEST_P() function
446 TEST_P(BinderRpc, TransactionsMustBeMarkedRpc) { in TEST_P() function
453 TEST_P(BinderRpc, AppendSeparateFormats) { in TEST_P() function
466 TEST_P(BinderRpc, UnknownTransaction) { in TEST_P() function
474 TEST_P(BinderRpc, SendSomethingOneway) { in TEST_P() function
479 TEST_P(BinderRpc, SendAndGetResultBack) { in TEST_P() function
486 TEST_P(BinderRpc, SendAndGetResultBackBig) { in TEST_P() function
494 TEST_P(BinderRpc, CallMeBack) { in TEST_P() function
504 TEST_P(BinderRpc, RepeatBinder) { in TEST_P() function
526 TEST_P(BinderRpc, RepeatTheirBinder) { in TEST_P() function
550 TEST_P(BinderRpc, RepeatBinderNull) { in TEST_P() function
558 TEST_P(BinderRpc, HoldBinder) { in TEST_P() function
584 TEST_P(BinderRpc, CannotMixBindersBetweenUnrelatedSocketSessions) { in TEST_P() function
593 TEST_P(BinderRpc, CannotMixBindersBetweenTwoSessionsToTheSameServer) { in TEST_P() function
602 TEST_P(BinderRpc, CannotSendRegularBinderOverSocketBinder) { in TEST_P() function
611 TEST_P(BinderRpc, CannotSendSocketBinderOverRegularBinder) { in TEST_P() function
622 TEST_P(BinderRpc, RepeatRootObject) { in TEST_P() function
630 TEST_P(BinderRpc, NestedTransactions) { in TEST_P() function
641 TEST_P(BinderRpc, SameBinderEquality) { in TEST_P() function
653 TEST_P(BinderRpc, SameBinderEqualityWeak) { in TEST_P() function
685 TEST_P(BinderRpc, SingleSession) { in TEST_P() function
699 TEST_P(BinderRpc, ManySessions) { in TEST_P() function
733 TEST_P(BinderRpc, ThreadPoolGreaterThanEqualRequested) { in TEST_P() function
765 TEST_P(BinderRpc, ThreadPoolOverSaturated) { in TEST_P() function
789 TEST_P(BinderRpc, ThreadingStressTest) { in TEST_P() function
810 TEST_P(BinderRpc, OnewayStressTest) { in TEST_P() function
832 TEST_P(BinderRpc, OnewayCallDoesNotWait) { in TEST_P() function
847 TEST_P(BinderRpc, OnewayCallQueueing) { in TEST_P() function
871 TEST_P(BinderRpc, Die) { in TEST_P() function
890 TEST_P(BinderRpc, WorksWithLibbinderNdkPing) { in TEST_P() function
899 TEST_P(BinderRpc, WorksWithLibbinderNdkUserTransaction) { in TEST_P() function
924 TEST_P(BinderRpc, Fds) { in TEST_P() function
947 TEST_P(BinderRpcServerRootObject, WeakRootObject) { in TEST_P() function