Searched refs:COUNT (Results 1 - 25 of 132) sorted by relevance

123456

/external/vulkan-validation-layers/layers/
H A Dvu_csv_stats.sh8 COUNT="grep -c"
23 echo "\"\",\"Total\",$($COUNT '^VALIDATION_ERROR_' $INFILE)"
24 echo "\"\",\"Done (Y)\",$($COUNT '~^~Y~^~' $INFILE)"
25 echo "\"\",\"Not done (N)\",$($COUNT '~^~N~^~' $INFILE)"
26 echo "\"\",\"Unknown (U)\",$($COUNT '~^~U~^~' $INFILE)"
29 echo "\"\",\"Total\",$($COUNT 'implicit' $INFILE)"
30 echo "\"\",\"Done (Y)\",$(grep 'implicit' $INFILE | $COUNT '~^~Y~^~')"
31 echo "\"\",\"Not done (N)\",$(grep 'implicit' $INFILE | $COUNT '~^~N~^~')"
34 echo "\"\",\"None\",$($COUNT '~^~None~^~' $INFILE)"
35 echo "\"\",\"Unknown\",$($COUNT '~
[all...]
/external/ltp/testcases/kernel/io/stress_floppy/datafiles/dumpdir/
H A Dgenerate.sh3 COUNT=0
13 COUNT=0
15 while [ $COUNT -le 10 ]; do
17 COUNT=$(( $COUNT + 1 ))
/external/ltp/testcases/network/tcp_cmds/ping/
H A Dping01.sh35 COUNT=${COUNT:-3}
48 EXPECT_PASS $PING_CMD -c $COUNT -s $packetsize $ipaddr \>/dev/null
H A Dping02.sh24 COUNT=${COUNT:-3}
40 EXPECT_PASS $PING -c $COUNT -f -s $psize $ipaddr -p "$pat" \>/dev/null
/external/autotest/contrib/
H A Dcount_labels53 COUNT=0
64 COUNT=$(( COUNT + 1 ))
67 if [ $COUNT -ne 1 ]; then
/external/ltp/testcases/network/multicast/mc_opts/
H A Dmc_opts37 COUNT=1
38 while [ $COUNT -le 10 ]; do
54 COUNT=$(( $COUNT + 1 ))
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_destroy/
H A D1-1.c12 * Loop for COUNT times:
22 #define COUNT 1000 macro
30 while (cnt++ < COUNT) {
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_rdlock/
H A D5-1.c25 #define COUNT 10 macro
38 for (i = 0; i < COUNT; i++) {
47 for (i = 0; i < COUNT; i++) {
/external/linux-kselftest/tools/testing/selftests/powerpc/dscr/
H A Ddscr_user_test.c44 for (i = 0; i < COUNT; i++) {
50 for (i = 0; i < COUNT; i++) {
H A Ddscr_explicit_test.c30 for (i = 0; i < COUNT; i++) {
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrier_init/
H A D3-1.c15 #define COUNT 0 macro
34 rc = pthread_barrier_init(&barrier, NULL, COUNT);
H A D1-1.c28 #define COUNT 1 macro
38 rc = pthread_barrier_init(&barrier, NULL, COUNT);
60 rc = pthread_barrier_init(&barrier, &ba, COUNT);
/external/skia/bench/
H A DRegionContainBench.cpp28 COUNT = 10, enumerator in enum:RegionContainBench::__anon20457
33 return SkIRect::MakeXYWH(0, i*H/COUNT, w, H/COUNT);
41 for (int i = 0; i < COUNT; i++) {
/external/skqp/bench/
H A DRegionContainBench.cpp28 COUNT = 10, enumerator in enum:RegionContainBench::__anon21126
33 return SkIRect::MakeXYWH(0, i*H/COUNT, w, H/COUNT);
41 for (int i = 0; i < COUNT; i++) {
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_init/
H A D3-1.c14 * 2. Loop for COUNT time: lock for reading, unlock, lock for writing, unlock;
26 #define COUNT 1000 macro
45 while (cnt++ < COUNT) {
/external/skia/tests/
H A DImageCacheTest.cpp42 static const int COUNT = 10; variable
46 for (int i = 0; i < COUNT; ++i) {
61 for (int i = 0; i < COUNT * 100; ++i) {
68 for (int i = 0; i < COUNT; ++i) {
77 for (int i = 0; i < COUNT; ++i) {
83 for (int i = 0; i < COUNT; ++i) {
95 for (int i = 0; i < COUNT; ++i) {
117 static const size_t defLimit = DIM * DIM * 4 * COUNT + 1024; // 1K slop
/external/skqp/tests/
H A DImageCacheTest.cpp42 static const int COUNT = 10; variable
46 for (int i = 0; i < COUNT; ++i) {
61 for (int i = 0; i < COUNT * 100; ++i) {
68 for (int i = 0; i < COUNT; ++i) {
77 for (int i = 0; i < COUNT; ++i) {
83 for (int i = 0; i < COUNT; ++i) {
95 for (int i = 0; i < COUNT; ++i) {
117 static const size_t defLimit = DIM * DIM * 4 * COUNT + 1024; // 1K slop
/external/lisa/tools/scripts/
H A Dcpuidle_sampling.sh8 COUNT=${3:-3}
27 for I in $(seq $COUNT); do
/external/clang/utils/ABITest/layout/
H A DMakefile3 # COUNT can be over-ridden to change the number of tests generated per
9 COUNT := 1000 macro
65 $(ABITESTGEN) $(TESTARGS) -o $@ --min=$(shell expr $* '*' $(COUNT)) --count=$(COUNT)
/external/v8/src/crankshaft/
H A Dhydrogen-check-elimination.h52 #define COUNT(type, size, name, Name) + 1 macro
53 static const int kStringMapsSize = 0 STRING_TYPE_LIST(COUNT);
54 #undef COUNT macro
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DCurrencyData.java55 private final String[][] symbols = new String[SpacingType.COUNT.ordinal()][SpacingPattern.COUNT.ordinal()];
60 public static enum SpacingType { BEFORE, AFTER, COUNT }; enum constant in enum:CurrencyData.CurrencySpacingInfo.SpacingType
65 COUNT; enum constant in enum:CurrencyData.CurrencySpacingInfo.SpacingPattern
77 for (int i=0; i<SpacingType.COUNT.ordinal(); i++) {
78 for (int j=0; j<SpacingPattern.COUNT.ordinal(); j++) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DCurrencyData.java51 private final String[][] symbols = new String[SpacingType.COUNT.ordinal()][SpacingPattern.COUNT.ordinal()];
56 public static enum SpacingType { BEFORE, AFTER, COUNT }; enum constant in enum:CurrencyData.CurrencySpacingInfo.SpacingType
61 COUNT; enum constant in enum:CurrencyData.CurrencySpacingInfo.SpacingPattern
73 for (int i=0; i<SpacingType.COUNT.ordinal(); i++) {
74 for (int j=0; j<SpacingPattern.COUNT.ordinal(); j++) {
/external/ltp/tools/pounder21/test_repo/
H A DD01stats66 COUNT=15
74 vmstat $DELAY $COUNT >> vmstat.log
82 iostat -x $DELAY $COUNT >> iostat.log
/external/ltp/tools/pounder21/test_scripts/
H A Dstatslogging66 COUNT=15
74 vmstat $DELAY $COUNT >> vmstat.log
82 iostat -x $DELAY $COUNT >> iostat.log
/external/ltp/testcases/network/multicast/mc_member/
H A Dmc_member54 COUNT=1
55 while [ $COUNT -le 2 ]
122 COUNT=$(( $COUNT + 1 ))

Completed in 2152 milliseconds

123456