HomeSort by relevance Sort by last modified time
    Searched refs:Stub (Results 176 - 200 of 229) sorted by null

1 2 3 4 5 6 78 910

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/offscreen/
ProjectionOffscreenActivity.java 124 mService = IProjectionService.Stub.asInterface(binder);
  /cts/tests/tests/os/src/android/os/cts/
SharedMemoryTest.java 74 set(ISharedMemoryService.Stub.asInterface(service));
  /cts/tests/tests/telecom/src/android/telecom/cts/
ThirdPartyCallScreeningServiceTest.java 285 mCallScreeningControl = ICallScreeningControl.Stub.asInterface(service);
  /external/grpc-grpc/test/cpp/client/
client_channel_stress_test.cc 307 std::unique_ptr<grpc::testing::EchoTestService::Stub> stub_;
  /external/grpc-grpc/test/cpp/end2end/
filter_end2end_test.cc 225 std::unique_ptr<grpc::testing::EchoTestService::Stub> stub_;
health_service_end2end_test.cc 223 std::unique_ptr<Health::Stub> hc_stub_;
end2end_test.cc 182 std::unique_ptr< ::grpc::testing::EchoTestService::Stub> stub_;
327 std::unique_ptr<grpc::testing::EchoTestService::Stub> stub_;
340 static void SendRpc(grpc::testing::EchoTestService::Stub* stub, int num_rpcs,
354 Status s = stub->Echo(&context, request, &response);
966 std::unique_ptr<grpc::testing::duplicate::EchoTestService::Stub> dup_pkg_stub(
1167 std::unique_ptr<grpc::testing::UnimplementedEchoService::Stub> stub; local
    [all...]
generic_end2end_test.cc 181 std::unique_ptr<grpc::testing::EchoTestService::Stub> stub_;
mock_test.cc 66 explicit FakeClient(EchoTestService::StubInterface* stub) : stub_(stub) {}
158 void ResetStub(EchoTestService::StubInterface* stub) { stub_ = stub; }
252 std::unique_ptr<grpc::testing::EchoTestService::Stub> stub_;
263 MockEchoTestServiceStub stub; local
266 EXPECT_CALL(stub, Echo(_, _, _))
269 client.ResetStub(&stub);
278 MockEchoTestServiceStub stub; local
287 EXPECT_CALL(stub, RequestStreamRaw(_, _)
298 MockEchoTestServiceStub stub; local
323 MockEchoTestServiceStub stub; local
    [all...]
raw_end2end_test.cc 139 std::unique_ptr<grpc::testing::EchoTestService::Stub> stub_;
  /external/grpc-grpc/test/cpp/util/
proto_reflection_descriptor_database.cc 34 std::unique_ptr<ServerReflection::Stub> stub)
35 : stub_(std::move(stub)) {}
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DataUsageController.java 73 mStatsService = INetworkStatsService.Stub.asInterface(
  /external/v8/include/
v8-profiler.h     [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
Monkey.java 265 private class ActivityController extends IActivityController.Stub {
    [all...]
MonkeySourceNetworkViews.java 55 IPackageManager.Stub.asInterface(ServiceManager.getService("package"));
  /external/flatbuffers/tests/
monster_test.grpc.fb.h 85 class Stub final : public StubInterface {
87 Stub(const std::shared_ptr< ::grpc::ChannelInterface>& channel);
141 static std::unique_ptr<Stub> NewStub(const std::shared_ptr< ::grpc::ChannelInterface>& channel, const ::grpc::StubOptions& options = ::grpc::StubOptions());
  /external/grpc-grpc/test/cpp/interop/
interop_client.cc 89 TestService::Stub* InteropClient::ServiceStub::Get() {
97 UnimplementedService::Stub*
1090 UnimplementedService::Stub* stub = serviceStub_.GetUnimplementedServiceStub(); local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ICUResourceBundleTest.java 909 Stub stub = new Stub(); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ICUResourceBundleTest.java 906 Stub stub = new Stub(); local
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 94 MCSymbol *SSym = getSymbolWithGlobalValueBase(GV, ".DW.stub", Mang, TM);
96 // Add information about the stub reference to ELFMMI so that the stub
676 // The mach-o version of this method defaults to returning a stub reference.
685 // Add information about the stub reference to MachOMMI so that the stub
705 // The mach-o version of this method defaults to returning a stub reference.
711 // Add information about the stub reference to MachOMMI so that the stub
727 // through a non_lazy_ptr stub instead. One advantage is that it allows th
    [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 471 // L_foo$stub:
509 for (auto &Stub : Stubs)
510 emitNonLazySymbolPointer(*OutStreamer, Stub.first, Stub.second);
522 for (auto &Stub : Stubs)
523 emitNonLazySymbolPointer(*OutStreamer, Stub.first, Stub.second);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 492 // L_foo$stub:
530 for (auto &Stub : Stubs)
531 emitNonLazySymbolPointer(*OutStreamer, Stub.first, Stub.second);
543 for (auto &Stub : Stubs)
544 emitNonLazySymbolPointer(*OutStreamer, Stub.first, Stub.second);
    [all...]
  /external/grpc-grpc/test/cpp/ext/filters/census/
stats_plugin_end2end_test.cc 97 std::unique_ptr<EchoTestService::Stub> stub_;
  /external/ims/rcs/rcsservice/src/com/android/service/ims/presence/
StackListener.java 272 public IPresenceListener mPresenceListener = new IPresenceListener.Stub() {
  /external/python/cpython3/Lib/test/
test_pulldom.py 262 def stub(self, *args, **kwargs): member in class:SAXExerciser
263 """Stub method. Does nothing."""
265 setProperty = stub
266 setFeature = stub

Completed in 878 milliseconds

1 2 3 4 5 6 78 910