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:gCount
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/src/core/
H
A
D
SkFlattenable.cpp
72
int
gCount
= 0;
member
78
std::sort(gEntries, gEntries +
gCount
, EntryComparator());
in Finalize()
84
SkASSERT(
gCount
< (int)SK_ARRAY_COUNT(gEntries));
in Register()
86
gEntries[
gCount
].fName = name;
in Register()
87
gEntries[
gCount
].fFactory = factory;
in Register()
88
gCount
+= 1;
in Register()
94
SkASSERT(std::is_sorted(gEntries, gEntries +
gCount
, EntryComparator()));
95
auto pair = std::equal_range(gEntries, gEntries +
gCount
, name, EntryComparator());
106
for (int i =
gCount
- 1; i >= 0; --i) {
/third_party/icu/icu4c/source/test/perf/collationperf/
H
A
D
collperf.cpp
214
int
gCount
;
variable
281
gCount
++;
in ICUstrcmpK()
288
gCount
++;
in ICUstrcmpL()
298
gCount
++;
in ICUstrcmp()
308
gCount
++;
in Winstrcmp()
316
gCount
++;
in UNIXstrcmp()
324
gCount
++;
in WinstrcmpL()
332
gCount
++;
in WinstrcmpK()
469
gCount
= 0;
in doBinarySearch()
511
gCount
in doBinarySearch()
[all...]
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H
A
D
CollationPerformanceTest.java
320
int
gCount
= 0;
in doBinarySearch()
353
gCount
++;
in doBinarySearch()
384
gCount
++;
in doBinarySearch()
419
gCount
++;
in doBinarySearch()
422
gCount
++;
in doBinarySearch()
457
gCount
++;
in doBinarySearch()
460
gCount
++;
in doBinarySearch()
478
int ns = (int)((float)(1000000) * (float)elapsedTime / (float)
gCount
);
in doBinarySearch()
480
System.out.println("binary search: total # of string compares = " +
gCount
);
in doBinarySearch()
481
System.out.println("binary search: compares per loop = " +
gCount
/ loop
in doBinarySearch()
[all...]
/third_party/icu/tools/colprobe/
H
A
D
colprobeNew.cpp
112
int
gCount
;
variable
199
gCount
++;
in UNIXstrcmp()
222
gCount
++;
in Winstrcmp()
272
gCount
++;
in ICUstrcmp()
H
A
D
colprobe.cpp
75
int
gCount
;
variable
135
gCount
++;
in Winstrcmp()
144
gCount
++;
in ICUstrcmp()
Completed in 10 milliseconds