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

1 2 3

  /cts/tests/tests/os/src/android/os/cts/
EmptyService.java 28 private final IEmptyService.Stub mBinder = new IEmptyService.Stub() {
CtsRemoteService.java 29 android.util.Log.d("Process test stub", "CtsRemoteServiceProcessPid:" + Process.myPid());
32 private final ISecondary.Stub mSecondaryBinder = new ISecondary.Stub() {
ParcelFileDescriptorPeer.java 44 public class ParcelFileDescriptorPeer extends IParcelFileDescriptorPeer.Stub {
ProcessTest.java 54 mSecondaryService = ISecondary.Stub.asInterface(service);
RemoteCallbackListTest.java 46 mSecondaryService = ISecondary.Stub.asInterface(service);
TokenWatcherTest.java 69 mEmptyService = IEmptyService.Stub.asInterface(service);
  /cts/tests/app/src/android/app/cts/
StubRemoteService.java 29 android.util.Log.d("Process test stub", "StubRemoteServiceProcessPid:" + Process.myPid());
32 private final ISecondary.Stub mSecondaryBinder = new ISecondary.Stub() {
  /cts/tests/tests/security/src/android/security/cts/activity/
SecureRandomService.java 41 private final ISecureRandomService.Stub mBinder = new ISecureRandomService.Stub() {
  /cts/tests/tests/dreams/src/android/service/dreams/cts/
DreamsFeatureTest.java 28 IDreamManager service = IDreamManager.Stub.asInterface(
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 98 /// FunctionToLazyStubMap - Keep track of the lazy stub created for a
134 // The address given to us for the stub may not be exactly right, it
135 // might be a little bit after the stub. As such, use upper_bound to
156 // unregister the stub addresses from the StubToResolverMap in
176 /// a lazy stub. It's actually here to make it more likely that far calls
177 /// succeed, but no single stub can guarantee that. I'll remove this in a
199 /// lazy-compilation stub if it has already been created.
203 /// lazy-compilation stub, creating one on demand as needed.
206 /// getExternalFunctionStub - Return a stub for the function at the
219 /// JITCompilerFn - This function is called to resolve a stub to a compile
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
IsolatedService.java 74 private final IRemoteService.Stub mBinder = new IRemoteService.Stub() {
167 mService = IRemoteService.Stub.asInterface(service);
RemoteService.java 116 private final IRemoteService.Stub mBinder = new IRemoteService.Stub() {
128 private final ISecondary.Stub mSecondaryBinder = new ISecondary.Stub() {
307 mService = IRemoteService.Stub.asInterface(service);
348 mSecondaryService = ISecondary.Stub.asInterface(service);
435 private IRemoteServiceCallback mCallback = new IRemoteServiceCallback.Stub() {
  /external/chromium_org/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
Interface.java 115 * Base implementation of Stub. Stubs are message receivers that deserialize the payload and
116 * call the appropriate method in the implementation. If the method returns result, the stub
121 abstract class Stub<I extends Interface> implements MessageReceiverWithResponder {
139 public Stub(Core core, I impl) {
247 * Constructs a Stub delegating to the given implementation.
249 protected abstract Stub<I> buildStub(Core core, I impl);
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 86 GVSym = P.getSymbolWithGlobalValueBase(GV, "$stub");
116 MCSymbol *Sym = P.getSymbolWithGlobalValueBase(GV, "$stub");
532 // L_foo$stub:
598 for (const auto &Stub : Stubs) {
599 // L_foo$stub:
600 OutStreamer.EmitLabel(Stub.first);
602 OutStreamer.EmitSymbolAttribute(Stub.second.getPointer(),
622 for (auto &Stub : Stubs)
623 emitNonLazySymbolPointer(OutStreamer, Stub.first, Stub.second)
    [all...]
  /cts/tests/print/src/android/print/cts/
PrintInstrument.java 83 IWindowManager wm = IWindowManager.Stub.asInterface(ServiceManager.getService("window"));
161 private class InstrumentationWatcher extends IInstrumentationWatcher.Stub {
239 private static final class PrivilegedOperations extends IPrivilegedOperations.Stub {
255 new IPackageDataObserver.Stub() {
  /development/apps/SdkSetup/src/com/android/sdksetup/
DefaultActivity.java 52 IBackupManager bm = IBackupManager.Stub.asInterface(
  /external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/translate/
TranslatorManager.java 161 ITranslatorService.Stub.asInterface(binder);
218 private class ServiceCallback extends ITranslatorServiceCallback.Stub {
  /external/lldb/test/unittest2/test/
test_unittest2_with.py 19 def Stub(foo):
25 Stub(v)
  /cts/tests/tests/content/src/android/content/cts/
MockSyncAdapter.java 29 public class MockSyncAdapter extends ISyncAdapter.Stub {
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyNetworkMonitor.java 33 public class MonkeyNetworkMonitor extends IIntentReceiver.Stub {
  /development/apps/Development/src/com/android/development/
BadBehaviorActivity.java 73 public static class BadController extends IActivityController.Stub {
141 IPowerManager pm = IPowerManager.Stub.asInterface(b);
  /external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/display/
Display.java 160 IBrailleService.Stub.asInterface(binder);
190 private class ServiceCallback extends IBrailleServiceCallback.Stub {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/
ProjectionActivity.java 59 mService = IProjectionService.Stub.asInterface(binder);
ProjectionService.java 74 private class ProjectionServiceBinder extends IProjectionService.Stub {
  /cts/tests/tests/security/src/android/security/cts/
ClonedSecureRandomTest.java 69 mSecureRandomService = ISecureRandomService.Stub.asInterface(service);

Completed in 1154 milliseconds

1 2 3