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:string_len
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H
A
D
str_join_benchmark.cc
27
const int
string_len
= state.range(0);
in BM_Join2_Strings()
local
29
const std::string s(
string_len
, 'x');
in BM_Join2_Strings()
58
const int
string_len
= state.range(0);
in BM_Join2_KeysAndValues()
local
60
const std::string s(
string_len
, 'x');
in BM_Join2_KeysAndValues()
80
const int
string_len
= state.range(0);
in BM_JoinStreamable()
local
82
const std::vector<std::string> v(num_strings, std::string(
string_len
, 'x'));
in BM_JoinStreamable()
/third_party/skia/third_party/externals/freetype/include/freetype/
H
A
D
ftsnames.h
100
*
string_len
::
115
FT_UInt
string_len
; /* in bytes */
member
199
*
string_len
::
212
FT_UInt
string_len
; /* in bytes */
member
/third_party/skia/third_party/externals/freetype/src/base/
H
A
D
ftsnames.c
82
aname->
string_len
= entry->stringLength;
in FT_EXPORT_DEF()
134
alangTag->
string_len
= entry->stringLength;
in FT_EXPORT_DEF()
/third_party/skia/third_party/externals/freetype/src/gxvalid/
H
A
D
gxvcommn.h
362
GXV_TRACE_HEXDUMP( n.string, n.
string_len
)
/third_party/skia/src/ports/
H
A
D
SkFontHost_FreeType.cpp
1959
fullname.strData = std::make_unique<uint8_t[]>(sfntName.
string_len
);
1960
if (memcpy_s(fullname.strData.get(), sfntName.
string_len
, sfntName.string, sfntName.
string_len
) == EOK) {
1961
fullname.strLen = sfntName.
string_len
;
/third_party/python/Modules/
H
A
D
_testcapimodule.c
6787
Py_ssize_t
string_len
= 0;
in test_structmembers_new()
local
6805
&s, &
string_len
in test_structmembers_new()
6813
if (
string_len
> 5) {
in test_structmembers_new()
Completed in 16 milliseconds