HomeSort by relevance Sort by last modified time
    Searched full:destination (Results 426 - 450 of 3792) sorted by null

<<11121314151617181920>>

  /external/llvm/test/Transforms/InstCombine/
stack-overalign.ll 4 ; memcpy is aligned up to the alignment of the destination, however
  /external/markdown/bin/
markdown 10 markdown source.txt > destination.html
  /external/oprofile/libpp/
parse_filename.h 25 /// destination image for call graph file, empty if this sample
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlbuildaudiocvt.html 129 > structure can be used to convert audio data it must be initialized with source and destination information. </P
141 > are the source and destination format of the conversion. (For information on audio formats see <A
157 > are the number of channels in the source and destination formats. Finally, <TT
167 > are the frequency or samples-per-second of the source and destination formats. Once again, see <A
  /external/v8/src/arm/
code-stubs-arm.h 711 enum Destination {
718 // floating point registers. Depending on the destination the values ends up
719 // either d7 and d6 or in r2/r3 and r0/r1 respectively. If the destination is
723 Destination destination,
728 // floating point registers. Depending on the destination the values ends up
729 // either d7 and d6 or in r2/r3 and r0/r1 respectively. If the destination is
735 FloatingPointHelper::Destination destination,
756 // |destination|
    [all...]
  /external/v8/src/
elements.h 92 // of elements from source after source_start to the destination array.
96 // destination array, padding any remaining uninitialized elements in the
97 // destination array with the hole.
106 FixedArrayBase* destination,
  /external/v8/src/mips/
code-stubs-mips.h 711 enum Destination {
718 // floating point registers. Depending on the destination the values ends up
719 // either f14 and f12 or in a2/a3 and a0/a1 respectively. If the destination
723 Destination destination,
728 // floating point registers. Depending on the destination the values ends up
729 // either f14 and f12 or in a2/a3 and a0/a1 respectively. If the destination
735 FloatingPointHelper::Destination destination,
756 // |destination|
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
MacroAssemblerX86.h 181 static void repatchCall(CodeLocationCall call, CodeLocationLabel destination)
183 X86Assembler::relinkCall(call.dataLocation(), destination.executableAddress());
186 static void repatchCall(CodeLocationCall call, FunctionPtr destination)
188 X86Assembler::relinkCall(call.dataLocation(), destination.executableAddress());
  /external/webkit/Source/WebCore/platform/
SharedBuffer.cpp 202 char* destination = m_buffer.data() + bufferSize; local
206 memcpy(destination, m_segments[i], bytesToCopy);
207 destination += bytesToCopy;
213 copyDataArrayAndClear(destination, bytesLeft);
  /external/webkit/Source/WebCore/webaudio/
AudioNode.idl 33 [Custom] void connect(in AudioNode destination, in unsigned long output, in unsigned long input)
  /external/webkit/Source/WebKit/
CMakeLists.txt 82 INSTALL(TARGETS ${WebKit_LIBRARY_NAME} DESTINATION lib)
  /external/webkit/Source/WebKit2/UIProcess/Downloads/
DownloadProxy.cpp 129 void DownloadProxy::decideDestinationWithSuggestedFilename(const String& filename, String& destination, bool& allowOverwrite, SandboxExtension::Handle& sandboxExtensionHandle)
134 destination = m_webContext->downloadClient().decideDestinationWithSuggestedFilename(m_webContext, this, filename, allowOverwrite);
136 if (!destination.isNull())
137 SandboxExtension::createHandle(destination, SandboxExtension::WriteOnly, sandboxExtensionHandle);
  /external/zlib/src/contrib/puff/
puff.h 32 int puff(unsigned char *dest, /* pointer to destination pointer */
  /frameworks/av/media/libeffects/lvm/lib/Bass/src/
LVDBE_Process.c 128 (LVM_INT32 *)pScratch, /* Destination */
137 pMono, /* Mono destination */
146 (LVM_INT32 *)pMono, /* Destination */
156 pScratch, /* Stereo destination */
  /frameworks/av/media/libeffects/lvm/lib/Common/lib/
AGC.h 66 LVM_INT32 *pDst, /* Stereo destination */
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
DelayMix_16x16.c 31 LVM_INT16 *dst, /* Source/destination */
  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_StereoEnhancer.c 85 (void *)&pData->SEBiquadTapsMid, /* Destination Cast to void:\
112 (void *)&pData->SEBiquadTapsSide, /* Destination Cast to void:\
219 pScratch, /* Destination */
250 (LVM_INT16 *)pOutData, /* Destination */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodeBlockCoef_Intra.c 32 * written to corresponding block buffer within the destination plane.
43 * [in] step width of the destination plane
76 * [out] pDst pointer to the block in the destination plane.
197 /* Placing the linear array into the destination plane and clipping
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodeBlockCoef_Intra.c 38 * written to corresponding block buffer within the destination plane.
49 * [in] step width of the destination plane
82 * [out] pDst pointer to the block in the destination plane.
203 /* Placing the linear array into the destination plane and clipping
  /frameworks/base/data/sounds/
README.txt 4 which installs the appropriate assets into the destination directory.
  /hardware/qcom/display/libcopybit/
copybit.h 59 /* Default blit destination is offline buffer */
204 * @param dst is the destination image
219 * @param dst is the destination image
221 * @param dst_rect is the destination rectangle
  /libcore/luni/src/main/java/org/w3c/dom/ls/
LSOutput.java 16 * This interface represents an output destination for data.
18 * an output destination in a single object, which may include a URI, a byte
74 * output destination.
81 * output destination.
  /packages/apps/Mms/src/com/android/mms/ui/
ChipsRecipientAdapter.java 36 * Each View must contain two TextViews (for display name and destination) and one ImageView
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/
if_fddi.h 33 u_int8_t fddi_dhost[FDDI_K_ALEN]; /* Destination host */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
if_fddi.h 33 u_int8_t fddi_dhost[FDDI_K_ALEN]; /* Destination host */

Completed in 972 milliseconds

<<11121314151617181920>>