OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:uristr
(Results
1 - 22
of
22
) sorted by null
/prebuilts/go/darwin-x86/src/net/http/cgi/
child.go
94
uriStr
:= params["REQUEST_URI"]
95
if
uriStr
== "" {
97
uriStr
= params["SCRIPT_NAME"] + params["PATH_INFO"]
100
uriStr
+= "?" + s
112
rawurl := r.Host +
uriStr
127
url, err := url.Parse(
uriStr
)
129
return nil, errors.New("cgi: failed to parse REQUEST_URI into a URL: " +
uriStr
)
/prebuilts/go/linux-x86/src/net/http/cgi/
child.go
94
uriStr
:= params["REQUEST_URI"]
95
if
uriStr
== "" {
97
uriStr
= params["SCRIPT_NAME"] + params["PATH_INFO"]
100
uriStr
+= "?" + s
112
rawurl := r.Host +
uriStr
127
url, err := url.Parse(
uriStr
)
129
return nil, errors.New("cgi: failed to parse REQUEST_URI into a URL: " +
uriStr
)
/cts/tests/tests/content/src/android/content/cts/
SearchRecentSuggestionsProviderTest.java
55
final String
uriStr
= AUTHORITY_HEAD + '/' + SearchManager.SUGGEST_URI_PATH_QUERY;
56
final Uri contentUri = Uri.parse(
uriStr
);
/frameworks/base/core/java/android/content/
DefaultDataHandler.java
100
String
uriStr
= atts.getValue(URI_STR);
102
if (
uriStr
!= null) {
104
uri = Uri.parse(
uriStr
);
/frameworks/base/core/java/android/app/
RemoteInput.java
326
String
uriStr
= bundle.getString(remoteInputResultKey);
327
if (
uriStr
== null ||
uriStr
.isEmpty()) {
330
results.put(mimeType, Uri.parse(
uriStr
));
/frameworks/support/compat/java/android/support/v4/app/
RemoteInput.java
277
String
uriStr
= bundle.getString(remoteInputResultKey);
278
if (
uriStr
== null ||
uriStr
.isEmpty()) {
281
results.put(mimeType, Uri.parse(
uriStr
));
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
MailAppProvider.java
550
final String
uriStr
= o.optString(KEY_QUERY_URI, null);
551
if (
uriStr
!= null) {
552
mAccountsQueryUri = Uri.parse(
uriStr
);
Attachment.java
420
final String
uriStr
= srcJson.optString(key, null);
421
return
uriStr
== null ? null : Uri.parse(
uriStr
);
/frameworks/base/core/tests/coretests/src/android/provider/
SearchRecentSuggestionsProviderTest.java
386
String
uriStr
= "content://" + TestProvider.AUTHORITY +
388
Uri contentUri = Uri.parse(
uriStr
);
/external/libmicrohttpd/src/testspdy/
test_new_connection.c
885
char *
uristr
;
local
891
asprintf(&
uristr
, "https://127.0.0.1:%i/",port);
896
rv = parse_uri(&uri,
uristr
);
test_notls.c
845
char *
uristr
;
local
852
asprintf(&
uristr
, "https://127.0.0.1:%i/",port);
856
rv = parse_uri(&uri,
uristr
);
test_request_response.c
902
char *
uristr
;
local
908
asprintf(&
uristr
, "https://127.0.0.1:%i/",port);
915
rv = parse_uri(&uri,
uristr
);
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DevicePathToText.c
[
all
...]
DevicePathFromText.c
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationCursor.java
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContent.java
[
all
...]
BluetoothMapContentObserver.java
[
all
...]
/prebuilts/go/darwin-x86/pkg/darwin_amd64/net/http/
cgi.a
759
v.len ?
uriStr
.len ?text·2.len ?s·2.len ?rawurl.len ?lenstr.len ?.autotmp_76 ?
760
v.ptr ?
uriStr
.ptr ?text·2.ptr ?s·2.ptr ?rawurl.ptr ?lenstr.ptr ?.autotmp_75 ?.autotmp_74 ?0type.*errors.errorString ?.autotmp_34 ?Btype.noalg.map.iter[string]string ?~r2 ?params ?Tgclocals·4bb177925f68bf2c323b6c1d34496ff2 ?Tgclocals·53b4ee1cbe0d80b4df7fb0765b911ebb ?"".Serve ?os.Stdout ?4go.itab.*os.File,io.Writer ?$type.*bufio.Writer ? type."".response ?Xgo.itab.*"".response,net/http.ResponseWriter ?("".(*response).Write ?*bufio.(*Writer).Flush ?type.uint8 ?"runtime.makeslice ?"type.bufio.Writer ?0net/http.DefaultServeMux ?Vgo.itab.*net/http.ServeMux,net/http.Handler ?.autotmp_92 ?.autotmp_91 ?rw ?"type.*"".response ?req ?.autotmp_93 ?.autotmp_90 ?&type.**bufio.Writer ?.autotmp_89 ?*type.*net/http.Header ?.autotmp_88 ?.autotmp_87 ?handler ?*type.net/http.Handler ?Tgclocals·a851830972f87f0ff0b0c6a93b99816c ?Tgclocals·6ea066e4eb58bac154b371ae60b9b683 ?("".(*response).Flush ?Tgclocals·1a65e721a2ccc325b382662e7ffee780 ?Tgclocals·69c1753bd5f81501d95132d08af04464 ?*"".(*response).Header ?Tgclocals·aef1f7ba6e2630c93a51843d99f5a28a ?Tgclocals·33cdeccccebe80329f1fdbee7f5874cb ?*bufio.(*Writer).Write ?4"".(*response).WriteHeader ?err ?n ?p ?type.[]uint8 ?Tgclocals·21e863e2261befa92f8534560680bbb6 ?&type.map[int]string ?&net/http.statusText ?2runtime.mapaccess1_fast64 ?runtime.convT2E ?>go.itab.*bufio.Writer,io.Writer ?:go.string."Status: %d %s\r\n" ?fmt.Fprintf ?4runtime.mapaccess2_faststr ?*net/http.Header.Write ? go.string."\r\n" ?6bufio.(*Writer).WriteString ?Hgo.string."text/html; charset=utf-8" ?"type.*net/url.URL ?os.Stderr ??go.string."CGI attempted to write header twice on request for %s" ?.autotmp_98 ?.autotmp_96 ?(type.[1]interface {} ?.autotmp_100 ?.autotmp_97 ?(type.[2]interface {} ?code ?Tgclocals·38cd6c5dc113deaaac86733e20707ab7 ?Tgclocals·82b40b6ecdcb2b27717a6bfbe1cb4399 ?("".(*Handler).stderr ?type.io.Writer ?h ? type.*"".Handler ?Tgclocals·d4dc2f11db048877dbc0f60a22b4adb3 ?@$GOROOT/src/net/http/cgi/host.go?4"".removeLeadingDuplicates ?"strings.IndexByte ?"runtime.growslice ?keq.len ?i ?
[
all
...]
/prebuilts/go/linux-x86/pkg/linux_amd64/net/http/
cgi.a
759
v.len ?
uriStr
.len ?text·2.len ?s·2.len ?rawurl.len ?lenstr.len ?.autotmp_76 ?
760
v.ptr ?
uriStr
.ptr ?text·2.ptr ?s·2.ptr ?rawurl.ptr ?lenstr.ptr ?.autotmp_75 ?.autotmp_74 ?0type.*errors.errorString ?.autotmp_34 ?Btype.noalg.map.iter[string]string ?~r2 ?params ?Tgclocals·4bb177925f68bf2c323b6c1d34496ff2 ?Tgclocals·53b4ee1cbe0d80b4df7fb0765b911ebb ?"".Serve ?os.Stdout ?4go.itab.*os.File,io.Writer ?$type.*bufio.Writer ? type."".response ?Xgo.itab.*"".response,net/http.ResponseWriter ?("".(*response).Write ?*bufio.(*Writer).Flush ?type.uint8 ?"runtime.makeslice ?"type.bufio.Writer ?0net/http.DefaultServeMux ?Vgo.itab.*net/http.ServeMux,net/http.Handler ?.autotmp_92 ?.autotmp_91 ?rw ?"type.*"".response ?req ?.autotmp_93 ?.autotmp_90 ?&type.**bufio.Writer ?.autotmp_89 ?*type.*net/http.Header ?.autotmp_88 ?.autotmp_87 ?handler ?*type.net/http.Handler ?Tgclocals·a851830972f87f0ff0b0c6a93b99816c ?Tgclocals·6ea066e4eb58bac154b371ae60b9b683 ?("".(*response).Flush ?Tgclocals·1a65e721a2ccc325b382662e7ffee780 ?Tgclocals·69c1753bd5f81501d95132d08af04464 ?*"".(*response).Header ?Tgclocals·aef1f7ba6e2630c93a51843d99f5a28a ?Tgclocals·33cdeccccebe80329f1fdbee7f5874cb ?*bufio.(*Writer).Write ?4"".(*response).WriteHeader ?err ?n ?p ?type.[]uint8 ?Tgclocals·21e863e2261befa92f8534560680bbb6 ?&type.map[int]string ?&net/http.statusText ?2runtime.mapaccess1_fast64 ?runtime.convT2E ?>go.itab.*bufio.Writer,io.Writer ?:go.string."Status: %d %s\r\n" ?fmt.Fprintf ?4runtime.mapaccess2_faststr ?*net/http.Header.Write ? go.string."\r\n" ?6bufio.(*Writer).WriteString ?Hgo.string."text/html; charset=utf-8" ?"type.*net/url.URL ?os.Stderr ??go.string."CGI attempted to write header twice on request for %s" ?.autotmp_98 ?.autotmp_96 ?(type.[1]interface {} ?.autotmp_100 ?.autotmp_97 ?(type.[2]interface {} ?code ?Tgclocals·38cd6c5dc113deaaac86733e20707ab7 ?Tgclocals·82b40b6ecdcb2b27717a6bfbe1cb4399 ?("".(*Handler).stderr ?type.io.Writer ?h ? type.*"".Handler ?Tgclocals·d4dc2f11db048877dbc0f60a22b4adb3 ?@$GOROOT/src/net/http/cgi/host.go?4"".removeLeadingDuplicates ?"strings.IndexByte ?"runtime.growslice ?keq.len ?i ?
[
all
...]
/prebuilts/go/darwin-x86/pkg/darwin_amd64_race/net/http/
cgi.a
759
v.len ?
uriStr
.len ?text·2.len ?s·2.len ?remotePort ?rawurl.len ?lenstr.len ?ct.len ?clen ?.autotmp_116 ?.autotmp_112 ?
761
v.ptr ?url ?"type.*net/url.URL ?
uriStr
.ptr ?text·2.ptr ?s·2.ptr ?rawurl.ptr ?lenstr.ptr ?ct.ptr ?.autotmp_121 ?$type.**net/url.URL ?.autotmp_120 ?Btype.**crypto/tls.ConnectionState ?.autotmp_119 ?@type.*crypto/tls.ConnectionState ?.autotmp_118 ?*type.*net/http.Header ?.autotmp_117 ?.autotmp_115 ?.autotmp_114 ?0type.*errors.errorString ?.autotmp_113 ?.autotmp_111 ?.autotmp_50 ?Btype.noalg.map.iter[string]string ?~r2 ?params ?Tgclocals·54d7a3239fb00605d28e8ceedb9bace5 ?Tgclocals·b984dd34cff2f8265367c125396113dd ?"".Serve ?os.Stdout ?4go.itab.*os.File,io.Writer ?$type.*bufio.Writer ?type.uint8 ?"runtime.makeslice ?"type.bufio.Writer ? type."".response ?Xgo.itab.*"".response,net/http.ResponseWriter ?("".(*response).Write ?*bufio.(*Writer).Flush ?0net/http.DefaultServeMux ?Vgo.itab.*net/http.ServeMux,net/http.Handler ?.autotmp_138 ?.autotmp_137 ?rw ?"type.*"".response ?req ?b·4 ?.autotmp_142 ?.autotmp_141 ?&type.**bufio.Writer ?.autotmp_140 ?type.*[]uint8 ?.autotmp_139 ?.autotmp_136 ?.autotmp_135 ?handler ?*type.net/http.Handler ?Tgclocals·25d28208d59f7b2cfa95f40c034e9d57 ?Tgclocals·a4466aedfdb3fc8392560171c005bc36 ?("".(*response).Flush ?Tgclocals·1a65e721a2ccc325b382662e7ffee780 ?Tgclocals·69c1753bd5f81501d95132d08af04464 ?*"".(*response).Header ?.autotmp_143 ?Tgclocals·524d71b8d4b4126db12e7a6de3370d94 ?Tgclocals·9fb7f0986f647f17cb53dda1484e0f7a ?*bufio.(*Writer).Write ?4"".(*response).WriteHeader ?.autotmp_150 ?.autotmp_149 ?.autotmp_148 ?err ?n ?p ?type.[]uint8 ?Tgclocals·5674987173f9447cc18d93bb63aa3f08 ?Tgclocals·f83413e1f0916265015171ba5b95f669 ?&net/http.statusText ?&type.map[int]string ?2runtime.mapaccess1_fast64 ?runtime.convT2E ?>go.itab.*bufio.Writer,io.Writer ?:go.string."Status: %d %s\r\n" ?fmt.Fprintf ?4runtime.mapaccess2_faststr ?*net/http.Header.Write ? go.string."\r\n" ?6bufio.(*Writer).WriteString ?Hgo.string."text/html; charset=utf-8" ?os.Stderr ??go.string."CGI attempted to write header twice on request for %s" ?.autotmp_153 ?.autotmp_171 ?.autotmp_170 ?.autotmp_169 ?.autotmp_168 ?.autotmp_167 ?.autotmp_166 ?type.*bool ?.autotmp_156 ?.autotmp_151 ?(type.[1]interface {} ?.autotmp_152 ?(type.[2]interface {} ?code ?Tgclocals·476850936de7f71f12b4262fad83b16b ?Tgclocals·2e81d259786b810dc0f1573cded94aa7 ?("".(*Handler).stderr ?.autotmp_175 ?.autotmp_174 ?.autotmp_173 ?.autotmp_172 ?type.*io.Writer ?type.io.Writer ?h ? type.*"".Handler ?Tgclocals·43eebfc0dc7bcdb83293a4c1fb537b41 ?Tgclocals·2537486f553d887c2ab4071a7c8b3bc0 ?@$GOROOT/src/net/http/cgi/host.go?4"".removeLeadingDuplicates ?"strings.IndexByte ?"runtime.growslice ?keq.len ?i ?
[
all
...]
/prebuilts/go/linux-x86/pkg/linux_amd64_race/net/http/
cgi.a
759
v.len ?
uriStr
.len ?text·2.len ?s·2.len ?remotePort ?rawurl.len ?lenstr.len ?ct.len ?clen ?.autotmp_116 ?.autotmp_112 ?
761
v.ptr ?url ?"type.*net/url.URL ?
uriStr
.ptr ?text·2.ptr ?s·2.ptr ?rawurl.ptr ?lenstr.ptr ?ct.ptr ?.autotmp_121 ?$type.**net/url.URL ?.autotmp_120 ?Btype.**crypto/tls.ConnectionState ?.autotmp_119 ?@type.*crypto/tls.ConnectionState ?.autotmp_118 ?*type.*net/http.Header ?.autotmp_117 ?.autotmp_115 ?.autotmp_114 ?0type.*errors.errorString ?.autotmp_113 ?.autotmp_111 ?.autotmp_50 ?Btype.noalg.map.iter[string]string ?~r2 ?params ?Tgclocals·54d7a3239fb00605d28e8ceedb9bace5 ?Tgclocals·b984dd34cff2f8265367c125396113dd ?"".Serve ?os.Stdout ?4go.itab.*os.File,io.Writer ?$type.*bufio.Writer ?type.uint8 ?"runtime.makeslice ?"type.bufio.Writer ? type."".response ?Xgo.itab.*"".response,net/http.ResponseWriter ?("".(*response).Write ?*bufio.(*Writer).Flush ?0net/http.DefaultServeMux ?Vgo.itab.*net/http.ServeMux,net/http.Handler ?.autotmp_138 ?.autotmp_137 ?rw ?"type.*"".response ?req ?b·4 ?.autotmp_142 ?.autotmp_141 ?&type.**bufio.Writer ?.autotmp_140 ?type.*[]uint8 ?.autotmp_139 ?.autotmp_136 ?.autotmp_135 ?handler ?*type.net/http.Handler ?Tgclocals·25d28208d59f7b2cfa95f40c034e9d57 ?Tgclocals·a4466aedfdb3fc8392560171c005bc36 ?("".(*response).Flush ?Tgclocals·1a65e721a2ccc325b382662e7ffee780 ?Tgclocals·69c1753bd5f81501d95132d08af04464 ?*"".(*response).Header ?.autotmp_143 ?Tgclocals·524d71b8d4b4126db12e7a6de3370d94 ?Tgclocals·9fb7f0986f647f17cb53dda1484e0f7a ?*bufio.(*Writer).Write ?4"".(*response).WriteHeader ?.autotmp_150 ?.autotmp_149 ?.autotmp_148 ?err ?n ?p ?type.[]uint8 ?Tgclocals·5674987173f9447cc18d93bb63aa3f08 ?Tgclocals·f83413e1f0916265015171ba5b95f669 ?&net/http.statusText ?&type.map[int]string ?2runtime.mapaccess1_fast64 ?runtime.convT2E ?>go.itab.*bufio.Writer,io.Writer ?:go.string."Status: %d %s\r\n" ?fmt.Fprintf ?4runtime.mapaccess2_faststr ?*net/http.Header.Write ? go.string."\r\n" ?6bufio.(*Writer).WriteString ?Hgo.string."text/html; charset=utf-8" ?os.Stderr ??go.string."CGI attempted to write header twice on request for %s" ?.autotmp_153 ?.autotmp_171 ?.autotmp_170 ?.autotmp_169 ?.autotmp_168 ?.autotmp_167 ?.autotmp_166 ?type.*bool ?.autotmp_156 ?.autotmp_151 ?(type.[1]interface {} ?.autotmp_152 ?(type.[2]interface {} ?code ?Tgclocals·476850936de7f71f12b4262fad83b16b ?Tgclocals·2e81d259786b810dc0f1573cded94aa7 ?("".(*Handler).stderr ?.autotmp_175 ?.autotmp_174 ?.autotmp_173 ?.autotmp_172 ?type.*io.Writer ?type.io.Writer ?h ? type.*"".Handler ?Tgclocals·43eebfc0dc7bcdb83293a4c1fb537b41 ?Tgclocals·2537486f553d887c2ab4071a7c8b3bc0 ?@$GOROOT/src/net/http/cgi/host.go?4"".removeLeadingDuplicates ?"strings.IndexByte ?"runtime.growslice ?keq.len ?i ?
[
all
...]
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.ecf.provider.filetransfer_3.2.0.v20130604-1622.jar
Completed in 2300 milliseconds