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:prop_flags
(Results
1 - 2
of
2
) sorted by relevance
/third_party/jerryscript/jerry-core/ecma/operations/
H
A
D
ecma-objects-general.c
580
ecma_property_t
prop_flags
= *(ext_property_ref.property_p);
in ecma_op_general_object_define_own_property()
local
581
prop_flags
= (ecma_property_t) (
prop_flags
& ~(ECMA_PROPERTY_TYPE_MASK | ECMA_PROPERTY_FLAG_WRITABLE));
in ecma_op_general_object_define_own_property()
582
prop_flags
= (ecma_property_t) (
prop_flags
| property_desc_type);
in ecma_op_general_object_define_own_property()
583
*(ext_property_ref.property_p) =
prop_flags
;
in ecma_op_general_object_define_own_property()
/third_party/ffmpeg/libavformat/
H
A
D
asfdec_o.c
102
uint32_t
prop_flags
; // file properties object flags
member
1192
READ_LEN(asf->
prop_flags
& ASF_PL_MASK_MEDIA_OBJECT_NUMBER_LENGTH_FIELD_SIZE,
in asf_read_payload()
1194
READ_LEN(asf->
prop_flags
& ASF_PL_MASK_OFFSET_INTO_MEDIA_OBJECT_LENGTH_FIELD_SIZE,
in asf_read_payload()
1196
READ_LEN(asf->
prop_flags
& ASF_PL_MASK_REPLICATED_DATA_LENGTH_FIELD_SIZE,
in asf_read_payload()
1256
asf->
prop_flags
= avio_r8(pb);
in asf_read_packet_header()
1437
asf->
prop_flags
= 0;
in reset_packet_state()
Completed in 4 milliseconds