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

1 23 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/arm/
peep.go 48 if g == nil {
57 if gc.Debug['P'] != 0 && gc.Debug['v'] != 0 {
68 // if(shiftprop(r)) {
83 if regtyp(&p.From) {
84 if p.From.Type == p.To.Type && isfloatreg(&p.From) == isfloatreg(&p.To) {
85 if p.Scond == arm.C_SCOND_NONE {
86 if copyprop(g, r) {
92 if subprop(r) && copyprop(g, r) {
105 if p.From.Type == obj.TYPE_REG {
106 if shortprop(r)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/arm/
peep.go 45 if g == nil {
54 if gc.Debug['P'] != 0 && gc.Debug['v'] != 0 {
65 // if(shiftprop(r)) {
80 if regtyp(&p.From) {
81 if p.From.Type == p.To.Type && isfloatreg(&p.From) == isfloatreg(&p.To) {
82 if p.Scond == arm.C_SCOND_NONE {
83 if copyprop(g, r) {
89 if subprop(r) && copyprop(g, r) {
102 if p.From.Type == obj.TYPE_REG {
103 if shortprop(r)
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/arm/
peep.go 48 if g == nil {
57 if gc.Debug['P'] != 0 && gc.Debug['v'] != 0 {
68 // if(shiftprop(r)) {
83 if regtyp(&p.From) {
84 if p.From.Type == p.To.Type && isfloatreg(&p.From) == isfloatreg(&p.To) {
85 if p.Scond == arm.C_SCOND_NONE {
86 if copyprop(g, r) {
92 if subprop(r) && copyprop(g, r) {
105 if p.From.Type == obj.TYPE_REG {
106 if shortprop(r)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/arm/
peep.go 45 if g == nil {
54 if gc.Debug['P'] != 0 && gc.Debug['v'] != 0 {
65 // if(shiftprop(r)) {
80 if regtyp(&p.From) {
81 if p.From.Type == p.To.Type && isfloatreg(&p.From) == isfloatreg(&p.To) {
82 if p.Scond == arm.C_SCOND_NONE {
83 if copyprop(g, r) {
89 if subprop(r) && copyprop(g, r) {
102 if p.From.Type == obj.TYPE_REG {
103 if shortprop(r)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
ant.bat 19 REM tries to work on both Win9x and WinNT-based systems. If we could abandon '9x
24 if "%HOME%"=="" goto homeDrivePathPre
25 if exist "%HOME%\antrc_pre.bat" call "%HOME%\antrc_pre.bat"
28 if "%HOMEDRIVE%%HOMEPATH%"=="" goto userProfilePre
29 if "%HOMEDRIVE%%HOMEPATH%"=="%HOME%" goto userProfilePre
30 if exist "%HOMEDRIVE%%HOMEPATH%\antrc_pre.bat" call "%HOMEDRIVE%%HOMEPATH%\antrc_pre.bat"
33 if "%USERPROFILE%"=="" goto alpha
34 if "%USERPROFILE%"=="%HOME%" goto alpha
35 if "%USERPROFILE%"=="%HOMEDRIVE%%HOMEPATH%" goto alpha
36 if exist "%USERPROFILE%\antrc_pre.bat" call "%USERPROFILE%\antrc_pre.bat
    [all...]
  /prebuilts/go/darwin-x86/test/
map.go 23 if i > 0 {
43 if mlit[s] != i {
104 if len(mib) != count {
107 if len(mii) != count {
110 if len(mfi) != count {
113 if len(mif) != count {
116 if len(msi) != count {
119 if len(mis) != count {
122 if len(mss) != count {
125 if len(mspa) != count
    [all...]
func6.go 7 // Test closures in if conditions.
12 if func() bool { return true }() {} // gc used to say this was a syntax error
13 if (func() bool { return true })() {}
14 if (func() bool { return true }()) {}
  /prebuilts/go/linux-x86/test/
map.go 23 if i > 0 {
43 if mlit[s] != i {
104 if len(mib) != count {
107 if len(mii) != count {
110 if len(mfi) != count {
113 if len(mif) != count {
116 if len(msi) != count {
119 if len(mis) != count {
122 if len(mss) != count {
125 if len(mspa) != count
    [all...]
func6.go 7 // Test closures in if conditions.
12 if func() bool { return true }() {} // gc used to say this was a syntax error
13 if (func() bool { return true })() {}
14 if (func() bool { return true }()) {}
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/scripts/
ToolTip.js 5 if(element != null) {
7 if(currentClass =='visible_tooltip') {
15 if(element != null) {
17 if(currentClass == 'hidden_tooltip') {
  /prebuilts/go/darwin-x86/src/cmd/go/testdata/src/xtestonly/
f_test.go 9 if x := xtestonly.F(); x != 42 {
  /prebuilts/go/darwin-x86/src/cmd/go/testdata/testimport/
x_test.go 12 if F() != p2.F() {
  /prebuilts/go/darwin-x86/src/os/user/
user_test.go 13 if !implemented {
22 if err != nil {
25 if u.HomeDir == "" {
28 if u.Username == "" {
34 if want.Uid != got.Uid {
37 if want.Username != got.Username {
40 if want.Name != got.Name {
44 if runtime.GOOS == "windows" {
47 if want.Gid != got.Gid {
50 if want.HomeDir != got.HomeDir
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug436.go 20 if a != 1 {
23 if b != 2 {
26 if c != 2 {
29 if d != 3 {
  /prebuilts/go/darwin-x86/test/fixedbugs/bug466.dir/
b.go 11 if s[0] != 1 {
15 if s[1] != 2+3i {
19 if s[2] != 4+5i {
26 if y != (1+2i)*(3+4i) {
  /prebuilts/go/darwin-x86/test/fixedbugs/issue4590.dir/
prog.go 13 if pkg1.T != pkg2.T {
16 if pkg1.U != pkg2.U {
19 if pkg1.V != pkg2.V {
22 if pkg1.W != pkg2.W {
  /prebuilts/go/darwin-x86/test/fixedbugs/issue7995b.dir/
x2.go 7 if s != "100 100\n" {
  /prebuilts/go/darwin-x86/test/ken/
label.go 13 if false {
16 if false {
19 if false {
27 if i < 100 {
  /prebuilts/go/linux-x86/src/cmd/go/testdata/src/xtestonly/
f_test.go 9 if x := xtestonly.F(); x != 42 {
  /prebuilts/go/linux-x86/src/cmd/go/testdata/testimport/
x_test.go 12 if F() != p2.F() {
  /prebuilts/go/linux-x86/src/os/user/
user_test.go 13 if !implemented {
22 if err != nil {
25 if u.HomeDir == "" {
28 if u.Username == "" {
34 if want.Uid != got.Uid {
37 if want.Username != got.Username {
40 if want.Name != got.Name {
44 if runtime.GOOS == "windows" {
47 if want.Gid != got.Gid {
50 if want.HomeDir != got.HomeDir
    [all...]
  /prebuilts/go/linux-x86/test/fixedbugs/
bug436.go 20 if a != 1 {
23 if b != 2 {
26 if c != 2 {
29 if d != 3 {
  /prebuilts/go/linux-x86/test/fixedbugs/bug466.dir/
b.go 11 if s[0] != 1 {
15 if s[1] != 2+3i {
19 if s[2] != 4+5i {
26 if y != (1+2i)*(3+4i) {
  /prebuilts/go/linux-x86/test/fixedbugs/issue4590.dir/
prog.go 13 if pkg1.T != pkg2.T {
16 if pkg1.U != pkg2.U {
19 if pkg1.V != pkg2.V {
22 if pkg1.W != pkg2.W {
  /prebuilts/go/linux-x86/test/fixedbugs/issue7995b.dir/
x2.go 7 if s != "100 100\n" {

Completed in 888 milliseconds

1 23 4 5 6 7 8 91011>>