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:Name
(Results
1 - 7
of
7
) sorted by relevance
/drivers/hdf_core/framework/tools/hc-gen/src/
H
A
D
text_gen.cpp
248
return ToUpperCamelString(prefix_).append(ToUpperCamelString(moduleName_)).append(ToUpperCamelString(node->
Name
()));
in GenConfigStructName()
261
auto nodeName = ToLowerCamelString(node->
Name
());
in GenObjectDefinitionGen()
288
ofs_ << TAB << "const " << TypeToStr(array->ArrayType()) << "* " << term->
Name
() << ";\n";
in GenTermDefinition()
289
ofs_ << TAB << "uint32_t " << term->
Name
() << "Size;\n";
in GenTermDefinition()
291
ofs_ << TAB << TypeToStr(array->ArrayType()) << " " << term->
Name
() << "[" << std::dec
in GenTermDefinition()
301
ofs_ << TAB << TypeToStr(value->Type()) << " " << term->
Name
() << ";\n";
in GenTermDefinition()
305
ofs_ << TAB << "const struct " << structName << "* " << term->
Name
() << ";\n";
in GenTermDefinition()
421
ofs_ << Indent(depth) << '.' << node->
Name
() << " = {\n";
in ObjectImplementGen()
444
auto nodeName = ToLowerCamelString(node->
Name
());
in TemplateObjectImplGen()
459
auto name = ToUpperCamelString(object->
Name
());
in GenTemplateVariableName()
[all...]
H
A
D
macro_gen.cpp
114
name.append(node->
Name
());
160
Logger().Debug() << "node:" << node->
Name
() << " child:"
164
Logger().Debug() << " " << child->
Name
();
174
ofs_ << "#define " << fullName.append("_nodeName \"").append(node->
Name
()).append("\"") << std::endl;
221
Logger().Debug() << "name,type:[" << current->
Name
() << "," << type << "] depth:" << depth
254
if (nodeName != current->
Name
()) {
257
nodeName = current->
Name
();
H
A
D
decompile_gen.cpp
48
refPath = astObject->
Name
() + ".";
in GetNodeRefPath()
57
return (refPath + child->
Name
());
in GetNodeRefPath()
138
str = astObj->
Name
() + " {\n";
in OutPutWalk()
146
str = astObj->
Name
() + " = ";
in OutPutWalk()
H
A
D
ast.cpp
376
const std::string &AstObject::
Name
()
in Name()
function in AstObject
511
if (!srcObj->IsNode() || srcObj->
Name
() != name_) {
529
auto childDst = Lookup(childSrc->
Name
(), childSrc->Type());
558
auto sym = symMap.find(child->
Name
());
563
symMap[child->
Name
()] = child;
620
auto dst = Lookup(child->
Name
(), child->Type());
663
auto baseObj = Lookup(objChild->
Name
(), objChild->Type());
H
A
D
bytecode_gen.cpp
149
size += Align(object->
Name
().size() + 1); // add 1 for '\0'
211
Write(current->
Name
());
215
Write(current->
Name
());
H
A
D
decompile.cpp
150
Logger().Debug() << "node name is: " << node->
Name
() << ", size is: " << nodeSize << ", hash is: " << nodeHash;
in RebuildNode()
H
A
D
ast.h
113
virtual const std::string &
Name
();
Completed in 5 milliseconds