Home
last modified time | relevance | path

Searched refs:http (Results 1 – 25 of 127) sorted by relevance

123456

/packages/services/BuiltInPrintService/jni/ipphelper/
Dipp_print.c50 http_t *http; member
88 if (ipp_job->http != NULL) { in _init()
89 httpClose(ipp_job->http); in _init()
103 ipp_job->http = httpConnect(printer_address, ippPortNumber); in _init()
105 httpSetTimeout(ipp_job->http, DEFAULT_IPP_TIMEOUT, NULL, 0); in _init()
118 if (ipp_job->http != NULL) { in _destroy()
119 httpClose(ipp_job->http); in _destroy()
409 if (ipp_job->http == NULL) { in _validate_job()
421 httpSetDefaultField(ipp_job->http, HTTP_FIELD_USER_AGENT, ipp_job->useragent); in _validate_job()
423 if ((response = ipp_doCupsRequest(ipp_job->http, request, ipp_job->http_resource, in _validate_job()
[all …]
Dippstatus_capabilities.c81 http_t *http; member
94 caps->http = NULL; in ipp_status_get_capabilities_ifc()
110 if (caps->http != NULL) { in _init()
112 httpClose(caps->http); in _init()
115 caps->http = ipp_cups_connect(connect_info, caps->printer_caps.printerUri, in _init()
118 if (caps->http == NULL) { in _init()
146 if (caps->http == NULL) { in _get_capabilities()
164 response = ipp_doCupsRequest(caps->http, request, caps->printer_caps.httpResource, in _get_capabilities()
217 if (caps->http != NULL) { in _destroy()
218 httpClose(caps->http); in _destroy()
Dippstatus_monitor.c58 http_t *http; member
74 monitor->http = NULL; in ipp_status_get_monitor_ifc()
96 if (monitor->http != NULL) { in _init()
97 httpClose(monitor->http); in _init()
100 monitor->http = ipp_cups_connect(connect_info, monitor->printer_uri, in _init()
134 if (monitor->http != NULL) { in _destroy()
135 httpClose(monitor->http); in _destroy()
172 if (monitor->http == NULL) { in _get_status()
179 ipp_status = get_PrinterState(monitor->http, monitor->printer_uri, printer_state_dyn, in _get_status()
231 if (monitor->http == NULL) { in _start()
[all …]
Dipphelper.c94 status_t set_ipp_version(ipp_t *op_to_set, char *printer_uri, http_t *http, in set_ipp_version() argument
108 if (determine_ipp_version(printer_uri, http) != 0) { in set_ipp_version()
118 static status_t determine_ipp_version(char *printer_uri, http_t *http) { in determine_ipp_version() argument
121 if (http == NULL) { in determine_ipp_version()
125 if ((test_and_set_ipp_version(printer_uri, http, 1, 1) == OK) in determine_ipp_version()
126 || (test_and_set_ipp_version(printer_uri, http, 1, 0) == OK) in determine_ipp_version()
127 || (test_and_set_ipp_version(printer_uri, http, 2, 0) == OK)) { in determine_ipp_version()
136 static status_t test_and_set_ipp_version(char *printer_uri, http_t *http, int major, int minor) { in test_and_set_ipp_version() argument
156 if ((response = cupsDoRequest(http, request, http_resource)) == NULL) { in test_and_set_ipp_version()
227 ipp_status_t get_PrinterState(http_t *http, char *printer_uri, in get_PrinterState() argument
[all …]
Dipphelper.h77 extern ipp_status_t get_PrinterState(http_t *http, char *printer_uri,
144 ipp_t *ipp_doCupsRequest(http_t *http, ipp_t *request, char *http_resource, char *printer_uri);
/packages/apps/Email/provider_src/com/android/email/mail/internet/
DOAuthAuthenticator.java13 import org.apache.http.HttpResponse;
14 import org.apache.http.HttpStatus;
15 import org.apache.http.client.HttpClient;
16 import org.apache.http.client.entity.UrlEncodedFormEntity;
17 import org.apache.http.client.methods.HttpPost;
18 import org.apache.http.impl.client.DefaultHttpClient;
19 import org.apache.http.message.BasicNameValuePair;
20 import org.apache.http.params.BasicHttpParams;
21 import org.apache.http.params.HttpConnectionParams;
22 import org.apache.http.params.HttpParams;
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
DSSLSocketFactory.java36 import org.apache.http.conn.scheme.HostNameResolver;
37 import org.apache.http.conn.scheme.LayeredSocketFactory;
38 import org.apache.http.conn.ssl.AllowAllHostnameVerifier;
39 import org.apache.http.conn.ssl.BrowserCompatHostnameVerifier;
40 import org.apache.http.conn.ssl.StrictHostnameVerifier;
41 import org.apache.http.conn.ssl.X509HostnameVerifier;
42 import org.apache.http.params.HttpConnectionParams;
43 import org.apache.http.params.HttpParams;
DEmailClientConnectionManager.java29 import org.apache.http.conn.scheme.PlainSocketFactory;
30 import org.apache.http.conn.scheme.Scheme;
31 import org.apache.http.conn.scheme.SchemeRegistry;
32 import org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager;
33 import org.apache.http.params.HttpParams;
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Dperformance.md16 * [jsoncpp](http://jsoncpp.sourceforge.net/)
17 * [libjson](http://sourceforge.net/projects/libjson/)
19 * [QJsonDocument](http://qt-project.org/doc/qt-5.0/qtcore/qjsondocument.html)
21 * [JSON Parser Benchmarking](http://chadaustin.me/2013/01/json-parser-benchmarking/) by Chad Austin…
25 * [YAJL](http://lloyd.github.com/yajl/)
26 * [Jansson](http://www.digip.org/jansson/)
Dencoding.md3 According to [ECMA-404](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf),
7 The earlier [RFC4627](http://www.ietf.org/rfc/rfc4627.txt) stated that,
13 …plemented internally, without the need for external libraries (e.g. [ICU](http://site.icu-project.…
18 From [Unicode's official website](http://www.unicode.org/standard/WhatIsUnicode.html):
94 Although the JSON standards did not mention about [ASCII](http://en.wikipedia.org/wiki/ASCII), some…
Dfaq.md13 It is inspired by [RapidXML](http://rapidxml.sourceforge.net/), which is a fast XML DOM parser.
55 …-benchmark) has a listing of open-source C/C++ JSON libraries. [json.org](http://www.json.org/) al…
61 …re details of JSON can be referred to [RFC7159](http://www.ietf.org/rfc/rfc7159.txt) and [ECMA-404…
69 …s. RapidJSON is fully compliance with [RFC7159](http://www.ietf.org/rfc/rfc7159.txt) and [ECMA-404…
239 …[Byte order mark (BOM)](http://en.wikipedia.org/wiki/Byte_order_mark) sometimes reside at the begi…
259 …[SIMD](http://en.wikipedia.org/wiki/SIMD) instructions can perform parallel computation in modern …
DDoxyfile.in23 # built into libc) for the transcoding. See http://www.gnu.org/software/libiconv
298 # documentation. See http://daringfireball.net/projects/markdown/ for details.
331 # http://www.riverbankcomputing.co.uk/software/sip/intro) sources only. Doxygen
690 # to be installed. See also http://en.wikipedia.org/wiki/BibTeX for more info.
784 # documentation (see: http://www.gnu.org/software/libiconv) for the list of
985 # (see http://www.gnu.org/software/global/global.html). You will need version
1013 # clang parser (see: http://clang.llvm.org/) for more accurate parsing at the
1147 # http://en.wikipedia.org/wiki/Hue for more information. For instance the value
1205 # environment (see: http://developer.apple.com/tools/xcode/), introduced with
1210 # startup. See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html
[all …]
Dfeatures.md43 …* Similar to [SAX](http://en.wikipedia.org/wiki/Simple_API_for_XML), RapidJSON provides a event se…
45 …* Similar to [DOM](http://en.wikipedia.org/wiki/Document_Object_Model) for HTML/XML, RapidJSON can…
Dinternals.md31 `Value` is a [variant type](http://en.wikipedia.org/wiki/Variant_type). In RapidJSON's context, an …
221 …t, the parsers use normal precision setting. This has has maximum 3 [ULP](http://en.wikipedia.org/…
224 1. [Fast-Path](http://www.exploringbinary.com/fast-path-decimal-to-floating-point-conversion/).
328 There is a great [tool](http://hackingoff.com/compilers/predict-first-follow-set) for above grammar…
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
DGoogleSuggestClient.java23 import android.net.http.AndroidHttpClient;
36 import org.apache.http.HttpResponse;
37 import org.apache.http.client.HttpClient;
38 import org.apache.http.client.methods.HttpGet;
39 import org.apache.http.params.HttpParams;
40 import org.apache.http.util.EntityUtils;
/packages/apps/Test/connectivity/sl4n/rapidjson/
Dreadme.md13 * [English](http://rapidjson.org/)
14 * [简体中文](http://rapidjson.org/zh-cn/)
32 RapidJSON is a JSON parser and generator for C++. It was inspired by [RapidXml](http://rapidxml.sou…
47 * [Introducing JSON](http://json.org/)
48 * [RFC7159: The JavaScript Object Notation (JSON) Data Interchange Format](http://www.ietf.org/rfc/…
49 * [Standard ECMA-404: The JSON Data Interchange Format](http://www.ecma-international.org/publicati…
66 * [CMake](http://www.cmake.org) as a general build tool
67 * (optional)[Doxygen](http://www.doxygen.org) to build documentation
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DHttpClientFactory.java24 import org.apache.http.HttpVersion;
25 import org.apache.http.client.HttpClient;
26 import org.apache.http.conn.params.ConnManagerParams;
27 import org.apache.http.params.CoreProtocolPNames;
28 import org.apache.http.params.HttpParams;
/packages/apps/ExactCalculator/
Dproguard.flags2 # http://proguard.sourceforge.net/index.html#manual/usage.html
18 # For native methods, see http://proguard.sourceforge.net/manual/examples.html#native
24 # see http://proguard.sourceforge.net/manual/examples.html#beans
35 # For enumeration classes, see http://proguard.sourceforge.net/manual/examples.html#enumerations
/packages/experimental/StrictModeTest/src/com/android/strictmodetest/
DStrictModeActivity.java59 import org.apache.http.HttpResponse;
60 import org.apache.http.client.methods.HttpUriRequest;
61 import org.apache.http.client.methods.HttpGet;
62 import org.apache.http.impl.client.DefaultHttpClient;
/packages/apps/Dialer/java/com/android/dialer/proguard/
Dproguard_base.flags1 # Copied from http://google3/java/com/google/android/apps/common/proguard/base.flags
60 # Based on http://ag/718466: android.app.Notification.setLatestEventInfo() was
/packages/apps/Contacts/tests/assets/
DREADME.txt4 http://creativecommons.org/licenses/by/3.0/
/packages/apps/UnifiedEmail/src/org/apache/commons/io/
DThirdPartyProject.prop9 homepage=http\://commons.apache.org/io/
/packages/experimental/StrictModeTest/
DAndroid.mk22 LOCAL_JAVA_LIBRARIES := org.apache.http.legacy
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/
DThirdPartyProject.prop10 homepage=http\://james.apache.org/index.html
/packages/apps/LegacyCamera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile21 # http://www.gnu.org/software/libiconv for the list of possible encodings.
592 # into libc) for the transcoding. See http://www.gnu.org/software/libiconv for
765 # tagging system (see http://www.gnu.org/software/global/global.html). You
863 # See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html for more information.
940 # http://doc.trolltech.com/qthelpproject.html#namespace
946 # http://doc.trolltech.com/qthelpproject.html#virtual-folders
952 # http://doc.trolltech.com/qthelpproject.html#custom-filters
957 # <a href="http://doc.trolltech.com/qthelpproject.html#custom-filters">Qt Help Project / Custom Fil…
963 # <a href="http://doc.trolltech.com/qthelpproject.html#filter-attributes">Qt Help Project / Filter …
1380 # http://www.mcternan.me.uk/mscgen/) to produce the chart and insert it in the

123456