Home
last modified time | relevance | path

Searched refs:protocol (Results 1 – 25 of 2127) sorted by relevance

12345678910>>...86

/third_party/node/test/parallel/
Dtest-url-parse-format.js18 protocol: 'http:', property
29 protocol: 'http:', property
42 protocol: 'http:', property
54 protocol: 'http:', property
65 protocol: 'http:', property
75 protocol: 'http:', property
85 protocol: 'http:', property
95 protocol: 'http:', property
106 protocol: 'http:', property
117 protocol: 'http:', property
[all …]
Dtest-url-format.js11 protocol: 'http:', property
21 protocol: 'http:', property
31 protocol: 'http:', property
41 protocol: 'http:', property
51 protocol: 'http:', property
61 protocol: 'http:', property
69 protocol: 'http:', property
75 protocol: 'http', property
83 protocol: 'xmpp:', property
92 protocol: 'http:', property
[all …]
/third_party/typescript/src/harness/
Dclient.ts62 …private lineOffsetToPosition(fileName: string, lineOffset: protocol.Location, lineMap?: number[]):…
67 … private positionToOneBasedLineOffset(fileName: string, position: number): protocol.Location {
75 … private convertCodeEditsToTextChange(fileName: string, codeEdit: protocol.CodeEdit): TextChange {
79 … private processRequest<T extends protocol.Request>(command: string, args: T["arguments"]): T {
80 const request: protocol.Request = {
93 …private processResponse<T extends protocol.Response>(request: protocol.Request, expectEmptyBody = …
129 const args: protocol.ConfigureRequestArguments = { preferences };
136 const args: protocol.ConfigureRequestArguments = { formatOptions };
142 const args: protocol.OpenRequestArgs = { file, fileContent, scriptKindName };
147 const args: protocol.FileRequestArgs = { file };
[all …]
/third_party/typescript/src/testRunner/unittests/tsserver/
DdeclarationFileMaps.ts190 …const response = executeSessionRequest<protocol.DefinitionRequest, protocol.DefinitionResponse>(se…
203 …se = executeSessionRequest<protocol.DefinitionAndBoundSpanRequest, protocol.DefinitionAndBoundSpan…
219 …se = executeSessionRequest<protocol.DefinitionAndBoundSpanRequest, protocol.DefinitionAndBoundSpan…
248 …t response = executeSessionRequest<protocol.TypeDefinitionRequest, protocol.TypeDefinitionResponse…
261 …t response = executeSessionRequest<protocol.ImplementationRequest, protocol.ImplementationResponse…
273 …const response = executeSessionRequest<protocol.DefinitionRequest, protocol.DefinitionResponse>(se…
287 …const response = executeSessionRequest<protocol.NavtoRequest, protocol.NavtoResponse>(session, Com…
288 assert.deepEqual<readonly protocol.NavtoItem[] | undefined>(response, [
329 …const response = executeSessionRequest<protocol.NavtoRequest, protocol.NavtoResponse>(session, Com…
330 assert.deepEqual<readonly protocol.NavtoItem[] | undefined>(response, [
[all …]
Drename.ts11 …const response1 = executeSessionRequest<protocol.RenameRequest, protocol.RenameResponse>(session,
12 assert.deepEqual<protocol.RenameResponseBody | undefined>(response1, {
31 …const response2 = executeSessionRequest<protocol.RenameRequest, protocol.RenameResponse>(session,
32 assert.deepEqual<protocol.RenameResponseBody | undefined>(response2, {
57 …const response3 = executeSessionRequest<protocol.RenameRequest, protocol.RenameResponse>(session,
58 assert.deepEqual<protocol.RenameResponseBody | undefined>(response3, {
88 …const response1 = executeSessionRequest<protocol.RenameRequest, protocol.RenameResponse>(session,
89 assert.deepEqual<protocol.RenameResponseBody | undefined>(response1, {
120 …const response2 = executeSessionRequest<protocol.RenameRequest, protocol.RenameResponse>(session,
121 assert.deepEqual<protocol.RenameResponseBody | undefined>(response2, {
[all …]
Dcompletions.ts20 const requestLocation: protocol.FileLocationRequestArgs = {
26 …nst response = executeSessionRequest<protocol.CompletionsRequest, protocol.CompletionInfoResponse>…
31 const entry: protocol.CompletionEntry = {
65 assert.deepEqual<protocol.CompletionInfo | undefined>(response, {
73 const detailsRequestArgs: protocol.CompletionDetailsRequestArgs = {
78 …esponse = executeSessionRequest<protocol.CompletionDetailsRequest, protocol.CompletionDetailsRespo…
79 const detailsCommon: protocol.CompletionEntryDetails & CompletionEntryDetails = {
95 … assert.deepEqual<readonly protocol.CompletionEntryDetails[] | undefined>(detailsResponse, [
119 interface CompletionDetailsFullRequest extends protocol.FileLocationRequest {
120 readonly command: protocol.CommandTypes.CompletionDetailsFull;
[all …]
Dreload.ts16 session.executeCommand(<server.protocol.OpenRequest>{
24 session.executeCommand(<server.protocol.ReloadRequest>{
37 session.executeCommand(<server.protocol.ReloadRequest>{
63 session.executeCommandSeq(<server.protocol.OpenRequest>{
64 command: server.protocol.CommandTypes.Open,
75 session.executeCommandSeq(<server.protocol.CloseRequest>{
76 command: server.protocol.CommandTypes.Close,
84 session.executeCommandSeq(<server.protocol.ReloadRequest>{
85 command: server.protocol.CommandTypes.Reload,
92 session.executeCommandSeq(<server.protocol.ReloadRequest>{
[all …]
DskipLibCheck.ts24 … const file2GetErrRequest = makeSessionRequest<protocol.SemanticDiagnosticsSyncRequestArgs>(
28 … let errorResult = <protocol.Diagnostic[]>session.executeCommand(file2GetErrRequest).response;
31 …const closeFileRequest = makeSessionRequest<protocol.FileRequestArgs>(CommandNames.Close, { file: …
33 … errorResult = <protocol.Diagnostic[]>session.executeCommand(file2GetErrRequest).response;
37 … errorResult = <protocol.Diagnostic[]>session.executeCommand(file2GetErrRequest).response;
59 const openExternalProjectRequest = makeSessionRequest<protocol.OpenExternalProjectArgs>(
69 … const dTsFileGetErrRequest = makeSessionRequest<protocol.SemanticDiagnosticsSyncRequestArgs>(
73 … const errorResult = <protocol.Diagnostic[]>session.executeCommand(dTsFileGetErrRequest).response;
95 const openExternalProjectRequest = makeSessionRequest<protocol.OpenExternalProjectArgs>(
105 … const dTsFileGetErrRequest = makeSessionRequest<protocol.SemanticDiagnosticsSyncRequestArgs>(
[all …]
DcancellationToken.ts35 session.executeCommandSeq(<server.protocol.OpenRequest>{
41 session.executeCommandSeq(<server.protocol.GeterrRequest>{
47 session.executeCommandSeq(<server.protocol.OccurrencesRequest>{
78 session.executeCommandSeq(<protocol.OpenRequest>{
83 session.executeCommandSeq(<protocol.GeterrRequest>{
97 session.executeCommandSeq(<protocol.GeterrRequest>{
105 session.executeCommandSeq(<protocol.ProjectInfoRequest>{
122 session.executeCommandSeq(<protocol.GeterrRequest>{
131 const e1 = <protocol.Event>getMessage(0);
144 session.executeCommandSeq(<protocol.GeterrRequest>{
[all …]
DgetExportReferences.ts32 const referenceMainTs = (mainTs: File, text: string): protocol.ReferencesResponseItem =>
44 ): protocol.ReferencesResponseItem =>
55 … const response = executeSessionRequest<protocol.ReferencesRequest, protocol.ReferencesResponse>(
57 protocol.CommandTypes.References,
76 … const response = executeSessionRequest<protocol.ReferencesRequest, protocol.ReferencesResponse>(
78 protocol.CommandTypes.References,
101 … const response = executeSessionRequest<protocol.ReferencesRequest, protocol.ReferencesResponse>(
103 protocol.CommandTypes.References,
129 … const response = executeSessionRequest<protocol.ReferencesRequest, protocol.ReferencesResponse>(
131 protocol.CommandTypes.References,
[all …]
Dsession.ts40 let lastSent: protocol.Message;
70 session.send = (msg: protocol.Message) => {
77 const req: protocol.FileRequest = {
89 const req: protocol.Request = {
97 const expected: protocol.Response = {
109 const req: protocol.ConfigureRequest = {
135 const configureRequest: protocol.ConfigureRequest = {
141 indentStyle: protocol.IndentStyle.Block,
150 const setOptionsRequest: protocol.SetCompilerOptionsForInferredProjectsRequest = {
156 module: protocol.ModuleKind.System,
[all …]
DcompileOnSave.ts10 …ectedFileRequestAndCheckResult(session: server.Session, request: server.protocol.Request, expected…
11 …const response = session.executeCommand(request).response as server.protocol.CompileOnSaveAffected…
52 let changeModuleFile1ShapeRequest1: server.protocol.Request;
53 let changeModuleFile1InternalRequest1: server.protocol.Request;
55 let moduleFile1FileListRequest: server.protocol.Request;
91 …changeModuleFile1ShapeRequest1 = makeSessionRequest<server.protocol.ChangeRequestArgs>(CommandName…
101 …changeModuleFile1InternalRequest1 = makeSessionRequest<server.protocol.ChangeRequestArgs>(CommandN…
110 …moduleFile1FileListRequest = makeSessionRequest<server.protocol.FileRequestArgs>(CommandNames.Comp…
126 …const changeFile1InternalRequest = makeSessionRequest<server.protocol.ChangeRequestArgs>(CommandNa…
149 …const removeFile1Consumer1ImportRequest = makeSessionRequest<server.protocol.ChangeRequestArgs>(Co…
[all …]
Dhelpers.ts3 export import protocol = server.protocol;
187 export function toExternalFile(fileName: string): protocol.ExternalFile {
295 public events: protocol.Event[] = [];
310 public executeCommandSeq<T extends server.protocol.Request>(request: Partial<T>) {
365 …export function createSessionWithDefaultEventHandler<T extends protocol.AnyEvent>(host: TestServer…
491 …mSubstring(str: string, substring: string, options?: SpanFromSubstringOptions): protocol.Location {
497 export function protocolToLocation(text: string): (pos: number) => protocol.Location {
505 …mSubstring(str: string, substring: string, options?: SpanFromSubstringOptions): protocol.TextSpan {
518 …tocolFileSpanFromSubstring({ file, text, options }: DocumentSpanFromSubstring): protocol.FileSpan {
529 …textText, contextOptions, ...rest }: FileSpanWithContextFromSubString): protocol.FileSpanWithConte…
[all …]
/third_party/typescript/src/server/
Dsession.ts50 …function formatDiag(fileName: NormalizedPath, project: Project, diag: Diagnostic): protocol.Diagno…
65 …function formatRelatedInformation(info: DiagnosticRelatedInformation): protocol.DiagnosticRelatedI…
85 function convertToLocation(lineAndCharacter: LineAndCharacter): protocol.Location {
89 …function formatDiagnosticToProtocol(diag: Diagnostic, includeFileName: true): protocol.DiagnosticW…
90 …function formatDiagnosticToProtocol(diag: Diagnostic, includeFileName: false): protocol.Diagnostic;
91 …osticToProtocol(diag: Diagnostic, includeFileName: boolean): protocol.Diagnostic | protocol.Diagno…
127 export type CommandNames = protocol.CommandTypes;
128 export const CommandNames = (<any>protocol).CommandTypes;
130 …export function formatMessage<T extends protocol.Message>(msg: T, logger: Logger, byteLength: (s: …
264 export function toEvent(eventName: string, body: object): protocol.Event {
[all …]
/third_party/node/tools/inspector_protocol/templates/
DTypeBuilder_h.template7 #ifndef {{"_".join(config.protocol.namespace)}}_{{domain.domain}}_h
8 #define {{"_".join(config.protocol.namespace)}}_{{domain.domain}}_h
10 {% if config.protocol.export_header %}
11 #include {{format_include(config.protocol.export_header)}}
13 #include {{format_include(config.protocol.package, "Protocol")}}
17 {% if protocol.is_imported_dependency(name) %}
18 #include {{format_domain_include(config.protocol.package, name)}}
21 {% if protocol.is_exported_domain(domain.domain) %}
25 {% for namespace in config.protocol.namespace %}
32 {% if not protocol.generate_type(domain.domain, type.id) %}{% continue %}{% endif %}
[all …]
DTypeBuilder_cpp.template7 #include {{format_domain_include(config.protocol.package, domain.domain)}}
9 #include {{format_include(config.protocol.package, "Protocol")}}
11 {% for namespace in config.protocol.namespace %}
22 {% if not protocol.generate_type(domain.domain, type.id) %}{% continue %} {% endif %}
30 {% if protocol.is_exported(domain.domain, type.id) %}
51 std::unique_ptr<{{type.id}}> {{type.id}}::fromValue(protocol::Value* value, ErrorSupport* errors)
53 if (!value || value->type() != protocol::Value::TypeObject) {
59 protocol::DictionaryValue* object = DictionaryValue::cast(value);
62 protocol::Value* {{property.name}}Value = object->get("{{property.name}}");
66 …result->m_{{property.name}} = ValueConversions<{{protocol.resolve_type(property).raw_type}}>::from…
[all …]
/third_party/openssl/test/ssl-tests/
D04-client_auth.cnf.in19 # We test version-flexible negotiation (undef) and each protocol version.
32 my $protocol = $protocols[$_];
33 my $protocol_name = $protocol || "flex";
63 "MinProtocol" => $protocol,
64 "MaxProtocol" => $protocol
68 "MinProtocol" => $protocol,
69 "MaxProtocol" => $protocol
84 "MinProtocol" => $protocol,
85 "MaxProtocol" => $protocol,
90 "MinProtocol" => $protocol,
[all …]
/third_party/node/tools/inspector_protocol/lib/
DValueConversions_h.template7 #ifndef {{"_".join(config.protocol.namespace)}}_ValueConversions_h
8 #define {{"_".join(config.protocol.namespace)}}_ValueConversions_h
14 {% for namespace in config.protocol.namespace %}
20 static std::unique_ptr<T> fromValue(protocol::Value* value, ErrorSupport* errors)
25 static std::unique_ptr<protocol::Value> toValue(T* value)
30 static std::unique_ptr<protocol::Value> toValue(const std::unique_ptr<T>& value)
38 static bool fromValue(protocol::Value* value, ErrorSupport* errors)
47 static std::unique_ptr<protocol::Value> toValue(bool value)
55 static int fromValue(protocol::Value* value, ErrorSupport* errors)
64 static std::unique_ptr<protocol::Value> toValue(int value)
[all …]
DObject_h.template7 #ifndef {{"_".join(config.protocol.namespace)}}_Object_h
8 #define {{"_".join(config.protocol.namespace)}}_Object_h
14 {% for namespace in config.protocol.namespace %}
20 static std::unique_ptr<Object> fromValue(protocol::Value*, ErrorSupport*);
21 explicit Object(std::unique_ptr<protocol::DictionaryValue>);
24 std::unique_ptr<protocol::DictionaryValue> toValue() const;
27 std::unique_ptr<protocol::DictionaryValue> m_object;
30 {% for namespace in config.protocol.namespace %}
34 #endif // !defined({{"_".join(config.protocol.namespace)}}_Object_h)
/third_party/node/deps/npm/node_modules/uri-js/dist/esnext/
Duri.js91 function _normalizeComponentEncoding(components, protocol) { argument
94 return (!decStr.match(protocol.UNRESERVED) ? str : decStr);
97 …heme = String(components.scheme).replace(protocol.PCT_ENCODED, decodeUnreserved).toLowerCase().rep…
99 …mponents.userinfo).replace(protocol.PCT_ENCODED, decodeUnreserved).replace(protocol.NOT_USERINFO, …
101 …ponents.host).replace(protocol.PCT_ENCODED, decodeUnreserved).toLowerCase().replace(protocol.NOT_H…
103 …ce(protocol.PCT_ENCODED, decodeUnreserved).replace((components.scheme ? protocol.NOT_PATH : protoc…
105 …g(components.query).replace(protocol.PCT_ENCODED, decodeUnreserved).replace(protocol.NOT_QUERY, pc…
107 …mponents.fragment).replace(protocol.PCT_ENCODED, decodeUnreserved).replace(protocol.NOT_FRAGMENT, …
114 function _normalizeIPv4(host, protocol) { argument
115 const matches = host.match(protocol.IPV4ADDRESS) || [];
[all …]
/third_party/pulseaudio/ohosbuild/src/modules/
DBUILD.gn18 ":module-cli-protocol-unix",
19 ":module-native-protocol-fd",
20 ":module-native-protocol-tcp",
21 ":module-native-protocol-unix",
54 ohos_shared_library("module-native-protocol-fd") {
55 sources = [ "../../../src/modules/module-native-protocol-fd.c" ]
64 "../../src/pulsecore:protocol-native",
71 ohos_shared_library("module-native-protocol-tcp") {
72 sources = [ "../../../src/modules/ohos_module-protocol-stub.c" ]
85 "../../src/pulsecore:protocol-native",
[all …]
/third_party/node/test/cctest/
Dtest_url.cc26 EXPECT_EQ(simple.protocol(), "https:"); in TEST_F()
39 EXPECT_EQ(simple.protocol(), "https:"); in TEST_F()
58 EXPECT_EQ(simple.protocol(), "http:"); in TEST_F()
67 EXPECT_EQ(simple.protocol(), "http:"); in TEST_F()
79 EXPECT_EQ(simple.protocol(), "http:"); in TEST_F()
91 EXPECT_EQ(simple.protocol(), "http:"); in TEST_F()
103 EXPECT_EQ(simple.protocol(), "http:"); in TEST_F()
115 EXPECT_EQ(simple.protocol(), "http:"); in TEST_F()
126 EXPECT_EQ(simple.protocol(), "http:"); in TEST_F()
135 EXPECT_EQ(simple.protocol(), "q:"); in TEST_F()
[all …]
/third_party/openssl/doc/man3/
DSSL_get_version.pod6 protocol information of a connection
22 SSL_client_version() returns the numeric protocol version advertised by the
26 returns the name of the protocol used for the connection. SSL_version() returns
27 the numeric protocol version used for the connection. They should only be called
42 The connection uses the SSLv3 protocol.
46 The connection uses the TLSv1.0 protocol.
50 The connection uses the TLSv1.1 protocol.
54 The connection uses the TLSv1.2 protocol.
58 The connection uses the TLSv1.3 protocol.
62 This indicates an unknown protocol version.
[all …]
/third_party/ltp/testcases/network/stress/ns-tools/
Doutput_ipsec_conf69 output_ipsec_conf target protocol mode first_spi src_addr dst_addr
71 protocol: ah / esp / ipcomp
101 protocol=$2
108 case $protocol in
125 add $src_ipaddr $dst_ipaddr $protocol $first_spi
129 add $dst_ipaddr $src_ipaddr $protocol `expr $first_spi + 1`
154 -P $direct1 ipsec $protocol/transport//use ;
157 -P $direct2 ipsec $protocol/transport//use ;
164 -P $direct1 ipsec $protocol/tunnel/${src_ipaddr}-${dst_ipaddr}/use ;
167 -P $direct2 ipsec $protocol/tunnel/${dst_ipaddr}-${src_ipaddr}/use ;
/third_party/jerryscript/jerry-debugger/
Djerry_client_rawpacket.py23 def __init__(self, protocol): argument
24 self.protocol = protocol
29 self.protocol.connect()
38 self.data_buffer += self.protocol.receive_data()
52 self.protocol.close()
59 bytes_send = self.protocol.send_data(data)
82 if not blocking and not self.protocol.ready():
85 received_data = self.protocol.receive_data(MAX_BUFFER_SIZE)

12345678910>>...86