HomeSort by relevance Sort by last modified time
    Searched full:destination (Results 226 - 250 of 5499) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/media/base/
audio_pull_fifo.h 35 // them to |destination|. If the FIFO does not have enough data, we ask
38 void Consume(AudioBus* destination, int frames_to_consume);
45 // Append new data to the |destination| starting at |write_pos|.
46 int ReadFromFifo(AudioBus* destination, int frames_to_provide, int write_pos);
  /external/chromium_org/third_party/icu/source/tools/genbrk/
genbrk.1.in 26 .BI "\-d\fP, \fB\-\-destdir" " destination"
59 .BI "\-d\fP, \fB\-\-destdir" " destination"
60 Set the destination directory of the
63 .IR destination .
  /external/chromium_org/third_party/icu/source/tools/genctd/
genctd.1.in 26 .BI "\-d\fP, \fB\-\-destdir" " destination"
60 .BI "\-d\fP, \fB\-\-destdir" " destination"
61 Set the destination directory of the
64 .IR destination .
  /external/chromium_org/third_party/skia/include/core/
SkImageGenerator.h 21 * the generator. If it succeeds, it will modify destination
25 * installed into destination is destroyed, it will call
29 * @param destination Upon success, this bitmap will be
39 SkBitmap* destination,
  /external/dnsmasq/contrib/port-forward/
dnsmasq-portforward 55 ${IPTABLES} -t nat -D PREROUTING -p $protocol --destination-port $src -j DNAT --to-destination ${3}:$dst
57 ${IPTABLES} -t nat -A PREROUTING -p $protocol --destination-port $src -j DNAT --to-destination ${3}:$dst
  /external/icu4c/tools/genbrk/
genbrk.1.in 26 .BI "\-d\fP, \fB\-\-destdir" " destination"
59 .BI "\-d\fP, \fB\-\-destdir" " destination"
60 Set the destination directory of the
63 .IR destination .
  /external/icu4c/tools/gencfu/
gencfu.1.in 26 .BI "\-d\fP, \fB\-\-destdir" " destination"
64 .BI "\-d\fP, \fB\-\-destdir" " destination"
65 Set the destination directory of the
68 .IR destination .
  /external/libvpx/libvpx/vpx_scale/generic/
gen_scalers.c 23 * unsigned char *dest : Pointer to destination data.
24 * unsigned int dest_width : Stride of destination (NOT USED).
31 * destination scaling up by 4 to 5.
103 * unsigned char *dest : Pointer to destination data.
104 * unsigned int dest_width : Stride of destination (NOT USED).
111 * destination scaling up by 3 to 5.
179 * unsigned char *dest : Pointer to destination data.
180 * unsigned int dest_width : Stride of destination (NOT USED).
187 * destination scaling up by 1 to 2.
  /external/llvm/test/Transforms/InstCombine/
x86-crc32-demanded.ll 3 ; crc32 with 64-bit destination zeros high 32-bit.
  /external/qemu/android/utils/
