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:relaxed
(Results
1 - 4
of
4
) sorted by relevance
/commonlibrary/ets_utils/js_api_module/xml/test/
H
A
D
test_xml.h
42
static std::string ParseEntity(napi_env env, bool
relaxed
);
245
xml.
relaxed
= false;
in TestParseEndTag()
258
xml.
relaxed
= true;
in TestParseComment()
310
std::string XmlTest::ParseEntity(napi_env env, bool
relaxed
)
in ParseEntity()
argument
317
xmlPullParser.
relaxed
=
relaxed
;
in ParseEntity()
417
xmlPullParser.
relaxed
= relax;
in ParseStartTagFuncDeal()
481
xml.
relaxed
= false;
in ParseEndTagFunction()
H
A
D
test_xml.cpp
2158
bool
relaxed
= true;
in HWTEST_F()
local
2159
std::string res = XmlTest::ParseEntity(env,
relaxed
);
in HWTEST_F()
2170
bool
relaxed
= false;
in HWTEST_F()
local
2171
std::string res = XmlTest::ParseEntity(env,
relaxed
);
in HWTEST_F()
/commonlibrary/ets_utils/js_api_module/xml/
H
A
D
js_xml.cpp
753
c == '_' || c == ':' ||
relaxed
) {
in ParseName()
844
} else if (
relaxed
) {
in ParseEntity()
1010
if (cut == 0 && !
relaxed
) {
in ParseNspFunction()
1016
if (attrNs == "" && !
relaxed
) {
in ParseNspFunction()
1090
} else if (
relaxed
) {
in ParseStartTagFuncDeal()
1233
} else if (!
relaxed
) {
in ParseEndTag()
1329
if (
relaxed
) {
in ParseComment()
H
A
D
js_xml.h
432
bool
relaxed
{};
Completed in 12 milliseconds