Searched refs:count (Results 151 - 175 of 5577) sorted by relevance

1234567891011>>

/macosx-10.10/bash-94.1.2/bash-3.2/builtins/
H A Dshift.c32 register int count; local
41 sh_erange (list ? list->word->word : NULL, _("shift count"));
47 sh_erange (list ? list->word->word : NULL, _("shift count"));
56 for (count = 1; count < 9; count++)
57 dollar_vars[count] = dollar_vars[count + 1];
/macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/examples/
H A Dmanexamp.c64 invert_case_line (count, key)
65 int count, key;
71 if (count < 0)
74 count = -count;
80 end = start + (count * direction);
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/dlopen-initializer/
H A Dmain.c46 int count = (*sym)(); local
47 if ( count != 1 ) {
48 FAIL("initializer in %s called %d times", path, count);
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/js1_2/regexp/
H A Dalphanumeric.js38 var count = 0; variable
45 testcases[count++] = new TestCase ( SECTION,
50 testcases[count++] = new TestCase ( SECTION,
55 testcases[count++] = new TestCase ( SECTION,
60 testcases[count++] = new TestCase ( SECTION,
67 testcases[count++] = new TestCase ( SECTION,
74 testcases[count++] = new TestCase ( SECTION,
79 testcases[count++] = new TestCase ( SECTION,
86 testcases[count++] = new TestCase ( SECTION,
92 testcases[count
[all...]
H A Dwhitespace.js38 var count = 0; variable
45 testcases[count++] = new TestCase ( SECTION,
50 testcases[count++] = new TestCase ( SECTION,
55 testcases[count++] = new TestCase ( SECTION,
60 testcases[count++] = new TestCase ( SECTION,
67 testcases[count++] = new TestCase ( SECTION,
74 testcases[count++] = new TestCase ( SECTION,
79 testcases[count++] = new TestCase ( SECTION, "'1233345find me345'.match(new RegExp('[a-z\\s][a-z\\s]+'))",
88 testcases[count++] = new TestCase ( SECTION,
91 testcases[count
[all...]
H A Dcompile.js38 var count = 0; variable
45 testcases[count++] = new TestCase ( SECTION,
49 testcases[count++] = new TestCase ( SECTION,
53 testcases[count++] = new TestCase ( SECTION,
57 testcases[count++] = new TestCase ( SECTION,
63 testcases[count++] = new TestCase ( SECTION,
67 testcases[count++] = new TestCase ( SECTION,
71 testcases[count++] = new TestCase ( SECTION,
75 testcases[count++] = new TestCase ( SECTION,
H A Dflags.js38 var count = 0; variable
42 testcases[count++] = new TestCase ( SECTION, "'aBCdEfGHijKLmno'.match(/fghijk/i)",
45 testcases[count++] = new TestCase ( SECTION, "'aBCdEfGHijKLmno'.match(new RegExp('fghijk','i'))",
49 testcases[count++] = new TestCase ( SECTION, "'xa xb xc xd xe xf'.match(/x./g)",
52 testcases[count++] = new TestCase ( SECTION, "'xa xb xc xd xe xf'.match(new RegExp('x.','g'))",
56 testcases[count++] = new TestCase ( SECTION, "'xa Xb xc xd Xe xf'.match(/x./gi)",
59 testcases[count++] = new TestCase ( SECTION, "'xa Xb xc xd Xe xf'.match(new RegExp('x.','gi'))",
62 testcases[count++] = new TestCase ( SECTION, "'xa Xb xc xd Xe xf'.match(/x./ig)",
65 testcases[count++] = new TestCase ( SECTION, "'xa Xb xc xd Xe xf'.match(new RegExp('x.','ig'))",
H A Dhexadecimal.js38 var count = 0; variable
46 testcases[count++] = new TestCase ( SECTION,
54 testcases[count++] = new TestCase ( SECTION,
62 testcases[count++] = new TestCase ( SECTION,
70 testcases[count++] = new TestCase ( SECTION,
78 testcases[count++] = new TestCase ( SECTION,
82 testcases[count++] = new TestCase ( SECTION,
86 testcases[count++] = new TestCase ( SECTION,
90 testcases[count++] = new TestCase ( SECTION,
H A Doctal.js38 var count = 0; variable
46 testcases[count++] = new TestCase ( SECTION,
54 testcases[count++] = new TestCase ( SECTION,
62 testcases[count++] = new TestCase ( SECTION,
70 testcases[count++] = new TestCase ( SECTION,
78 testcases[count++] = new TestCase ( SECTION,
82 testcases[count++] = new TestCase ( SECTION,
86 testcases[count++] = new TestCase ( SECTION,
90 testcases[count++] = new TestCase ( SECTION,
H A Dplus.js38 var count = 0; variable
42 testcases[count++] = new TestCase ( SECTION, "'abcdddddefg'.match(new RegExp('d+'))",
46 testcases[count++] = new TestCase ( SECTION, "'abcdefg'.match(new RegExp('o+'))",
50 testcases[count++] = new TestCase ( SECTION, "'abcdefg'.match(new RegExp('d+'))",
54 testcases[count++] = new TestCase ( SECTION, "'abbbbbbbc'.match(new RegExp('(b+)(b+)(b+)'))",
58 testcases[count++] = new TestCase ( SECTION, "'abbbbbbbc'.match(new RegExp('(b+)(b*)'))",
62 testcases[count++] = new TestCase ( SECTION, "'abbbbbbbc'.match(new RegExp('b*b+'))",
66 testcases[count++] = new TestCase ( SECTION, "'abbbbbbbc'.match(/(b+)(b*)/)",
70 testcases[count++] = new TestCase ( SECTION, "'abbbbbbbc'.match(/b*b+/)",
H A Dsimple_form.js38 var count = 0; variable
41 testcases[count++] = new TestCase ( SECTION,
45 testcases[count++] = new TestCase ( SECTION,
49 testcases[count++] = new TestCase ( SECTION,
54 testcases[count++] = new TestCase ( SECTION,
59 testcases[count++] = new TestCase ( SECTION,
63 testcases[count++] = new TestCase ( SECTION,
68 testcases[count++] = new TestCase ( SECTION,
72 testcases[count++] = new TestCase ( SECTION,
H A Dsource.js38 var count = 0; variable
42 testcases[count++] = new TestCase ( SECTION, "/xyz/g.source",
46 testcases[count++] = new TestCase ( SECTION, "/xyz/.source",
50 testcases[count++] = new TestCase ( SECTION, "/abc\\\\def/.source",
54 testcases[count++] = new TestCase ( SECTION, "/abc[\\b]def/.source",
58 testcases[count++] = new TestCase ( SECTION, "(new RegExp('xyz')).source",
62 testcases[count++] = new TestCase ( SECTION, "(new RegExp('xyz','g')).source",
66 testcases[count++] = new TestCase ( SECTION, "(new RegExp('abc\\\\\\\\def')).source",
70 testcases[count++] = new TestCase ( SECTION, "(new RegExp('abc[\\\\b]def')).source",
H A Dstring_search.js38 var count = 0; variable
42 testcases[count++] = new TestCase ( SECTION, "'abcdefg'.search(/d/)",
46 testcases[count++] = new TestCase ( SECTION, "'abcdefg'.search(/x/)",
50 testcases[count++] = new TestCase ( SECTION, "'abcdefg123456hijklmn'.search(/\d+/)",
54 testcases[count++] = new TestCase ( SECTION, "'abcdefg123456hijklmn'.search(new RegExp())",
58 testcases[count++] = new TestCase ( SECTION, "'abc'.search(new RegExp('$'))",
62 testcases[count++] = new TestCase ( SECTION, "'abc'.search(new RegExp('^'))",
66 testcases[count++] = new TestCase ( SECTION, "'abc1'.search(/.\d/)",
70 testcases[count++] = new TestCase ( SECTION, "'abc1'.search(/\d{2}/)",
H A Dtest.js38 var count = 0; variable
41 testcases[count++] = new TestCase ( SECTION,
45 testcases[count++] = new TestCase ( SECTION,
49 testcases[count++] = new TestCase ( SECTION,
53 testcases[count++] = new TestCase ( SECTION,
57 testcases[count++] = new TestCase ( SECTION,
61 testcases[count++] = new TestCase ( SECTION,
65 testcases[count++] = new TestCase ( SECTION,
69 testcases[count++] = new TestCase ( SECTION,
/macosx-10.10/JavaScriptCore-7600.1.17/tests/stress/
H A Dinfinite-loop-that-uses-captured-variables-before-throwing.js1 var count = 0; variable
4 if (++count < 10) {
10 count = 0;
H A Dtricky-indirectly-inferred-infinite-loop-that-uses-captured-variables-and-creates-the-activation-outside-the-loop.js1 var count = 0; variable
4 if (++count < 10)
6 count = 0;
H A Dtest-spec-misc.js2 var count = 0; variable
20 count += 1;
42 if (count != loopCount)
43 throw "Error: bad count, expected: " + loopCount + ", got: " + count;
/macosx-10.10/WTF-7600.1.24/wtf/
H A DStringExtras.h40 inline int snprintf(char* buffer, size_t count, const char* format, ...) argument
45 result = _vsnprintf(buffer, count, format, args);
50 if (count > 0)
51 buffer[count - 1] = '\0';
56 inline double wtf_vsnprintf(char* buffer, size_t count, const char* format, va_list args) argument
58 int result = _vsnprintf(buffer, count, format, args);
62 if (count > 0)
63 buffer[count - 1] = '\0';
70 #define vsnprintf(buffer, count, format, args) wtf_vsnprintf(buffer, count, forma
74 strnicmp(const char* string1, const char* string2, size_t count) argument
[all...]
/macosx-10.10/xnu-2782.1.97/config/
H A Dnewvers.pl141 my $count=0;
142 $count += $data =~ s/###KERNEL_VERSION_LONG###/$VERSION_LONG/g;
143 $count += $data =~ s/###KERNEL_VERSION_SHORT###/$VERSION_SHORT/g;
144 $count += $data =~ s/###KERNEL_VERSION_MAJOR###/$VERSION_MAJOR/g;
145 $count += $data =~ s/###KERNEL_VERSION_MINOR###/$VERSION_MINOR/g;
146 $count += $data =~ s/###KERNEL_VERSION_VARIANT###/$VERSION_VARIANT/g;
147 $count += $data =~ s/###KERNEL_VERSION_REVISION###/$VERSION_REVISION/g;
148 $count += $data =~ s/###KERNEL_VERSION_STAGE###/$VERSION_STAGE/g;
149 $count += $data =~ s/###KERNEL_VERSION_PRERELEASE_LEVEL###/$VERSION_PRERELEASE_LEVEL/g;
150 $count
[all...]
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/bundle-unlinkable/
H A Dmain.c43 int count = _dyld_image_count(); local
44 for(int i=0; i < count; ++i) {
59 count = _dyld_image_count();
60 for(int i=0; i < count; ++i) {
/macosx-10.10/BerkeleyDB-21/db/dbinc/
H A Dhmac.h24 u_int32_t count[2]; member in struct:__anon296
/macosx-10.10/CommonCrypto-60061/include/
H A DCommonRandom.h46 @param count Number of random bytes to return.
51 CCRNGStatus CCRandomGenerateBytes(void *bytes, size_t count)
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dcwchar.h52 #define uprv_wcstombs(mbstr, wcstr, count) U_STANDARD_CPP_NAMESPACE wcstombs(mbstr, wcstr, count)
53 #define uprv_mbstowcs(wcstr, mbstr, count) U_STANDARD_CPP_NAMESPACE mbstowcs(wcstr, mbstr, count)
/macosx-10.10/ICU-531.30/icuSources/test/letest/
H A Dletest.h27 #define ARRAY_COPY(dst, src, count) memcpy((void *) (dst), (void *) (src), (count) * sizeof (src)[0])
29 #define NEW_ARRAY(type,count) (type *) malloc((count) * sizeof(type))
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/js1_2/statements/
H A Dswitch.js41 var count = 0; variable
60 testcases[count++] = new TestCase ( SECTION, 'switch statement',
63 testcases[count++] = new TestCase ( SECTION, 'switch statement',
66 testcases[count++] = new TestCase ( SECTION, 'switch statement',
98 testcases[count++] = new TestCase ( SECTION, 'switch statement',
101 testcases[count++] = new TestCase ( SECTION, 'switch statement',
104 testcases[count++] = new TestCase ( SECTION, 'switch statement',
107 testcases[count++] = new TestCase ( SECTION, 'switch statement',
110 testcases[count++] = new TestCase ( SECTION, 'switch statement',

Completed in 242 milliseconds

1234567891011>>