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:resource_flags
(Results
1 - 8
of
8
) sorted by relevance
/third_party/libcoap/examples/
H
A
D
oscore-interop-server.c
72
static int
resource_flags
= COAP_RESOURCE_FLAGS_NOTIFY_CON;
variable
290
resource_flags
);
in init_resources()
295
resource_flags
| COAP_RESOURCE_FLAGS_OSCORE_ONLY);
in init_resources()
300
resource_flags
| COAP_RESOURCE_FLAGS_OSCORE_ONLY);
in init_resources()
305
resource_flags
| COAP_RESOURCE_FLAGS_OSCORE_ONLY);
in init_resources()
310
resource_flags
| COAP_RESOURCE_FLAGS_OSCORE_ONLY);
in init_resources()
315
resource_flags
| COAP_RESOURCE_FLAGS_OSCORE_ONLY);
in init_resources()
320
resource_flags
| COAP_RESOURCE_FLAGS_OSCORE_ONLY);
in init_resources()
327
resource_flags
| COAP_RESOURCE_FLAGS_OSCORE_ONLY);
in init_resources()
334
resource_flags
| COAP_RESOURCE_FLAGS_OSCORE_ONL
in init_resources()
[all...]
H
A
D
coap-server.c
89
static int
resource_flags
= COAP_RESOURCE_FLAGS_NOTIFY_CON;
variable
1539
COAP_RESOURCE_FLAGS_RELEASE_URI |
resource_flags
);
in hnd_put_post_unknown()
1759
r = coap_resource_init(coap_make_str_const("time"),
resource_flags
);
in init_resources()
1784
resource_flags
|
in init_resources()
1793
r = coap_resource_init(coap_make_str_const("example_data"),
resource_flags
);
in init_resources()
2823
resource_flags
= COAP_RESOURCE_FLAGS_NOTIFY_NON;
in main()
/third_party/mesa3d/src/microsoft/compiler/
H
A
D
dxil_container.h
87
uint32_t
resource_flags
;
member
H
A
D
nir_to_dxil.c
908
resource_v1->
resource_flags
= 0;
in add_resource()
/third_party/mesa3d/src/asahi/lib/
H
A
D
io.h
278
uint16_t
resource_flags
[6];
member
H
A
D
decode.c
167
STATIC_ASSERT(ARRAY_SIZE(group.
resource_flags
) == 6);
in agxdecode_decode_segment_list()
177
unsigned flags = group.
resource_flags
[j];
in agxdecode_decode_segment_list()
/third_party/skia/third_party/externals/spirv-cross/
H
A
D
spirv_hlsl.cpp
3216
HLSLBindingFlagBits
resource_flags
= HLSL_BINDING_AUTO_NONE_BIT;
in to_resource_binding()
local
3222
resource_flags
= HLSL_BINDING_AUTO_SRV_BIT;
in to_resource_binding()
3231
resource_flags
= HLSL_BINDING_AUTO_SRV_BIT;
in to_resource_binding()
3236
resource_flags
= HLSL_BINDING_AUTO_UAV_BIT;
in to_resource_binding()
3242
resource_flags
= HLSL_BINDING_AUTO_SRV_BIT;
in to_resource_binding()
3248
resource_flags
= HLSL_BINDING_AUTO_SAMPLER_BIT;
in to_resource_binding()
3261
resource_flags
= is_readonly ? HLSL_BINDING_AUTO_SRV_BIT : HLSL_BINDING_AUTO_UAV_BIT;
in to_resource_binding()
3266
resource_flags
= HLSL_BINDING_AUTO_CBV_BIT;
in to_resource_binding()
3272
resource_flags
= HLSL_BINDING_AUTO_PUSH_CONSTANT_BIT;
in to_resource_binding()
3280
resource_flags
in to_resource_binding()
[all...]
/third_party/mesa3d/src/gallium/drivers/asahi/
H
A
D
magic.c
320
.
resource_flags
= { 0x1 },
in demo_mem_map()
Completed in 21 milliseconds