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:textNode
(Results
1 - 13
of
13
) sorted by relevance
/third_party/lame/ACM/tinyxml/
H
A
D
tinyxmlparser.cpp
626
TiXmlText*
textNode
= new TiXmlText( "" );
in ReadValue()
local
628
if ( !
textNode
)
in ReadValue()
634
p =
textNode
->Parse( p );
in ReadValue()
636
if ( !
textNode
->Blank() )
in ReadValue()
637
LinkEndChild(
textNode
);
in ReadValue()
639
delete
textNode
;
in ReadValue()
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
H
A
D
tinyxmlparser.cpp
1192
TiXmlText*
textNode
= new TiXmlText( "" );
in ReadValue()
local
1194
if ( !
textNode
)
in ReadValue()
1201
p =
textNode
->Parse( p, data, encoding );
in ReadValue()
1207
p =
textNode
->Parse( pWithWhiteSpace, data, encoding );
in ReadValue()
1210
if ( !
textNode
->Blank() )
in ReadValue()
1211
LinkEndChild(
textNode
);
in ReadValue()
1213
delete
textNode
;
in ReadValue()
/third_party/skia/tests/
H
A
D
SVGDeviceTest.cpp
70
const SkDOM::Node*
textNode
= dom.getFirstChild(textElem);
in check_text_node()
local
71
REPORTER_ASSERT(reporter,
textNode
!= nullptr);
in check_text_node()
72
if (
textNode
!= nullptr) {
in check_text_node()
73
REPORTER_ASSERT(reporter, dom.getType(
textNode
) == SkDOM::kText_Type);
in check_text_node()
74
REPORTER_ASSERT(reporter, strcmp(expected, dom.getName(
textNode
)) == 0);
in check_text_node()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H
A
D
MessagePatternUtil.java
106
TextNode
textNode
= (TextNode)lastNode;
in addContentsNode()
107
textNode
.text =
textNode
.text + ((TextNode)node).text;
in addContentsNode()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H
A
D
MessagePatternUtil.java
103
TextNode
textNode
= (TextNode)lastNode;
in addContentsNode()
104
textNode
.text =
textNode
.text + ((TextNode)node).text;
in addContentsNode()
/third_party/skia/experimental/docs/
H
A
D
svgBackend.js
131
var
textNode
= document.createTextNode(text.string);
132
svgText.appendChild(
textNode
);
/third_party/typescript/lib/
H
A
D
typingsInstaller.js
[all...]
H
A
D
tsc.js
[all...]
H
A
D
tsserverlibrary.js
[all...]
H
A
D
typescript.js
[all...]
H
A
D
typescriptServices.js
[all...]
H
A
D
tsserver.js
[all...]
/third_party/node/test/fixtures/snapshot/
H
A
D
typescript.js
[all...]
Completed in 181 milliseconds