/external/nanohttpd/fileupload/src/test/java/fi/iki/elonen/ |
TestNanoFileUpLoad.java | 120 public Response serve(IHTTPSession session) { 122 this.uri = session.getUri(); 123 this.method = session.getMethod(); 124 this.header = session.getHeaders(); 125 this.parms = session.getParms(); 126 if (NanoFileUpload.isMultipartContent(session)) { 129 session.getHeaders().put("content-length", "AA"); 130 files = uploader.parseParameterMap(session); 134 List<FileItem> parseRequest = uploader.parseRequest(session); 139 FileItemIterator iter = uploader.getItemIterator(session); [all...] |
/external/nist-sip/java/gov/nist/javax/sip/parser/extensions/ |
SessionExpiresParser.java | 11 * Parser for SIP Session Expires Header. 67 { "Session-Expires: 30\n", 68 "Session-Expires: 45;refresher=uac\n",
|
/external/ppp/pppd/plugins/rp-pppoe/ |
common.c | 103 /* Do nothing if no session established yet */ 104 if (!conn->session) return; 115 packet.session = conn->session; 117 /* Reset Session to zero so there is no possibility of 119 conn->session = 0; 199 printer(arg, " session 0x%x length %d\n", ntohs(packet->session), len); 202 printer(arg, "PPPOE Session V%dT%d", PPPOE_VER(packet->vertype), 204 printer(arg, " code 0x%x session 0x%x length %d\n", packet->code [all...] |
/external/wpa_supplicant_8/hs20/server/www/ |
add-mo.php | 13 die("Missing session id"); 30 die("Session not found"); 46 die("Failed to update session database");
|
/hardware/qcom/gps/loc_api/libloc_api_50001/ |
loc_eng_ni.h | 53 loc_eng_ni_session_s_type session; /* SUPL NI Session */ member in struct:__anon33713 54 loc_eng_ni_session_s_type sessionEs; /* Emergency SUPL NI Session */
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/ |
loc_eng_ni.h | 53 loc_eng_ni_session_s_type session; /* SUPL NI Session */ member in struct:__anon33799 54 loc_eng_ni_session_s_type sessionEs; /* Emergency SUPL NI Session */
|
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/ |
loc_eng_ni.h | 53 loc_eng_ni_session_s_type session; /* SUPL NI Session */ member in struct:__anon33857 54 loc_eng_ni_session_s_type sessionEs; /* Emergency SUPL NI Session */
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/ |
loc_eng_ni.h | 53 loc_eng_ni_session_s_type session; /* SUPL NI Session */ member in struct:__anon33976 54 loc_eng_ni_session_s_type sessionEs; /* Emergency SUPL NI Session */
|
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/ |
loc_eng_ni.h | 53 loc_eng_ni_session_s_type session; /* SUPL NI Session */ member in struct:__anon34033 54 loc_eng_ni_session_s_type sessionEs; /* Emergency SUPL NI Session */
|
/libcore/support/src/test/java/libcore/javax/net/ssl/ |
TestSSLSessions.java | 31 * An invalid session that is not connected 36 * The server side of a connected session 41 * The client side of a connected session
|
/packages/apps/Camera2/src/com/android/camera/one/v2/commands/ |
PreviewCommand.java | 51 try (FrameServer.Session session = mFrameServer.createExclusiveSession()) { 53 session.submitRequest(Arrays.asList(photoRequest.build()),
|
/packages/apps/Camera2/src/com/android/camera/processing/ |
ProcessingService.java | 35 import com.android.camera.session.CaptureSession; 36 import com.android.camera.session.CaptureSession.ProgressListener; 37 import com.android.camera.session.CaptureSessionManager; 93 /** Manages the capture session. */ 123 // TODO: Cancel session in progress... 222 CaptureSession session = task.getSession(); local 225 // a session. 226 if (session == null) { 228 session = mSessionManager.createNewSession(task.getName(), 0, task.getLocation()); 232 // Adding the listener also causes it to get called for the session' [all...] |
/frameworks/base/media/java/android/media/tv/ |
TvInputService.java | 71 * so by deriving from this class and providing their own session implementation based on 72 * {@link TvInputService.Session}. All TV input services must require that clients hold the 101 * looper to be synchronously run with {@code Session.mHandler}. 130 Log.w(TAG, "Creating session without input channel"); 181 * Returns a concrete implementation of {@link Session}. 183 * <p>May return {@code null} if this TV input service fails to create a session for some 187 * @param inputId The ID of the TV input associated with the session. 190 public abstract Session onCreateSession(String inputId); 195 * <p>May return {@code null} if this TV input service fails to create a recording session for 198 * @param inputId The ID of the TV input associated with the recording session [all...] |
/build/core/ |
process_wrapper.sh | 8 # Inside of the xterm is a gdb session, through which
|
/development/samples/WiktionarySimple/ |
_index.html | 5 displayed in a frame. Touching the widget will open a new browser session and
|
/external/autotest/client/cros/ |
cros_ui.py | 46 session = get_chrome_session_ident() 48 wait_for_chrome_ready(session) 100 session = get_chrome_session_ident() 105 wait_for_chrome_ready(session) 110 """Restart the session manager. 112 - If the user is logged in, the session will be terminated. 122 session = get_chrome_session_ident() 130 raise error.TestError('Could not stop session') 134 wait_for_chrome_ready(session)
|
/external/autotest/client/site_tests/desktopui_ExitOnSupervisedUserCrash/ |
control | 18 triggers session termination.
|
/external/autotest/client/site_tests/login_ChromeProfileSanitary/ |
control | 15 This test checks that a browser crash during a user session does not cause the
|
/external/autotest/client/site_tests/login_MultipleSessions/ |
control | 15 This test is intended to ensure that the session manager can
|
/external/autotest/client/tests/kvm/tests/ |
smbios_table.py | 37 session = vm.wait_for_login(timeout=login_timeout) 40 guest_vendor = session.cmd(vendor_cmd).strip() 41 guest_date = session.cmd(date_cmd).strip() 42 guest_version = session.cmd(version_cmd).strip()
|
/external/autotest/server/site_tests/network_WiFi_BluetoothScanPerf/ |
network_WiFi_BluetoothScanPerf.py | 50 def test_one(self, session, config, ap_config_tag, bt_tag): 53 @param session NetperfSession session 71 results = session.run(config) 110 session = netperf_session.NetperfSession(self.context.client, 114 session.warmup_stations() 118 self.test_one(session, config, ap_config_tag, 'BT_quiet') 122 self.test_one(session, config, ap_config_tag, 'BT_scanning') 126 self.test_one(session, config, ap_config_tag, 'BT_quiet_again')
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/browser_profiles/content_scripts1/Default/ |
Preferences | 39 "session": {
|
/external/curl/tests/libtest/ |
lib569.c | 32 * Test Session ID capture 46 fprintf(stderr, "couldn't open the Session ID File\n"); 78 /* Go through the various Session IDs */ 95 fprintf(idfile, "Got Session ID: [%s]\n", rtsp_session_id);
|
/external/dbus/test/data/valid-config-files/ |
incoming-limit.conf | 5 <type>session</type>
|
/external/google-breakpad/src/common/windows/ |
dia_util.cc | 36 IDiaSession* session,
39 if (FAILED(session->getEnumDebugStreams(&enum_debug_streams))) {
67 bool FindTable(REFIID iid, IDiaSession* session, void** table) {
70 if (FAILED(session->getEnumTables(&enum_tables))) {
|