HomeSort by relevance Sort by last modified time
    Searched refs:DFILE (Results 1 - 2 of 2) sorted by null

  /ndk/build/tools/
dev-platform-compress.sh 91 DFILE=$DDIR/$FILENAME
97 if [ -f "$DFILE" ]; then
98 log "Removing obsolete $DFILE"
99 rm -f $DFILE
107 DFILE=$DDIR/$FILENAME
108 log "Copying $SFILE --> $DFILE"
109 mkdir -p $(dirname "$DFILE") && cp $CFILE $DFILE
110 fail_panic "Could not copy $CFILE to $DFILE"
  /external/libjpeg-turbo/
CMakeLists.txt 481 ${CMAKE_COMMAND} -DMD5=${MD5_JPEG_RGB_ISLOW} -DFILE=testout_rgb_islow.jpg
488 ${CMAKE_COMMAND} -DMD5=${MD5_PPM_RGB_ISLOW} -DFILE=testout_rgb_islow.ppm
497 -DFILE=testout_rgb_islow_565.bmp
505 -DFILE=testout_rgb_islow_565D.bmp
516 -DFILE=testout_422_ifast_opt.jpg
523 ${CMAKE_COMMAND} -DMD5=${MD5_PPM_422_IFAST} -DFILE=testout_422_ifast.ppm
530 ${CMAKE_COMMAND} -DMD5=${MD5_PPM_422M_IFAST} -DFILE=testout_422m_ifast.ppm
539 -DFILE=testout_422m_ifast_565.bmp
547 -DFILE=testout_422m_ifast_565D.bmp
558 -DFILE=testout_420_q100_ifast_prog.jp
    [all...]

Completed in 112 milliseconds