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

<<11121314151617181920>>

  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Blend.java 76 mIntrinsicNames[1] = "Destination";
78 mIntrinsicNames[3] = "Destination Over";
80 mIntrinsicNames[5] = "Destination In";
82 mIntrinsicNames[7] = "Destination Out";
84 mIntrinsicNames[9] = "Destination Atop";
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Blend.java 76 mIntrinsicNames[1] = "Destination";
78 mIntrinsicNames[3] = "Destination Over";
80 mIntrinsicNames[5] = "Destination In";
82 mIntrinsicNames[7] = "Destination Out";
84 mIntrinsicNames[9] = "Destination Atop";
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
NetlinkConnection.h 120 pid_t peerPid; /**< Destination PID for sending data */
148 * Connect to destination.
150 * @param Destination pointer.
160 * @param buffer Pointer to destination buffer.
176 * @param buffer Pointer to destination buffer.
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/templates/
SimpleFile.java 46 public String destination; field in class:SimpleFile.FileOp
68 else if (fileArg.getName().equals("destination")) //$NON-NLS-1$
69 op.destination = fileArg.getSimpleValue();
71 if (op.source == null || op.destination == null)
91 IFile destFile = project.getFile(new Path(op.destination));
  /external/bluetooth/bluedroid/stack/pan/
pan_main.c 87 ** local_uuid - UUID of the destination role (local device role)
203 /* Check if the destination UUID is a valid one */
213 /* Check if currently we support the destination role requested */
221 PAN_TRACE_ERROR1 ("PAN Connection failed because of unsupported destination UUID 0x%x", local_uuid->uu.uuid16);
226 /* Requested destination role is */
235 ** Check if the new destination role is acceptable
276 /* If this a new connection and destination is PANU role and
300 PAN_TRACE_EVENT1 ("PAN connection destination UUID is 0x%x", local_uuid->uu.uuid16);
373 /* If the connections destination role is NAP remove bridging */
383 /* Requested destination role is *
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Bundle/src/
LVM_Buffers.c 42 /* *pProcessed - Pointer to pointer to the destination of the processed data */
137 pDest, /* Destination */
140 pDest += NumChannels * pBuffer->InDelaySamples; /* Update the destination pointer */
150 pDest, /* Destination */
180 &pBuffer->InDelayBuffer[0], /* Destination */
207 /* *pProcessed - Pointer to the destination of the processed data */
271 /* *pProcessed - Pointer to the destination of the processed data */
330 pDest, /* Destination */
355 pDest, /* Destination */
387 pInstance->pOutputSamples, /* Destination */
    [all...]
  /external/chromium/chrome/common/
thumbnail_score.h 57 // The number of hops from the final destination page that this thumbnail was
59 // destination (value of 0).
63 // this value so the distance from the destination can be taken into account
  /external/compiler-rt/cmake/Modules/
AddCompilerRT.cmake 54 ARCHIVE DESTINATION ${COMPILER_RT_LIBRARY_INSTALL_DIR})
76 ARCHIVE DESTINATION ${COMPILER_RT_LIBRARY_INSTALL_DIR})
96 LIBRARY DESTINATION ${COMPILER_RT_LIBRARY_INSTALL_DIR})
  /external/iptables/extensions/
libxt_udp.c 20 "[!] --destination-port port[:port]\n"
22 " match destination port(s)\n");
31 {.name = "destination-port", .id = O_DEST_PORT, .type = XTTYPE_PORTRC,
  /external/libnfc-nxp/src/
phFriNfc_LlcpTransport_Connectionless.h 58 * \brief <b>Send data on a socket to a given destination SAP</b>.
60 * This function is used to write data on a socket to a given destination SAP.
65 * \param[in] nSap The destination SAP.
  /external/libppp/src/
filter.h 59 unsigned f_dstop : 2; /* Destination port operation: OP_... */
67 struct ncprange f_dst; /* Destination address and mask */
69 u_short f_dstport; /* Destination port, compared with f_dstop */
  /external/llvm/include/llvm/MC/
MachineLocation.h 82 MachineLocation Destination, Source;
88 : Label(label), Destination(D), Source(S) {}
92 const MachineLocation &getDestination() const { return Destination; }
  /external/openfst/src/include/fst/script/
print-impl.h 85 << ", destination = " << dest_;
141 ostream *ostrm_; // text FST destination
142 string dest_; // text FST destination name
  /external/webkit/Source/WebCore/platform/audio/
AudioResampler.cpp 103 // Now that we have the source data, resample each channel into the destination bus.
106 float* destination = destinationBus->channel(i)->data(); local
107 m_kernels[i]->process(destination, framesToProcess);
SincResampler.h 45 // Processes numberOfSourceFrames from source to produce numberOfSourceFrames / scaleFactor frames in destination.
46 void process(float* source, float* destination, unsigned numberOfSourceFrames);
67 // This is the number of destination frames we generate per processing pass on the buffer.
  /external/webkit/Source/WebCore/platform/cf/
SharedBufferCF.cpp 102 void SharedBuffer::copyDataArrayAndClear(char *destination, unsigned bytesToCopy) const
112 memcpy(destination, CFDataGetBytePtr(it->get()), dataLen);
113 destination += dataLen;
  /external/webkit/Tools/android/flex-2.5.4a/
install.sh 84 echo "install: no destination specified"
89 # If destination is a directory, append the input filename; if your system
113 # Now rename the file to the real destination.
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPUtils.java 149 * @param dest The destination XMP object.
167 * properties that do not already exist in the destination. The flag
176 * <code>doAllProperties</code>) are propagated to the destination,
177 * replacing any existing values.Properties in the destination that are not in the source
181 * Top level properties are added to the destination if they do not already exist.
182 * If they do exist but differ in form (simple/struct/array) then the destination is left alone.
186 * the corresponding destination XMP property to be deleted. The default is to treat empty
217 * copy new items by "xml:lang" value into the destination
219 * copy new items by value into the destination, ignoring order and duplicates
225 * Each source item is checked to see if it already exists in the destination,
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_Interpolate_Luma.c 27 * This function performs copy a block of data from source to destination
33 * [in] iDstStep Step of the destination buffer.
75 * [in] iDstStep Step of the destination(interpolation) buffer.
  /libcore/luni/src/test/java/libcore/java/lang/
ArrayStoreExceptionTest.java 69 assertEquals("source[4] of type java.lang.String cannot be stored in destination "
125 assertEquals("destination of type java.lang.Integer is not an array",
134 * destination is an array.
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppShareInfo.java 39 * send/receive to a destination address.
72 int direction, String destination, int visibility, int confirm, int status,
80 mDestination = destination;
  /packages/apps/Gallery2/jni/filters/
fx.c 34 char* destination = 0; local
36 AndroidBitmap_lockPixels(env, bitmap, (void**) &destination);
38 unsigned char * rgb = (unsigned char * )destination;
tinyplanet.cc 135 char* destination = 0; local
137 AndroidBitmap_lockPixels(env, bitmap_out, (void**) &destination);
139 unsigned char * rgb_out = (unsigned char * )destination;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
IconFactory.java 61 * Draws an icon in the destination bitmap. If scale is set the source image
62 * is stretched to fit within the destination dimensions; otherwise, the
67 * @param scale if true, stretch sourceImage to fit the destination.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_fddi.h 68 __u8 dsap; /* destination service access point */
76 __u8 dsap; /* destination service access point */
97 __u8 daddr[FDDI_K_ALEN]; /* destination address */

Completed in 599 milliseconds

<<11121314151617181920>>