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:uploaded
(Results
1 - 12
of
12
) sorted by relevance
/third_party/curl/lib/
H
A
D
progress.c
127
pgrsSetUploadCounter() - amount of data currently
uploaded
260
data->progress.
uploaded
= 0;
in Curl_pgrsStartNow()
351
data->progress.ul_limit_size = data->progress.
uploaded
;
in Curl_ratelimit()
357
* Set the number of
uploaded
bytes so far.
361
data->progress.
uploaded
= size;
in Curl_pgrsSetUploadCounter()
411
p->ulspeed = trspeed(p->
uploaded
, p->timespent);
in progress_calc()
422
p->speeder[ nowindex ] = p->downloaded + p->
uploaded
;
in progress_calc()
512
ulpercen = data->progress.
uploaded
/
in progress_meter()
515
ulpercen = (data->progress.
uploaded
*100) /
in progress_meter()
544
data->progress.size_ul:data->progress.
uploaded
)
in progress_meter()
[all...]
H
A
D
getinfo.c
375
*param_offt = data->progress.
uploaded
;
in getinfo_offt()
479
*param_doublep = (double)data->progress.
uploaded
;
in getinfo_double()
H
A
D
multi.c
2423
Curl_pgrsLimitWaitTime(data->progress.
uploaded
,
2457
send_timeout_ms = Curl_pgrsLimitWaitTime(data->progress.
uploaded
,
H
A
D
urldata.h
700
/* 'upload_fromhere' is used as a read-pointer when we
uploaded
parts of a
1170
curl_off_t
uploaded
; /* transferred so far */
member
/third_party/mesa3d/src/gallium/drivers/svga/
H
A
D
svga_state_vdecl.c
80
if (buffer->
uploaded
.start > offset) {
in emit_hw_vs_vdecl()
81
tmp_neg_bias = buffer->
uploaded
.start - offset;
in emit_hw_vs_vdecl()
108
/* Compensate for partially
uploaded
vbo, and
in emit_hw_vs_vdecl()
114
- buffer->
uploaded
.start);
in emit_hw_vs_vdecl()
120
assert(!buffer->
uploaded
.buffer);
in emit_hw_vs_vdecl()
H
A
D
svga_resource_buffer.h
139
* Ranges that were touched by the application and need to be
uploaded
to
150
* Information about
uploaded
version of user buffers.
162
* Range of user buffer that is
uploaded
in @buffer at @offset.
166
}
uploaded
;
member
H
A
D
svga_resource_buffer.c
432
if (sbuf->
uploaded
.buffer)
in svga_resource_destroy()
433
pipe_resource_reference(&sbuf->
uploaded
.buffer, NULL);
in svga_resource_destroy()
/third_party/ffmpeg/tests/fate/
H
A
D
mov.mak
20
# FIXME: Uncomment these two lines once the test files are
uploaded
to the fate
145
# FIXME: Uncomment these two tests once the test files are
uploaded
to the fate
H
A
D
image.mak
517
# TODO(https://trac.ffmpeg.org/ticket/9368): enable after sample is
uploaded
/third_party/python/Tools/msi/
H
A
D
uploadrelease.bat
54
if not defined GPG echo Cannot locate gpg2.exe. Signatures will not be
uploaded
& pause
/third_party/ffmpeg/fftools/
H
A
D
ffplay.c
165
int
uploaded
;
member
973
if (!sp->
uploaded
) {
in video_image_display()
1006
sp->
uploaded
= 1;
in video_image_display()
1016
if (!vp->
uploaded
) {
in video_image_display()
1021
vp->
uploaded
= 1;
in video_image_display()
1647
if (sp->
uploaded
) {
in video_refresh()
1745
vp->
uploaded
= 0;
in queue_picture()
2246
sp->
uploaded
= 0;
in subtitle_thread()
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_cmd_buffer.c
7937
ASSERTED bool
uploaded
=
in radv_nv_task_indirect_bo()
local
7940
assert(
uploaded
);
in radv_nv_task_indirect_bo()
Completed in 34 milliseconds