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:num_strings
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H
A
D
str_join_benchmark.cc
28
const int
num_strings
= state.range(1);
in BM_Join2_Strings()
local
30
const std::vector<std::string> v(
num_strings
, s);
in BM_Join2_Strings()
81
const int
num_strings
= state.range(1);
in BM_JoinStreamable()
local
82
const std::vector<std::string> v(
num_strings
, std::string(string_len, 'x'));
in BM_JoinStreamable()
H
A
D
numbers_benchmark.cc
163
// Returns a vector of `
num_strings
` strings. Each string represents a
166
std::vector<std::string> MakeFloatStrings(int
num_strings
, int num_digits) {
in MakeFloatStrings()
argument
172
std::vector<std::string> float_strings(
num_strings
);
in MakeFloatStrings()
207
const int
num_strings
= state.range(0);
in BM_SimpleAtof()
local
210
MakeFloatStrings(
num_strings
, num_digits);
in BM_SimpleAtof()
237
const int
num_strings
= state.range(0);
in BM_SimpleAtod()
local
240
MakeFloatStrings(
num_strings
, num_digits);
in BM_SimpleAtod()
/third_party/skia/third_party/externals/freetype/src/cff/
H
A
D
cffobjs.c
694
for ( idx = 1; idx < cff->
num_strings
; idx++ )
in FT_LOCAL_DEF()
709
if ( cff->
num_strings
)
in FT_LOCAL_DEF()
711
FT_Byte* s1 = cff->strings[cff->
num_strings
- 1];
in FT_LOCAL_DEF()
717
FT_TRACE4(( " %5d ", cff->
num_strings
+ 390 ));
in FT_LOCAL_DEF()
H
A
D
cffload.c
654
return ( element < font->
num_strings
)
in cff_index_get_string()
2343
font->
num_strings
= string_index.count;
in FT_LOCAL_DEF()
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
H
A
D
cfftypes.h
372
FT_UInt
num_strings
;
member
Completed in 10 milliseconds