OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COUNT
(Results
1 - 25
of
121
) sorted by null
1
2
3
4
5
/ndk/tests/build/libc_no_atexit/
build.sh
17
COUNT
=0
19
COUNT
=$(( $
COUNT
+ 1 ))
33
if [ "$
COUNT
" = 0 ]; then
41
echo "All $
COUNT
libc.so are ok!"
/cts/common/util/src/com/android/compatibility/common/util/
ResultUnit.java
38
COUNT
,
/cts/libs/commonutil/src/com/android/cts/util/
ResultUnit.java
39
COUNT
,
/system/extras/ext4_utils/
test_ext4fixup
3
typeset -i I ITERATIONS PHASE LOC
COUNT
MAXCOUNT
48
let
COUNT
="$RANDOM"%"$MAXCOUNT"
54
ext4fixup -d "$PHASE,$LOC,$
COUNT
" "$NEW_FS_IMAGE" 2>/dev/null
63
echo "$ME: test failed with parameters $PHASE, $LOC, $
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) {
MarshalQueryableRggbChannelVector.java
32
private static final int SIZE = SIZEOF_FLOAT * RggbChannelVector.
COUNT
;
42
for (int i = 0; i < RggbChannelVector.
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) {
ColorSpaceTransform.java
45
private static final int
COUNT
= ROWS * COLUMNS;
67
* if the
count
of {@code elements} is not {@code 9}
74
if (elements.length !=
COUNT
) {
75
throw new IllegalArgumentException("elements must be " +
COUNT
+ " length");
108
* if the
count
of {@code elements} is not {@code 18}
165
if (destination.length - offset <
COUNT
) {
169
for (int i = 0, j = 0; i <
COUNT
; ++i, j += RATIONAL_SIZE) {
228
for (int i = 0, j = 0; i <
COUNT
; ++i, j += RATIONAL_SIZE) {
LensShadingMap.java
50
* {@code RggbChannelVector.
COUNT
* rows * columns}
97
return mRows * mColumns *
COUNT
;
105
* and the color channel must be within the range [0, {@value RggbChannelVector#
COUNT
}).</p>
128
if (colorChannel < 0 || colorChannel >
COUNT
) {
136
return mElements[colorChannel + (row * mColumns + column) *
COUNT
];
162
final int offset = (row * mColumns + column) *
COUNT
;
182
* an array big enough to hold at least {@link RggbChannelVector#
COUNT
}
258
for (int ch = 0; ch <
COUNT
; ch++) {
277
if (ch <
COUNT
- 1) {
RggbChannelVector.java
28
public static final int
COUNT
= 4;
108
* @param colorChannel greater or equal to {@code 0} and less than {@link #
COUNT
}
114
if (colorChannel < 0 || colorChannel >=
COUNT
) {
136
* an array big enough to hold at least {@value #
COUNT
} elements after the
149
if (destination.length - offset <
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++) {
/ndk/tests/
check-release.sh
101
COUNT
=0
103
# Run a single test, and update failure/
count
appropriately.
118
COUNT
=$(( $
COUNT
+ 1 ))
151
echo -n "$FAILURES/$
COUNT
tests failed."
/cts/tests/leanbackjank/src/android/cts/leanbackjank/
CtsJankTestBase.java
59
ResultType.LOWER_BETTER, ResultUnit.
COUNT
);
62
ResultType.LOWER_BETTER, ResultUnit.
COUNT
);
65
ResultType.LOWER_BETTER, ResultUnit.
COUNT
);
73
ResultType.LOWER_BETTER, ResultUnit.
COUNT
);
75
ResultType.LOWER_BETTER, ResultUnit.
COUNT
);
77
ResultType.LOWER_BETTER, ResultUnit.
COUNT
);
79
ResultType.LOWER_BETTER, ResultUnit.
COUNT
);
81
ResultType.LOWER_BETTER, ResultUnit.
COUNT
);
/external/skia/tests/
ImageCacheTest.cpp
40
static const int
COUNT
= 10;
44
for (int i = 0; i <
COUNT
; ++i) {
59
for (int i = 0; i <
COUNT
* 100; ++i) {
66
for (int i = 0; i <
COUNT
; ++i) {
75
for (int i = 0; i <
COUNT
; ++i) {
81
for (int i = 0; i <
COUNT
; ++i) {
93
for (int i = 0; i <
COUNT
; ++i) {
115
static const size_t defLimit = DIM * DIM * 4 *
COUNT
+ 1024; // 1K slop
/ndk/tests/standalone/builtin-macros/
run.sh
38
COUNT
=0
72
COUNT
=$(( $
COUNT
+ 1 ))
110
COUNT
=$(( $
COUNT
+ 1 ))
252
echo "$
COUNT
/$
COUNT
tests passed. Nice job."
256
echo "$FAILURES/$
COUNT
tests failed !!"
/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
);
/external/clang/utils/ABITest/layout/
Makefile
3
#
COUNT
can be over-ridden to change the number of tests generated per
9
COUNT
:= 1000
65
$(ABITESTGEN) $(TESTARGS) -o $@ --min=$(shell expr $* '*' $(
COUNT
)) --
count
=$(
COUNT
)
/external/v8/src/
hydrogen-check-elimination.h
52
#define
COUNT
(type, size, name, Name) + 1
53
static const int kStringMapsSize = 0 STRING_TYPE_LIST(
COUNT
);
54
#undef
COUNT
/ndk/tests/build/short-commands/
build.sh
15
COUNT
=110
33
while [ $NUM -lt $
COUNT
]; do
52
while [ $NUM -lt $
COUNT
]; do
64
while [ $NUM -lt $
COUNT
]; do
94
while [ $NUM -lt $
COUNT
]; do
109
while [ $NUM -lt $
COUNT
]; do
126
while [ $NUM -lt $
COUNT
]; do
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
BitmapMesh.java
37
private static final int
COUNT
= (WIDTH + 1) * (HEIGHT + 1);
40
private final float[] mVerts = new float[
COUNT
*2];
41
private final float[] mOrig = new float[
COUNT
*2];
88
for (int i = 0; i <
COUNT
*2; i += 2) {
/art/test/061-out-of-memory/src/
Main.java
34
final int
COUNT
= 32768*32768 + 4;
35
int[] tooBig = new int[
COUNT
];
/cts/suite/cts/deviceTests/jank2/src/android/cts/jank/
CtsJankTestBase.java
44
ResultType.LOWER_BETTER, ResultUnit.
COUNT
);
47
ResultType.LOWER_BETTER, ResultUnit.
COUNT
);
/frameworks/base/core/java/android/hardware/
LegacySensorManager.java
370
private static final int
COUNT
= 12;
372
private static final float PREDICTION_TIME = (SENSORS_RATE_MS*
COUNT
/1000.0f)*PREDICTION_RATIO;
373
private float mV[] = new float[
COUNT
*2];
374
private long mT[] = new long[
COUNT
*2];
378
mIndex =
COUNT
;
391
* by
COUNT
values, so that we don't have to copy the array
395
if (mIndex >=
COUNT
*2)
396
mIndex =
COUNT
;
399
mV[mIndex-
COUNT
] = v;
400
mT[mIndex-
COUNT
] = time
[
all
...]
/development/tools/axl/
axl.py
131
COUNT
= 0
137
if (not(DropOnce.
COUNT
& 1)):
143
DropOnce.
COUNT
+= 1
158
COUNT
= 0
161
if not PipeDrop.
COUNT
% 3:
166
PipeDrop.
COUNT
+= 1
170
PipeDrop.
COUNT
+= 1
188
self.
count
= 0
192
self.
count
+= len(data)
193
if self.
count
== 190890
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
PluralRanges.java
29
private boolean[] explicit = new boolean[StandardPluralCategories.
COUNT
];
45
private byte[] data = new byte[StandardPluralCategories.
COUNT
* StandardPluralCategories.
COUNT
];
60
data[start.ordinal() * StandardPluralCategories.
COUNT
+ end.ordinal()] = result == null ? (byte) -1
69
byte old = data[start.ordinal() * StandardPluralCategories.
COUNT
+ end.ordinal()];
74
data[start.ordinal() * StandardPluralCategories.
COUNT
+ end.ordinal()] = result == null ? (byte) -1
82
byte result = data[start.ordinal() * StandardPluralCategories.
COUNT
+ end.ordinal()];
265
* @param
count
272
public boolean isExplicitlySet(StandardPluralCategories
count
) {
273
return explicit[
count
.ordinal()]
[
all
...]
Completed in 1636 milliseconds
1
2
3
4
5