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:chunk_end
(Results
1 - 11
of
11
) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H
A
D
cord_test.cc
564
return c.chunk_begin() == c.
chunk_end
() || ++c.chunk_begin() == c.
chunk_end
();
in IsFlat()
1396
ASSERT_TRUE(chunk_it != fragmented.
chunk_end
());
1399
ASSERT_TRUE(++chunk_it != fragmented.
chunk_end
());
1402
ASSERT_TRUE(++chunk_it != fragmented.
chunk_end
());
1405
ASSERT_TRUE(++chunk_it == fragmented.
chunk_end
());
1416
ASSERT_TRUE(chunk_it != fragmented.
chunk_end
());
1419
ASSERT_TRUE(++chunk_it != fragmented.
chunk_end
());
1422
ASSERT_TRUE(++chunk_it != fragmented.
chunk_end
());
1425
ASSERT_TRUE(++chunk_it == fragmented.
chunk_end
());
[all...]
H
A
D
cord.h
438
// return std::find(c.chunk_begin(), c.
chunk_end
(), s);
442
// Cord::ChunkItertator::
chunk_end
()
449
ChunkIterator
chunk_end
() const;
462
// `Cord::chunk_begin()` and `Cord::
chunk_end
()`.
1351
inline Cord::ChunkIterator Cord::
chunk_end
() const { return ChunkIterator(); }
in chunk_end()
function in absl::Cord
1358
return cord_->
chunk_end
();
in end()
/third_party/curl/tests/libtest/
H
A
D
lib576.c
85
long
chunk_end
(void *ptr)
in chunk_end()
function
112
test_setopt(handle, CURLOPT_CHUNK_END_FUNCTION,
chunk_end
);
in test()
/third_party/ffmpeg/libavformat/
H
A
D
webm_chunk.c
177
static int
chunk_end
(AVFormatContext *s, int flush)
in chunk_end()
function
236
if ((ret =
chunk_end
(s, 1)) < 0 || (ret = chunk_start(s)) < 0) {
in webm_chunk_write_packet()
259
return
chunk_end
(s, 0);
in webm_chunk_write_trailer()
/third_party/node/deps/v8/src/snapshot/embedded/
H
A
D
platform-embedded-file-writer-win.cc
158
int
chunk_end
=
in EmitUnwindData()
local
162
builtin_start_offset +
chunk_end
);
in EmitUnwindData()
217
int
chunk_end
=
219
int chunk_len = ::RoundUp(
chunk_end
- chunk_start, kInstrSize);
/third_party/skia/third_party/externals/libpng/contrib/tools/
H
A
D
pngfix.c
984
static void
chunk_end
(struct chunk **);
999
chunk_end
(&file->chunk);
in file_end()
1573
chunk_end
(struct chunk **chunk_var)
in chunk_end()
function
1781
chunk_end
(&file->chunk);
in IDAT_end()
2912
chunk_end
(&file->chunk);
in process_chunk()
2919
chunk_end
(&file->chunk);
in process_chunk()
3449
/* This must happen before the
chunk_end
below: */
in read_callback()
3498
chunk_end
(&file->chunk);
in read_callback()
/third_party/ffmpeg/libavcodec/
H
A
D
twinvq.c
283
int
chunk_end
= ((i + 1) * mtab->n_lsp + funny_rounding[i]) /
in decode_lsp()
local
285
for (; j <
chunk_end
; j++)
in decode_lsp()
/third_party/curl/lib/
H
A
D
ftp.c
3273
if(data->set.
chunk_end
&& ftpc->file) {
in ftp_done()
3275
data->set.
chunk_end
(data->set.wildcardptr);
in ftp_done()
3961
if(data->set.
chunk_end
) {
in wc_statemach()
3963
data->set.
chunk_end
(data->set.wildcardptr);
in wc_statemach()
H
A
D
urldata.h
1803
curl_chunk_end_callback
chunk_end
; /* called after part transferring
member
H
A
D
setopt.c
2835
data->set.
chunk_end
= va_arg(param, curl_chunk_end_callback);
in Curl_vsetopt()
H
A
D
url.c
468
set->
chunk_end
= ZERO_NULL;
in Curl_init_userdefined()
Completed in 28 milliseconds