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:big_string
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H
A
D
str_replace_benchmark.cc
25
std::string*
big_string
;
member
48
// replacing "the" with "box" in
big_string
.
53
if (
big_string
== nullptr) {
in SetUpStrings()
55
big_string
= new std::string(1000 * 1000, ' ');
in SetUpStrings()
60
memcpy(&(*
big_string
)[r % (
big_string
->size() - phrase.size())],
in SetUpStrings()
64
//
big_string
->resize(50);
in SetUpStrings()
67
after_replacing_the = new std::string(*
big_string
);
in SetUpStrings()
73
after_replacing_many = new std::string(*
big_string
);
in SetUpStrings()
97
std::string src = *
big_string
;
in BM_StrReplaceAllOneReplacement()
[all...]
/third_party/libuv/test/
H
A
D
test-watcher-cross-stop.c
75
char
big_string
[1024];
in TEST_IMPL()
local
80
memset(
big_string
, 'A', sizeof(
big_string
));
in TEST_IMPL()
81
buf = uv_buf_init(
big_string
, sizeof(
big_string
));
in TEST_IMPL()
/kernel/linux/linux-6.6/tools/perf/pmu-events/
H
A
D
jevents.py
114
big_string
: Sequence[str]
166
# being appended to - comments, etc. don't count.
big_string
is
171
self.
big_string
= []
181
self.
big_string
.append(f'/* offset={big_string_offset} */ "')
182
self.
big_string
.append(s)
183
self.
big_string
.append('"')
185
self.
big_string
.append(' /* also: ' + ', '.join(fold_into_strings[s]) + ' */')
186
self.
big_string
.append('\n')
1231
for s in _bcs.
big_string
:
Completed in 3 milliseconds