OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:destination
(Results
301 - 325
of
5499
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/third_party/WebKit/Source/platform/audio/
AudioDSPKernelProcessor.cpp
76
void AudioDSPKernelProcessor::process(const AudioBus* source, AudioBus*
destination
, size_t framesToProcess)
78
ASSERT(source &&
destination
);
79
if (!source || !
destination
)
83
destination
->zero();
89
bool channelCountMatches = source->numberOfChannels() ==
destination
->numberOfChannels() && source->numberOfChannels() == m_kernels.size();
95
m_kernels[i]->process(source->channel(i)->data(),
destination
->channel(i)->mutableData(), framesToProcess);
99
destination
->zero();
AudioProcessor.h
59
// Processes the source to
destination
bus. The number of channels must match in source and
destination
.
60
virtual void process(const AudioBus* source, AudioBus*
destination
, size_t framesToProcess) = 0;
AudioPullFIFO.cpp
45
void AudioPullFIFO::consume(AudioBus*
destination
, size_t framesToConsume)
47
if (!
destination
)
55
m_fifo.consume(
destination
, framesToConsume);
/external/iputils/doc/
tracepath.sgml
23
<arg choice="req"><replaceable/
destination
/</arg>
29
It traces path to <replaceable/
destination
/ discovering MTU along this path.
82
Sets the initial
destination
port to use.
126
The last line summarizes information about all the path to the
destination
,
127
it shows detected Path MTU, amount of hops to the
destination
and our
128
guess about amount of hops from the
destination
to us, which can be
164
to network, enough to send UDP datagrams to investigated
destination
/external/jpeg/
jdatadst.c
8
* This file contains compression data
destination
routines for the case of
11
*
destination
manager.
23
/* Expanded data
destination
object for stdio output */
38
* Initialize
destination
--- called by jpeg_start_compress
97
* Terminate
destination
--- called by jpeg_finish_compress
134
/* The
destination
object is made permanent so that multiple JPEG images
136
* This makes it dangerous to use this manager and a different
destination
/external/qemu/distrib/jpeg-6b/
jdatadst.c
8
* This file contains compression data
destination
routines for the case of
11
*
destination
manager.
23
/* Expanded data
destination
object for stdio output */
38
* Initialize
destination
--- called by jpeg_start_compress
97
* Terminate
destination
--- called by jpeg_finish_compress
134
/* The
destination
object is made permanent so that multiple JPEG images
136
* This makes it dangerous to use this manager and a different
destination
/ndk/build/tools/
gen-toolchain-wrapper.sh
50
- The '
destination
toolchain' is the one that will be called by the
51
generated wrapper script. It is identified by a '
destination
prefix'
71
register_var_option "--dst-prefix=<prefix>" DST_PREFIX "Set
destination
toolchain prefix"
103
panic "Please provide a
destination
directory as a parameter! See --help for details."
107
fail_panic "Could not create
destination
directory: $DST_DIR"
133
# $3:
destination
prefix (e.g. 'i586-px-mingw32msvc-')
134
# $4:
destination
directory for the generate program
dev-platform-expand-all.sh
29
# The default
destination
directory is a temporary one
31
register_var_option "--dst-dir=<path>" DSTDIR "
Destination
directory"
54
log "Using
destination
directory: $DSTDIR"
/packages/apps/UnifiedEmail/src/org/apache/commons/io/
FileUtils.java
548
* to a file of the same name in the specified
destination
directory.
549
* The
destination
directory is created if it does not exist.
550
* If the
destination
file exists, then this method will overwrite it.
555
* @throws NullPointerException if source or
destination
is null
556
* @throws IOException if source or
destination
is invalid
568
* to a file of the same name in the specified
destination
directory.
569
* The
destination
directory is created if it does not exist.
570
* If the
destination
file exists, then this method will overwrite it.
577
* @throws NullPointerException if source or
destination
is <code>null</code>
578
* @throws IOException if source or
destination
is invalid
[
all
...]
/external/chromium/chrome/browser/debugger/
devtools_remote_message.h
21
// The
destination
(inspected) object identifier (if any), like a TabID.
58
const std::string
destination
() const {
function in class:DevToolsRemoteMessage
90
const std::string&
destination
,
/external/chromium_org/net/websockets/
websocket_throttle.h
36
// Puts |job| in |queue_| and queues for the
destination
addresses
38
// If other job is using the same
destination
address, set |job| waiting.
44
// Removes |job| from |queue_| and queues for the
destination
addresses
/external/chromium_org/ppapi/tests/
test_video_destination.cc
74
// Creating a
destination
from an invalid instance returns an invalid
83
// Creating a
destination
from a valid instance returns a valid resource.
93
// Once released, the resource shouldn't be a video
destination
.
/external/chromium_org/printing/android/java/src/org/chromium/printing/
PrintDocumentAdapterWrapper.java
37
final ParcelFileDescriptor
destination
,
131
final ParcelFileDescriptor
destination
,
134
mPdfGenerator.onWrite(ranges,
destination
, cancellationSignal,
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FEComposite.h
77
inline void platformArithmeticSoftware(Uint8ClampedArray* source, Uint8ClampedArray*
destination
,
80
static inline void computeArithmeticPixelsNeon(unsigned char* source, unsigned char*
destination
,
82
static inline void platformArithmeticNeon(unsigned char* source, unsigned char*
destination
,
/external/chromium_org/third_party/icu/source/common/
ucnv_io.h
65
* @param dst The
destination
buffer, which is <= the buffer of name.
66
* @param dst The
destination
buffer, which is <= the buffer of name.
68
* @return the
destination
buffer.
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_info.h
44
/** When this opcode writes to a channel of the
destination
register,
53
*
destination
register.
60
* of the
destination
register is being written.
/external/chromium_org/third_party/skia/include/core/
SkAnnotation.h
56
* Returns the canonical key whose payload is the name of a
destination
to
62
* Returns the canonical key whose payload is the name of a
destination
to
104
*
destination
.
/external/chromium_org/webkit/browser/fileapi/
file_observers.h
22
// for
destination
url regardless of whether it is recursive copy or not):
24
// Copy() (
destination
only),
25
// Move() (both for source and
destination
),
/external/icu4c/common/
ucnv_io.h
65
* @param dst The
destination
buffer, which is <= the buffer of name.
66
* @param dst The
destination
buffer, which is <= the buffer of name.
68
* @return the
destination
buffer.
/external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_info.h
44
/** When this opcode writes to a channel of the
destination
register,
53
*
destination
register.
60
* of the
destination
register is being written.
/external/skia/include/core/
SkAnnotation.h
56
* Returns the canonical key whose payload is the name of a
destination
to
62
* Returns the canonical key whose payload is the name of a
destination
to
104
*
destination
.
/frameworks/base/graphics/java/android/graphics/
AvoidXfermode.java
37
/** This xfermode draws, or doesn't draw, based on the
destination
's
42
* Avoid: In this mode, drawing is allowed only on
destination
pixels that
47
* Target: In this mode, drawing only occurs on
destination
pixels that
/libcore/crypto/src/main/java/org/conscrypt/
SSLEngineAppData.java
53
* Places the data from the buffer into the array of
destination
80
// it should not happen, because the
destination
buffers
87
+ "into the
destination
buffers"));
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
unistd.h
32
"the
destination
buffer");
63
"the
destination
buffer");
69
"the
destination
buffer");
137
"than size of
destination
buffer");
170
"length than size of
destination
"
198
"
destination
buffer");
237
__warnattr ("confstr called with bigger length than size of
destination
"
263
"can fit into
destination
buffer");
289
"size of
destination
buffer");
315
"size of
destination
buffer")
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
unistd.h
32
"the
destination
buffer");
63
"the
destination
buffer");
69
"the
destination
buffer");
137
"than size of
destination
buffer");
170
"length than size of
destination
"
198
"
destination
buffer");
237
__warnattr ("confstr called with bigger length than size of
destination
"
263
"can fit into
destination
buffer");
289
"size of
destination
buffer");
315
"size of
destination
buffer")
[
all
...]
Completed in 1612 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>