HomeSort by relevance Sort by last modified time
    Searched full:stub (Results 301 - 325 of 1318) sorted by null

<<11121314151617181920>>

  /development/pdk/docs/porting/
sensors.jd 38 <p> The following stub file, <code>Android.mk</code>, ensures that <code>libsensors</code> compiles and links to the appropriate libraries:</p>
  /development/samples/ApiDemos/src/com/example/android/apis/media/
MediaPlayerDemo.java 44 // TODO Auto-generated method stub
MediaPlayerDemo_Audio.java 95 // TODO Auto-generated method stub
  /external/e2fsprogs/lib/blkid/
llseek.c 2 * llseek.c -- stub calling the llseek system call
  /external/e2fsprogs/lib/ext2fs/
llseek.c 2 * llseek.c -- stub calling the llseek system call
  /external/tcpdump/missing/
datalinks.c 52 * Stub versions for platforms that don't support them.
  /external/v8/src/ia32/
macro-assembler-ia32.cc 209 // If we are already generating a shared stub, not inlining the
214 RecordWriteStub stub(object, dst, value);
215 CallStub(&stub);
    [all...]
virtual-frame-ia32.h 306 // Call stub given the number of arguments it expects on (and
308 Result CallStub(CodeStub* stub, int arg_count) {
310 return RawCallStub(stub);
313 // Call stub that takes a single argument passed in eax. The
316 Result CallStub(CodeStub* stub, Result* arg);
318 // Call stub that takes a pair of arguments passed in edx (arg0) and
322 Result CallStub(CodeStub* stub, Result* arg0, Result* arg1);
576 // Call a code stub that has already been prepared for calling (via
578 Result RawCallStub(CodeStub* stub);
  /external/v8/src/x64/
virtual-frame-x64.h 303 // Call stub given the number of arguments it expects on (and
305 Result CallStub(CodeStub* stub, int arg_count) {
307 return RawCallStub(stub);
310 // Call stub that takes a single argument passed in eax. The
313 Result CallStub(CodeStub* stub, Result* arg);
315 // Call stub that takes a pair of arguments passed in edx (arg0, rdx) and
319 Result CallStub(CodeStub* stub, Result* arg0, Result* arg1);
552 // Call a code stub that has already been prepared for calling (via
554 Result RawCallStub(CodeStub* stub);
  /external/v8/test/mjsunit/regress/
regress-155924.js 30 // inline cache stub. See http://codereview.chromium.org/155924.
  /external/webkit/JavaScriptCore/tests/mozilla/js1_2/Array/
tostring_2.js 47 * other tests, jsc implements version() as a stub function, but
  /external/webkit/WebCore/platform/chromium/
ContextMenuChromium.cpp 36 // This is a stub implementation of WebKit's ContextMenu class that does
ContextMenuItemChromium.cpp 36 // This is a stub implementation of WebKit's ContextMenu class that does
  /external/webkit/WebKit/chromium/src/
DevToolsRPC.h 176 // RPC stub method implementations
321 class Class##Stub \
325 explicit Class##Stub(Delegate* delegate) : DevToolsRPC(delegate) { } \
326 virtual ~Class##Stub() { } \
  /frameworks/base/cmds/svc/src/com/android/commands/svc/
PowerCommand.java 64 = IPowerManager.Stub.asInterface(ServiceManager.getService(Context.POWER_SERVICE));
  /frameworks/base/core/java/android/accounts/
AccountAuthenticatorResponse.java 42 IAccountAuthenticatorResponse.Stub.asInterface(parcel.readStrongBinder());
  /frameworks/base/core/java/android/database/
ContentObserver.java 47 private static final class Transport extends IContentObserver.Stub {
  /frameworks/base/core/java/android/os/
Vibrator.java 32 mService = IVibratorService.Stub.asInterface(
  /frameworks/base/core/java/com/android/internal/app/
ShutdownThread.java 229 ITelephony.Stub.asInterface(ServiceManager.checkService("phone"));
231 IBluetooth.Stub.asInterface(ServiceManager.checkService(
235 IMountService.Stub.asInterface(
290 IMountShutdownObserver observer = new IMountShutdownObserver.Stub() {
  /frameworks/base/core/java/com/android/internal/view/
BaseIWindow.java 29 public class BaseIWindow extends IWindow.Stub {
InputBindResult.java 52 method = IInputMethodSession.Stub.asInterface(source.readStrongBinder());
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListWithEmptyView.java 38 // TODO Auto-generated constructor stub
  /frameworks/base/location/java/com/android/internal/location/
GeocoderProxy.java 57 mProvider = IGeocodeProvider.Stub.asInterface(service);
  /frameworks/base/services/java/com/android/server/
NetStatService.java 27 public class NetStatService extends INetStatService.Stub {
  /frameworks/base/telephony/java/android/telephony/
CellLocation.java 43 ITelephony phone = ITelephony.Stub.asInterface(ServiceManager.getService("phone"));

Completed in 607 milliseconds

<<11121314151617181920>>