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:buf
(Results
1 - 5
of
5
) sorted by relevance
/build/rust/tests/test_cxx_rust/src/
H
A
D
main.rs
29
fn next_chunk(
buf
: &mut MultiBufs) -> &[u8];
in next_chunk()
56
pub fn next_chunk(
buf
: &mut MultiBufs) -> &[u8] {
in next_chunk()
57
let next =
buf
.chunks.get(
buf
.pos);
in next_chunk()
58
buf
.pos += 1;
in next_chunk()
68
let mut
buf
= MultiBufs { chunks, pos: 0 };
in main()
variables
69
let blobid = client.put_buf(&mut
buf
);
in main()
H
A
D
client_blobstore.cpp
42
uint64_t client_blobstore::put_buf(MultiBufs &
buf
) const
in put_buf()
51
auto res_chunk = next_chunk(
buf
);
in put_buf()
/build/scripts/util/
H
A
D
zip_and_md5.py
35
buf
= file_obj.read(__MAX_BUF)
36
if not
buf
:
38
sha256obj.update(
buf
)
/build/rust/tests/test_cxx_rust/include/
H
A
D
client_blobstore.h
28
uint64_t put_buf(MultiBufs &
buf
) const;
/build/scripts/
H
A
D
interface_mgr.py
32
buf
= f.read(self.__max_buf)
33
if not
buf
:
35
sha256obj.update(
buf
)
Completed in 2 milliseconds