/cts/libs/commonutil/src/com/android/cts/util/ |
ResultUnit.java | 39 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/skia/tests/ |
TSetTest.cpp | 21 REPORTER_ASSERT(reporter, set0.count() == 0); 28 REPORTER_ASSERT(reporter, set0.count() == 1); 30 REPORTER_ASSERT(reporter, set0.count() == 1); 37 #define COUNT 1732 50 for (int i = 0; i < COUNT; i++) { 58 REPORTER_ASSERT(reporter, set0.count() == i); 61 REPORTER_ASSERT(reporter, set0.count() == i + 1); 66 for (int i = 0; i < COUNT; i++) { 73 REPORTER_ASSERT(reporter, set0.count() == set1.count()); [all...] |
ImageCacheTest.cpp | 18 static const int COUNT = 10; 25 SkBitmap bm[COUNT]; 28 for (int i = 0; i < COUNT; ++i) { 32 for (int i = 0; i < COUNT; ++i) { 57 for (size_t i = 0; i < COUNT * 100; ++i) { 71 for (int i = 0; i < COUNT; ++i) { 90 static const size_t defLimit = DIM * DIM * 4 * COUNT + 1024; // 1K slop
|
/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);
|
/art/test/061-out-of-memory/src/ |
Main.java | 34 final int COUNT = 32768*32768 + 4; 35 int[] tooBig = new int[COUNT];
|
/dalvik/tests/061-out-of-memory/src/ |
Main.java | 34 final int COUNT = 32768*32768 + 4; 35 int[] tooBig = new int[COUNT];
|
/external/chromium/chrome/browser/first_run/ |
try_chrome_dialog_view.h | 48 COUNT
|
/external/chromium_org/chrome/browser/first_run/ |
try_chrome_dialog_view.h | 72 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/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_state.c | 259 unsigned count = 0; local 260 const unsigned COUNT = 2; 263 ret = SVGA3D_BeginSetRenderState( svga->swc, &rs, COUNT ); 270 EMIT_RS(rs, count, SVGA3D_RS_COORDINATETYPE, SVGA3D_COORDINATE_LEFTHANDED ); 271 EMIT_RS(rs, count, SVGA3D_RS_FRONTWINDING, SVGA3D_FRONTWINDING_CW ); 273 assert( COUNT == count );
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_state.c | 259 unsigned count = 0; local 260 const unsigned COUNT = 2; 263 ret = SVGA3D_BeginSetRenderState( svga->swc, &rs, COUNT ); 270 EMIT_RS(rs, count, SVGA3D_RS_COORDINATETYPE, SVGA3D_COORDINATE_LEFTHANDED ); 271 EMIT_RS(rs, count, SVGA3D_RS_FRONTWINDING, SVGA3D_FRONTWINDING_CW ); 273 assert( COUNT == count );
|
/external/valgrind/main/none/tests/ |
tls.c | 9 #define COUNT 10 58 for(i = 0; i < COUNT; i++) {
|
/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/chromium_org/third_party/openssl/openssl/crypto/des/ |
speed.c | 181 long count; local 203 count=10; 208 count*=2; 210 for (i=count; i; i--) 214 ca=count; 215 cb=count*3; 216 cc=count*3*8/BUFSIZE+1; 217 cd=count*8/BUFSIZE+1; 218 ce=count/20+1; 220 #define COND(d) (count != (d) [all...] |
des_opts.c | 405 for (count=0,run=1; COND(cb); count++) \ 411 fprintf(stderr,"%ld %s's in %.2f second\n",count,name,tm[index]); \ 412 tm[index]=((double)COUNT(cb))/tm[index]; 420 long count; local 452 count=10; 457 count*=2; 459 for (i=count; i; i--) 463 ca=count; 464 cb=count*3 [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/rc2/ |
rc2speed.c | 176 long count; local 196 count=10; 201 count*=2; 203 for (i=count; i; i--) 207 ca=count/512; 208 cb=count; 209 cc=count*8/BUFSIZE+1; 211 #define COND(d) (count != (d)) 212 #define COUNT(d) (d) 215 #define COUNT(d) (count [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/rc4/ |
rc4speed.c | 176 long count; local 196 count=10; 201 count*=2; 203 for (i=count; i; i--) 207 ca=count/512; 208 cc=count*8/BUFSIZE+1; 210 #define COND(d) (count != (d)) 211 #define COUNT(d) (d) 214 #define COUNT(d) (count) [all...] |
/external/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/ |
Settings.java | 50 static final int COUNT = 0x9; 62 private final int[] values = new int[COUNT]; 169 for (int i = 0; i < COUNT; i++) {
|
/external/openssl/crypto/des/ |
speed.c | 181 long count; local 203 count=10; 208 count*=2; 210 for (i=count; i; i--) 214 ca=count; 215 cb=count*3; 216 cc=count*3*8/BUFSIZE+1; 217 cd=count*8/BUFSIZE+1; 218 ce=count/20+1; 220 #define COND(d) (count != (d) [all...] |
des_opts.c | 405 for (count=0,run=1; COND(cb); count++) \ 411 fprintf(stderr,"%ld %s's in %.2f second\n",count,name,tm[index]); \ 412 tm[index]=((double)COUNT(cb))/tm[index]; 420 long count; local 452 count=10; 457 count*=2; 459 for (i=count; i; i--) 463 ca=count; 464 cb=count*3 [all...] |
/external/openssl/crypto/rc2/ |
rc2speed.c | 176 long count; local 196 count=10; 201 count*=2; 203 for (i=count; i; i--) 207 ca=count/512; 208 cb=count; 209 cc=count*8/BUFSIZE+1; 211 #define COND(d) (count != (d)) 212 #define COUNT(d) (d) 215 #define COUNT(d) (count [all...] |
/external/openssl/crypto/rc4/ |
rc4speed.c | 176 long count; local 196 count=10; 201 count*=2; 203 for (i=count; i; i--) 207 ca=count/512; 208 cc=count*8/BUFSIZE+1; 210 #define COND(d) (count != (d)) 211 #define COUNT(d) (d) 214 #define COUNT(d) (count) [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
BitmapMesh.java | 38 private static final int COUNT = (WIDTH + 1) * (HEIGHT + 1); 41 private final float[] mVerts = new float[COUNT*2]; 42 private final float[] mOrig = new float[COUNT*2]; 89 for (int i = 0; i < COUNT*2; i += 2) {
|
/frameworks/base/obex/javax/obex/ |
HeaderSet.java | 48 * Represents the OBEX Count header. This allows the connection statement to 51 * The value of <code>COUNT</code> is 0xC0 (192). 53 public static final int COUNT = 0xC0; 254 case COUNT: 260 throw new IllegalArgumentException("Count must be a Long"); 264 throw new IllegalArgumentException("Count must be between 0 and 0xFFFFFFFF"); 447 case COUNT: 509 out.write(COUNT);
|