Home
last modified time | relevance | path

Searched refs:echo (Results 1 – 25 of 1359) sorted by relevance

12345678910>>...55

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Decho.c72 priv_t * echo = (priv_t *) effp->priv; in sox_echo_getopts() local
76 echo->num_delays = 0; in sox_echo_getopts()
82 sscanf(argv[i++], "%f", &echo->in_gain); in sox_echo_getopts()
83 sscanf(argv[i++], "%f", &echo->out_gain); in sox_echo_getopts()
85 if ( echo->num_delays >= MAX_ECHOS ) in sox_echo_getopts()
89 sscanf(argv[i++], "%f", &echo->delay[echo->num_delays]); in sox_echo_getopts()
90 sscanf(argv[i++], "%f", &echo->decay[echo->num_delays]); in sox_echo_getopts()
91 echo->num_delays++; in sox_echo_getopts()
101 priv_t * echo = (priv_t *) effp->priv; in sox_echo_start() local
106 echo->maxsamples = 0; in sox_echo_start()
[all …]
H A Dtestall.bat1 @echo off
5 echo @echo off >t.bat
6 echo set format=%%1 >>t.bat
7 echo shift >>t.bat
8 echo set opts=%%1 %%2 %%3 %%4 %%5 %%6 %%7 %%8 %%9 >>t.bat
9 echo. >>t.bat
10 echo cls >>t.bat
11 echo echo Format: %%format%% Options: %%opts%% >>t.bat
12 echo echo on >>t.bat
13 echo .\sox monkey.wav %%opts%% %%tmp%%\monkey.%%format%% %%effect%% >>t.bat
[all …]
H A Dtests.bat1 @echo off
17 echo on
22 @echo off
24 echo.
27 echo.
28 echo The two filesizes above should be the same.
30 echo.
31 echo.
33 echo Skip checksum and rate byte. DOS isn't good at this, so just use a
34 echo rough test.
[all …]
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20200104.patch.gz1# ncurses 6.1 - patch 20200104 - Thomas E. Dickey 2# 3# --- ...
HDncurses-6.1-20190907.patch.gz1# ncurses 6.1 - patch 20190907 - Thomas E. Dickey 2# 3# --- ...
HDncurses-6.1-20200111.patch.gz ... +3397,42 @@ 193 $1=`echo "$2" | sed -e 's/-l ...
HDncurses-6.1-20190831.patch.gz ... 74 ac_clean_files="$ac_clean_files $CONFIG_STATUS" 75-{ echo "$as_me:16529: creating $CONFIG_STATUS" >& ...
HDncurses-6.1-20190623.patch.gz1# ncurses 6.1 - patch 20190623 - Thomas E. Dickey 2# 3# --- ...
HDncurses-6.1-20190630.patch.gz1# ncurses 6.1 - patch 20190630 - Thomas E. Dickey 2# 3# --- ...
HDncurses-6.1-20190921.patch.gz ... = no; then 189 cf_cv_prog_gnat_correct=no 190- echo Ada95 binding required program m4 not found. Ada95 binding ...
HDncurses-6.1-20200118.patch.gz1# ncurses 6.1 - patch 20200118 - Thomas E. Dickey 2# 3# --- ...
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dtoolchain-scripts.bbclass30echo '# Check for LD_LIBRARY_PATH being set, which can break SDK and generally is a bad practice' …
31 echo '# http://tldp.org/HOWTO/Program-Library-HOWTO/shared-libraries.html#AEN80' >> $script
32 echo '# http://xahlee.info/UnixResource_dir/_/ldpath.html' >> $script
33 echo '# Only disable this check if you are absolutely know what you are doing!' >> $script
34 echo 'if [ ! -z "${LD_LIBRARY_PATH:-}" ]; then' >> $script
35echo " echo \"Your environment is misconfigured, you probably need to 'unset LD_LIBRARY_PATH'\"…
36echo " echo \"but please check why this was set in the first place and that it's safe to unset.…
37echo ' echo "The SDK will not operate correctly in most cases when LD_LIBRARY_PATH is set."' >>…
38 echo ' echo "For more references see:"' >> $script
39echo ' echo " http://tldp.org/HOWTO/Program-Library-HOWTO/shared-libraries.html#AEN80"' >> $sc…
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/lsof/files/
H A Dlsof-remove-host-information.patch21 @echo Constructing version.h
23 @echo '#define LSOF_BLDCMT "${LSOF_BLDCMT}"' > version.h;
24 - @echo '#define LSOF_CC "${CC}"' >> version.h
25 - @echo '#define LSOF_CCV "${CCV}"' >> version.h
26 - @echo '#define LSOF_CCDATE "$(BUILD_DATE)"' >> version.h
27 - @echo '#define LSOF_CCFLAGS "'`echo ${CFLAGS} | sed 's/\\\\(/\\(/g' | sed 's/\\\\)/\\)/g' | sed '…
28 + @echo '#define LSOF_CC ""' >> version.h
29 + @echo '#define LSOF_CCV ""' >> version.h
30 + @echo '#define LSOF_CCDATE ""' >> version.h
31 + @echo '#define LSOF_CCFLAGS ""' >> version.h
[all …]
/OK3568_Linux_fs/yocto/meta-qt5/classes/
H A Dpopulate_sdk_qt5_base.bbclass8 echo '[Paths]' >> $qtconf
9 echo 'Prefix = ${OE_QMAKE_PATH_PREFIX}' >> $qtconf
10 echo 'Headers = ${OE_QMAKE_PATH_QT_HEADERS}' >> $qtconf
11 echo 'Libraries = ${OE_QMAKE_PATH_LIBS}' >> $qtconf
12 echo 'ArchData = ${OE_QMAKE_PATH_QT_ARCHDATA}' >> $qtconf
13 echo 'Data = ${OE_QMAKE_PATH_QT_DATA}' >> $qtconf
14 echo 'Binaries = ${OE_QMAKE_PATH_QT_BINS}' >> $qtconf
15 echo 'LibraryExecutables = ${OE_QMAKE_PATH_LIBEXECS}' >> $qtconf
16 echo 'Plugins = ${OE_QMAKE_PATH_PLUGINS}' >> $qtconf
17 echo 'Qml2Imports = ${OE_QMAKE_PATH_QML}' >> $qtconf
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/ftrace/test.d/
H A Dfunctions2 echo > trace
6 echo 0 > tracing_on
10 echo 1 > tracing_on
14 echo nop > current_tracer
21 cmd=`echo $line | cut -f2- -d: | cut -f1 -d"["`
22 file=`echo $line | cut -f1 -d:`
23 echo "!$cmd" >> $file
27 cmd=`echo $line | cut -f2- -d: | cut -f1 -d"["`
28 file=`echo $line | cut -f1 -d:`
29 echo "!$cmd" > $file
[all …]
/OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/fixes/
H A Dpre-generated-old-configure.patch179 + -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
211 + ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
213 + if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
214 + { echo "configure: error: $ac_feature: invalid feature name" 1>&2; echo "configure: error: $…
216 + ac_feature=`echo $ac_feature| sed 's/-/_/g'`
220 + ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
222 + if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
223 + { echo "configure: error: $ac_feature: invalid feature name" 1>&2; echo "configure: error: $…
225 + ac_feature=`echo $ac_feature| sed 's/-/_/g'`
296 + echo "--enable and --with options recognized:$ac_help"
[all …]
/OK3568_Linux_fs/u-boot/board/boundary/nitrogen6x/
H A D6x_upgrade.txt2 echo "check U-Boot" ;
5 echo "read $filesize bytes from SD card" ;
8 echo "probed SPI ROM" ;
11 echo "------- U-Boot versions match" ;
13 echo "Need U-Boot upgrade" ;
14 echo "Program in 5 seconds" ;
16 echo $n ;
19 echo "erasing" ;
22 echo "programming" ;
24 echo "verifying" ;
[all …]
/OK3568_Linux_fs/output/sessions/2025-06-05_23-17-21/
H A Dfinal.env
/OK3568_Linux_fs/output/sessions/2025-06-06_01-57-56/
H A Dfinal.env
/OK3568_Linux_fs/output/
H A Dfinal.env
/OK3568_Linux_fs/buildroot/board/boundarydevices/common/
H A Dupgrade.cmd2 echo "Please set uboot_defconfig to the appropriate value"
47 echo "Please set env_dev/part to the appropriate values"
54 echo "File u-boot.$uboot_defconfig not found on SD card" ;
70 echo "------- U-Boot versions match" ;
71 echo "------- U-Boot upgrade NOT needed" ;
75 echo "Need U-Boot upgrade" ;
76 echo "Program in 5 seconds" ;
78 echo $n ;
94 echo "probed SPI ROM" ;
96 echo "Error initializing EEPROM"
[all …]
/OK3568_Linux_fs/kernel/Documentation/leds/
H A Dleds-lp55xx.rst92 echo 1 > /sys/bus/i2c/devices/xxxx/select_engine
93 echo 1 > /sys/class/firmware/lp5521/loading
94 echo "4000600040FF6000" > /sys/class/firmware/lp5521/data
95 echo 0 > /sys/class/firmware/lp5521/loading
96 echo 1 > /sys/bus/i2c/devices/xxxx/run_engine
102 echo 3 > /sys/bus/i2c/devices/xxxx/select_engine
103 echo 1 > /sys/class/firmware/lp55231/loading
104 echo "9d0740ff7e0040007e00a0010000" > /sys/class/firmware/lp55231/data
105 echo 0 > /sys/class/firmware/lp55231/loading
106 echo "000001100" > /sys/bus/i2c/devices/xxxx/engine3_leds
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench-3.0-a9/
H A Dupdate-results-script.patch24 echo $L; echo "";
25 echo "Hang on, we are calculating your timing granularity."
31 echo "OK, it looks like you can time stuff down to $ENOUGH usec resolution."
32 echo ""
33 echo "Hang on, we are calculating your timing overhead."
39 echo "OK, it looks like your gettimeofday() costs $TIMING_O usecs."
40 echo ""
41 echo "Hang on, we are calculating your loop overhead."
47 echo "OK, it looks like your benchmark loop costs $LOOP_O usecs."
48 echo ""
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/byacc/byacc/
H A D0001-byacc-do-not-reorder-CC-and-CFLAGS.patch49 -echo "$as_me:2149: checking \$CFLAGS variable" >&5
50 -echo $ECHO_N "checking \$CFLAGS variable... $ECHO_C" >&6
53 - echo "$as_me:2153: result: broken" >&5
54 -echo "${ECHO_T}broken" >&6
55 - { echo "$as_me:2155: WARNING: your environment uses the CFLAGS variable to hold CPPFLAGS options"…
56 -echo "$as_me: WARNING: your environment uses the CFLAGS variable to hold CPPFLAGS options" >&2;}
75 - cf_tst_cflags=`echo "${cf_add_cflags}" |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
102 - cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
104 -CPPFLAGS=`echo "$CPPFLAGS" | \
130 - cf_tst_cflags=`echo "${cf_add_cflags}" |sed -e 's/^[^"]*"'\''//'`
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/vim/files/
H A D0001-src-Makefile-improve-reproducibility.patch24 -@echo '#include "vim.h"' >> $@
25 -@echo 'char_u *default_vim_dir = (char_u *)"$(VIMRCLOC)";' | $(QUOTESED) >> $@
26 -@echo 'char_u *default_vimruntime_dir = (char_u *)"$(VIMRUNTIMEDIR)";' | $(QUOTESED) >> $@
27 - -@echo 'char_u *all_cflags = (char_u *)"$(CC) -c -I$(srcdir) $(ALL_CFLAGS)";' | $(QUOTESED) >> $@
28 - -@echo 'char_u *all_lflags = (char_u *)"$(CC) $(ALL_LIB_DIRS) $(LDFLAGS) -o $(VIMTARGET) $(ALL_LI…
29 - -@echo 'char_u *compiled_user = (char_u *)"' | tr -d $(NL) >> $@
31 - echo "$(COMPILEDBY)" | tr -d $(NL) >> $@; \
33 - -@echo '";' >> $@
34 - -@echo 'char_u *compiled_sys = (char_u *)"' | tr -d $(NL) >> $@
36 - -@echo '";' >> $@
[all …]

12345678910>>...55