OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Copier
(Results
1 - 5
of
5
) sorted by null
/external/syzkaller/vendor/cloud.google.com/go/storage/
copy.go
25
// CopierFrom creates a
Copier
that can copy src to dst.
26
// You can immediately call Run on the returned
Copier
, or
31
func (dst *ObjectHandle) CopierFrom(src *ObjectHandle) *
Copier
{
32
return &
Copier
{dst: dst, src: src}
35
// A
Copier
copies a source object to a destination.
36
type
Copier
struct {
38
// Any attributes must be initialized before any calls on the
Copier
. Nil
66
func (c *
Copier
) Run(ctx context.Context) (*ObjectAttrs, error) {
92
func (c *
Copier
) callRewrite(ctx context.Context, rawObj *raw.Object) (*raw.RewriteResponse, error) {
/external/libxcam/modules/soft/
soft_stitcher.cpp
148
struct
Copier
{
156
typedef std::vector<
Copier
> Copiers;
323
Copier
copier
;
local
324
copier
.copy_task = new XCamSoftTasks::CopyTask (copy_cb);
325
XCAM_ASSERT (
copier
.copy_task.ptr ());
326
copier
.copy_area = area;
327
_copiers.push_back (
copier
);
382
"soft-stitcher::%s init
copier
failed, idx:%d.", XCAM_STR (_stitcher->get_name ()), i);
627
Copier
::start_copy_task
[
all
...]
/external/guice/extensions/struts2/lib/
javassist.jar
/external/guice/extensions/persist/lib/
javassist.jar
/external/error_prone/javac/
javac-9+181-r4173-1.jar
Completed in 3014 milliseconds