/external/llvm/include/llvm/DebugInfo/PDB/DIA/ |
DIAEnumSymbols.h | 22 explicit DIAEnumSymbols(const DIASession &Session, 32 const DIASession &Session;
|
DIASourceFile.h | 21 explicit DIASourceFile(const DIASession &Session, 31 const DIASession &Session;
|
/external/llvm/lib/DebugInfo/PDB/ |
PDBSymbolTypeEnum.cpp | 26 return Session.getConcreteSymbolById<PDBSymbolTypeUDT>(getClassParentId()); 31 return Session.getConcreteSymbolById<PDBSymbolTypeBuiltin>(getTypeId());
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/ |
StaticReplyCommandHandler.java | 18 import org.mockftpserver.core.session.Session;
63 * @see AbstractTrackingCommandHandler#handleCommand(Command, org.mockftpserver.core.session.Session, InvocationRecord)
65 public void handleCommand(Command command, Session session, InvocationRecord invocationRecord) {
66 sendReply(session);
|
AbstractStaticReplyCommandHandler.java | 18 import org.mockftpserver.core.session.Session;
84 * @param session - the Session
88 protected void sendReply(Session session) {
89 sendReply(session, null);
94 * @param session - the Session
99 protected void sendReply(Session session, Object messageParameter) { [all...] |
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/ |
ReinCommandHandler.java | 20 import org.mockftpserver.core.session.Session;
21 import org.mockftpserver.core.session.SessionKeys;
35 protected void handle(Command command, Session session) {
36 session.removeAttribute(SessionKeys.USER_ACCOUNT);
37 sendReply(session, ReplyCodes.REIN_OK, "rein");
|
StatCommandHandler.java | 20 import org.mockftpserver.core.session.Session;
36 protected void handle(Command command, Session session) {
38 sendReply(session, ReplyCodes.STAT_SYSTEM_OK, "stat", list(systemStatus));
|
SystCommandHandler.java | 20 import org.mockftpserver.core.session.Session;
38 protected void handle(Command command, Session session) {
39 sendReply(session, ReplyCodes.SYST_OK, "syst", list(getServerConfiguration().getSystemName()));
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/stub/command/ |
AppeCommandHandler.java | 20 import org.mockftpserver.core.session.Session;
38 * @see org.mockftpserver.stub.command.AbstractStubDataCommandHandler#beforeProcessData(org.mockftpserver.core.command.Command, org.mockftpserver.core.session.Session, org.mockftpserver.core.command.InvocationRecord)
40 protected void beforeProcessData(Command command, Session session, InvocationRecord invocationRecord) throws Exception {
|
StorCommandHandler.java | 20 import org.mockftpserver.core.session.Session;
38 * @see org.mockftpserver.stub.command.AbstractStubDataCommandHandler#beforeProcessData(org.mockftpserver.core.command.Command, org.mockftpserver.core.session.Session, org.mockftpserver.core.command.InvocationRecord)
40 protected void beforeProcessData(Command command, Session session, InvocationRecord invocationRecord) throws Exception {
|
StouCommandHandler.java | 19 import org.mockftpserver.core.session.Session;
44 * @see org.mockftpserver.stub.command.AbstractStubDataCommandHandler#sendFinalReply(org.mockftpserver.core.session.Session)
46 protected void sendFinalReply(Session session) {
48 sendReply(session, ReplyCodes.TRANSFER_DATA_FINAL_OK, FINAL_REPLY_TEXT_KEY, null, ARGS);
|
AbstractStubDataCommandHandler.java | 23 import org.mockftpserver.core.session.Session;
36 * Subclasses can optionally override the {@link #beforeProcessData(Command, Session, InvocationRecord)}
37 * method for logic before the data transfer or the {@link #afterProcessData(Command, Session, InvocationRecord)}
97 * @see org.mockftpserver.core.command.AbstractTrackingCommandHandler#handleCommand(org.mockftpserver.core.command.Command, org.mockftpserver.core.session.Session, org.mockftpserver.core.command.InvocationRecord)
99 public final void handleCommand(Command command, Session session, InvocationRecord invocationRecord) throws Exception {
101 beforeProcessData(command, session, invocationRecord);
103 sendPreliminaryReply(session);
[all...] |
ListCommandHandler.java | 21 import org.mockftpserver.core.session.Session;
68 * @see org.mockftpserver.stub.command.AbstractStubDataCommandHandler#beforeProcessData(org.mockftpserver.core.command.Command, org.mockftpserver.core.session.Session, org.mockftpserver.core.command.InvocationRecord)
70 protected void beforeProcessData(Command command, Session session, InvocationRecord invocationRecord) throws Exception {
75 * @see org.mockftpserver.stub.command.AbstractStubDataCommandHandler#processData(org.mockftpserver.core.command.Command, org.mockftpserver.core.session.Session, org.mockftpserver.core.command.InvocationRecord)
77 protected void processData(Command command, Session session, InvocationRecord invocationRecord) { [all...] |
NlstCommandHandler.java | 21 import org.mockftpserver.core.session.Session;
45 * @see org.mockftpserver.stub.command.AbstractStubDataCommandHandler#beforeProcessData(org.mockftpserver.core.command.Command, org.mockftpserver.core.session.Session, org.mockftpserver.core.command.InvocationRecord)
47 protected void beforeProcessData(Command command, Session session, InvocationRecord invocationRecord) throws Exception {
52 * @see org.mockftpserver.stub.command.AbstractStubDataCommandHandler#processData(org.mockftpserver.core.command.Command, org.mockftpserver.core.session.Session, org.mockftpserver.core.command.InvocationRecord)
54 protected void processData(Command command, Session session, InvocationRecord invocationRecord) { [all...] |
/external/llvm/lib/DebugInfo/PDB/DIA/ |
DIAEnumSymbols.cpp | 19 : Session(PDBSession), Enumerator(DiaEnumerator) {} 32 std::unique_ptr<DIARawSymbol> RawSymbol(new DIARawSymbol(Session, Item)); 33 return std::unique_ptr<PDBSymbol>(PDBSymbol::create(Session, std::move(RawSymbol))); 42 std::unique_ptr<DIARawSymbol> RawSymbol(new DIARawSymbol(Session, Item)); 44 PDBSymbol::create(Session, std::move(RawSymbol))); 53 return new DIAEnumSymbols(Session, EnumeratorClone);
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
Session.java | 24 * The session that stores information about a thread's point of entry into the Telecom code that 27 public class Session { 41 private Session mParentSession; 42 private ArrayList<Session> mChildSessions; 46 // session. This can happen if Log.startSession(...) is called multiple times on the same 51 // Optionally provided info about the method/class/component that started the session in order 52 // to make Logging easier. This info will be provided in parentheses along with the session. 55 public Session(String sessionId, String shortMethodName, long startTimeMs, long threadID, 84 public void setParentSession(Session parentSession) { 88 public void addChild(Session childSession) [all...] |
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/command/ |
AbstractStubDataCommandHandler.java | 23 import org.mockftpserver.core.session.Session;
36 * Subclasses can optionally override the {@link #beforeProcessData(Command, Session, InvocationRecord)}
37 * method for logic before the data transfer or the {@link #afterProcessData(Command, Session, InvocationRecord)}
98 * @see org.mockftpserver.core.command.CommandHandler#handleCommand(Command, Session, InvocationRecord)
100 public final void handleCommand(Command command, Session session, InvocationRecord invocationRecord) throws Exception {
102 beforeProcessData(command, session, invocationRecord);
104 sendPreliminaryReply(session);
105 session.openDataConnection(); [all...] |
AbstractStubCommandHandler.java | 19 import org.mockftpserver.core.session.Session;
82 * @param session - the Session
86 protected void sendReply(Session session) {
87 sendReply(session, null);
92 * @param session - the Session
97 protected void sendReply(Session session, Object messageParameter) { [all...] |
AppeCommandHandler.java | 22 import org.mockftpserver.core.session.Session;
46 * @see org.mockftpserver.stub.command.AbstractStubDataCommandHandler#beforeProcessData(org.mockftpserver.core.command.Command, org.mockftpserver.core.session.Session, org.mockftpserver.core.command.InvocationRecord)
48 protected void beforeProcessData(Command command, Session session, InvocationRecord invocationRecord) throws Exception {
54 * @see org.mockftpserver.stub.command.AbstractStubDataCommandHandler#processData(org.mockftpserver.core.command.Command, org.mockftpserver.core.session.Session, org.mockftpserver.core.command.InvocationRecord)
56 protected void processData(Command command, Session session, InvocationRecord invocationRecord) { [all...] |
ListCommandHandler.java | 21 import org.mockftpserver.core.session.Session;
53 * @see org.mockftpserver.stub.command.AbstractStubDataCommandHandler#beforeProcessData(org.mockftpserver.core.command.Command, org.mockftpserver.core.session.Session, org.mockftpserver.core.command.InvocationRecord)
55 protected void beforeProcessData(Command command, Session session, InvocationRecord invocationRecord) throws Exception {
60 * @see org.mockftpserver.stub.command.AbstractStubDataCommandHandler#processData(org.mockftpserver.core.command.Command, org.mockftpserver.core.session.Session, org.mockftpserver.core.command.InvocationRecord)
62 protected void processData(Command command, Session session, InvocationRecord invocationRecord) { [all...] |
NlstCommandHandler.java | 21 import org.mockftpserver.core.session.Session;
46 * @see org.mockftpserver.stub.command.AbstractStubDataCommandHandler#beforeProcessData(org.mockftpserver.core.command.Command, org.mockftpserver.core.session.Session, org.mockftpserver.core.command.InvocationRecord)
48 protected void beforeProcessData(Command command, Session session, InvocationRecord invocationRecord) throws Exception {
53 * @see org.mockftpserver.stub.command.AbstractStubDataCommandHandler#processData(org.mockftpserver.core.command.Command, org.mockftpserver.core.session.Session, org.mockftpserver.core.command.InvocationRecord)
55 protected void processData(Command command, Session session, InvocationRecord invocationRecord) { [all...] |
StorCommandHandler.java | 22 import org.mockftpserver.core.session.Session;
46 * @see org.mockftpserver.stub.command.AbstractStubDataCommandHandler#beforeProcessData(org.mockftpserver.core.command.Command, org.mockftpserver.core.session.Session, org.mockftpserver.core.command.InvocationRecord)
48 protected void beforeProcessData(Command command, Session session, InvocationRecord invocationRecord) throws Exception {
54 * @see org.mockftpserver.stub.command.AbstractStubDataCommandHandler#processData(org.mockftpserver.core.command.Command, org.mockftpserver.core.session.Session, org.mockftpserver.core.command.InvocationRecord)
56 protected void processData(Command command, Session session, InvocationRecord invocationRecord) { [all...] |
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
LogTest.java | 28 import com.android.server.telecom.Session; 124 if(msg.contains(Session.CREATE_SUBSESSION)) { 125 return clipMsg(Session.CREATE_SUBSESSION, msg); 127 if(msg.contains(Session.CONTINUE_SUBSESSION)) { 128 return clipMsg(Session.CONTINUE_SUBSESSION, msg); 130 if (msg.contains(Session.END_SUBSESSION)) { 131 return clipMsg(Session.END_SUBSESSION, msg); 133 if (msg.contains(Session.END_SESSION)) { 134 return clipMsg(Session.END_SESSION, msg); 169 Session subsession = (Session) args.arg1 [all...] |
/packages/apps/Camera2/src/com/android/camera/one/v2/core/ |
FrameServer.java | 36 * A Session enables submitting multiple Requests for frames. 39 public interface Session extends SafeCloseable { 57 * Indicates that a session has been closed already, via 58 * {@link FrameServer.Session#close} and no more requests may be submitted. 68 * Creates an exclusive session. Blocks, if necessary, until any existing 69 * exclusive session is closed. 71 * @return A new session which may be used to interact with the underlying 75 public Session createExclusiveSession() throws InterruptedException; 79 * blocking if the session cannot be created immediately. 82 public Session tryCreateExclusiveSession() [all...] |
/cts/hostsidetests/tv/app/src/com/android/cts/tv/hostside/ |
StubTvInputService.java | 29 public Session onCreateSession(String inputId) { 33 private static class StubSessionImpl extends Session {
|