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:new_section
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/.gitlab-ci/lava/utils/
H
A
D
log_follower.py
89
def update_section(self,
new_section
: GitlabSection):
92
if self.current_section and self.current_section.id ==
new_section
.id:
95
self.current_section =
new_section
96
self._buffer.append(
new_section
.start())
104
if
new_section
:= log_section.from_log_line_to_section(line):
105
self.update_section(
new_section
)
/third_party/mbedtls/tests/scripts/
H
A
D
analyze_outcomes.py
52
def
new_section
(self, fmt, *args, **kwargs):
member in Results
75
results.
new_section
("Test {} and {}", ref_component, driver_component)
189
results.
new_section
("Analyze coverage")
194
results.
new_section
("Analyze driver {} vs reference {}",
/third_party/elfio/elfio/
H
A
D
elfio.hpp
448
section*
new_section
= sections_.back().get();
variable
449
new_section
->set_index( static_cast<Elf_Half>( sections_.size() - 1 ) );
451
return
new_section
;
994
section*
new_section
= parent->create_section();
variable
995
new_section
->set_name( name );
1001
new_section
->set_name_string_offset( pos );
1003
return
new_section
;
/third_party/node/tools/
H
A
D
test.py
1306
new_section
= Section(condition)
1307
sections.append(
new_section
)
1308
current_section =
new_section
Completed in 8 milliseconds