HomeSort by relevance Sort by last modified time
    Searched defs:remote (Results 201 - 225 of 677) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 1 //===---- OrcRemoteTargetClient.h - Orc Remote-target Client ----*- C++ -*-===//
12 // OrcRemoteTargetServer instance to support remote-JITing.
24 #define DEBUG_TYPE "orc-remote"
28 namespace remote { namespace in namespace:llvm::orc
31 /// manager, and compile callback manager types) that support remote JITing
40 /// Remote memory manager.
45 DEBUG(dbgs() << "Created remote allocator " << Id << "\n");
55 DEBUG(dbgs() << "Destroyed remote allocator " << Id << "\n");
105 assert(!AddrOrErr.takeError() && "Failed reserving remote memory.");
119 assert(!AddrOrErr.takeError() && "Failed reserving remote memory.")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 1 //===- OrcRemoteTargetClient.h - Orc Remote-target Client -------*- C++ -*-===//
12 // OrcRemoteTargetServer instance to support remote-JITing.
43 #define DEBUG_TYPE "orc-remote"
47 namespace remote { namespace in namespace:llvm::orc
50 /// manager, and compile callback manager types) that support remote JITing
59 /// Remote-mapped RuntimeDyld-compatible memory manager.
66 DEBUG(dbgs() << "Destroyed remote allocator " << Id << "\n");
264 DEBUG(dbgs() << "Created remote allocator " << Id << "\n");
328 /// Remote indirect stubs manager.
448 /// Remote compile callback manager
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 1 //===- OrcRemoteTargetClient.h - Orc Remote-target Client -------*- C++ -*-===//
12 // OrcRemoteTargetServer instance to support remote-JITing.
43 #define DEBUG_TYPE "orc-remote"
47 namespace remote { namespace in namespace:llvm::orc
50 /// manager, and compile callback manager types) that support remote JITing
59 /// Remote-mapped RuntimeDyld-compatible memory manager.
66 DEBUG(dbgs() << "Destroyed remote allocator " << Id << "\n");
264 DEBUG(dbgs() << "Created remote allocator " << Id << "\n");
328 /// Remote indirect stubs manager.
448 /// Remote compile callback manager
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 1 //===- OrcRemoteTargetClient.h - Orc Remote-target Client -------*- C++ -*-===//
12 // OrcRemoteTargetServer instance to support remote-JITing.
43 #define DEBUG_TYPE "orc-remote"
47 namespace remote { namespace in namespace:llvm::orc
50 /// manager, and compile callback manager types) that support remote JITing
59 /// Remote-mapped RuntimeDyld-compatible memory manager.
66 DEBUG(dbgs() << "Destroyed remote allocator " << Id << "\n");
264 DEBUG(dbgs() << "Created remote allocator " << Id << "\n");
328 /// Remote indirect stubs manager.
448 /// Remote compile callback manager
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 1 //===- OrcRemoteTargetClient.h - Orc Remote-target Client -------*- C++ -*-===//
12 // OrcRemoteTargetServer instance to support remote-JITing.
43 #define DEBUG_TYPE "orc-remote"
47 namespace remote { namespace in namespace:llvm::orc
50 /// manager, and compile callback manager types) that support remote JITing
59 /// Remote-mapped RuntimeDyld-compatible memory manager.
66 DEBUG(dbgs() << "Destroyed remote allocator " << Id << "\n");
264 DEBUG(dbgs() << "Created remote allocator " << Id << "\n");
328 /// Remote indirect stubs manager.
448 /// Remote compile callback manager
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 1 //===---- OrcRemoteTargetClient.h - Orc Remote-target Client ----*- C++ -*-===//
12 // OrcRemoteTargetServer instance to support remote-JITing.
24 #define DEBUG_TYPE "orc-remote"
28 namespace remote { namespace in namespace:llvm::orc
31 /// manager, and compile callback manager types) that support remote JITing
40 /// Remote memory manager.
45 DEBUG(dbgs() << "Created remote allocator " << Id << "\n");
55 DEBUG(dbgs() << "Destroyed remote allocator " << Id << "\n");
105 assert(!AddrOrErr.takeError() && "Failed reserving remote memory.");
119 assert(!AddrOrErr.takeError() && "Failed reserving remote memory.")
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 1 //===---- OrcRemoteTargetClient.h - Orc Remote-target Client ----*- C++ -*-===//
12 // OrcRemoteTargetServer instance to support remote-JITing.
24 #define DEBUG_TYPE "orc-remote"
28 namespace remote { namespace in namespace:llvm::orc
31 /// manager, and compile callback manager types) that support remote JITing
40 /// Remote memory manager.
45 DEBUG(dbgs() << "Created remote allocator " << Id << "\n");
55 DEBUG(dbgs() << "Destroyed remote allocator " << Id << "\n");
105 assert(!AddrOrErr.takeError() && "Failed reserving remote memory.");
119 assert(!AddrOrErr.takeError() && "Failed reserving remote memory.")
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 1 //===---- OrcRemoteTargetClient.h - Orc Remote-target Client ----*- C++ -*-===//
12 // OrcRemoteTargetServer instance to support remote-JITing.
24 #define DEBUG_TYPE "orc-remote"
28 namespace remote { namespace in namespace:llvm::orc
31 /// manager, and compile callback manager types) that support remote JITing
40 /// Remote memory manager.
45 DEBUG(dbgs() << "Created remote allocator " << Id << "\n");
55 DEBUG(dbgs() << "Destroyed remote allocator " << Id << "\n");
105 assert(!AddrOrErr.takeError() && "Failed reserving remote memory.");
119 assert(!AddrOrErr.takeError() && "Failed reserving remote memory.")
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 1 //===- OrcRemoteTargetClient.h - Orc Remote-target Client -------*- C++ -*-===//
12 // OrcRemoteTargetServer instance to support remote-JITing.
43 #define DEBUG_TYPE "orc-remote"
47 namespace remote { namespace in namespace:llvm::orc
50 /// manager, and compile callback manager types) that support remote JITing
59 /// Remote-mapped RuntimeDyld-compatible memory manager.
66 DEBUG(dbgs() << "Destroyed remote allocator " << Id << "\n");
264 DEBUG(dbgs() << "Created remote allocator " << Id << "\n");
328 /// Remote indirect stubs manager.
448 /// Remote compile callback manager
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 1 //===- OrcRemoteTargetClient.h - Orc Remote-target Client -------*- C++ -*-===//
12 // OrcRemoteTargetServer instance to support remote-JITing.
43 #define DEBUG_TYPE "orc-remote"
47 namespace remote { namespace in namespace:llvm::orc
50 /// manager, and compile callback manager types) that support remote JITing
59 /// Remote-mapped RuntimeDyld-compatible memory manager.
66 DEBUG(dbgs() << "Destroyed remote allocator " << Id << "\n");
264 DEBUG(dbgs() << "Created remote allocator " << Id << "\n");
328 /// Remote indirect stubs manager.
448 /// Remote compile callback manager
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 1 //===- OrcRemoteTargetClient.h - Orc Remote-target Client -------*- C++ -*-===//
12 // OrcRemoteTargetServer instance to support remote-JITing.
43 #define DEBUG_TYPE "orc-remote"
47 namespace remote { namespace in namespace:llvm::orc
50 /// manager, and compile callback manager types) that support remote JITing
59 /// Remote-mapped RuntimeDyld-compatible memory manager.
66 DEBUG(dbgs() << "Destroyed remote allocator " << Id << "\n");
264 DEBUG(dbgs() << "Created remote allocator " << Id << "\n");
328 /// Remote indirect stubs manager.
448 /// Remote compile callback manager
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 1 //===- OrcRemoteTargetClient.h - Orc Remote-target Client -------*- C++ -*-===//
12 // OrcRemoteTargetServer instance to support remote-JITing.
43 #define DEBUG_TYPE "orc-remote"
47 namespace remote { namespace in namespace:llvm::orc
50 /// manager, and compile callback manager types) that support remote JITing
59 /// Remote-mapped RuntimeDyld-compatible memory manager.
66 DEBUG(dbgs() << "Destroyed remote allocator " << Id << "\n");
264 DEBUG(dbgs() << "Created remote allocator " << Id << "\n");
328 /// Remote indirect stubs manager.
448 /// Remote compile callback manager
    [all...]
  /system/tools/aidl/
generate_java_binder.cpp 266 Variable* remote = new Variable(types->IBinderType(), "remote"); local
270 ctor->parameters.push_back(remote);
271 ctor->statements->Add(new Assignment(mRemote, remote));
  /tools/tradefederation/core/src/com/android/tradefed/command/remote/
RemoteManager.java 16 package com.android.tradefed.command.remote;
20 import com.android.tradefed.command.remote.CommandResult.Status;
46 * Class that receives {@link com.android.tradefed.command.remote.RemoteOperation}s via a socket.
48 * Currently accepts only one remote connection at one time, and processes incoming commands
60 @OptionClass(alias = "remote-manager")
68 @Option(name = "start-remote-mgr",
69 description = "Whether or not to start a remote manager on boot.")
77 @Option(name = "remote-mgr-port",
78 description = "The remote manager port to use.")
81 @Option(name = "remote-mgr-socket-timeout-ms"
    [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/command/remote/
RemoteManagerFuncTest.java 16 package com.android.tradefed.command.remote;
  /prebuilts/devtools/tools/lib/
sdklib.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/25.2.0/
sdklib-25.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/25.2.0-alpha7/
sdklib-25.2.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/25.2.0-beta1/
sdklib-25.2.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/25.2.0-beta2/
sdklib-25.2.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/25.2.0-beta3/
sdklib-25.2.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/25.2.0-rc1/
sdklib-25.2.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/25.2.0-rc2/
sdklib-25.2.0-rc2.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/25.2.1/
sdklib-25.2.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/25.2.3/
sdklib-25.2.3.jar 

Completed in 596 milliseconds

1 2 3 4 5 6 7 891011>>