Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:PROTOCOL_VERSION
(Results
1 - 9
of
9
) sorted by relevance
/third_party/vk-gl-cts/execserver/
H
A
D
xsProtocol.hpp
37
PROTOCOL_VERSION
= 18,
enumerator
109
HelloMessage (void) : Message(MESSAGETYPE_HELLO), version(
PROTOCOL_VERSION
) {}
in HelloMessage()
H
A
D
xsExecutionServer.cpp
268
if (msg.version !=
PROTOCOL_VERSION
)
in processMessage()
/third_party/nghttp2/src/
H
A
D
shrpx_log.h
255
PROTOCOL_VERSION
,
member in shrpx::LogFragmentType
H
A
D
shrpx_log.cc
647
case LogFragmentType::
PROTOCOL_VERSION
:
in upstream_accesslog()
H
A
D
shrpx_config.cc
621
return LogFragmentType::
PROTOCOL_VERSION
;
in log_var_lookup_token()
/third_party/python/Lib/
H
A
D
imaplib.py
263
self.
PROTOCOL_VERSION
= version
838
#if self.
PROTOCOL_VERSION
== 'IMAP4': # Let the server decide!
1615
M._mesg('
PROTOCOL_VERSION
= %s' % M.
PROTOCOL_VERSION
)
H
A
D
ssl.py
210
PROTOCOL_VERSION
= 70
variable in _TLSAlertType
/third_party/python/Modules/
H
A
D
_ssl.c
5909
ADD_AD_CONSTANT(
PROTOCOL_VERSION
);
in sslmodule_init_constants()
/third_party/python/Lib/test/
H
A
D
test_ssl.py
5163
PROTOCOL_VERSION
= 70
variable in TestEnumerations.test_tlsalerttype.Checked_TLSAlertType
Completed in 25 milliseconds