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:has_children
(Results
1 - 15
of
15
) sorted by relevance
/third_party/elfutils/libdw/
H
A
D
dwarf_aggregate_size.c
151
int
has_children
= INTUSE(dwarf_child) (die, &enum_child);
in array_size()
local
152
if (
has_children
< 0)
in array_size()
154
if (
has_children
> 0)
in array_size()
H
A
D
dwarf_abbrevhaschildren.c
42
return abbrev == NULL ? -1 : abbrev->
has_children
;
in dwarf_abbrevhaschildren()
H
A
D
dwarf_haschildren.c
49
return abbrevp->
has_children
;
in dwarf_haschildren()
H
A
D
dwarf_child.c
149
if (! abbrevp->
has_children
)
in dwarf_child()
H
A
D
dwarf_siblingof.c
93
else if (this_die.abbrev->
has_children
)
in dwarf_siblingof()
H
A
D
dwarf_getabbrev.c
122
abb->
has_children
= *abbrevp++ == DW_CHILDREN_yes;
in __libdw_getabbrev()
H
A
D
libdwP.h
259
bool
has_children
: 1; /* Whether or not the DIE has children. */
member
/third_party/skia/platform_tools/debugging/lldb/
H
A
D
skia.py
83
def
has_children
(self):
member in SkTArray_SynthProvider
132
def
has_children
(self):
member in SkAutoTArray_SynthProvider
178
def
has_children
(self):
member in SkSpan_SynthProvider
/third_party/python/Lib/test/
H
A
D
test_symtable.py
89
self.assertTrue(self.top.
has_children
())
90
self.assertTrue(self.Mine.
has_children
())
91
self.assertFalse(self.foo.
has_children
())
/third_party/libwebsockets/include/libwebsockets/
H
A
D
lws-fts.h
64
char
has_children
;
member
/third_party/rust/crates/bindgen/bindgen/
H
A
D
clang.rs
509
pub fn
has_children
(&self) -> bool {
in has_children()
functions
510
let mut
has_children
= false;
in has_children()
variables
512
has_children
= true;
in has_children()
515
has_children
in has_children()
/third_party/python/Lib/
H
A
D
symtable.py
108
def
has_children
(self):
member in SymbolTable
/third_party/libwebsockets/lib/misc/fts/
H
A
D
trie-fd.c
362
ac->
has_children
= !!children;
in ac_record()
/third_party/rust/crates/bindgen/bindgen/ir/
H
A
D
context.rs
1622
if children.iter().all(|c| !c.
has_children
()) {
in instantiate_template()
/third_party/elfutils/src/
H
A
D
readelf.c
5296
int
has_children
= dwarf_abbrevhaschildren (&abbrev);
in print_debug_abbrev_section()
local
5301
has_children
? yes_str : no_str,
in print_debug_abbrev_section()
Completed in 26 milliseconds