HomeSort by relevance Sort by last modified time
    Searched defs:Stub (Results 1 - 25 of 112) sorted by null

1 2 3 4 5

  /frameworks/compile/mclinker/lib/Fragment/
Stub.cpp 1 //===- Stub.cpp -----------------------------------------------------------===//
9 #include "mcld/Fragment/Stub.h"
20 Stub::Stub() : Fragment(Fragment::Stub), m_pSymInfo(NULL) {
23 Stub::~Stub() {
28 void Stub::setSymInfo(ResolveInfo* pSymInfo) {
32 void Stub::applyFixup(Relocation& pSrcReloc,
35 // build a name for stub symbo
    [all...]
  /frameworks/base/telephony/java/android/telephony/euicc/
EuiccCardManager.java 147 return IEuiccCardController.Stub.asInterface(
162 new IGetAllProfilesCallback.Stub() {
186 new IGetProfileCallback.Stub() {
211 refresh, new IDisableProfileCallback.Stub() {
237 refresh, new ISwitchToProfileCallback.Stub() {
262 nickname, new ISetNicknameCallback.Stub() {
286 new IDeleteProfileCallback.Stub() {
311 new IResetMemoryCallback.Stub() {
334 new IGetDefaultSmdpAddressCallback.Stub() {
357 new IGetSmdsAddressCallback.Stub() {
    [all...]
  /external/tensorflow/tensorflow/contrib/verbs/
grpc_verbs_service_impl.cc 35 std::unique_ptr<VerbsService::Stub> VerbsService::NewStub(
38 std::unique_ptr<VerbsService::Stub> stub(new VerbsService::Stub(channel));
39 return stub;
42 VerbsService::Stub::Stub(
49 ::grpc::Status VerbsService::Stub::GetRemoteAddress(
  /packages/apps/DocumentsUI/src/com/android/documentsui/base/
EventHandler.java 28 return new Stub<T>(reply);
31 public static final class Stub<T> implements EventHandler<T> {
35 private Stub(boolean reply) {
  /external/flatbuffers/tests/
monster_test.grpc.fb.cc 24 std::unique_ptr< MonsterStorage::Stub> MonsterStorage::NewStub(const std::shared_ptr< ::grpc::ChannelInterface>& channel, const ::grpc::StubOptions& options) {
25 std::unique_ptr< MonsterStorage::Stub> stub(new MonsterStorage::Stub(channel));
26 return stub;
29 MonsterStorage::Stub::Stub(const std::shared_ptr< ::grpc::ChannelInterface>& channel)
34 ::grpc::Status MonsterStorage::Stub::Store(::grpc::ClientContext* context, const flatbuffers::grpc::Message<Monster>& request, flatbuffers::grpc::Message<Stat>* response) {
38 ::grpc::ClientAsyncResponseReader< flatbuffers::grpc::Message<Stat>>* MonsterStorage::Stub::AsyncStoreRaw(::grpc::ClientContext* context, const flatbuffers::grpc::Message<Monster>& request, ::grpc::CompletionQueue* cq) {
42 ::grpc::ClientReader< flatbuffers::grpc::Message<Monster>>* MonsterStorage::Stub::RetrieveRaw(::grpc::ClientContext* context, const flatbuffers::grpc::Message<Stat>& request)
    [all...]
  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_master_service_impl.cc 41 std::unique_ptr<MasterService::Stub> MasterService::NewStub(
44 std::unique_ptr<MasterService::Stub> stub(new MasterService::Stub(channel));
45 return stub;
48 MasterService::Stub::Stub(
69 ::grpc::Status MasterService::Stub::CreateSession(
76 ::grpc::Status MasterService::Stub::ExtendSession(
83 ::grpc::Status MasterService::Stub::PartialRunSetup
    [all...]
  /frameworks/opt/telephony/src/java/android/telephony/
CarrierMessagingServiceManager.java 92 onServiceReady(ICarrierMessagingService.Stub.asInterface(service));
  /frameworks/base/core/java/android/os/health/
SystemHealthManager.java 53 this(IBatteryStats.Stub.asInterface(ServiceManager.getService(BatteryStats.SERVICE_NAME)));
  /frameworks/compile/mclinker/include/mcld/Fragment/
Fragment.h 29 enum Type { Alignment, Fillment, Region, Target, Stub, Null };
Stub.h 1 //===- Stub.h -------------------------------------------------------------===//
28 class Stub : public Fragment {
59 Stub();
61 virtual ~Stub();
63 /// clone - clone function for stub factory to create the corresponding stub
64 Stub* clone() { return doClone(); }
66 /// isMyDuty - return true when the pReloc is problematic and the stub is able
78 /// name - name of this stub
81 /// getContent - content of the stub
    [all...]
  /external/llvm/lib/ExecutionEngine/Orc/
OrcABISupport.cpp 129 // Stub format is:
172 uint64_t *Stub = reinterpret_cast<uint64_t *>(StubsBlock.base());
177 Stub[I] = 0xd61f020058000010 | PtrOffsetField;
211 // Stub format is:
254 uint64_t *Stub = reinterpret_cast<uint64_t *>(StubsBlock.base());
258 Stub[I] = 0xF1C40000000025ff | PtrOffsetField;
479 // Stub format is:
522 uint64_t *Stub = reinterpret_cast<uint64_t *>(StubsBlock.base());
525 Stub[I] = 0xF1C40000000025ff | (PtrAddr << 16);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DozeWallpaperState.java 45 this(IWallpaperManager.Stub.asInterface(
  /packages/apps/Settings/src/com/android/settings/wrapper/
OverlayManagerWrapper.java 37 this(IOverlayManager.Stub.asInterface(ServiceManager.getService(Context.OVERLAY_SERVICE)));
  /toolchain/binutils/binutils-2.27/gold/
arm.cc 148 // THUMB16_SPECIAL_TYPE is used by sub-classes of Stub for instruction
165 // when we build the stub.
241 // Macro for generating code to stub types. One entry per long/short
242 // branch stub
263 // Stub types.
271 // First reloc stub type.
273 // Last reloc stub type.
276 // First Cortex-A8 stub type.
278 // Last Cortex-A8 stub type.
281 // Last stub type
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
SharedMemoryTest.java 74 set(ISharedMemoryService.Stub.asInterface(service));
ParcelFileDescriptorProcessTest.java 54 set(IParcelFileDescriptorPeer.Stub.asInterface(service));
  /external/dng_sdk/source/
dng_camera_profile.cpp 1234 void dng_camera_profile::Stub ()
  /external/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
Interface.java 273 * Base implementation of Stub. Stubs are message receivers that deserialize the payload and
274 * call the appropriate method in the implementation. If the method returns result, the stub
279 abstract class Stub<I extends Interface> implements MessageReceiverWithResponder {
297 public Stub(Core core, I impl) {
415 * Constructs a Stub delegating to the given implementation.
417 protected abstract Stub<I> buildStub(Core core, I impl);
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCAsmPrinter.cpp 468 // Remove $stub suffix, add $lazy_ptr.
475 // Add $tmp suffix to $stub, yielding $stub$tmp.
502 MCSymbol *Stub = Stubs[i].first;
504 MCSymbol *LazyPtr = GetLazyPtr(Stub, OutContext);
505 MCSymbol *AnonSymbol = GetAnonSym(Stub, OutContext);
507 OutStreamer.EmitLabel(Stub);
546 MCSymbol *Stub = Stubs[i].first;
548 MCSymbol *LazyPtr = GetLazyPtr(Stub, OutContext);
552 OutStreamer.EmitLabel(Stub);
    [all...]
  /external/vulkan-validation-layers/libs/glm/detail/
_swizzle.hpp 178 struct Stub {};
179 GLM_FUNC_QUALIFIER _swizzle_base2& operator= (Stub const &) { return *this; }
    [all...]
  /frameworks/base/core/java/android/app/
KeyguardManager.java 194 IPersistentDataBlockService pdb = IPersistentDataBlockService.Stub.asInterface(
335 mTrustManager = ITrustManager.Stub.asInterface(
517 mAm.dismissKeyguard(activity.getActivityToken(), new IKeyguardDismissCallback.Stub() {
568 mWM.exitKeyguardSecurely(new IOnKeyguardExitResult.Stub() {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
ImsServiceFeatureQueryManager.java 26 import android.telephony.ims.stub.ImsFeatureConfiguration;
73 queryImsFeatures(IImsServiceController.Stub.asInterface(service));
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageWizardFormatProgress.java 96 storage.benchmark(privateVol.getId(), new IVoldTaskListener.Stub() {
214 private static class SilentObserver extends IPackageMoveObserver.Stub {
  /packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
CallScreeningServiceFilter.java 59 onServiceBound(ICallScreeningService.Stub.asInterface(service));
80 private class CallScreeningAdapter extends ICallScreeningAdapter.Stub {
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/detail/
_swizzle.hpp 178 struct Stub {};
179 GLM_FUNC_QUALIFIER _swizzle_base2& operator= (Stub const &) { return *this; }
    [all...]

Completed in 723 milliseconds

1 2 3 4 5