HomeSort by relevance Sort by last modified time
    Searched refs:if (Results 1 - 25 of 7377) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/test/ken/
simpbool.go 23 if !a { panic(1); }
24 if b { panic(2); }
25 if !!!a { panic(3); }
26 if !!b { panic(4); }
29 if !a { panic(5); }
30 if !!!a { panic(6); }
37 if !x.a { panic(7); }
38 if x.b { panic(8); }
39 if !!!x.a { panic(9); }
40 if !!x.b { panic(10);
    [all...]
  /prebuilts/go/linux-x86/test/ken/
simpbool.go 23 if !a { panic(1); }
24 if b { panic(2); }
25 if !!!a { panic(3); }
26 if !!b { panic(4); }
29 if !a { panic(5); }
30 if !!!a { panic(6); }
37 if !x.a { panic(7); }
38 if x.b { panic(8); }
39 if !!!x.a { panic(9); }
40 if !!x.b { panic(10);
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue2615.go 7 // Issue 2615: a long chain of else if's causes an overflow
14 if x[0]&(1<<0) != 0 {
16 } else if x[0]&(1<<1) != 0 {
18 } else if x[0]&(1<<2) != 0 {
20 } else if x[0]&(1<<3) != 0 {
22 } else if x[0]&(1<<4) != 0 {
24 } else if x[0]&(1<<5) != 0 {
26 } else if x[0]&(1<<6) != 0 {
28 } else if x[0]&(1<<7) != 0 {
30 } else if x[0]&(1<<8) != 0
    [all...]
  /prebuilts/go/linux-x86/test/fixedbugs/
issue2615.go 7 // Issue 2615: a long chain of else if's causes an overflow
14 if x[0]&(1<<0) != 0 {
16 } else if x[0]&(1<<1) != 0 {
18 } else if x[0]&(1<<2) != 0 {
20 } else if x[0]&(1<<3) != 0 {
22 } else if x[0]&(1<<4) != 0 {
24 } else if x[0]&(1<<5) != 0 {
26 } else if x[0]&(1<<6) != 0 {
28 } else if x[0]&(1<<7) != 0 {
30 } else if x[0]&(1<<8) != 0
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
constFold_test.go 10 if r != 0 {
15 if r != 1 {
20 if r != 4294967296 {
25 if r != 18446744073709551615 {
31 if r != 1 {
36 if r != 2 {
41 if r != 4294967297 {
46 if r != 0 {
52 if r != 4294967296 {
57 if r != 4294967297
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
constFold_test.go 10 if r != 0 {
15 if r != 1 {
20 if r != 4294967296 {
25 if r != 18446744073709551615 {
31 if r != 1 {
36 if r != 2 {
41 if r != 4294967297 {
46 if r != 0 {
52 if r != 4294967296 {
57 if r != 4294967297
    [all...]
  /prebuilts/go/darwin-x86/test/
float_lit.go 14 if pow < 0 {
17 if pow > 0 {
27 if da == 0 || db == 0 {
28 if da == 0 && db == 0 {
35 if de < 0 {
39 if de < 1e-14 {
42 if !bad {
50 if !close(0., 0, 1, 0) {
53 if !close(+10., 10, 1, 0) {
56 if !close(-210., -210, 1, 0)
    [all...]
  /prebuilts/go/linux-x86/test/
float_lit.go 14 if pow < 0 {
17 if pow > 0 {
27 if da == 0 || db == 0 {
28 if da == 0 && db == 0 {
35 if de < 0 {
39 if de < 1e-14 {
42 if !bad {
50 if !close(0., 0, 1, 0) {
53 if !close(+10., 10, 1, 0) {
56 if !close(-210., -210, 1, 0)
    [all...]
  /build/kati/testcase/
if.mk 4 $(if ${TRUE}, $(info PASS1))
5 $(if ${FALSE}, $(info FAIL1))
6 $(if ${TRUE}, $(info PASS2), $(info FAIL2))
7 $(if ${FALSE}, $(info FAIL3), $(info PASS3))
8 $(info $(if ${TRUE}, PASS4, FAIL4))
10 $(info $(if ${FALSE}, FAIL5, PASS5, PASS6))
11 $(info $(if ${FALSE} , FAIL6, PASS7))
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js 42 // if ((axmin*axmax > 0) && precision > 4)
75 if (typeof module === "object") {
78 if (ENVIRONMENT_IS_NODE) {
92 // The path is absolute if the normalized version is the same as the resolved.
93 if (!ret && filename != nodePath['resolve'](filename)) {
97 if (ret && !binary) ret = ret.toString();
104 if (!Module['arguments']) {
108 if (ENVIRONMENT_IS_SHELL) {
110 if (typeof printErr != 'undefined') Module['printErr'] = printErr; // not present in v8 or older sm
115 if (!Module['arguments'])
    [all...]
  /external/python/cpython2/PC/VS7.1/
build_ssl.bat 0 if "%1" == "ReleaseAMD64" call "%MSSdk%\SetEnv" /XP64 /RETAIL
4 if not defined HOST_PYTHON (
5 if %1 EQU Debug (
  /external/doclava/res/assets/templates-sdk/
page_info.cs 7 # If this is a package summary page...
10 if:subcount(package)
19 # Or if this is a class page...
27 <?cs if:class.artifact ?>
29 <?cs /if ?>
30 <?cs if:class.deprecatedsince ?>
34 <?cs /if ?>
40 <?cs if:subcount(cl.methods) ?>
42 <?cs /if ?>
43 <?cs if:subcount(cl.constants) ?
    [all...]
  /external/python/cpython2/PC/VS8.0/
build_ssl.bat 2 if not defined HOST_PYTHON (
3 if %1 EQU Debug (
5 if not exist python27_d.dll exit 1
8 if not exist python27.dll exit 1
  /external/python/cpython2/PC/VS9.0/
build_ssl.bat 2 if not defined HOST_PYTHON (
3 if %1 EQU Debug (
5 if not exist python27_d.dll exit 1
8 if not exist python27.dll exit 1
  /prebuilts/go/darwin-x86/src/cmd/go/testdata/src/cgocover/
p.go 14 if b {
  /prebuilts/go/darwin-x86/src/cmd/go/testdata/src/cgocover2/
p.go 14 if b {
  /prebuilts/go/darwin-x86/src/cmd/go/testdata/src/cgocover3/
p.go 14 if b {
  /prebuilts/go/darwin-x86/src/cmd/go/testdata/src/cgocover4/
p.go 14 if b {
  /prebuilts/go/darwin-x86/src/cmd/go/testdata/testimport/
p_test.go 10 if F() != p1.F() {
  /prebuilts/go/darwin-x86/test/fixedbugs/issue4326.dir/
q2.go 8 if y != 1 {
  /prebuilts/go/linux-x86/src/cmd/go/testdata/src/cgocover/
p.go 14 if b {
  /prebuilts/go/linux-x86/src/cmd/go/testdata/src/cgocover2/
p.go 14 if b {
  /prebuilts/go/linux-x86/src/cmd/go/testdata/src/cgocover3/
p.go 14 if b {
  /prebuilts/go/linux-x86/src/cmd/go/testdata/src/cgocover4/
p.go 14 if b {
  /prebuilts/go/linux-x86/src/cmd/go/testdata/testimport/
p_test.go 10 if F() != p1.F() {

Completed in 2117 milliseconds

1 2 3 4 5 6 7 8 91011>>