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:LITE
(Results
1 - 15
of
15
) sorted by relevance
/drivers/hdf_core/framework/tools/hdi-gen/ast/
H
A
D
ast_attribute.cpp
21
if (value_ & ASTAttr::
LITE
) {
in ToString()
59
case SystemLevel::
LITE
:
in Match()
60
return HasValue(ASTAttr::
LITE
);
in Match()
H
A
D
ast_attribute.h
21
static constexpr Attribute
LITE
= 0x1U << 1;
member in OHOS::HDI::ASTAttr
H
A
D
ast_method.h
56
return attr_->HasValue(ASTAttr::
LITE
);
in IsLite()
H
A
D
ast_struct_type.h
49
return attr_ != nullptr ? attr_->HasValue(ASTAttr::
LITE
) : false;
in IsLite()
H
A
D
ast_union_type.h
49
return attr_ != nullptr ? attr_->HasValue(ASTAttr::
LITE
) : false;
in IsLite()
H
A
D
ast_enum_type.h
86
return attr_ != nullptr ? attr_->HasValue(ASTAttr::
LITE
) : false;
in IsLite()
H
A
D
ast_interface_type.h
91
return attr_->HasValue(ASTAttr::
LITE
);
in IsLite()
H
A
D
ast_interface_type.cpp
125
if (Options::GetInstance().GetSystemLevel() == SystemLevel::
LITE
) {
in EmitCppType()
/drivers/hdf_core/framework/tools/hdi-gen/util/
H
A
D
common.h
32
LITE
,
member in OHOS::HDI::SystemLevel
40
/** generate hdi code of pass through mode, it is only supported by '
LITE
' or 'std' SystemLevel */
44
/** generate hdi code of kernel mode, it is only supported by '
LITE
' or 'std' SystemLevel */
H
A
D
options.cpp
103
{"lite", SystemLevel::
LITE
},
in SetSystemLevel()
/drivers/hdf_core/framework/tools/hdi-gen/lexer/
H
A
D
token.h
51
LITE
, // "lite"
member in OHOS::HDI::TokenType
H
A
D
lexer.cpp
45
{"lite", TokenType::
LITE
},
/drivers/hdf_core/framework/tools/hdi-gen/parser/
H
A
D
parser.cpp
374
case TokenType::
LITE
:
in AprseAttrUnit()
434
case TokenType::
LITE
:
in ParseInfAttrInfo()
453
infAttr->SetValue(ASTAttr::FULL | ASTAttr::
LITE
| ASTAttr::MINI);
in ParseInfAttrInfo()
459
infAttr->SetValue(ASTAttr::
LITE
);
in ParseInfAttrInfo()
478
case SystemLevel::
LITE
:
in CheckInterfaceAttr()
579
case TokenType::
LITE
:
in ParseMethodAttr()
598
methodAttr->SetValue(ASTAttr::
LITE
);
in ParseMethodAttr()
1336
case TokenType::
LITE
:
in ParseUserDefTypeAttr()
1349
attr->SetValue(ASTAttr::FULL | ASTAttr::
LITE
| ASTAttr::MINI);
in ParseUserDefTypeAttr()
1355
attr->SetValue(ASTAttr::
LITE
);
in ParseUserDefTypeAttr()
[all...]
/drivers/hdf_core/framework/tools/hdi-gen/codegen/
H
A
D
code_generator.cpp
42
SystemLevel::
LITE
,
H
A
D
cpp_client_proxy_code_emitter.cpp
323
if (Options::GetInstance().GetSystemLevel() == SystemLevel::
LITE
) {
in EmitPassthroughProxySourceInclusions()
577
if (Options::GetInstance().GetSystemLevel() == SystemLevel::
LITE
) {
in EmitProxyPassthroughtLoadImpl()
592
if (Options::GetInstance().GetSystemLevel() == SystemLevel::
LITE
) {
in EmitProxyPassthroughtLoadImpl()
Completed in 9 milliseconds