Searched refs:count (Results 1 - 25 of 5314) sorted by relevance

1234567891011>>

/macosx-10.10.1/dtrace-147/test/tst/common/aggs/
H A Derr.D_KEY_TYPE.badkey2.d40 @a[0] = count();
41 @b[@a] = count();
H A Derr.D_AGG_MDIM.bad.d42 @counts[0][2] = count();
H A Derr.D_IDENT_UNDEF.badkey3.d41 @t[i] = count();
H A Derr.D_KEY_TYPE.badkey1.d40 @a[1, (void)0] = count();
H A Derr.D_KEY_TYPE.badkey4.d42 @a[curpsinfo] = count();
H A Derr.D_PROTO_LEN.counttoomany.d32 * count() should not accept any arguments
40 @a["badtest"] = count(1);
H A Derr.D_TRUNC_PROTO.badmany.d31 @[0] = count();
H A Derr.D_TRUNC_SCALAR.bad.d31 @[0] = count();
H A Dtst.signature.d35 @stk[ustack()] = count();
36 @symmy[sym(0)] = count();
37 @usymmy[usym(0)] = count();
38 @funky[func(0)] = count();
39 @ufunky[ufunc(0)] = count();
40 @moddy[mod(0)] = count();
41 @umoddy[umod(0)] = count();
46 @stk[ustack()] = count();
47 @symmy[sym(0)] = count();
48 @usymmy[usym(0)] = count();
[all...]
H A Dtst.count.d27 #pragma ident "@(#)tst.count.d 1.1 06/08/28 SMI"
31 * Postive count() test
41 @a = count();
42 @a = count();
/macosx-10.10.1/dtrace-147/test/tst/common/clauses/
H A Derr.D_IDENT_UNDEF.aggtup.d39 @a[x] = count();
/macosx-10.10.1/dtrace-147/test/tst/common/drops/
H A Ddrp.DTRACEDROP_AGGREGATION.d35 @["Harding"] = count();
36 @["Hoover"] = count();
37 @["Nixon"] = count();
38 @["Bush"] = count();
/macosx-10.10.1/dtrace-147/test/tst/common/speculation/
H A Derr.D_AGG_COMM.AggAftCommit.d39 @a["foo"] = count();
/macosx-10.10.1/libclosure-65/objectTests/
H A Drdar6396238.c13 static int count = 0; variable
17 count++;
19 count++;
25 if (count != 2) {
26 fail("failure, 2 != %d\n", count);
/macosx-10.10.1/dtrace-147/test/tst/common/pointers/
H A Derr.D_ADDROF_VAR.agg.d40 @a = count();
/macosx-10.10.1/dtrace-147/test/tst/common/printa/
H A Derr.D_PRINTF_ARG_TYPE.jstack.d31 @[jstack()] = count();
H A Derr.D_PRINTF_ARG_TYPE.stack.d31 @[stack()] = count();
H A Derr.D_PRINTF_ARG_TYPE.ustack.d31 @[ustack()] = count();
H A Dtst.stack.d31 @[stack()] = count();
32 @[ustack()] = count();
33 @[jstack()] = count();
/macosx-10.10.1/dtrace-147/test/tst/common/printf/
H A Derr.D_PRINTF_ARG_TYPE.aggarg.d40 @a = count();
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/js1_2/regexp/
H A Ddot.js38 var count = 0; variable
42 testcases[count++] = new TestCase ( SECTION, "'abcde'.match(new RegExp('ab.de'))",
46 testcases[count++] = new TestCase ( SECTION, "'line 1\nline 2'.match(new RegExp('.+'))",
50 testcases[count++] = new TestCase ( SECTION, "'this is a test'.match(new RegExp('.*a.*'))",
54 testcases[count++] = new TestCase ( SECTION, "'this is a *&^%$# test'.match(new RegExp('.+'))",
58 testcases[count++] = new TestCase ( SECTION, "'....'.match(new RegExp('.+'))",
62 testcases[count++] = new TestCase ( SECTION, "'abcdefghijklmnopqrstuvwxyz'.match(new RegExp('.+'))",
66 testcases[count++] = new TestCase ( SECTION, "'ABCDEFGHIJKLMNOPQRSTUVWXYZ'.match(new RegExp('.+'))",
70 testcases[count++] = new TestCase ( SECTION, "'`1234567890-=~!@#$%^&*()_+'.match(new RegExp('.+'))",
74 testcases[count
[all...]
/macosx-10.10.1/dtrace-147/DTTk/Bin/
H A Ddnlcstat12 # USAGE: dnlcstat [interval [count]]
48 interval=1; count=-1
53 USAGE: dnlcstat [interval [count]]
64 interval=$1; count=-1; shift
67 count=$1; shift
84 inline int COUNTER = '$count';
H A Dxvmstat11 # USAGE: xvmstat [interval [count]]
65 interval=1; count=-1
70 USAGE: xvmstat [interval [count]]
81 interval=$1; count=-1; shift
84 count=$1; shift
101 inline int COUNTER = '$count';
/macosx-10.10.1/dtrace-147/DTTk/Kernel/
H A Ddnlcstat12 # USAGE: dnlcstat [interval [count]]
48 interval=1; count=-1
53 USAGE: dnlcstat [interval [count]]
64 interval=$1; count=-1; shift
67 count=$1; shift
84 inline int COUNTER = '$count';
/macosx-10.10.1/dtrace-147/DTTk/Mem/
H A Dxvmstat11 # USAGE: xvmstat [interval [count]]
65 interval=1; count=-1
70 USAGE: xvmstat [interval [count]]
81 interval=$1; count=-1; shift
84 count=$1; shift
101 inline int COUNTER = '$count';

Completed in 103 milliseconds

1234567891011>>