/AliOS-Things-master/hardware/chip/rtl872xd/test/cutest/ |
A D | cut.c | 7 struct cut_runtime cut; variable 17 c = cut.clist[i]; in filter() 86 " FAILED: %d\r\n", cut->ccnt_total, cut->ccnt_skip, in cut_result_report() 87 cut->ccnt_total-cut->ccnt_skip, cut->ccnt_pass, cut->ccnt_fail); in cut_result_report() 97 cut.ccnt_pass = 0; in cut_main() 98 cut.ccnt_fail = 0; in cut_main() 113 cut.ccur = cut.clist[i]; in cut_main() 118 ++cnt, cut.ccnt_total-cut.ccnt_skip, cut.ccur->sname, cut.ccur->cname); in cut_main() 120 cut.ccur->setup(cut.ccur->data); in cut_main() 121 cut.ccur->run((struct cut_case *)(cut.ccur->data)); in cut_main() [all …]
|
A D | cut.h | 27 extern struct cut_runtime cut; 149 if (cut.ccnt_total >= CUT_CASE_MAX_CNT) { \ 155 *(cut.clist + cut.ccnt_total++) = c; \ 166 int ret = 0, i = cut.ccnt_fail; \ 167 cut.cerrmsg[i] = (char *)cut_malloc(CUT_MSG_MAX_LEN); \ 168 assert(cut.cerrmsg[i] != NULL); \ 169 memset(cut.cerrmsg[i], 0, CUT_MSG_MAX_LEN); \ 170 ret = cut_snprintf(cut.cerrmsg[i], \ 173 cut.ccur->sname, cut.ccur->cname, \ 176 cut_snprintf(cut.cerrmsg[i] + CUT_MSG_MAX_LEN - 4, \ [all …]
|
/AliOS-Things-master/documentation/yaml/ |
A D | package.yaml_user_manual.md | 141 key=$(echo $word | cut -d '=' -f1) 143 value=$(echo $word | cut -d '=' -f2-) 145 value=$(echo $word | cut -d '=' --complement -f1) 160 key=$(echo $1 | cut -d '=' -f1) 161 value=$(echo $1 | cut -d '=' --complement -f1)
|
/AliOS-Things-master/hardware/chip/rtl872xd/ |
A D | prepend_header.sh | 64 IMAGE_LEN=$(du -b $IMAGE_FILENAME | cut -f 1)
|
/AliOS-Things-master/components/SDL2/src/hidapi/testgui/ |
A D | copy_to_bundle.sh | 23 local A=`otool -LX $file |cut -f 1 -d " "`
|
/AliOS-Things-master/components/SDL2/acinclude/ |
A D | ax_gcc_archflag.m4 | 147 …cputype=`(((grep cpu /proc/cpuinfo | cut -d: -f2) ; ($PRTDIAG -v |grep -i sparc) ; grep -i cpu /va… 170 … | head -n 1 | cut -d: -f2 | cut -d, -f1 | sed 's/ //g') ; /usr/bin/machine ; /bin/machine; grep C…
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | iosbuild.sh | 20 readonly XCODE=$(xcodebuild -version | grep Xcode | cut -d " " -f2)
|
A D | ChangeLog | 3642 716d1d7f fix suboptimal MAX_LEN cut-off limit 3671 b361eca1 add cut-off to arith coder probability update.
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/pascal/ |
A D | zlibd32.mak | 72 # the command line is cut to fit in the MS-DOS 128 byte limit:
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/delphi/ |
A D | zlibd32.mak | 72 # the command line is cut to fit in the MS-DOS 128 byte limit:
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | config.guess | 234 release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2` 1009 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
|
A D | CHANGES | 5256 Fixed old cut&paste bug in the weighted filter selection code in 5404 Fixed some inconsequential cut-and-paste typos in png_set_cHRM_XYZ_fixed().
|
A D | libpng-manual.txt | 953 been cut out of paper and pasted on afterward.
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | config.guess | 234 release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2` 1009 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
|
/AliOS-Things-master/components/SDL2/build-scripts/ |
A D | config.guess | 227 release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2` 1024 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
|
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | config.guess | 966 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
|
/AliOS-Things-master/components/SDL2/src/gfx/Test/ |
A D | config.guess | 966 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/config/ |
A D | config.guess | 940 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | config.guess | 987 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
|
A D | aclocal.m4 | 2965 n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _);
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | ChangeLog | 1496 * libtiff/tiffiop.h: First cut at supporting large files under 6753 * cut 3.6.0 Beta release.
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/m4/ |
A D | libtool.m4 | 2963 n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _);
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/ |
A D | libtool.m4 | 2951 n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _);
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/m4/ |
A D | libtool.m4 | 2951 n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _);
|
/AliOS-Things-master/components/SDL2/src/image/autom4te.cache/ |
A D | output.2 | 10724 n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _);
|