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:msgType
(Results
1 - 7
of
7
) sorted by relevance
/third_party/vk-gl-cts/execserver/
H
A
D
xsTestDriver.cpp
192
bool TestDriver::pollBuffer (ByteBuffer& messageBuffer, MessageType
msgType
)
in pollBuffer()
argument
204
numRead =
msgType
== MESSAGETYPE_PROCESS_LOG_DATA
in pollBuffer()
217
Message::writeHeader(
msgType
, msgSize, &m_dataMsgTmpBuf[0], MESSAGE_HEADER_SIZE);
in pollBuffer()
222
DBG_PRINT((" wrote %d bytes of %s data\n", msgSize,
msgType
== MESSAGETYPE_INFO ? "info" : "log"));
in pollBuffer()
H
A
D
xsTestDriver.hpp
63
bool pollBuffer (ByteBuffer& messageBuffer, MessageType
msgType
);
H
A
D
xsProtocol.cpp
94
MessageWriter (MessageType
msgType
, std::vector<deUint8>& buf)
101
put<int>(
msgType
);
/third_party/icu/icu4c/source/common/unicode/
H
A
D
messagepattern.h
776
UMessagePatternPartType
msgType
=getType();
in getArgType()
local
777
if(
msgType
==UMSGPAT_PART_TYPE_ARG_START ||
msgType
==UMSGPAT_PART_TYPE_ARG_LIMIT) {
in getArgType()
/third_party/node/deps/icu-small/source/common/unicode/
H
A
D
messagepattern.h
776
UMessagePatternPartType
msgType
=getType();
in getArgType()
local
777
if(
msgType
==UMSGPAT_PART_TYPE_ARG_START ||
msgType
==UMSGPAT_PART_TYPE_ARG_LIMIT) {
in getArgType()
/third_party/skia/third_party/externals/icu/source/common/unicode/
H
A
D
messagepattern.h
776
UMessagePatternPartType
msgType
=getType();
in getArgType()
local
777
if(
msgType
==UMSGPAT_PART_TYPE_ARG_START ||
msgType
==UMSGPAT_PART_TYPE_ARG_LIMIT) {
in getArgType()
/third_party/toybox/toys/pending/
H
A
D
dhcp.c
1450
uint8_t
msgType
;
in dhcp_main()
local
1460
msgType
= dhcpc_parsemsg(&result);
in dhcp_main()
1461
if (
msgType
!= DHCPNAK && result.ipaddr.s_addr == 0 ) continue; // no ip for me ignore
in dhcp_main()
1462
if (!
msgType
|| !get_option_serverid(state->pdhcp.options, &result)) continue; //no server id ignore
in dhcp_main()
1463
if (
msgType
== DHCPOFFER && server == 0) server = result.serverid.s_addr; // select the server
in dhcp_main()
1470
if (
msgType
== DHCPOFFER) {
in dhcp_main()
1482
if (
msgType
== DHCPACK) {
in dhcp_main()
1502
} else if (
msgType
== DHCPNAK) {
in dhcp_main()
Completed in 8 milliseconds