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:addCount
(Results
1 - 10
of
10
) sorted by relevance
/third_party/node/deps/npm/node_modules/diff/lib/patch/
H
A
D
parse.js
109
var
addCount
= 0,
126
addCount
++;
130
addCount
++;
139
if (!
addCount
&& hunk.newLines === 1) {
149
if (
addCount
!== hunk.newLines) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H
A
D
ProfileSummaryBuilder.cpp
54
addCount
(I.second.getSamples());
in addRecord()
109
addCount
(Count);
in addEntryCount()
116
addCount
(Count);
in addInternalCount()
H
A
D
GCOV.cpp
331
Block.
addCount
(EdgeNo, ArcCount);
in readGCDA()
386
///
addCount
- Add to block counter while storing the edge count. If the
388
void GCOVBlock::
addCount
(size_t DstEdgeNo, uint64_t N) {
in addCount()
function in GCOVBlock
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
H
A
D
ProfileCommon.h
59
inline void
addCount
(uint64_t Count);
92
void ProfileSummaryBuilder::
addCount
(uint64_t Count) {
in addCount()
function in llvm::ProfileSummaryBuilder
H
A
D
GCOV.h
333
void
addCount
(size_t DstEdgeNo, uint64_t N);
/third_party/node/deps/npm/node_modules/diff/lib/
H
A
D
index.es6.js
748
var
addCount
= 0,
765
addCount
++;
769
addCount
++;
778
if (!
addCount
&& hunk.newLines === 1) {
788
if (
addCount
!== hunk.newLines) {
/third_party/skia/src/pathops/
H
A
D
SkOpSegment.cpp
1269
int
addCount
= test->spanAddsCount();
in moveMultiples()
local
1270
// FAIL_IF(
addCount
< 1);
in moveMultiples()
1271
if (
addCount
<= 1) {
in moveMultiples()
1282
if (oppSpan->spanAddsCount() ==
addCount
) {
in moveMultiples()
1299
if (oppPrev->spanAddsCount() ==
addCount
) {
in moveMultiples()
1313
if (oppNext->spanAddsCount() ==
addCount
) {
in moveMultiples()
H
A
D
SkPathOpsDebug.cpp
949
int
addCount
= test->spanAddsCount();
in debugMoveMultiples()
local
950
// SkASSERT(
addCount
>= 1);
in debugMoveMultiples()
951
if (
addCount
<= 1) {
in debugMoveMultiples()
958
if (oppSpan->spanAddsCount() ==
addCount
) {
in debugMoveMultiples()
975
if (oppPrev->spanAddsCount() ==
addCount
) {
in debugMoveMultiples()
989
if (oppNext->spanAddsCount() ==
addCount
) {
in debugMoveMultiples()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H
A
D
vktPipelineShaderModuleIdentifierTests.cpp
828
const auto
addCount
= static_cast<size_t>(pipelineIdx + 1);
in generateSources()
local
830
for (size_t addIdx = 0; addIdx <
addCount
; ++addIdx)
in generateSources()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H
A
D
vktPipelineShaderModuleIdentifierTests.cpp
822
const auto
addCount
= static_cast<size_t>(pipelineIdx + 1);
in generateSources()
local
824
for (size_t addIdx = 0; addIdx <
addCount
; ++addIdx)
in generateSources()
Completed in 25 milliseconds