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:desc_p
(Results
1 - 3
of
3
) sorted by relevance
/third_party/jerryscript/jerry-core/ecma/operations/
H
A
D
ecma-objects-general.c
649
ecma_op_is_compatible_property_descriptor (const ecma_property_descriptor_t *
desc_p
, /**< target descriptor */
in ecma_op_is_compatible_property_descriptor()
argument
654
JERRY_ASSERT (
desc_p
!= NULL);
in ecma_op_is_compatible_property_descriptor()
663
if (
desc_p
->flags == 0)
in ecma_op_is_compatible_property_descriptor()
669
if ((current_p->flags &
desc_p
->flags) ==
desc_p
->flags)
in ecma_op_is_compatible_property_descriptor()
672
&& ecma_op_same_value (current_p->value,
desc_p
->value))
in ecma_op_is_compatible_property_descriptor()
678
&& current_p->get_p ==
desc_p
->get_p
in ecma_op_is_compatible_property_descriptor()
679
&& current_p->set_p ==
desc_p
->set_p))
in ecma_op_is_compatible_property_descriptor()
688
if (
desc_p
->flags & ECMA_PROP_IS_CONFIGURABLE)
in ecma_op_is_compatible_property_descriptor()
692
if ((
desc_p
in ecma_op_is_compatible_property_descriptor()
769
ecma_op_to_complete_property_descriptor(ecma_property_descriptor_t *
desc_p
)
ecma_op_to_complete_property_descriptor()
argument
[all...]
H
A
D
ecma-objects-general.h
41
void ecma_op_to_complete_property_descriptor (ecma_property_descriptor_t *
desc_p
);
43
bool ecma_op_is_compatible_property_descriptor (const ecma_property_descriptor_t *
desc_p
,
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
H
A
D
scsimain.c
2967
const char *
desc_p
;
in do_scsi_inquiry()
local
2975
desc_p
=
in do_scsi_inquiry()
2978
desc_p
=
in do_scsi_inquiry()
2983
desc_p
= "not supported";
in do_scsi_inquiry()
2986
desc_p
= "reserved (2)";
in do_scsi_inquiry()
2989
desc_p
=
in do_scsi_inquiry()
2994
desc_p
= "vendor specific (4)";
in do_scsi_inquiry()
2997
desc_p
=
in do_scsi_inquiry()
3002
desc_p
= "vendor specific (6)";
in do_scsi_inquiry()
3005
desc_p
in do_scsi_inquiry()
[all...]
Completed in 7 milliseconds