/external/libvncserver/libvncserver/ |
rfbregion.c | 287 /* - If we are at end of destination list OR 288 If the new span comes before the next destination one */ 306 /* - Insert new span before the existing destination one? */ 350 /* - No overlap. Move to the next destination span */ 374 /* - If we haven't reached a destination span yet then move on */ 380 /* - If we are beyond the current destination span then remove it */ 405 /* - The destination subspan is now empty, so we should remove it */ 454 /* - If we haven't reached a destination span yet then move on */ 460 /* - If we are beyond the current destination span then skip it */ 484 /* - The destination subspan is now empty, so we should remove it * [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
TestActivity.java | 130 * values.put(BluetoothShare.DESTINATION, "FF:FF:FF:00:00:00"); 203 * BluetoothShare.MIMETYPE, BluetoothShare.DESTINATION, 238 // values.put(BluetoothShare.DESTINATION, "FF:FF:FF:00:00:00"); 240 // values.put(BluetoothShare.DESTINATION, "12:34:56:78:9A:BC"); 242 // values.put(BluetoothShare.DESTINATION, "00:1B:33:F0:58:FB"); 244 // values.put(BluetoothShare.DESTINATION, "00:17:E5:5D:74:F3"); 246 // values.put(BluetoothShare.DESTINATION, "00:1A:1B:7F:1E:F0"); 248 // values.put(BluetoothShare.DESTINATION, "00:17:83:58:5D:CC"); 250 // values.put(BluetoothShare.DESTINATION, "00:16:41:49:5B:F3"); 252 values.put(BluetoothShare.DESTINATION, address) [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/ |
SaveImage.java | 127 * @param destination Destinaton File, if this is null, a new file will be 133 File destination, Bitmap previewImage, Callback callback) { 138 if (destination == null) { 141 mDestinationFile = destination; 295 // destination file. 463 * @param dstFile Providing the destination file info to help to build the 474 // Get the destination directory and create the auxilliary directory 495 // We are using the destination file name such that photos sitting in 536 File destination) { 544 destination, selectedImageUri, sourceImageUri, flatten, 90, 1f, true) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
shutil.py | 114 The destination may be a directory. 125 The destination may be a directory. 148 The destination directory must not already exist. 152 source tree result in symbolic links in the destination tree; if 268 If the destination is a directory or a symlink to a directory, the source 269 is moved inside the directory. The destination path must not already 272 If the destination already exists but is not a directory, it may be 275 If the destination is on our current filesystem, then rename() is used. 276 Otherwise, src is copied to the destination and then removed. 291 raise Error, "Destination path '%s' already exists" % real_ds [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
shutil.py | 114 The destination may be a directory. 125 The destination may be a directory. 148 The destination directory must not already exist. 152 source tree result in symbolic links in the destination tree; if 268 If the destination is a directory or a symlink to a directory, the source 269 is moved inside the directory. The destination path must not already 272 If the destination already exists but is not a directory, it may be 275 If the destination is on our current filesystem, then rename() is used. 276 Otherwise, src is copied to the destination and then removed. 291 raise Error, "Destination path '%s' already exists" % real_ds [all...] |
/system/netd/server/ |
RouteController.cpp | 347 const char* destination, const char* nexthop) { 348 // At least the destination must be non-null. 349 if (!destination) { 350 ALOGE("null destination"); 358 int rawLength = parsePrefix(destination, &family, rawAddress, sizeof(rawAddress), 361 ALOGE("parsePrefix failed for destination %s (%s)", destination, strerror(-rawLength)); [all...] |
/bionic/libc/arch-arm/generic/bionic/ |
memcpy.S | 36 * note that memcpy() always returns the destination pointer, 63 // preload the destination because we'll align it to a cache line 105 /* align the destination to a cache-line */ 205 * but destination is not. 229 /* write a partial word (0 to 3 bytes), such that destination 243 /* Align destination to 32 bytes (cache line boundary) */
|
/external/libavc/encoder/x86/ |
ih264e_half_pel_ssse3.c | 84 * UWORD8 pointer to the destination 90 * integer destination stride 220 * UWORD8 pointer to the destination(Vertical filtered output) 223 * UWORD8 pointer to the destination(out put after applying horizontal filter 230 * integer destination stride of pu1_dst 236 * integer destination stride of pi16_pred1
|
/external/skia/src/codec/ |
SkJpegCodec.cpp | 227 // Otherwise require that the destination color type match our recommendation 313 // Check if we can decode to the requested destination 362 // Swizzle to output destination 371 // the fill color for opaque images. If the destination is kGray, 423 // Swizzle to output destination 478 // Check if we can decode to the requested destination
|
/external/skia/src/core/ |
SkBitmapScaler.cpp | 39 // Likewise, the range of destination values to compute and the scale factor 104 // source become p pixels in the destination) will have a period of p. 120 // means the destination pixels are much smaller than the source pixels, and 138 // source pixels to compute the destination pixel. 148 // why, observe that the destination pixel at coordinates (0, 0) in a 5.0x 262 // If the size of source or destination is 0, i.e. 0x0, 0xN or Nx0, just
|
/frameworks/base/core/java/com/android/internal/backup/ |
IBackupTransport.aidl | 50 * describes the current backend destination. For example, a transport that 54 * @return A string describing the destination to which the transport is currently 68 * destination string, and the management intent will be placed in an overflow 130 * Send one application's data to the backup destination. The transport may send 151 * Erase the give application's data from the backup destination. This clears 161 * Finish sending application data to the backup destination. This must be
|
/frameworks/base/docs/html/guide/topics/renderscript/reference/ |
rs_quaternion.jd | 111 <tr><th>q</th><td>Destination quaternion to add to.</td></tr> 218 <tr><th>q</th><td>Destination quaternion.</td></tr> 249 <tr><th>q</th><td>Destination quaternion.</td></tr> 284 <tr><th>q</th><td>Destination quaternion.</td></tr> 286 <tr><th>rhs</th><td>Quaternion to multiply the destination quaternion by.</td></tr> 344 <tr><th>q</th><td>Destination quaternion.</td></tr>
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
CopyService.java | 102 * @param dstStack The copy destination stack. 190 * @param stack The copy destination stack. 235 // - check that the destination has enough space and is writeable? 377 * @param dstDirInfo The destination directory. 418 // Iterate over srcs in the directory; copy to the destination directory. 472 Log.e(TAG, "Error closing destination", closeError);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
winternl.h | 940 #define RtlMoveMemory(Destination,Source,Length) memmove((Destination),(Source),(Length)) 941 #define RtlFillMemory(Destination,Length,Fill) memset((Destination),(Fill),(Length)) 942 #define RtlZeroMemory(Destination,Length) memset((Destination),0,(Length)) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/ |
ExportWizard.java | 79 static final String PROPERTY_DESTINATION = "destination"; //$NON-NLS-1$ 343 // check if we have the apk to resign, the destination location, and either 554 * @param destination where to write the resulting file 558 private String zipAlign(String zipAlignPath, File source, File destination) throws IOException { 559 // command line: zipaling -f 4 tmp destination 565 command[4] = destination.getAbsolutePath();
|
/bionic/libc/arch-arm/cortex-a9/bionic/ |
memcpy_base.S | 53 /* align destination to 16 bytes for the write-buffer */ 71 // copies 4 bytes, destination 32-bits aligned 75 // copies 8 bytes, destination 64-bits aligned
|
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/ |
PacketReflector.java | 89 // Reflect TCP packets: swap the source and destination addresses, but don't change the ports. 103 // Echo UDP packets: swap source and destination addresses, and source and destination ports.
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
AbstractFieldMatrix.java | 332 final T[][] destination) 339 if ((destination.length < rowsCount) || (destination[0].length < columnsCount)) { 342 destination.length, destination[0].length, 367 destination[row - startRow][column - startColumn] = value; 375 public void copySubMatrix(int[] selectedRows, int[] selectedColumns, T[][] destination) 380 if ((destination.length < selectedRows.length) || 381 (destination[0].length < selectedColumns.length)) { 384 destination.length, destination[0].length [all...] |
/external/ceres-solver/internal/ceres/ |
CMakeLists.txt | 199 RUNTIME DESTINATION bin 200 LIBRARY DESTINATION lib${LIB_SUFFIX} 201 ARCHIVE DESTINATION lib${LIB_SUFFIX})
|
/external/chromium-trace/trace-viewer/tracing/tracing/ui/tracks/ |
memory_dump_track_util.html | 26 * a destination dictionary. Undefined values are treated as zeros. Note that 27 * this method modifies the destination dictionary in place. 30 * destination dictionary (first argument) to {a: 1, b: 5, c: 4}.
|
/external/deqp/framework/delibs/dethread/ |
deAtomic.h | 36 * \param dstAddr Destination address. 52 * \param dstAddr Destination address. 68 * \param dstAddr Destination address.
|
/external/iptables/extensions/ |
libxt_dccp.c | 39 "[!] --destination-port port[:port] match destination port(s)\n" 52 {.name = "destination-port", .id = O_DEST_PORT, .type = XTTYPE_PORTRC,
|
/external/kernel-headers/original/uapi/linux/can/ |
gw.h | 77 CGW_DST_IF, /* ifindex of destination network interface */ 145 * Sets an interface index for source/destination network interfaces. 154 * send out to the destination interface.
|
/external/libnl/lib/route/sch/ |
cbq.c | 42 * @arg buf destination buffer 43 * @arg len length of destination buffer 46 * provided buffer. Returns the destination buffer or the type
|
prio.c | 263 * @arg buf Destination buffer 264 * @arg size Size of destination buffer. 267 * the specified destination buffer.
|