HomeSort by relevance Sort by last modified time
    Searched refs:Trampoline (Results 1 - 8 of 8) sorted by null

  /frameworks/base/services/backup/java/com/android/server/backup/
FullBackupJob.java 62 Trampoline service = BackupManagerService.getInstance();
70 Trampoline service = BackupManagerService.getInstance();
Trampoline.java 39 public class Trampoline extends IBackupManager.Stub {
54 public Trampoline(Context context) {
BackupManagerService.java 326 // The published binder is actually to a singleton trampoline object that calls
330 static Trampoline sInstance;
331 static Trampoline getInstance() {
340 sInstance = new Trampoline(context);
    [all...]
  /external/chromium_org/v8/src/mips/
assembler-mips.h     [all...]
assembler-mips.cc 987 // Returns the next free trampoline entry.
    [all...]
  /external/lldb/source/Symbol/
Symbol.cpp 384 ENUM_TO_CSTRING(Trampoline);
  /external/chromium_org/v8/src/mips64/
assembler-mips64.h     [all...]
assembler-mips64.cc 971 // Returns the next free trampoline entry.
    [all...]

Completed in 1546 milliseconds