HomeSort by relevance Sort by last modified time
    Searched refs:Session (Results 401 - 425 of 970) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/PDB/
PDBContext.h 58 std::unique_ptr<IPDBSession> Session;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/PDB/
PDBContext.h 58 std::unique_ptr<IPDBSession> Session;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/PDB/
PDBContext.h 58 std::unique_ptr<IPDBSession> Session;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/PDB/
PDBContext.h 58 std::unique_ptr<IPDBSession> Session;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/PDB/
PDBContext.h 58 std::unique_ptr<IPDBSession> Session;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/PDB/
PDBContext.h 58 std::unique_ptr<IPDBSession> Session;
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBSymbol.h 89 const IPDBSession &getSession() const { return Session; }
94 const IPDBSession &Session;
  /external/llvm/include/llvm/DebugInfo/PDB/Raw/
RawSession.h 27 std::unique_ptr<IPDBSession> &Session);
29 std::unique_ptr<IPDBSession> &Session);
  /external/llvm/lib/DebugInfo/PDB/DIA/
DIASourceFile.cpp 23 : Session(PDBSession), SourceFile(DiaSourceFile) {}
71 new DIAEnumSymbols(Session, DiaEnumerator));
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
AbstractStoreFileCommandHandler.java 20 import org.mockftpserver.core.session.Session;
47 protected void handle(Command command, Session session) {
48 verifyLoggedIn(session);
52 String path = getRealPath(session, filename);
59 verifyWritePermission(session, pathMustBeWritable);
62 verifyExecutePermission(session, parentPath);
64 sendReply(session, ReplyCodes.TRANSFER_DATA_INITIAL_OK);
66 session.openDataConnection();
    [all...]
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/command/
PasvCommandHandler.java 27 import org.mockftpserver.core.session.Session;
31 * CommandHandler for the PASV (Passove Mode) command. Request the Session to switch to passive
57 * @see org.mockftpserver.core.command.CommandHandler#handleCommand(Command, Session, InvocationRecord)
59 public void handleCommand(Command command, Session session, InvocationRecord invocationRecord)
62 int port = session.switchToPassiveMode();
63 InetAddress server = session.getServerHost();
69 sendReply(session, hostAndPort);
  /external/nanohttpd/websocket/src/test/java/fi/iki/elonen/samples/echo/
SimpleEchoSocket.java 42 import org.eclipse.jetty.websocket.api.Session;
84 public void onConnect(Session session) {
85 System.out.printf("Got connect: %s%n", session);
90 fut = session.getRemote().sendStringByFuture(message);
93 session.close(StatusCode.NORMAL, "I'm done");
  /external/tensorflow/tensorflow/contrib/estimator/python/estimator/
logit_fns_test.py 22 from tensorflow.python.client import session
43 with session.Session():
58 with session.Session():
  /external/tensorflow/tensorflow/core/kernels/fuzzing/
fuzz_session.h 21 #include "tensorflow/core/public/session.h"
49 // Create a TensorFlow session using a specific GraphDef created
93 session_ = std::unique_ptr<Session>(NewSession(options));
103 // within a session. Failure to create the session means we
105 LOG(FATAL) << "Could not create session: " << status.error_message();
110 // Runs the TF session by pulling on the "output" node, attaching
136 std::unique_ptr<Session> session_;
  /frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
ANetworkSession.h 98 struct Session;
107 KeyedVector<int32_t, sp<Session> > mSessions;
  /frameworks/base/cmds/am/proto/
instrumentation_data.proto 62 message Session {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
NativeSession.h 29 std::unique_ptr<IPDBSession> &Session);
31 std::unique_ptr<IPDBSession> &Session);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/PDB/Native/
NativeSession.h 29 std::unique_ptr<IPDBSession> &Session);
31 std::unique_ptr<IPDBSession> &Session);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/PDB/Native/
NativeSession.h 29 std::unique_ptr<IPDBSession> &Session);
31 std::unique_ptr<IPDBSession> &Session);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
NativeSession.h 29 std::unique_ptr<IPDBSession> &Session);
31 std::unique_ptr<IPDBSession> &Session);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/PDB/Native/
NativeSession.h 29 std::unique_ptr<IPDBSession> &Session);
31 std::unique_ptr<IPDBSession> &Session);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/PDB/Native/
NativeSession.h 29 std::unique_ptr<IPDBSession> &Session);
31 std::unique_ptr<IPDBSession> &Session);
  /device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
Udp6.c 883 CopyMem ( &pTxData->Session.SourceAddress,
885 sizeof ( pTxData->Session.SourceAddress ));
886 pTxData->Session.SourcePort = 0;
887 CopyMem ( &pTxData->Session.DestinationAddress,
889 sizeof ( pTxData->Session.DestinationAddress ));
890 pTxData->Session.DestinationPort = SwapBytes16 ( pRemoteAddress->sin6_port );
895 pTxData->TxData.UdpSessionData = &pTxData->Session;
917 pTxData->Session.DestinationAddress.Addr[0],
918 pTxData->Session.DestinationAddress.Addr[1],
919 pTxData->Session.DestinationAddress.Addr[2],
    [all...]
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowPackageInstaller.java 29 private Map<Integer, PackageInstaller.Session> sessions = new HashMap<>();
93 public PackageInstaller.Session openSession(int sessionId) throws IOException {
95 throw new SecurityException("Invalid session Id: " + sessionId);
98 PackageInstaller.Session session = new PackageInstaller.Session(null); local
99 shadowOf(session).setShadowPackageInstaller(sessionId, this);
100 sessions.put(sessionId, session);
101 return session;
116 * Prefer instead to use the Android APIs to close the session
138 PackageInstaller.Session session = sessions.get(sessionId); local
    [all...]
  /external/tensorflow/tensorflow/tools/graph_transforms/
fold_batch_norms_test.cc 26 #include "tensorflow/core/public/session.h"
69 std::unique_ptr<Session> original_session(NewSession(SessionOptions()));
78 std::unique_ptr<Session> fused_session(NewSession(SessionOptions()));
128 std::unique_ptr<Session> original_session(NewSession(SessionOptions()));
138 std::unique_ptr<Session> fused_session(NewSession(SessionOptions()));
177 std::unique_ptr<Session> original_session(NewSession(SessionOptions()));
186 std::unique_ptr<Session> fused_session(NewSession(SessionOptions()));

Completed in 403 milliseconds

<<11121314151617181920>>