HomeSort by relevance Sort by last modified time
    Searched refs:COUNT (Results 1 - 25 of 263) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/vulkan-validation-layers/layers/
vu_csv_stats.sh 2 # Basic count stats from the VU database in CSV format for spreadsheet loading.
8 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)
    [all...]
  /external/ltp/testcases/kernel/io/stress_floppy/datafiles/dumpdir/
generate.sh 3 COUNT=0
13 COUNT=0
15 while [ $COUNT -le 10 ]; do
17 COUNT=$(( $COUNT + 1 ))
  /external/ltp/testcases/network/tcp_cmds/ping/
ping01.sh 35 COUNT=${COUNT:-3}
48 EXPECT_PASS $PING_CMD -c $COUNT -s $packetsize $ipaddr \>/dev/null
ping02.sh 24 COUNT=${COUNT:-3}
40 EXPECT_PASS $PING -c $COUNT -f -s $psize $ipaddr -p "$pat" \>/dev/null
  /external/autotest/contrib/
count_labels 24 -p: Count \"pool:\" label values.
25 -b: Count \"board:\" label values.
26 -m: Count \"model:\" label values.
27 -v: Count \"variant:\" label values.
28 -l <label>: Count values of labels named \"<label>:\"
53 COUNT=0
64 COUNT=$(( COUNT + 1 ))
67 if [ $COUNT -ne 1 ]; then
  /external/ltp/testcases/network/multicast/mc_opts/
mc_opts 37 COUNT=1
38 while [ $COUNT -le 10 ]; do
54 COUNT=$(( $COUNT + 1 ))
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_destroy/
1-1.c 12 * Loop for COUNT times:
22 #define COUNT 1000
30 while (cnt++ < COUNT) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_rdlock/
5-1.c 25 #define COUNT 10
38 for (i = 0; i < COUNT; i++) {
47 for (i = 0; i < COUNT; i++) {
  /external/linux-kselftest/tools/testing/selftests/powerpc/dscr/
dscr_user_test.c 44 for (i = 0; i < COUNT; i++) {
50 for (i = 0; i < COUNT; i++) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrier_init/
3-1.c 11 * [EINVAL] The value specified by count is equal to zero.
15 #define COUNT 0
32 /* Intilized barrier with count 0 (it should return EINVAL) */
34 rc = pthread_barrier_init(&barrier, NULL, COUNT);
38 ("Test FAILED: pthread_barrier_init() does not return EINVAL when intializing a barrier with count=0,"
1-1.c 28 #define COUNT 1
38 rc = pthread_barrier_init(&barrier, NULL, COUNT);
60 rc = pthread_barrier_init(&barrier, &ba, COUNT);
  /frameworks/base/core/java/android/hardware/camera2/marshal/impl/
MarshalQueryableBlackLevelPattern.java 32 private static final int SIZE = SIZEOF_INT32 * BlackLevelPattern.COUNT;
42 for (int i = 0; i < BlackLevelPattern.COUNT / 2; ++i) {
43 for (int j = 0; j < BlackLevelPattern.COUNT / 2; ++j) {
51 int[] channelOffsets = new int[BlackLevelPattern.COUNT];
52 for (int i = 0; i < BlackLevelPattern.COUNT; ++i) {
  /frameworks/base/core/java/android/hardware/camera2/params/
BlackLevelPattern.java 32 public static final int COUNT = 4;
51 if (offsets.length < COUNT) {
54 mCfaOffsets = Arrays.copyOf(offsets, COUNT);
78 * @param destination an array big enough to hold at least {@value #COUNT} elements after the
91 if (destination.length - offset < COUNT) {
94 for (int i = 0; i < COUNT; ++i) {
  /frameworks/support/paging/integration-tests/testapp/src/main/java/androidx/paging/integration/testapp/
ItemDataSource.java 32 private static final int COUNT = 500;
46 int end = Math.min(COUNT, startPosition + loadCount);
63 int position = computeInitialLoadPosition(params, COUNT);
64 int loadSize = computeInitialLoadSize(params, position, COUNT);
66 callback.onResult(data, position, COUNT);
  /external/skia/bench/
RegionContainBench.cpp 28 COUNT = 10,
33 return SkIRect::MakeXYWH(0, i*H/COUNT, w, H/COUNT);
41 for (int i = 0; i < COUNT; i++) {
  /external/skqp/bench/
RegionContainBench.cpp 28 COUNT = 10,
33 return SkIRect::MakeXYWH(0, i*H/COUNT, w, H/COUNT);
41 for (int i = 0; i < COUNT; i++) {
  /test/suite_harness/common/util/src/com/android/compatibility/common/util/
ResultUnit.java 38 COUNT,
  /tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/utils/
LittleEndianUtilsTest.java 52 final int COUNT = 1000;
53 int[] data = new int[COUNT];
58 ByteBuffer out = ByteBuffer.allocate(COUNT * 2);
93 final int COUNT = 1000;
94 long[] data = new long[COUNT];
101 ByteBuffer out = ByteBuffer.allocate(COUNT * 4);
  /cts/tests/leanbackjank/src/android/leanbackjank/cts/
CtsJankTestBase.java 66 ResultType.LOWER_BETTER, ResultUnit.COUNT);
69 ResultType.LOWER_BETTER, ResultUnit.COUNT);
72 ResultType.LOWER_BETTER, ResultUnit.COUNT);
80 ResultType.LOWER_BETTER, ResultUnit.COUNT);
82 ResultType.LOWER_BETTER, ResultUnit.COUNT);
84 ResultType.LOWER_BETTER, ResultUnit.COUNT);
86 ResultType.LOWER_BETTER, ResultUnit.COUNT);
88 ResultType.LOWER_BETTER, ResultUnit.COUNT);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_init/
3-1.c 14 * 2. Loop for COUNT time: lock for reading, unlock, lock for writing, unlock;
26 #define COUNT 1000
45 while (cnt++ < COUNT) {
  /external/skia/tests/
ImageCacheTest.cpp 42 static const int COUNT = 10;
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/
ImageCacheTest.cpp 42 static const int COUNT = 10;
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/
cpuidle_sampling.sh 8 COUNT=${3:-3}
27 for I in $(seq $COUNT); do
  /frameworks/base/services/core/java/com/android/server/lights/
LightsManager.java 30 public static final int LIGHT_ID_COUNT = Type.COUNT;
  /packages/experimental/RpcPerformance/
rpcperftest.cpp 29 static const int COUNT = 10000;
82 for (int i = 0; i < COUNT; i++) {
94 COUNT, seconds, 1000.0 * seconds / COUNT);

Completed in 543 milliseconds

1 2 3 4 5 6 7 8 91011