Searched refs:result (Results 1 - 25 of 8034) sorted by relevance

1234567891011>>

/macosx-10.10/tcl-105/tcl_ext/tbcload/tbcload/tests/tcl/
H A Dcatch.tcl15 set result FAIL
18 } result
20 set result
H A Dcatch1.tcl16 set result PASS
18 set result FAIL
21 set result
H A Dexpr2.tcl19 set result PASS
21 set result FAIL
24 set result
/macosx-10.10/JavaScriptCore-7600.1.17/tests/stress/
H A Dint32-out-of-bounds.js8 var result = foo([value], 0);
9 if (result != value)
10 throw "Error: bad result: " + result;
16 var result = foo([42], 1);
17 if (result !== void 0)
18 throw "Error: bad result: " + result;
20 result = foo([42], 100);
21 if (result !
[all...]
H A Dto-string-on-string-or-string-object-then-object.js8 var result = foo(new String("hello"));
9 if (typeof result != "string") {
10 describe(result);
11 throw "Error: result isn't a string";
13 if (result != "hello")
14 throw "Error: bad result: " + result;
16 result = foo("world");
17 if (typeof result != "string") {
18 describe(result);
[all...]
H A Dredundant-array-bounds-checks.js18 var result = foo([1, 2, 3, 4, 5, 6, 7, 8]);
19 if (!arraycmp(result, [1, 2, 3, 4, 5, 6, 7, 8]))
20 throw "Error: bad result (1..8): " + result;
23 var result = foo([1, 2, 3, 4, 5, 6, 7]);
24 if (!arraycmp(result, [1, 2, 3, 4, 5, 6, 7, void 0]))
25 throw "Error: bad result (1..7): " + result;
26 var result = foo([1, 2, 3, 4, 5, 6]);
27 if (!arraycmp(result, [
[all...]
H A Dint32-object-out-of-bounds.js2 var result = {};
3 result[0] = value;
4 return result;
14 var result = foo(make(value), 0);
15 if (result != value)
16 throw "Error: bad result: " + result;
22 var result = foo(make(42), 1);
23 if (result !== void 0)
24 throw "Error: bad result
[all...]
H A Dto-string-on-object-or-string.js12 var result = foo(new Foo());
13 if (typeof result != "string") {
14 describe(result);
15 throw "Error: result isn't a string";
17 if (result != "hello")
18 throw "Error: bad result: " + result;
20 result = foo("world");
21 if (typeof result != "string") {
22 describe(result);
[all...]
H A Dto-string-on-string-or-string-object.js8 var result = foo(new String("hello"));
9 if (typeof result != "string") {
10 describe(result);
11 throw "Error: result isn't a string";
13 if (result != "hello")
14 throw "Error: bad result: " + result;
16 result = foo("world");
17 if (typeof result != "string") {
18 describe(result);
[all...]
H A Dto-string-on-value-or-string.js8 var result = foo(42);
9 if (typeof result != "string") {
10 describe(result);
11 throw "Error: result isn't a string";
13 if (result != "42")
14 throw "Error: bad result: " + result;
16 result = foo("world");
17 if (typeof result != "string") {
18 describe(result);
[all...]
H A Darray-push-double-then-nan.js3 var result = [];
5 result.push(array.push(x));
6 return [array, result];
12 var result = foo(5.5);
13 if (result[0].toString() != "5.5,5.5,5.5,5.5,5.5,5.5,5.5,5.5,5.5,5.5,5.5,5.5,5.5,5.5,5.5,5.5,5.5,5.5,5.5,5.5,5.5,5.5,5.5,5.5,5.5,5.5,5.5,5.5,5.5,5.5,5.5,5.5,5.5,5.5,5.5,5.5,5.5,5.5,5.5,5.5,5.5,5.5")
14 throw "Error: bad array: " + result[0];
15 if (result[1].toString() != "1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42")
16 throw "Error: bad array: " + result[1];
19 var result = foo(0/0);
20 if (result[
[all...]
H A Dadd-constant-overflow-recovery.js8 var result = foo({f:1});
9 if (result != 2000000001)
10 throw "Error: bad result: " + result;
13 var result = foo({f:2000000000});
14 if (result != 4000000000)
15 throw "Error: bad result: " + result;
H A Dadd-int52-constant-overflow-recovery.js8 var result = foo(1073736383);
9 if (result != 2251780886936072)
10 throw "Error: bad result: " + result;
13 var result = foo(1073745919);
14 if (result != 2251800885301256)
15 throw "Error: bad result: " + result;
H A Dadd-int52-large-constant-overflow-recovery.js8 var result = foo(1073741151);
9 if (result != 2251799812372744)
10 throw "Error: bad result: " + result;
13 var result = foo(1073741152);
14 if (result != 2251799814469888)
15 throw "Error: bad result: " + result;
H A Dadd-small-constant-overflow-recovery.js8 var result = foo({f:1});
9 if (result != 1001)
10 throw "Error: bad result: " + result;
13 var result = foo({f:2147483148});
14 if (result != 2147484148)
15 throw "Error: bad result: " + result;
H A Dcaptured-arguments-variable.js8 var result = foo(42, 97);
9 if (result != 4339)
10 throw "Error: bad result: " + result;
15 var result = foo(42);
16 if (result != 4353)
17 throw "Error: bad result at end: " + result;
H A Dfiat-double-to-int52-then-exit-not-int52.js11 var result = foo();
12 if (result != 43)
13 throw "Error: bad result: " + result;
17 var result = foo();
18 if (result != 6.5)
19 throw "Error: bad result at end: " + result;
H A Dinverted-additive-subsumption.js8 var result = foo(i);
9 if (result != (i + 1) * 2)
10 throw "Error: bad result for i = " + i + ": " + result;
13 var result = foo(2147483647);
14 if (result != ((2147483647 + 1) | 0) + (2147483647 + 1))
15 throw "Error: bad result for 2147483647: " + result;
H A Dmake-rope-2.js8 var result = foo(" world");
9 if (typeof result != "string") {
10 describe(result);
11 throw "Error: bad result type: " + result;
13 if (result != "hello world")
14 throw "Error: bad result: " + result;
H A Dmake-rope-3.js8 var result = foo(" world");
9 if (typeof result != "string") {
10 describe(result);
11 throw "Error: bad result type: " + result;
13 if (result != "hello world!!")
14 throw "Error: bad result: " + result;
H A Dempty-function.js6 var result = foo();
7 if (result !== void 0)
8 throw "You broke JSC so hard that even the empty function doesn't work: " + result;
H A Dfloat32array-out-of-bounds.js2 var result = new Float32Array(1);
3 result[0] = value;
4 return result;
14 var result = foo(make(value), 0);
15 if (result != value)
16 throw "Error: bad result: " + result;
22 var result = foo(make(42), 1);
23 if (result !== void 0)
24 throw "Error: bad result
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/examples/scripts.noah/
H A Dnumber.bash25 local result
44 result=''
130 result="${result}${val3} hundred "
134 result="${result}${val2}"
138 result="${result}${val1} "
144 2 ) result="${result}thousan
[all...]
/macosx-10.10/ICU-531.30/icuSources/common/unicode/
H A Dustringtrie.h68 * Same as (result!=USTRINGTRIE_NO_MATCH).
69 * @param result A result from BytesTrie::first(), UCharsTrie::next() etc.
73 #define USTRINGTRIE_MATCHES(result) ((result)!=USTRINGTRIE_NO_MATCH)
76 * Equivalent to (result==USTRINGTRIE_INTERMEDIATE_VALUE || result==USTRINGTRIE_FINAL_VALUE) but
77 * this macro evaluates result exactly once.
78 * @param result A result fro
[all...]
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/interpose-chained/
H A Dfoo.c28 char* result; local
29 asprintf(&result, "foo(%s)", str);
30 return result;

Completed in 229 milliseconds

1234567891011>>