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:tree
(Results
1 - 25
of
52
) sorted by relevance
1
2
3
/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/
H
A
D
json_importer.cpp
30
ISerNode::Ptr
tree
;
in ImportAsTree()
local
35
tree
= json.Process(data);
in ImportAsTree()
36
if (
tree
) {
in ImportAsTree()
38
tree
= RewriteMetaV1NodeTree(
tree
);
in ImportAsTree()
39
if (!
tree
) {
in ImportAsTree()
46
auto json = backend.Process(
tree
);
in ImportAsTree()
58
return
tree
;
in ImportAsTree()
63
if (auto
tree
= ImportAsTree(input)) {
in Import()
65
return imp.Import(
tree
);
in Import()
[all...]
H
A
D
json_exporter.cpp
27
auto
tree
= exp.Export(object);
in Export()
local
28
if (!
tree
) {
in Export()
32
auto json = backend.Process(
tree
);
in Export()
H
A
D
metav1_compat.h
26
ISerNode::Ptr RewriteMetaV1NodeTree(ISerNode::Ptr
tree
);
/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/graph/
H
A
D
graph_converter.py
45
def draw_title_and_touch_points(
tree
: EventTree, tree_name, dot):
46
touch_points =
tree
.touch_points
48
touch_points_info = f'event
tree
{str(
tree
.tree_id)} \n'
112
def draw_event_procedures(
tree
: EventTree, tree_name, dot, is_show_detail):
113
event_procedures: EventProcedures =
tree
.event_procedures
116
tag = f'{str(
tree
.tree_id)} event procedures'
136
# draw every event
tree
into file
137
for
tree
in dump_result.event_trees:
142
tree_name = f'event
tree
{st
[all...]
/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H
A
D
ui_event.cpp
37
void UIEvent::GetSimplifiedInspectorTree(std::string&
tree
)
in GetSimplifiedInspectorTree()
argument
39
UIEventFunc::GetSimplifiedInspectorTree(
tree
);
in GetSimplifiedInspectorTree()
H
A
D
ui_event_func.cpp
95
void UIEventFunc::GetSimplifiedInspectorTree(std::string&
tree
)
in GetSimplifiedInspectorTree()
argument
98
UIEventFunc::Get().getTreeFunc_(
tree
);
in GetSimplifiedInspectorTree()
H
A
D
ui_event.h
36
static void GetSimplifiedInspectorTree(std::string&
tree
);
H
A
D
ui_event_func.h
41
static void GetSimplifiedInspectorTree(std::string&
tree
);
/foundation/arkui/ace_engine/frameworks/core/common/
H
A
D
event_dump.cpp
90
// multi fingers touch down will be in one
tree
in AddTouchPoint()
141
TAG_LOGW(AceLogTag::ACE_INPUTTRACKING, "EventTreeList size is over MAX, clean event
tree
.");
in AddGestureSnapshot()
148
TAG_LOGW(AceLogTag::ACE_INPUTTRACKING, "GestureMap size is over MAX, clean event
tree
.");
in AddGestureSnapshot()
199
for (auto&
tree
: eventTreeList) {
in Dump()
204
std::string header = std::to_string(index).append(": event
tree
=>");
in Dump()
209
for (auto& item :
tree
.touchPoints) {
in Dump()
215
for (auto& item :
tree
.hitTestTree) {
in Dump()
221
for (auto iter =
tree
.gestureTree.begin(); iter !=
tree
.gestureTree.end(); ++iter) {
in Dump()
334
for (auto&
tree
in Dump()
[all...]
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H
A
D
ui_event_impl.cpp
46
extern "C" ACE_FORCE_EXPORT void OHOS_ACE_GetSimplifiedInspectorTree(std::string&
tree
)
in OHOS_ACE_GetSimplifiedInspectorTree()
argument
55
tree
= NG::Inspector::GetSimplifiedInspector(containerId);
in OHOS_ACE_GetSimplifiedInspectorTree()
/foundation/arkui/ace_engine/test/unittest/interfaces/
H
A
D
ui_event_test.cpp
87
std::string
tree
= "treeTest";
in HWTEST_F()
local
93
UIEvent::GetSimplifiedInspectorTree(
tree
);
in HWTEST_F()
/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/backend/
H
A
D
debug_output.cpp
22
BASE_NS::string DebugOutput::Process(const ISerNode::Ptr&
tree
)
in Process()
argument
24
tree
->Apply(*this);
in Process()
H
A
D
json_output.h
36
BASE_NS::string Process(const ISerNode::Ptr&
tree
) override;
H
A
D
debug_output.h
30
BASE_NS::string Process(const ISerNode::Ptr&
tree
) override;
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/serialization/
H
A
D
intf_ser_output.h
27
virtual BASE_NS::string Process(const ISerNode::Ptr&
tree
) = 0;
H
A
D
intf_importer.h
31
virtual IObject::Ptr Import(const ISerNode::ConstPtr&
tree
) = 0;
/foundation/ability/form_fwk/services/config/
H
A
D
form_xml_parser.h
24
#include <libxml/
tree
.h>
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/xml/
H
A
D
xml_parser.h
22
#include <libxml/
tree
.h>
/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/config/
H
A
D
audio_affinity_parser.h
24
#include <libxml/
tree
.h>
H
A
D
audio_tone_parser.h
21
#include <libxml/
tree
.h>
H
A
D
audio_volume_parser.h
19
#include <libxml/
tree
.h>
H
A
D
audio_strategy_router_parser.h
23
#include <libxml/
tree
.h>
H
A
D
audio_concurrency_parser.h
22
#include <libxml/
tree
.h>
/foundation/graphic/graphic_2d/rosen/modules/graphic_2d_configure/include/
H
A
D
graphic_2d_xml_parser.h
23
#include <libxml/
tree
.h>
/foundation/arkui/ace_engine/test/unittest/scripts/
H
A
D
run.py
32
tree
= ET.parse(xml_file_path)
33
root =
tree
.getroot()
Completed in 5 milliseconds
1
2
3