HomeSort by relevance Sort by last modified time
    Searched full:stub (Results 276 - 300 of 3196) sorted by null

<<11121314151617181920>>

  /external/llvm/test/tools/llvm-objdump/AArch64/
macho-symbolized-disassembly.test 12 EXE: 0000000100007f5c bl 0x100007f78 ; symbol stub for: _printf
23 ObjC-EXE: 0000000100007f30 bl 0x100007f44 ; symbol stub for: _NSLog
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/example/
SpringConfigurationTest.java 16 package org.mockftpserver.stub.example;
22 import org.mockftpserver.stub.StubFtpServer;
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/command/
NlstCommandHandlerTest.java 16 package org.mockftpserver.stub.command;
66 * @see org.mockftpserver.stub.command.AbstractCommandHandlerTest#setUp()
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/example/
SpringConfigurationTest.java 16 package org.mockftpserver.stub.example;
23 import org.mockftpserver.stub.StubFtpServer;
  /external/v8/test/mjsunit/
binary-op-newspace.js 30 // Check that a mod where the stub code hits a failure in heap number
46 // Check that an add where the stub code hits a failure in heap number
keyed-array-call.js 40 // Deopt the stub.
55 // Deopt the stub. This will throw given that undefined is not a function.
  /external/v8/test/mjsunit/regress/
regress-2593.js 51 // Create load stub in p2.
54 // Create load stub in p2 for p1.
regress-2595.js 41 // First make CALL IC in F go MEGAMORPHIC and ensure that we put the stub
43 // into the stub cache
  /external/vboot_reference/msc/
nmakefile 25 CFLAGS = $(CFLAGS) /I $R\firmware\stub\include
47 {$R\firmware\stub}.c{$O}.obj:
  /frameworks/base/core/java/android/os/
SystemVibrator.java 35 mService = IVibratorService.Stub.asInterface(
41 mService = IVibratorService.Stub.asInterface(
  /frameworks/base/location/lib/java/com/android/location/provider/
ActivityRecognitionProviderWatcher.java 51 private IActivityRecognitionHardwareWatcher.Stub mWatcherStub =
52 new IActivityRecognitionHardwareWatcher.Stub() {
GeocodeProvider.java 39 private IGeocodeProvider.Stub mProvider = new IGeocodeProvider.Stub() {
  /frameworks/base/telecomm/java/android/telecom/
AuthenticatorService.java 29 * A generic stub account authenticator service often used for sync adapters that do not directly
48 * Stub account authenticator. All methods either return null or throw an exception.
  /frameworks/base/tests/utils/SleepUtils/AlarmService/src/com/android/testing/alarmservice/
AlarmImpl.java 27 import com.android.testing.alarmservice.Alarm.Stub;
29 public class AlarmImpl extends Stub {
  /frameworks/base/tools/aidl/
generate_java_binder.cpp 27 this->comment = "/** Local-side IPC implementation stub class. */";
43 ctor->comment = "/** Construct the stub at attach it to the "
45 ctor->name = "Stub";
138 proxyType += ".Stub.Proxy";
291 // == the stub method ====================================================
455 new LiteralExpression("Stub." + transactCodeName),
496 generate_interface_descriptors(StubClass* stub, ProxyClass* proxy)
500 c->statements->Add(new MethodCall(stub->transact_reply, "writeString",
503 stub->transact_switch->cases.push_back(c);
530 // the stub inner clas
531 StubClass* stub = new StubClass( local
    [all...]
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
MethodListener.java 24 * have been stubbed by the {@link AsmGenerator}. At runtime the stub will call either a
29 * A stub method is being invoked.
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/transition/
LeanbackTransitionHelper.java 56 * Load transition from resource or just return stub for API17.
79 // Helper will create a stub object for transition in this case.
  /hardware/qcom/audio/legacy/alsa_sound/
acoustics_default.cpp 89 ALOGD("Acoustics close stub called.");
96 ALOGD("Acoustics set_params stub called with %d.", (int)acoustics);
  /packages/apps/Email/provider_src/com/android/email/service/
AccountService.java 40 private final IAccountService.Stub mBinder = new IAccountService.Stub() {
  /packages/apps/KeyChain/support/src/com/android/keychain/tests/support/
KeyChainServiceTestSupport.java 32 private final IKeyChainServiceTestSupport.Stub mIKeyChainServiceTestSupport
33 = new IKeyChainServiceTestSupport.Stub() {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
DefaultClearer.java 60 IUsbManager usbManager = IUsbManager.Stub.asInterface(b);
86 IUsbManager usbManager = IUsbManager.Stub.asInterface(b);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
ActivityTransitionBitmapHelper.java 66 Stub.asInterface(binder);
95 IActivityTransitionBitmapProvider.Stub {
  /packages/experimental/RpcPerformance/src/com/android/rpc_performance/
MiscService.java 96 private final IService.Stub mBinder = new IService.Stub() {
  /packages/experimental/StrictModeTest/src/com/android/strictmodetest/
ServiceBase.java 53 protected final IService.Stub mBinder = new IService.Stub() {
  /frameworks/base/docs/html/guide/components/
aidl.jd 95 {@code .aidl} file. This interface has an inner abstract class named {@code Stub} that extends
97 {@code Stub} class and implement the methods.</p>
101 android.app.Service#onBind onBind()} to return your implementation of the {@code Stub}
203 named after your {@code .aidl} file. The generated interface includes a subclass named {@code Stub}
205 YourInterface.Stub}) and declares all the methods from the {@code .aidl} file.</p>
207 <p class="note"><strong>Note:</strong> {@code Stub} also
211 returns an instance of the stub interface. See the section <a href="#Calling">Calling an IPC
215 android.os.Binder} interface (for example, {@code YourInterface.Stub}) and implement the methods
222 private final IRemoteService.Stub mBinder = new IRemoteService.Stub() {
    [all...]

Completed in 2806 milliseconds

<<11121314151617181920>>