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:metrics_
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ninja/src/
H
A
D
metrics.cc
87
metrics_
.push_back(metric);
in NewMetric()
93
for (vector<Metric*>::iterator i =
metrics_
.begin();
in Report()
94
i !=
metrics_
.end(); ++i) {
in Report()
100
for (vector<Metric*>::iterator i =
metrics_
.begin();
in Report()
101
i !=
metrics_
.end(); ++i) {
in Report()
H
A
D
metrics.h
56
std::vector<Metric*>
metrics_
;
member
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
H
A
D
index_sub_table_format2.cc
112
if (
metrics_
== NULL) {
in BigMetrics()
117
metrics_
= new BigGlyphMetrics::Builder(data);
in BigMetrics()
119
return
metrics_
;
in BigMetrics()
194
if (
metrics_
== NULL) {
in SubSerialize()
206
size +=
metrics_
->SubSerialize(slice);
in SubSerialize()
214
metrics_
.Attach(BigGlyphMetrics::Builder::CreateBuilder());
in Builder()
H
A
D
index_sub_table_format5.cc
237
if (
metrics_
== NULL) {
in BigMetrics()
242
metrics_
= new BigGlyphMetrics::Builder(data);
in BigMetrics()
245
return
metrics_
;
in BigMetrics()
H
A
D
index_sub_table_format2.h
83
BigGlyphMetricsBuilderPtr
metrics_
;
member in sfntly::IndexSubTableFormat2::Builder
H
A
D
index_sub_table_format5.h
91
BigGlyphMetricsBuilderPtr
metrics_
;
member in sfntly::IndexSubTableFormat5::Builder
Completed in 3 milliseconds