/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordDxe/ |
OpalDriver.c | 265 OPAL_SESSION Session;
277 ZeroMem(&Session, sizeof(Session));
278 Session.Sscp = Dev->OpalDisk.Sscp;
279 Session.MediaId = Dev->OpalDisk.MediaId;
280 Session.OpalBaseComId = Dev->OpalDisk.OpalBaseComId;
347 Ret = OpalSupportUnlock(&Session, Password, PasswordLen, Dev->OpalDevicePath);
349 Ret = OpalSupportLock(&Session, Password, PasswordLen, Dev->OpalDevicePath);
351 Ret = OpalSupportUnlock(&Session, Password, PasswordLen, Dev->OpalDevicePath);
422 OPAL_SESSION Session;
[all...] |
/external/llvm/include/llvm/DebugInfo/PDB/ |
PDBContext.h | 57 std::unique_ptr<IPDBSession> Session;
|
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/ |
FakeFtpServerTest.groovy | 23 import org.mockftpserver.core.session.Session
129 public void handleCommand(Command command, Session session) {
|
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/command/ |
AbstractCommandHandlerTestCase.java | 21 import org.mockftpserver.core.session.Session;
44 protected Session session;
field in class:AbstractCommandHandlerTestCase 57 session.sendReply(ReplyCodes.COMMAND_SYNTAX_ERROR, replyTextFor(ReplyCodes.COMMAND_SYNTAX_ERROR));
58 replay(session);
60 commandHandler.handleCommand(command, session);
61 verify(session);
147 session = (Session) createMock(Session.class); [all...] |
SimpleCompositeCommandHandlerTest.java | 20 import org.mockftpserver.core.session.Session;
41 private Session session;
field in class:SimpleCompositeCommandHandlerTest 53 commandHandler1.handleCommand(command, session);
56 simpleCompositeCommandHandler.handleCommand(command, session);
67 commandHandler1.handleCommand(command, session);
68 commandHandler2.handleCommand(command, session);
71 simpleCompositeCommandHandler.handleCommand(command, session);
72 simpleCompositeCommandHandler.handleCommand(command, session);
[all...] |
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/command/ |
AbstractCommandHandlerTest.java | 28 import org.mockftpserver.core.session.Session;
49 protected Session session;
field in class:AbstractCommandHandlerTest 63 commandHandler.handleCommand(new Command(commandName, parameters), session);
156 session = (Session) createMock(Session.class);
157 control(session).setDefaultMatcher(MockControl.ARRAY_MATCHER);
158 control(session).expectAndDefaultReturn(session.getClientHost(), DEFAULT_HOST); [all...] |
/external/pdfium/core/fpdfapi/parser/ |
cpdf_read_validator.cpp | 30 CPDF_ReadValidator::Session::Session(CPDF_ReadValidator* validator) 38 CPDF_ReadValidator::Session::~Session() {
|
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/ |
candidate_graph_runner.h | 25 #include "tensorflow/core/public/session.h" 34 // on a session created from a graph. 65 std::unique_ptr<Session> session_;
|
/external/tensorflow/tensorflow/examples/benchmark/ |
sample_benchmark.py | 30 with tf.Session() as sess:
|
/external/tensorflow/tensorflow/examples/ios/camera/ |
CameraExampleViewController.h | 19 #include "tensorflow/core/public/session.h" 37 AVCaptureSession *session; variable 38 std::unique_ptr<tensorflow::Session> tf_session;
|
/external/tensorflow/tensorflow/python/profiler/ |
profile_context_test.py | 22 from tensorflow.python.client import session 50 with session.Session() as sess: 75 with session.Session() as sess: 96 with session.Session() as sess: 102 getattr(session.BaseSession, "profile_context", None) is None) 105 with session.Session() as sess [all...] |
/external/tensorflow/tensorflow/python/training/ |
quantize_training_test.py | 24 from tensorflow.python.client import session 39 with session.Session() as sess: 59 with session.Session(graph=g) as sess: 71 with ops.Graph().as_default() as g, session.Session(graph=g) as sess: 83 with ops.Graph().as_default() as g, session.Session(graph=g) as sess:
|
server_lib_sparse_job_test.py | 21 from tensorflow.python.client import session 38 with session.Session(server.target) as sess:
|
/external/wpa_supplicant_8/hs20/server/www/ |
est.php | 44 error_log("EST: Session not found for user=$user realm=$realm"); 45 die("Session not found"); 49 error_log("EST: Session fetch failed for user=$user realm=$realm"); 50 die('Session not found'); 57 die("Session not found"); 181 error_log("EST: simpleenroll - Failed to update session database"); 182 die("Failed to update session database");
|
/frameworks/av/drm/mediadrm/plugins/clearkey/default/include/ |
CryptoPlugin.h | 27 #include "Session.h" 59 android::sp<Session> mSession;
|
/frameworks/base/telecomm/java/android/telecom/Logging/ |
Runnable.java | 22 * Encapsulates session logging in a Runnable to reduce code duplication when continuing subsessions 28 private Session mSubsession; 49 * Creates a new Telecom Runnable that incorporates Session Logging into it. Useful for carrying 51 * @param subsessionName The name that will be used in the Logs to mark this Session 73 * call cancel() if this session is never going to be run (removed from a handler queue, for 84 * This method is used to clean up the active session if the Runnable gets removed from a
|
/packages/apps/Dialer/java/com/android/dialer/enrichedcall/ |
Session.java | 27 public interface Session { 60 * Returns the id associated with this session, or {@link #NO_SESSION_ID} if this represents a 61 * session that failed to start. 65 /** Returns the id of the dialer call associated with this session, or null if there isn't one. */ 71 /** Returns the number associated with the remote end of this session. */ 75 /** Returns the {@link State} for this session. */ 79 /** Returns the {@link MultimediaData} associated with this session. */ 83 /** Returns type of this session, based on some arbitrarily defined type. */ 87 * Sets the {@link MultimediaData} for this session.
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/ |
PDBContext.h | 59 std::unique_ptr<IPDBSession> Session;
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/PDB/ |
PDBContext.h | 58 std::unique_ptr<IPDBSession> Session;
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/PDB/ |
PDBContext.h | 58 std::unique_ptr<IPDBSession> Session;
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/PDB/ |
PDBContext.h | 58 std::unique_ptr<IPDBSession> Session;
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/PDB/ |
PDBContext.h | 58 std::unique_ptr<IPDBSession> Session;
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/PDB/ |
PDBContext.h | 58 std::unique_ptr<IPDBSession> Session;
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/PDB/ |
PDBContext.h | 58 std::unique_ptr<IPDBSession> Session;
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/ |
PDBContext.h | 59 std::unique_ptr<IPDBSession> Session;
|