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:offset_data
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavresample/
H
A
D
audio_data.c
354
uint8_t *
offset_data
[AVRESAMPLE_MAX_CHANNELS];
in ff_audio_data_add_to_fifo()
local
361
offset_data
[p] = a->data[p] + offset_size;
in ff_audio_data_add_to_fifo()
363
return av_audio_fifo_write(af, (void **)
offset_data
, nb_samples);
in ff_audio_data_add_to_fifo()
/third_party/python/Lib/
H
A
D
tarfile.py
711
fileobj = _FileInFile(tarfile.fileobj, tarinfo.
offset_data
,
866
offset_data
= "The file's data starts here.",
variable in TarInfo
894
self.
offset_data
= 0 # the file's data starts here
1299
# 1. Set self.
offset_data
to the position where the data blocks begin,
1321
self.
offset_data
= tarfile.fileobj.tell()
1322
offset = self.
offset_data
1389
self.
offset_data
= tarfile.fileobj.tell()
1390
tarfile.offset = self.
offset_data
+ self._block(self.size)
1508
offset = next.
offset_data
1554
next.
offset_data
[all...]
/third_party/python/Lib/test/
H
A
D
test_tarfile.py
1743
buf_blk = buf[output_blk.offset:output_blk.
offset_data
]
1744
buf_reg = buf[output_reg.offset:output_reg.
offset_data
]
Completed in 9 milliseconds