HomeSort by relevance Sort by last modified time
    Searched refs:if (Results 26 - 50 of 7290) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/test/fixedbugs/
bug116.go 11 if (-5 >> 1) != -3 {
15 if (-4 >> 1) != -2 {
19 if (-3 >> 1) != -2 {
23 if (-2 >> 1) != -1 {
27 if (-1 >> 1) != -1 {
31 if bad {
bug219.go 12 // bug219.go:16: syntax error near if
14 if x := f(func() {
15 if true {}
23 if x := f(func() {
24 //if true {}
33 if true {}
35 if true {
  /prebuilts/go/linux-x86/test/fixedbugs/
bug116.go 11 if (-5 >> 1) != -3 {
15 if (-4 >> 1) != -2 {
19 if (-3 >> 1) != -2 {
23 if (-2 >> 1) != -1 {
27 if (-1 >> 1) != -1 {
31 if bad {
bug219.go 12 // bug219.go:16: syntax error near if
14 if x := f(func() {
15 if true {}
23 if x := f(func() {
24 //if true {}
33 if true {}
35 if true {
  /build/tools/droiddoc/templates-sdk/
docpage.cs 1 <?cs if:!devsite ?><?cs
2 include:"doctype.cs" ?><?cs /if ?><?cs
3 include:"macros.cs" ?><html<?cs if:devsite ?> devsite<?cs /if ?>>
6 if:!devsite ?> class="gc-documentation<?cs
9 if:(google || reference.gms || reference.gcm) ?>google <?cs /if ?><?cs
10 if:ndk ?>ndk<?cs
11 if:guide ?> guide<?cs /if ?><?c
    [all...]
  /build/tools/droiddoc/templates-sdk-dev/
docpage.cs 1 <?cs if:!devsite ?><?cs
2 include:"doctype.cs" ?><?cs /if ?><?cs
3 include:"macros.cs" ?><html<?cs if:devsite ?> devsite<?cs /if ?>>
6 if:!devsite ?> class="gc-documentation<?cs
9 if:(google || reference.gms || reference.gcm) ?>google <?cs /if ?><?cs
10 if:ndk ?>ndk<?cs
11 if:guide ?> guide<?cs /if ?><?c
    [all...]
  /prebuilts/go/darwin-x86/test/
initcomma.go 17 if len(a) != 2 {
21 if len(b) != 5 {
25 if len(c) != 1 {
29 if len(d) != 3 {
34 if a[0] != 1 {
38 if a[1] != 2 {
43 if b[0] != 1 {
47 if b[1] != 2 {
51 if b[2] != 3 {
55 if b[3] != 0
    [all...]
ddd.go 68 if x := sum(1, 2, 3); x != 6 {
72 if x := sum(); x != 0 {
76 if x := sum(10); x != 10 {
80 if x := sum(1, 8); x != 9 {
84 if x := sumC(4, 5, 6); x != 15 {
88 if x := sumD(4, 5, 7); x != 16 {
92 if x := sumE(4, 5, 8); x != 17 {
96 if x := sumF(4, 5, 9)(); x != 18 {
100 if x := sum2(1, 2, 3); x != 2*6 {
104 if x := sum2(); x != 2*0
    [all...]
if.go 7 // Test if statements in various forms.
12 if is != shouldbe {
25 if true {
28 assertequal(count, 1, "if true")
31 if false {
34 assertequal(count, 0, "if false")
37 if one := 1; true {
40 assertequal(count, 1, "if true one")
43 if one := 1; false {
47 assertequal(count, 0, "if false one"
    [all...]
divide.go 14 if t := x / y; t != q {
18 if t := x % y; t != r {
25 if t := x / y; t != q {
29 if t := x % y; t != r {
36 if t := x / y; t != q {
40 if t := x % y; t != r {
47 if t := x / y; t != q {
51 if t := x % y; t != r {
  /prebuilts/go/linux-x86/test/
initcomma.go 17 if len(a) != 2 {
21 if len(b) != 5 {
25 if len(c) != 1 {
29 if len(d) != 3 {
34 if a[0] != 1 {
38 if a[1] != 2 {
43 if b[0] != 1 {
47 if b[1] != 2 {
51 if b[2] != 3 {
55 if b[3] != 0
    [all...]
ddd.go 68 if x := sum(1, 2, 3); x != 6 {
72 if x := sum(); x != 0 {
76 if x := sum(10); x != 10 {
80 if x := sum(1, 8); x != 9 {
84 if x := sumC(4, 5, 6); x != 15 {
88 if x := sumD(4, 5, 7); x != 16 {
92 if x := sumE(4, 5, 8); x != 17 {
96 if x := sumF(4, 5, 9)(); x != 18 {
100 if x := sum2(1, 2, 3); x != 2*6 {
104 if x := sum2(); x != 2*0
    [all...]
if.go 7 // Test if statements in various forms.
12 if is != shouldbe {
25 if true {
28 assertequal(count, 1, "if true")
31 if false {
34 assertequal(count, 0, "if false")
37 if one := 1; true {
40 assertequal(count, 1, "if true one")
43 if one := 1; false {
47 assertequal(count, 0, "if false one"
    [all...]
divide.go 14 if t := x / y; t != q {
18 if t := x % y; t != r {
25 if t := x / y; t != q {
29 if t := x % y; t != r {
36 if t := x / y; t != q {
40 if t := x % y; t != r {
47 if t := x / y; t != q {
51 if t := x % y; t != r {
  /external/v8/test/mjsunit/regress/
regress-escape-preserve-smi-representation.js 8 if (a === b) { if (a === 0) return (1 / a) === (1 / b); return true; }
9 if (typeof a != typeof b) return false;
10 if (typeof a == "number") return isNaN(a) && isNaN(b);
11 if (typeof a !== "object" && typeof a !== "function") return false;
12 if (objectClass === "RegExp") { return (a.toString() === b.toString()); }
13 if (objectClass === "Function") return false;
14 if (objectClass === "Array") {
16 if (a.length != b.length) { return false; }
18 if (!deepEquals(a[i], b[i])) return false
    [all...]
  /prebuilts/go/darwin-x86/test/ken/
cplx1.go 23 if !b {
29 if b {
35 if !b {
41 if b {
57 if b != r {
63 if b == r {
69 if b != r {
75 if b == r {
80 if r {
81 if a != C1
    [all...]
interbasic.go 20 if ia != ib {
27 if ia != ib {
30 if ia == nil {
36 if ia == ib {
41 if ia == ib {
46 if ia != ib {
50 if ia != nil {
57 if ia == ib {
63 if ia == ib {
69 if ia != ib
    [all...]
  /prebuilts/go/linux-x86/test/ken/
cplx1.go 23 if !b {
29 if b {
35 if !b {
41 if b {
57 if b != r {
63 if b == r {
69 if b != r {
75 if b == r {
80 if r {
81 if a != C1
    [all...]
interbasic.go 20 if ia != ib {
27 if ia != ib {
30 if ia == nil {
36 if ia == ib {
41 if ia == ib {
46 if ia != ib {
50 if ia != nil {
57 if ia == ib {
63 if ia == ib {
69 if ia != ib
    [all...]
  /external/harfbuzz_ng/win32/
create-lists.bat 4 if not "%1" == "header" if not "%1" == "file" if not "%1" == "footer" goto :error_cmd
5 if "%2" == "" goto error_no_destfile
7 if "%1" == "header" goto :header
8 if "%1" == "file" goto :addfile
9 if "%1" == "footer" goto :footer
12 if "%3" == "" goto error_var
17 if "%3" == "" goto error_file
  /external/v8/test/mjsunit/compiler/
osr-maze1.js 12 if (count++ == goal) %OptimizeOsr();
16 if (count++ == goal) %OptimizeOsr();
19 if (count++ == goal) %OptimizeOsr();
23 if (count++ == goal) %OptimizeOsr();
28 if (count++ == goal) %OptimizeOsr();
31 if (count++ == goal) %OptimizeOsr();
33 if (count++ == goal) %OptimizeOsr();
38 if (count++ == goal) %OptimizeOsr();
40 if (count++ == goal) %OptimizeOsr();
  /external/chromium-libpac/test/js-unittest/
side_effects.js 0 if (!gCounter) {
2 // We write it this way so if the script gets loaded twice,
  /external/v8/src/js/
uri.js 32 if (code >= 48 && code <= 57) return code - 48;
34 if (code >= 65 && code <= 70) return code - 55;
36 if (code >= 97 && code <= 102) return code - 87;
44 if (97 <= cc && cc <= 122) return true;
46 if (65 <= cc && cc <= 90) return true;
48 if (48 <= cc && cc <= 57) return true;
64 if (hexCharCodeArray === 0) {
69 if (octets[1]) index = URIAddEncodedOctetToBuffer(octets[1], result, index);
70 if (octets[2]) index = URIAddEncodedOctetToBuffer(octets[2], result, index);
71 if (octets[3]) index = URIAddEncodedOctetToBuffer(octets[3], result, index)
    [all...]
  /external/v8/test/webkit/
comparison-operators-greater.js 22 // SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28 if (invert)
34 result.push([new func("if (" + expr + ") return true; return false;"), resultValue]);
35 result.push([new func("var k = 0; while (" + expr + ") if (k++) return true; return false;"), resultValue]);
36 result.push([new func("var k = 0; for (; " + expr + "; ) if (k++) return true; return false;"), resultValue]);
50 if ((r=tests[i][0]()) == tests[i][1])
115 shouldBeTrue("if (0 >= 0 || 0) true; else false");
116 shouldBeTrue("if (1 >= 0 || 0) true; else false");
117 shouldBeTrue("if (1 >= 1 || 0) true; else false");
118 shouldBeTrue("if (0 < 1 || 0) true; else false")
    [all...]
comparison-operators-less.js 22 // SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28 if (invert)
34 result.push([new func("if (" + expr + ") return true; return false;"), resultValue]);
35 result.push([new func("var k = 0; while (" + expr + ") if (k++) return true; return false;"), resultValue]);
36 result.push([new func("var k = 0; for (; " + expr + "; ) if (k++) return true; return false;"), resultValue]);
50 if ((r=tests[i][0]()) == tests[i][1])
113 shouldBeTrue("if (0 <= 0 || 0) true; else false");
114 shouldBeTrue("if (0 <= 1 || 0) true; else false");
115 shouldBeTrue("if (1 <= 1 || 0) true; else false");
116 shouldBeTrue("if (0 < 1 || 0) true; else false")
    [all...]

Completed in 363 milliseconds

12 3 4 5 6 7 8 91011>>