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

1 2 34 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/test/ken/
label.go 13 if false {
16 if false {
19 if false {
27 if i < 100 {
interfun.go 43 if s.f() != 5 { panic(11); }
44 if s.g() != 6 { panic(12); }
50 if i1.f() != 5 { panic(21); }
51 if i2.f() != 5 { panic(22); }
52 if i2.g() != 6 { panic(23); }
55 if g != s { panic(31); }
58 if g != s { panic(32); }
  /prebuilts/go/darwin-x86/src/runtime/
runtime1.go 25 if crash != nil {
28 if _g_.m.traceback != 0 {
31 if crash != nil {
62 if GOOS == "windows" {
102 if cas64(&test_z64, test_x64, 1) {
105 if test_x64 != 0 {
109 if !cas64(&test_z64, test_x64, 1) {
112 if test_x64 != 42 || test_z64 != 1 {
115 if atomicload64(&test_z64) != 1 {
119 if atomicload64(&test_z64) != (1<<40)+1
    [all...]
noasm.go 15 if len(s2) < l {
20 if c1 < c2 {
23 if c1 > c2 {
27 if len(s1) < len(s2) {
30 if len(s1) > len(s2) {
39 if len(s2) < l {
44 if c1 < c2 {
47 if c1 > c2 {
51 if len(s1) < len(s2) {
54 if len(s1) > len(s2)
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
runtime1.go 25 if crash != nil {
28 if _g_.m.traceback != 0 {
31 if crash != nil {
62 if GOOS == "windows" {
102 if cas64(&test_z64, test_x64, 1) {
105 if test_x64 != 0 {
109 if !cas64(&test_z64, test_x64, 1) {
112 if test_x64 != 42 || test_z64 != 1 {
115 if atomicload64(&test_z64) != 1 {
119 if atomicload64(&test_z64) != (1<<40)+1
    [all...]
noasm.go 15 if len(s2) < l {
20 if c1 < c2 {
23 if c1 > c2 {
27 if len(s1) < len(s2) {
30 if len(s1) > len(s2) {
39 if len(s2) < l {
44 if c1 < c2 {
47 if c1 > c2 {
51 if len(s1) < len(s2) {
54 if len(s1) > len(s2)
    [all...]
  /prebuilts/go/darwin-x86/test/ken/
interfun.go 43 if s.f() != 5 { panic(11); }
44 if s.g() != 6 { panic(12); }
50 if i1.f() != 5 { panic(21); }
51 if i2.f() != 5 { panic(22); }
52 if i2.g() != 6 { panic(23); }
55 if g != s { panic(31); }
58 if g != s { panic(32); }
  /external/clang/docs/analyzer/
make.bat 5 if "%SPHINXBUILD%" == "" (
11 if NOT "%PAPER%" == "" (
16 if "%1" == "" goto help
18 if "%1" == "help" (
37 echo. doctest to run all doctests embedded in the documentation if enabled
41 if "%1" == "clean" (
47 if "%1" == "html" (
49 if errorlevel 1 exit /b 1
55 if "%1" == "dirhtml" (
57 if errorlevel 1 exit /b
    [all...]
  /external/clang/docs/
make.bat 5 if "%SPHINXBUILD%" == "" (
11 if NOT "%PAPER%" == "" (
16 if "%1" == "" goto help
18 if "%1" == "help" (
37 echo. doctest to run all doctests embedded in the documentation if enabled
41 if "%1" == "clean" (
47 if "%1" == "html" (
49 if errorlevel 1 exit /b 1
55 if "%1" == "dirhtml" (
57 if errorlevel 1 exit /b
    [all...]