jpeg-compress.c 19 /* Implements JPEG destination manager's init_destination routine. */
21 /* Implements JPEG destination manager's empty_output_buffer routine. */
23 /* Implements JPEG destination manager's term_destination routine. */
28 /* Common JPEG compression destination manager header. */
44 /* Implements JPEG destination manager's init_destination routine. */
50 /* This is the first time our destination manager is initialized.
58 /* Initialize common header with entire destination buffer. */
63 /* Implements JPEG destination manager's empty_output_buffer routine.
90 /* Implements JPEG destination manager's term_destination routine.
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_DisplayYUVOverlay.3 11 Blit the \fBoverlay\fR to the surface specified when it was \fIcreated\fR\&. The \fI\fBSDL_Rect\fR\fR structure, \fBdstrect\fR, specifies the position and size of the destination\&. If the \fBdstrect\fR is a larger or smaller than the overlay then the overlay will be scaled, this is optimized for 2x scaling\&.
SDL_GetClipRect.3 11 Gets the clipping rectangle for a surface\&. When this surface is the destination of a blit, only the area within the clip rectangle is drawn into\&.
  /external/skia/include/core/
SkImageGenerator.h 21 * the generator. If it succeeds, it will modify destination
25 * installed into destination is destroyed, it will call
29 * @param destination Upon success, this bitmap will be
39 SkBitmap* destination,
  /external/svox/pico/lang/
PicoLangDeDeInSystem.mk 6 # Note the destination path matches that used in external/svox/pico/tts/com_svox_picottsengine.cpp
PicoLangEnGBInSystem.mk 6 # Note the destination path matches that used in external/svox/pico/tts/com_svox_picottsengine.cpp
PicoLangEsEsInSystem.mk 6 # Note the destination path matches that used in external/svox/pico/tts/com_svox_picottsengine.cpp
PicoLangFrFrInSystem.mk 6 # Note the destination path matches that used in external/svox/pico/tts/com_svox_picottsengine.cpp
PicoLangItItInSystem.mk 6 # Note the destination path matches that used in external/svox/pico/tts/com_svox_picottsengine.cpp
  /libcore/
CaCerts.mk 29 # $(3): destination directory
30 define include-prebuilt-with-destination-directory
45 $(foreach cacert, $(cacerts), $(eval $(call include-prebuilt-with-destination-directory,target-cacert-$(notdir $(cacert)),$(cacert),$(cacerts_target_directory))))
55 $(foreach cacert, $(cacerts), $(eval $(call include-prebuilt-with-destination-directory,host-cacert-$(notdir $(cacert)),$(cacert),$(cacerts_host_directory))))
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
StorageManager.java 119 void verifySpaceBeforeWritingToFile(int destination, String path, long length)
126 verifySpace(destination, path, length);
129 void verifySpace(int destination, String path, long length) throws StopRequestException {
133 Log.i(Constants.TAG, "in verifySpace, destination: " + destination +
139 switch (destination) {
162 throw new IllegalStateException("invalid combination of destination: " + destination +
165 findSpace(dir, length, destination);
173 private synchronized void findSpace(File root, long targetBytes, int destination)
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
repeated_field_unittest.cc 216 RepeatedField<int> source, destination; local
219 destination.Add(1);
220 destination.Add(2);
221 destination.Add(3);
223 destination.MergeFrom(source);
225 ASSERT_EQ(5, destination.size());
226 EXPECT_EQ(1, destination.Get(0));
227 EXPECT_EQ(2, destination.Get(1));
228 EXPECT_EQ(3, destination.Get(2));
229 EXPECT_EQ(4, destination.Get(3))
234 RepeatedField<int> source, destination; local
277 RepeatedField<int> source, destination; local
625 RepeatedPtrField<string> source, destination; local
643 RepeatedPtrField<string> source, destination; local
705 RepeatedPtrField<string> source, destination; local
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
ScriptIntrinsicBlend.java 57 * @param aout The destination buffer
77 * @param aout The destination buffer
98 * @param aout The destination buffer
117 * @param aout The destination buffer
136 * @param aout The destination buffer
155 * @param aout The destination buffer
174 * @param aout The destination buffer
193 * @param aout The destination buffer
212 * @param aout The destination buffer
232 * @param aout The destination buffe
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptIntrinsicBlend.java 62 * @param aout The destination buffer
82 * @param aout The destination buffer
103 * @param aout The destination buffer
122 * @param aout The destination buffer
141 * @param aout The destination buffer
160 * @param aout The destination buffer
179 * @param aout The destination buffer
198 * @param aout The destination buffer
217 * @param aout The destination buffer
237 * @param aout The destination buffe
    [all...]
  /cts/suite/cts/deviceTests/dram/src/com/android/cts/dram/
MemoryNative.java 24 * run memcpy for given number of repetition from a source to a destination buffers
33 * run memset for given number of repetition from a source to a destination buffers
  /external/chromium_org/chrome/browser/chromeos/policy/
cloud_external_data_manager_base_test_util.h 23 // Passes |data| to |destination| and invokes |done_callback| to indicate that
25 void ExternalDataFetchCallback(scoped_ptr<std::string>* destination,

Completed in 1878 milliseconds

1 2 3 4 5 6 7 8 91011>>