Home
last modified time | relevance | path

Searched refs:URI (Results 1 - 25 of 38) sorted by relevance

12

/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
H A Dspan.go28 URI span.URI
33 func NewURI(uri span.URI) string {
42 return Location{URI: NewURI(s.URI()), Range: rng}, nil
46 if span.CompareURI(m.URI, s.URI()) != 0 {
47 return Range{}, errors.Errorf("column mapper is for file %q instead of %q", m.URI, s.URI())
88 return span.New(m.URI, star
[all...]
H A Dtsprotocol.go158 /*URI defined:
159 * The associated URI for this workspace folder.
161 URI string `json:"uri"`
1576 /*URI defined:
1579 URI DocumentURI `json:"uri"`
1650 /*URI defined:
1651 * The URI for which diagnostic information is reported.
1653 URI DocumentURI `json:"uri"`
2812 // URI is
2813 URI DocumentUR
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
H A Dspan.go28 URI span.URI
33 func NewURI(uri span.URI) string {
42 return Location{URI: NewURI(s.URI()), Range: rng}, nil
46 if span.CompareURI(m.URI, s.URI()) != 0 {
47 return Range{}, errors.Errorf("column mapper is for file %q instead of %q", m.URI, s.URI())
88 return span.New(m.URI, star
[all...]
H A Dtsprotocol.go158 /*URI defined:
159 * The associated URI for this workspace folder.
161 URI string `json:"uri"`
1576 /*URI defined:
1579 URI DocumentURI `json:"uri"`
1650 /*URI defined:
1651 * The URI for which diagnostic information is reported.
1653 URI DocumentURI `json:"uri"`
2812 // URI is
2813 URI DocumentUR
[all...]
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/
H A Dspan.go28 URI span.URI
33 func NewURI(uri span.URI) string {
42 return Location{URI: NewURI(s.URI()), Range: rng}, nil
46 if span.CompareURI(m.URI, s.URI()) != 0 {
47 return Range{}, errors.Errorf("column mapper is for file %q instead of %q", m.URI, s.URI())
88 return span.New(m.URI, star
[all...]
H A Dtsprotocol.go158 /*URI defined:
159 * The associated URI for this workspace folder.
161 URI string `json:"uri"`
1576 /*URI defined:
1579 URI DocumentURI `json:"uri"`
1650 /*URI defined:
1651 * The URI for which diagnostic information is reported.
1653 URI DocumentURI `json:"uri"`
2812 // URI is
2813 URI DocumentUR
[all...]
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/span/
H A Duri.go30 // URI represents the full URI for a file.
31 type URI string type
33 // Filename returns the file path for the given URI.
34 // It is an error to call this on a URI that is not a valid filename.
35 func (uri URI) Filename() string {
43 func filename(uri URI) (string, error) {
60 // NewURI returns a span URI for the string.
62 func NewURI(s string) URI {
67 return URI(
[all...]
H A Dspan.go38 URI URI `json:"uri"`
63 func New(uri URI, start Point, end Point) Span {
64 s := Span{v: span{URI: uri, Start: start.v, End: end.v}}
76 if r := CompareURI(a.URI(), b.URI()); r != 0 {
118 func (s Span) URI() URI { return s.v.URI }
185 uri := string(s.v.URI)
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/span/
H A Duri.go30 // URI represents the full URI for a file.
31 type URI string type
33 // Filename returns the file path for the given URI.
34 // It is an error to call this on a URI that is not a valid filename.
35 func (uri URI) Filename() string {
43 func filename(uri URI) (string, error) {
60 // NewURI returns a span URI for the string.
62 func NewURI(s string) URI {
67 return URI(
[all...]
H A Dspan.go38 URI URI `json:"uri"`
63 func New(uri URI, start Point, end Point) Span {
64 s := Span{v: span{URI: uri, Start: start.v, End: end.v}}
76 if r := CompareURI(a.URI(), b.URI()); r != 0 {
118 func (s Span) URI() URI { return s.v.URI }
185 uri := string(s.v.URI)
[all...]
/third_party/spirv-tools/utils/vscode/src/lsp/span/
H A Duri.go30 // URI represents the full URI for a file.
31 type URI string type
33 // Filename returns the file path for the given URI.
34 // It is an error to call this on a URI that is not a valid filename.
35 func (uri URI) Filename() string {
43 func filename(uri URI) (string, error) {
60 // NewURI returns a span URI for the string.
62 func NewURI(s string) URI {
67 return URI(
[all...]
H A Dspan.go38 URI URI `json:"uri"`
63 func New(uri URI, start Point, end Point) Span {
64 s := Span{v: span{URI: uri, Start: start.v, End: end.v}}
76 if r := CompareURI(a.URI(), b.URI()); r != 0 {
118 func (s Span) URI() URI { return s.v.URI }
185 uri := string(s.v.URI)
[all...]
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dmhd2spdy_structures.h86 struct URI struct
107 struct URI *uri;
268 free_uri(struct URI * uri);
282 struct URI ** uri);
H A Dmhd2spdy_structures.c28 free_uri(struct URI * uri) in free_uri()
71 struct URI ** uri) in parse_uri()
82 *uri = au_malloc(sizeof(struct URI)); in parse_uri()
H A Dmhd2spdy_spdy.h31 spdy_connect(const struct URI *uri,
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/
H A Dlangsvr.go141 return s.processFile(ctx, p.TextDocument.URI, p.TextDocument.Text)
145 return s.processFile(ctx, p.TextDocument.URI, p.ContentChanges[0].Text)
238 f := s.getFile(p.TextDocument.URI)
297 if f := s.getFile(p.TextDocument.URI); f != nil {
302 URI: p.TextDocument.URI,
314 if f := s.getFile(p.TextDocument.URI); f != nil {
321 URI: p.TextDocument.URI,
366 if f := s.getFile(p.TextDocument.URI);
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/
H A Dlangsvr.go141 return s.processFile(ctx, p.TextDocument.URI, p.TextDocument.Text)
145 return s.processFile(ctx, p.TextDocument.URI, p.ContentChanges[0].Text)
238 f := s.getFile(p.TextDocument.URI)
297 if f := s.getFile(p.TextDocument.URI); f != nil {
302 URI: p.TextDocument.URI,
314 if f := s.getFile(p.TextDocument.URI); f != nil {
321 URI: p.TextDocument.URI,
366 if f := s.getFile(p.TextDocument.URI);
[all...]
/third_party/spirv-tools/utils/vscode/src/
H A Dlangsvr.go141 return s.processFile(ctx, p.TextDocument.URI, p.TextDocument.Text)
145 return s.processFile(ctx, p.TextDocument.URI, p.ContentChanges[0].Text)
238 f := s.getFile(p.TextDocument.URI)
297 if f := s.getFile(p.TextDocument.URI); f != nil {
302 URI: p.TextDocument.URI,
314 if f := s.getFile(p.TextDocument.URI); f != nil {
321 URI: p.TextDocument.URI,
366 if f := s.getFile(p.TextDocument.URI);
[all...]
/third_party/nghttp2/examples/
H A Dclient.c103 struct URI { struct
516 static void request_init(struct Request *req, const struct URI *uri) { in request_init()
533 static void fetch_uri(const struct URI *uri) { in fetch_uri()
627 static int parse_uri(struct URI *res, const char *uri) { in parse_uri()
631 memset(res, 0, sizeof(struct URI)); in parse_uri()
710 struct URI uri; in main()
715 die("Specify a https URI"); in main()
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
H A Dtest_new_connection.c133 struct URI { struct
632 static void request_init(struct Request *req, const struct URI *uri) in request_init()
653 static void fetch_uri(const struct URI *uri) in fetch_uri()
733 static int parse_uri(struct URI *res, const char *uri) in parse_uri()
737 memset(res, 0, sizeof(struct URI)); in parse_uri()
882 struct URI uri; in childproc()
H A Dtest_notls.c112 struct URI { struct
584 static void request_init(struct Request *req, const struct URI *uri) in request_init()
605 static void fetch_uri(const struct URI *uri) in fetch_uri()
668 static int parse_uri(struct URI *res, const char *uri) in parse_uri()
672 memset(res, 0, sizeof(struct URI)); in parse_uri()
842 struct URI uri; in childproc()
H A Dtest_request_response.c115 struct URI { struct
620 static void request_init(struct Request *req, const struct URI *uri) in request_init()
641 static void fetch_uri(const struct URI *uri) in fetch_uri()
721 static int parse_uri(struct URI *res, const char *uri) in parse_uri()
725 memset(res, 0, sizeof(struct URI)); in parse_uri()
899 struct URI uri; in childproc()
/third_party/node/deps/npm/node_modules/npm-registry-fetch/lib/
H A Dcheck-response.js10 const moreInfoUrl = 'https://github.com/npm/cli/wiki/No-auth-for-URI,-but-auth-present-for-scoped-registry'
24 log.warn('registry', `No auth for URI, but auth present for scoped registry.
26 URI: ${uri}
/third_party/skia/third_party/externals/microhttpd/src/spdy2http/
H A Dproxy.c75 struct URI struct
189 free_uri(struct URI * uri) in free_uri()
233 parse_uri(regex_t * preg, const char * full_uri, struct URI ** uri) in parse_uri()
245 *uri = malloc(sizeof(struct URI)); in parse_uri()
848 struct URI *uri; in standard_request_handler()
/third_party/node/test/parallel/
H A Dtest-crypto-x509.js51 let infoAccessCheck = `OCSP - URI:http://ocsp.nodejs.org/
52 CA Issuers - URI:http://ca.nodejs.org/ca.cert`;
277 'OCSP - URI': ['http://ocsp.nodejs.org/'],
278 'CA Issuers - URI': ['http://ca.nodejs.org/ca.cert']

Completed in 20 milliseconds

12