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:bert
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/tools/gpu/
H
A
D
BackendSurfaceFactory.cpp
78
auto
bert
= dContext->priv().getGpu()->createTestingOnlyBackendRenderTarget(
in MakeBackendRenderTargetSurface()
local
80
auto rc = new ReleaseContext{sk_ref_sp(dContext),
bert
};
in MakeBackendRenderTargetSurface()
81
SkASSERT(!
bert
.isValid() ||
bert
.sampleCnt() >= sampleCnt);
in MakeBackendRenderTargetSurface()
92
dContext,
bert
, origin, ii.colorType(), ii.refColorSpace(), props, proc, rc);
in MakeBackendRenderTargetSurface()
/third_party/libcoap/src/
H
A
D
coap_block.c
82
block->
bert
= 1;
in coap_get_block_b()
134
unsigned int can_use_bert = block->defined == 0 || block->
bert
;
in setup_block_b()
143
block->
bert
= 1;
in setup_block_b()
187
block_b.
bert
= 0;
in coap_write_block_opt()
256
if (block->
bert
) {
in coap_add_block_b_data()
939
block.
bert
= 0;
in coap_add_data_large_internal()
2292
if (block.
bert
) {
in coap_handle_request_send_block()
2299
if (block.
bert
== 0 && block.szx != p->blk_size) {
in coap_handle_request_send_block()
2432
if (block.
bert
) {
in coap_handle_request_send_block()
2731
block.
bert
) {
in coap_handle_request_put_block()
[all...]
H
A
D
coap_net.c
1144
(block.m == 1 || block.
bert
== 1)) {
in coap_send()
1149
(block.m == 1 || block.
bert
== 1)) {
in coap_send()
/third_party/libcoap/include/coap3/
H
A
D
coap_block.h
57
unsigned int
bert
:1; /**< Operating as BERT */
member
Completed in 10 milliseconds