/packages/apps/Camera2/jni/ |
tinyplanet.cc | 136 char* destination = 0; local 138 AndroidBitmap_lockPixels(env, bitmap_out, (void**) &destination); 140 unsigned char * rgb_out = (unsigned char * )destination;
|
/packages/apps/Gallery2/jni/filters/ |
fx.c | 36 char* destination = 0; local 38 AndroidBitmap_lockPixels(env, bitmap, (void**) &destination); 40 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.
|
/packages/apps/UnifiedEmail/src/com/android/bitmap/ |
BitmapUtils.java | 29 * @param dstW the destination width 30 * @param dstH the destination height 31 * @param dstSliceH the height extent (in destination coordinates) to
|
/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 */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/ |
if_tr.h | 41 u_int8_t daddr[TR_ALEN]; /* destination address */ 50 u_int8_t dsap; /* destination SAP */ 103 u_int8_t trn_dhost[TR_ALEN]; /* destination host */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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 */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/netinet/ |
if_tr.h | 41 u_int8_t daddr[TR_ALEN]; /* destination address */ 50 u_int8_t dsap; /* destination SAP */ 103 u_int8_t trn_dhost[TR_ALEN]; /* destination host */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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 */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/netinet/ |
if_tr.h | 41 u_int8_t daddr[TR_ALEN]; /* destination address */ 50 u_int8_t dsap; /* destination SAP */ 103 u_int8_t trn_dhost[TR_ALEN]; /* destination host */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_build_py.py | 33 destination = self.mkdtemp() 41 build_lib=destination) 58 pkgdest = os.path.join(destination, "pkg")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_build_py.py | 33 destination = self.mkdtemp() 41 build_lib=destination) 58 pkgdest = os.path.join(destination, "pkg")
|
/bionic/libc/include/ |
string.h | 90 __errordecl(__memcpy_dest_size_error, "memcpy called with size bigger than destination"); 157 // Compiler doesn't know destination size. Don't call __strlcpy_chk 189 // Compiler doesn't know destination size. Don't call __strlcat_chk 215 // Compiler doesn't know destination size. Don't call __strlen_chk 236 // Compiler doesn't know destination size. Don't call __strchr_chk 257 // Compiler doesn't know destination size. Don't call __strrchr_chk
|
/external/ceres-solver/internal/ceres/ |
CMakeLists.txt | 139 RUNTIME DESTINATION bin 140 LIBRARY DESTINATION lib${LIB_SUFFIX} 141 ARCHIVE DESTINATION lib${LIB_SUFFIX}) 204 RUNTIME DESTINATION bin 205 LIBRARY DESTINATION lib${LIB_SUFFIX} 206 ARCHIVE DESTINATION lib${LIB_SUFFIX})
|
/external/chromium_org/sandbox/win/src/sidestep/ |
preamble_patcher_with_stub.cpp | 21 inline void* RawMemcpy(void* destination, const void* source, size_t bytes) { 23 char* to = reinterpret_cast<char*>(destination); 28 return destination; 34 inline void* RawMemset(void* destination, int value, size_t bytes) { 35 char* to = reinterpret_cast<char*>(destination); 40 return destination;
|
/external/chromium_org/third_party/WebKit/Source/testing/ |
testing.gyp | 142 'destination': '<(PRODUCT_DIR)', 178 'destination': '<(PRODUCT_DIR)', 190 'destination': '<(PRODUCT_DIR)', 258 'destination': '<(PRODUCT_DIR)/plugins', 265 'destination': '<(PRODUCT_DIR)/plugins/', 271 'destination': '<(PRODUCT_DIR)/plugins',
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
uidna.h | 201 * @param dest Destination string buffer 202 * @param capacity Destination buffer capacity 208 * @return destination string length 228 * @param dest Destination string buffer 229 * @param capacity Destination buffer capacity 235 * @return destination string length 257 * @param dest Destination string buffer 258 * @param capacity Destination buffer capacity 264 * @return destination string length 284 * @param dest Destination string buffe [all...] |
/external/chromium_org/third_party/icu/source/tools/pkgdata/ |
pkgdata.1.in | 48 .BI "\-d\fP, \fB\-\-destdir" " destination" 237 .BI "\-d\fP, \fB\-\-destdir" " destination" 238 Set the destination directory to 239 .IR destination . 240 The default destination directory is the current directory. 245 The default temporary directory is the same as the destination
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_blorp.h | 256 /* Actual number of samples per pixel in the destination image. */ 259 /* Actual MSAA layout used by the destination image. */ 272 /* True if the destination image is W tiled. If true, the surface state 279 * destination pixel. If true, src_tiled_w must be false, tex_samples must 285 * larger than the destination rectangle, so the WM program should kill any 286 * pixels that are outside the destination rectangle.
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/ |
byte_array.h | 97 // destination array has storage for the data copied. 101 // @param array the destination 108 // @param dstOffset the offset in the destination array to start copying to 109 // @param array the destination 119 // @param os the destination 124 // @param os the destination
|
/external/icu4c/common/unicode/ |
uidna.h | 217 * @param dest Destination string buffer 218 * @param capacity Destination buffer capacity 224 * @return destination string length 244 * @param dest Destination string buffer 245 * @param capacity Destination buffer capacity 251 * @return destination string length 273 * @param dest Destination string buffer 274 * @param capacity Destination buffer capacity 280 * @return destination string length 300 * @param dest Destination string buffe [all...] |
/external/icu4c/tools/pkgdata/ |
pkgdata.1.in | 48 .BI "\-d\fP, \fB\-\-destdir" " destination" 237 .BI "\-d\fP, \fB\-\-destdir" " destination" 238 Set the destination directory to 239 .IR destination . 240 The default destination directory is the current directory. 245 The default temporary directory is the same as the destination
|
/external/llvm/cmake/modules/ |
AddLLVM.cmake | 25 LIBRARY DESTINATION lib${LLVM_LIBDIR_SUFFIX} 26 ARCHIVE DESTINATION lib${LLVM_LIBDIR_SUFFIX}) 69 LIBRARY DESTINATION lib${LLVM_LIBDIR_SUFFIX} 70 ARCHIVE DESTINATION lib${LLVM_LIBDIR_SUFFIX}) 101 install(TARGETS ${name} RUNTIME DESTINATION bin) 114 install(TARGETS ${name} RUNTIME DESTINATION examples)
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_blorp.h | 256 /* Actual number of samples per pixel in the destination image. */ 259 /* Actual MSAA layout used by the destination image. */ 272 /* True if the destination image is W tiled. If true, the surface state 279 * destination pixel. If true, src_tiled_w must be false, tex_samples must 285 * larger than the destination rectangle, so the WM program should kill any 286 * pixels that are outside the destination rectangle.
|