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:deletions
(Results
1 - 4
of
4
) sorted by relevance
/third_party/libabigail/include/
H
A
D
abg-diff-utils.h
17
/// script (the set of insertions and
deletions
) for transforming a
623
/// It encapsulates the insertions and
deletions
for transforming A
644
deletions
() const
in deletions()
function in abigail::diff_utils::edit_script
648
deletions
()
in deletions()
function in abigail::diff_utils::edit_script
657
deletions
().insert(
deletions
().end(),
in append()
658
es.
deletions
().begin(),
in append()
659
es.
deletions
().end());
in append()
668
deletions
().insert(
deletions
()
in prepend()
[all...]
/third_party/skia/third_party/externals/tint/tools/src/cmd/gerrit-stats/
H
A
D
main.go
113
insertions,
deletions
:= 0, 0
119
deletions
+= change.Deletions
123
fmt.Printf(" Submitted %v changes (LOC: %v+, %v-) \n", len(submitted), insertions,
deletions
)
/third_party/libabigail/src/
H
A
D
abg-comparison.cc
3925
for (vector<deletion>::const_iterator it = e.
deletions
().begin();
in ensure_lookup_tables_populated()
3926
it != e.
deletions
().end();
in ensure_lookup_tables_populated()
4380
/// Get the number of member functions
deletions
carried by the current
4383
/// @return the number of member functions
deletions
carried by the
4462
for (vector<deletion>::const_iterator it = e.
deletions
().begin();
in ensure_lookup_tables_populated()
4463
it != e.
deletions
().end();
in ensure_lookup_tables_populated()
4511
for (vector<deletion>::const_iterator it = e.
deletions
().begin();
in ensure_lookup_tables_populated()
4512
it != e.
deletions
().end();
in ensure_lookup_tables_populated()
4774
for (vector<deletion>::const_iterator it = e.
deletions
().begin();
in ensure_lookup_tables_populated()
4775
it != e.
deletions
()
in ensure_lookup_tables_populated()
[all...]
H
A
D
abg-default-reporter.cc
148
//report
deletions
/insertions/change of enumerators
in report()
912
// report
deletions
in report()
988
// report
deletions
in report()
1076
// report
deletions
in report()
1158
// report
deletions
in report()
1163
for (vector<deletion>::const_iterator i = e.
deletions
().begin();
in report()
1164
i != e.
deletions
().end();
in report()
1201
// report
deletions
in report()
1206
for (vector<deletion>::const_iterator i = e.
deletions
().begin();
in report()
1207
i != e.
deletions
()
in report()
[all...]
Completed in 14 milliseconds