Home
last modified time | relevance | path

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

12345678910>>...18

/packages/services/Car/tests/BugReportApp/libs/
Dopencensus-contrib-http-util-0.21.0.jar ... opencensus/contrib/ io/opencensus/contrib/http/ io/opencensus/contrib/http/HttpClientHandler ...
Dgoogle-http-client-1.30.1.jar ... .MockHttpClient this$0 public org.apache.http.HttpResponse execute (org.apache.http. ...
DAndroid.bp7 // http://www.apache.org/licenses/LICENSE-2.0
56 name: "car-br-google-http-client-jar",
57 jars: ["google-http-client-1.30.1.jar"],
62 name: "car-br-google-http-client-android-jar",
63 jars: ["google-http-client-android-1.30.1.jar"],
68 name: "car-br-google-http-client-jackson2-jar",
69 jars: ["google-http-client-jackson2-1.30.1.jar"],
92 name: "car-br-opencensus-contrib-http-util-jar",
93 jars: ["opencensus-contrib-http-util-0.21.0.jar"],
Dgoogle-oauth-client-1.30.1.jar ... Object implements com.google.api.client.http.HttpExecuteInterceptor com.google.api.client. ...
Dgoogle-http-client-android-1.30.1.jar ... META-INF/maven/com.google.http-client/google-http-client-android
Dgoogle-api-client-1.30.2.jar ... private final com.google.api.client.http.AbstractInputStreamContent content private final String contentRange void <init ...
Dgoogle-api-client-android-1.30.2.jar ... Object implements com.google.api.client.http.HttpExecuteInterceptor com.google.api.client. ...
/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()
104 ipp_job->http = httpConnectEncrypt(printer_address, ippPortNumber, HTTP_ENCRYPTION_ALWAYS); in _init()
107 if (ipp_job->http == NULL) { in _init()
108 … ipp_job->http = httpConnectEncrypt(printer_address, ippPortNumber, HTTP_ENCRYPT_REQUIRED); in _init()
111 … ipp_job->http = httpConnectEncrypt(printer_address, ippPortNumber, HTTP_ENCRYPTION_IF_REQUESTED); in _init()
114 httpSetTimeout(ipp_job->http, DEFAULT_IPP_TIMEOUT, NULL, 0); in _init()
127 if (ipp_job->http != NULL) { in _destroy()
128 httpClose(ipp_job->http); in _destroy()
[all …]
Dippstatus_capabilities.c85 http_t *http; member
98 caps->http = NULL; in ipp_status_get_capabilities_ifc()
114 if (caps->http != NULL) { in _init()
116 httpClose(caps->http); in _init()
119 caps->http = ipp_cups_connect(connect_info, caps->printer_caps.printerUri, in _init()
122 if (caps->http == NULL) { in _init()
150 if (caps->http == NULL) { in _get_capabilities()
168 response = ipp_doCupsRequest(caps->http, request, caps->printer_caps.httpResource, in _get_capabilities()
221 if (caps->http != NULL) { in _destroy()
222 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.h78 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/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…
/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/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/services/Car/tests/BugReportApp/
DAndroid.bp7 // http://www.apache.org/licenses/LICENSE-2.0
47 "car-br-google-http-client-android-jar",
48 "car-br-google-http-client-jackson2-jar",
49 "car-br-google-http-client-jar",
55 "car-br-opencensus-contrib-http-util-jar",
/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/Car/libs/car-ui-lib/
Dgradle.properties8 # http://www.apache.org/licenses/LICENSE-2.0
21 # http://www.gradle.org/docs/current/userguide/build_environment.html
27 # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
DSimpleUploaderAsyncTask.java24 import com.google.api.client.extensions.android.http.AndroidHttp;
26 import com.google.api.client.http.HttpTransport;
27 import com.google.api.client.http.InputStreamContent;
/packages/providers/TelephonyProvider/proto/
DAndroid.bp7 // http://www.apache.org/licenses/LICENSE-2.0
33 // Pin java_version until jarjar is certified to support later versions. http://b/72703434
/packages/modules/ArtPrebuilt/iorap/test/src/IorapTestApp/
Dgradle.properties6 # http://www.gradle.org/docs/current/userguide/build_environment.html
12 # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects

12345678910>>...18