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

1 2 3 4 56 7 8 910

  /external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
PollingAction.java 57 private IRcsPresenceListener mClientListener = new IRcsPresenceListener.Stub() {
  /external/ims/rcs/rcsmanager/src/java/com/android/ims/
RcsManager.java 365 mRcsService = IRcsService.Stub.asInterface(b);
  /external/python/cpython3/Lib/unittest/test/
test_case.py     [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
VpnFacade.java 54 mConService = IConnectivityManager.Stub
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JIT.cpp 486 // full FFI, we have to codegen a nullary stub function that just calls the
492 Function *Stub = Function::Create(STy, Function::InternalLinkage, "",
496 BasicBlock *StubBB = BasicBlock::Create(F->getContext(), "", Stub);
545 // Finally, call our nullary stub function.
546 GenericValue Result = runFunction(Stub, std::vector<GenericValue>());
548 Stub->eraseFromParent();
632 // the stub with real address of the function.
  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_remote_master.cc 36 using MasterServiceStub = grpc::MasterService::Stub;
  /frameworks/base/apct-tests/perftests/core/src/android/os/
StrictModeTest.java 124 ISomeService someService = ISomeService.Stub.asInterface(binder.get());
  /development/apps/Development/src/com/android/development/
BadBehaviorActivity.java 78 public static class BadController extends IActivityController.Stub {
165 IPowerManager pm = IPowerManager.Stub.asInterface(b);
SyncAdapterDriver.java 223 private class MyServiceConnection extends ISyncContext.Stub implements ServiceConnection {
233 mBoundSyncAdapter = ISyncAdapter.Stub.asInterface(service);
  /external/grpc-grpc/test/cpp/end2end/
client_lb_end2end_test.cc 196 std::unique_ptr<grpc::testing::EchoTestService::Stub> BuildStub(
213 const std::unique_ptr<grpc::testing::EchoTestService::Stub>& stub,
222 Status status = stub->Echo(&context, request, response);
229 const std::unique_ptr<grpc::testing::EchoTestService::Stub>& stub,
233 const bool success = SendRpc(stub, &response, 2000, &status);
244 const std::unique_ptr<grpc::testing::EchoTestService::Stub>& stub) {
245 const bool success = SendRpc(stub);
359 auto stub = BuildStub(channel); local
386 auto stub = BuildStub(channel); local
407 auto stub = BuildStub(channel); local
436 auto stub = BuildStub(channel); local
461 auto stub = BuildStub(channel); local
490 auto stub = BuildStub(channel); local
538 auto stub = BuildStub(channel); local
586 auto stub = BuildStub(channel); local
620 auto stub = BuildStub(channel); local
641 auto stub = BuildStub(channel); local
660 auto stub = BuildStub(channel); local
719 auto stub = BuildStub(channel); local
749 auto stub = BuildStub(channel); local
768 auto stub = BuildStub(channel); local
852 auto stub = BuildStub(channel); local
885 auto stub = BuildStub(channel); local
920 auto stub = BuildStub(channel); local
963 auto stub = BuildStub(channel); local
    [all...]
channelz_service_test.cc 75 std::vector<std::unique_ptr<::grpc::testing::EchoTestService::Stub>> stubs_;
192 std::unique_ptr<grpc::channelz::v1::Channelz::Stub> channelz_stub_;
193 std::unique_ptr<grpc::testing::EchoTestService::Stub> echo_stub_;
  /frameworks/base/cmds/bmgr/src/com/android/commands/bmgr/
Bmgr.java 81 mBmgr = IBackupManager.Stub.asInterface(ServiceManager.getService(Context.BACKUP_SERVICE));
302 private static abstract class Observer extends IBackupObserver.Stub {
405 IPackageManager.Stub.asInterface(ServiceManager.getService("package"));
558 new ISelectBackupTransportCallback.Stub() {
721 class RestoreObserver extends IRestoreObserver.Stub {
    [all...]
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 888 // types of the floating point stub
889 // # Stub function to call rettype xxxx (params)
932 OutStreamer->AddComment("\t# Stub function to call " + Twine(RetType) + " " +
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 946 // types of the floating point stub
    [all...]
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
CreateAndManageUserTest.java 472 private final ICrossUserService.Stub mBinder = new ICrossUserService.Stub() {
531 .Stub.asInterface(service);
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 535 // L_foo$stub:
597 for (auto &Stub : Stubs)
598 emitNonLazySymbolPointer(*OutStreamer, Stub.first, Stub.second);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86AsmPrinter.cpp 614 // L_foo$stub:
649 for (auto &Stub : Stubs)
650 emitNonLazySymbolPointer(OutStreamer, Stub.first, Stub.second);
  /external/syzkaller/pkg/symbolizer/
symbolizer_test.go 106 // Stub addr2line.
  /cts/hostsidetests/devicepolicy/app/CorpOwnedManagedProfile/src/com/android/cts/comp/
BindDeviceAdminServiceGoodSetupTest.java 194 queue.add(ICrossUserService.Stub.asInterface(service));
  /cts/tests/tests/binder_ndk/src/android/binder/cts/
TestImpl.java 34 public class TestImpl extends ITest.Stub {
  /cts/tests/tests/os/src/android/os/cts/
HwBinderTest.java 201 private static class ServiceNotification extends IServiceNotification.Stub {
ParcelFileDescriptorProcessTest.java 54 set(IParcelFileDescriptorPeer.Stub.asInterface(service));
TokenWatcherTest.java 68 mEmptyService = IEmptyService.Stub.asInterface(service);
  /cts/tests/tests/telecom/src/android/telecom/cts/
CallRedirectionServiceTest.java 180 ICtsCallRedirectionServiceController.Stub.asInterface(service);
ThirdPartyInCallServiceTest.java 219 ICtsThirdPartyInCallServiceControl.Stub.asInterface(service);

Completed in 1261 milliseconds

1 2 3 4 56 7 8 910