/external/llvm/test/Verifier/ |
invoke.ll | 5 ; CHECK: The unwind destination does not have a landingpad instruction 21 ; CHECK: The unwind destination does not have a landingpad instruction
|
/external/oprofile/libutil++/ |
file_manip.h | 22 * @param destination filename to copy into 27 bool copy_file(std::string const & source, std::string const & destination);
|
/external/protobuf/src/google/protobuf/ |
extension_set_unittest.cc | 190 unittest::TestAllTypes destination; local 198 EXPECT_TRUE(destination.ParseFromString(data)); 199 TestUtil::ExpectAllFieldsSet(destination); 211 unittest::TestAllTypes destination; local 222 EXPECT_TRUE(destination.ParseFromString(data)); 223 TestUtil::ExpectAllFieldsSet(destination); 234 unittest::TestPackedTypes destination; local 242 EXPECT_TRUE(destination.ParseFromString(data)); 243 TestUtil::ExpectPackedFieldsSet(destination); 255 unittest::TestPackedTypes destination; local 273 unittest::TestAllExtensions destination; local 285 unittest::TestPackedExtensions destination; local [all...] |
/external/qemu/distrib/sdl-1.2.15/docs/html/ |
sdlsetalpha.html | 224 >The source is alpha-blended with the destination, using the alpha channel. <TT 257 >The source is alpha-blended with the destination using the per-surface alpha 298 >The source is alpha-blended with the destination using the source alpha 299 channel. The alpha channel in the destination surface is left untouched. 318 >The RGBA data is copied to the destination surface. If <TT 336 >The source is alpha-blended with the destination using the per-surface alpha value. If <TT 373 of the destination surface. This means that you cannot compose two arbitrary 375 them; the destination alpha will work as a mask.</P
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_AudioCVT.3 | 31 Audio format of the destination 61 .IP "\fBUint8 *\fP\fBbuf\fR" 10This points to the audio data that will be used in the conversion\&. It is both the source and the destination, which means the converted audio data overwrites the original data\&. It also means that the converted data may be larger than the original data (if you were converting from 8-bit to 16-bit, for instance), so you must ensure \fBbuf\fR is large enough\&. See below\&.
|
SDL_BlitSurface.3 | 3 SDL_BlitSurface \- This performs a fast blit from the source surface to the destination surface\&. 11 This performs a fast blit from the source surface to the destination surface\&.
|
/external/qemu/distrib/zlib-1.2.3/ |
uncompr.c | 12 Decompresses the source buffer into the destination buffer. sourceLen is 14 size of the destination buffer, which must be large enough to hold the
|
/external/quake/quake/src/WinQuake/ |
chase.cpp | 71 // calc exact destination
89 // move towards destination
|
/external/skia/gm/ |
bitmapcopy.cpp | 97 // Draw destination config name 104 // Draw destination bitmap
|
/external/skia/legacy/include/core/ |
SkBlitRow.h | 40 onto a 32-bit destination 55 /** Function pointer that blends 32bit colors onto a 32bit destination.
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
TransparencyWin.h | 70 // destination layer. 122 // larger or smaller depending on the destination size. 138 // Combines the source and destination bitmaps using the given mode. 144 // Returns the context for drawing into, which may be the destination 154 // Returns the input bounds translated into the destination space. This is 196 // The original transform from the destination context. 202 // The rectangle we're drawing in the destination's coordinate space 206 // Untransform this has no meaning, since the destination might not be a
|
/external/webkit/Source/WebCore/webaudio/ |
AudioContext.idl | 35 // All rendered audio ultimately connects to destination, which represents the audio hardware. 36 readonly attribute AudioDestinationNode destination;
|
/external/zlib/src/ |
uncompr.c | 12 Decompresses the source buffer into the destination buffer. sourceLen is 14 size of the destination buffer, which must be large enough to hold the
|
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/ |
LVREV_ClearAudioBuffers.c | 66 (void *)&pLVREV_Private->pFastData->HPTaps, /* Destination Cast to void: no dereferencing in function*/ 69 (void *)&pLVREV_Private->pFastData->LPTaps, /* Destination Cast to void: no dereferencing in function*/
|
/frameworks/av/media/libstagefright/codecs/common/include/ |
cmnMemory.h | 63 * \param pDest [in/out] address of destination memory 92 * \param pDest [in/out] address of destination memory
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
omxVCM4P10_InterpolateChroma.c | 35 * [in] dstStep Destination frame step in byte. Must be multiple of roi.width. 42 * [out] pDst Pointer to the destination frame buffer.
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
omxVCM4P10_InterpolateChroma.c | 35 * [in] dstStep Destination frame step in byte. Must be multiple of roi.width. 42 * [out] pDst Pointer to the destination frame buffer.
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/ |
omxVCCOMM_Average_16x.c | 38 * iDstStep - Step of the destination buffer 43 * pDstPred - Pointer to the destination buffer. 16-byte aligned.
|
omxVCCOMM_Average_8x.c | 38 * iDstStep - Step of the destination buffer. 43 * pDstPred - Pointer to the destination buffer. 8-byte aligned.
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
armVCM4P10_PredictIntraDC4x4.c | 34 * [in] dstStep Step of the destination buffer 36 * [out] pDst Pointer to the destination buffer
|
omxVCM4P10_Average_4x.c | 36 * iDstStep - Step of the destination buffer; must be a multiple of 4. 41 * pDstPred - Pointer to the destination buffer. 4-byte alignment required.
|
omxVCM4P10_InvTransformResidualAndAdd.c | 37 * iDstReconStep - Step of the destination reconstruction buffer; must be a 44 * pDstRecon -Pointer to the destination reconstruction buffer. 4-byte
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
Helpers.java | 77 int destination, 85 if (destination == Downloads.Impl.DESTINATION_FILE_URI) { 88 base = storageManager.locateDestinationDirectory(mimeType, destination, 91 destination); 93 storageManager.verifySpace(destination, path, contentLength); 97 path = getFullPath(path, mimeType, destination, base); 101 static String getFullPath(String filename, String mimeType, int destination, File base) 106 if (destination == Downloads.Impl.DESTINATION_FILE_URI) { 107 // Destination is explicitly set - do not change the extension 120 extension = chooseExtensionFromFilename(mimeType, destination, filename, dotIndex) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
socket2.h | 31 __warnattr ("recv called with bigger length than size of destination " 62 "destination buffer");
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
if_tr.h | 39 __u8 daddr[TR_ALEN]; /* destination address */ 48 __u8 dsap; /* destination SAP */
|