/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
util.go | 20 if i >= 0 { 30 if s == "" { 36 if s[i] == '\'' { 37 if quote && i+1 < len(s) && s[i+1] == '\'' { 43 if !quote && (s[i] == ' ' || s[i] == '\t' || s[i] == '\r' || s[i] == '\n') { 49 if strings.Contains(next, "'") { 53 if next[i] == '\'' { 54 if quote && i+1 < len(next) && next[i+1] == '\'' { 71 if i := strings.Index(s, "\x00"); i >= 0 { 78 if mode != 0 [all...] |
/prebuilts/go/linux-x86/src/os/ |
os_windows_test.go | 17 if err != nil { 23 if err != nil { 33 if !strings.Contains(string(b), " /J ") { 40 if err != nil { 46 if err != nil { 50 if err != nil { 56 if err != nil { 62 if err != nil { 67 if err != nil { 71 if err != nil [all...] |
/external/v8/test/mjsunit/regress/ |
regress-500831.js | 10 if (a === b) {; 13 if (typeof a != typeof b) return false; 14 if (typeof a == "number"); 15 if (typeof a !== "object" && typeof a !== "function") 18 if (b) return false; 19 if (objectClass === "RegExp") {; 21 if (objectClass === "Function") return false; 22 if (objectClass === "Array") { 24 if (a.length != b.length) { 28 if (a[i][i]) return false [all...] |
/prebuilts/go/darwin-x86/test/ken/ |
cplx2.go | 34 if r != R { 40 if i != I { 46 if c1 != C1 { 52 if c2 != C2 { 58 if c3 != C3 { 64 if c4 != C4 { 70 if c5 != C5 { 76 if c6 != C6 { 82 if ca != Ca { 88 if cb != Cb [all...] |
embed.go | 32 if p.a != p.a7 { 51 if p.a != p.a6 { 69 if p.a != p.a5 { 86 if p.a != p.a4 { 105 if p.a != p.a3 { 124 if p.a != p.a2 { 143 if p.a != p.a1 { 183 if s.test1() != 1 { 187 if (&s.Sub).test2() != 2 { 191 if s.Subp.test3() != 3 [all...] |
/prebuilts/go/linux-x86/test/ken/ |
cplx2.go | 34 if r != R { 40 if i != I { 46 if c1 != C1 { 52 if c2 != C2 { 58 if c3 != C3 { 64 if c4 != C4 { 70 if c5 != C5 { 76 if c6 != C6 { 82 if ca != Ca { 88 if cb != Cb [all...] |
embed.go | 32 if p.a != p.a7 { 51 if p.a != p.a6 { 69 if p.a != p.a5 { 86 if p.a != p.a4 { 105 if p.a != p.a3 { 124 if p.a != p.a2 { 143 if p.a != p.a1 { 183 if s.test1() != 1 { 187 if (&s.Sub).test2() != 2 { 191 if s.Subp.test3() != 3 [all...] |
/prebuilts/go/darwin-x86/src/net/ |
fd_mutex_test.go | 17 if !mu.Incref() { 20 if mu.Decref() { 24 if !mu.RWLock(true) { 27 if mu.RWUnlock(true) { 31 if !mu.RWLock(false) { 34 if mu.RWUnlock(false) { 41 if !mu.IncrefAndClose() { 45 if mu.Incref() { 48 if mu.RWLock(true) { 51 if mu.RWLock(false) [all...] |
interface_unix_test.go | 27 if err := cmd.Run(); err != nil { 36 if err := cmd.Run(); err != nil { 44 if testing.Short() { 47 if runtime.GOOS == "darwin" { 50 if os.Getuid() != 0 { 58 if err := ti.setPointToPoint(5963 + i); err != nil { 61 if err := ti.setup(); err != nil { 67 if err != nil { 72 if ti.name != ifi.Name { 76 if err != nil [all...] |
sendfile_linux.go | 20 // if handled == true, sendFile returns the number of bytes copied and any 23 // if handled == false, sendFile performed no work. 28 if ok { 30 if remain <= 0 { 35 if !ok { 39 if err := c.writeLock(); err != nil { 48 if int64(n) > remain { 52 if n > 0 { 56 if n == 0 && err1 == nil { 59 if err1 == syscall.EAGAIN [all...] |
/prebuilts/go/linux-x86/src/net/ |
fd_mutex_test.go | 17 if !mu.Incref() { 20 if mu.Decref() { 24 if !mu.RWLock(true) { 27 if mu.RWUnlock(true) { 31 if !mu.RWLock(false) { 34 if mu.RWUnlock(false) { 41 if !mu.IncrefAndClose() { 45 if mu.Incref() { 48 if mu.RWLock(true) { 51 if mu.RWLock(false) [all...] |
interface_unix_test.go | 27 if err := cmd.Run(); err != nil { 36 if err := cmd.Run(); err != nil { 44 if testing.Short() { 47 if runtime.GOOS == "darwin" { 50 if os.Getuid() != 0 { 58 if err := ti.setPointToPoint(5963 + i); err != nil { 61 if err := ti.setup(); err != nil { 67 if err != nil { 72 if ti.name != ifi.Name { 76 if err != nil [all...] |
/prebuilts/go/darwin-x86/src/mime/multipart/ |
writer_test.go | 21 if err != nil { 26 if err != nil { 31 if err != nil { 35 if len(s) == 0 { 38 if s[0] == '\r' || s[0] == '\n' { 46 if err != nil { 49 if g, e := part.FormName(), "myfile"; g != e { 53 if err != nil { 56 if e, g := string(fileContents), string(slurp); e != g { 61 if err != nil [all...] |
/prebuilts/go/darwin-x86/src/runtime/ |
hashmap_fast.go | 12 if raceenabled && h != nil { 16 if h == nil || h.count == 0 { 20 if h.B == 0 { 27 if c := h.oldbuckets; c != nil { 29 if !evacuated(oldb) { 37 if k != key { 41 if x == empty { 47 if b == nil { 54 if raceenabled && h != nil { 58 if h == nil || h.count == 0 [all...] |
/prebuilts/go/linux-x86/src/mime/multipart/ |
writer_test.go | 21 if err != nil { 26 if err != nil { 31 if err != nil { 35 if len(s) == 0 { 38 if s[0] == '\r' || s[0] == '\n' { 46 if err != nil { 49 if g, e := part.FormName(), "myfile"; g != e { 53 if err != nil { 56 if e, g := string(fileContents), string(slurp); e != g { 61 if err != nil [all...] |
/prebuilts/go/linux-x86/src/runtime/ |
hashmap_fast.go | 12 if raceenabled && h != nil { 16 if h == nil || h.count == 0 { 20 if h.B == 0 { 27 if c := h.oldbuckets; c != nil { 29 if !evacuated(oldb) { 37 if k != key { 41 if x == empty { 47 if b == nil { 54 if raceenabled && h != nil { 58 if h == nil || h.count == 0 [all...] |
/build/kati/ |
strutil.go | 29 if int(ch) >= len(wsbytes) { 39 if isWhitespace(ch) { 40 if tokStart >= 0 { 45 if tokStart < 0 { 50 if tokStart >= 0 { 60 if isWhitespace(rune(ch)) { 61 if tokStart >= 0 { 66 if tokStart < 0 { 71 if tokStart >= 0 { 94 if !wsbytes[ws.in[ws.s]] [all...] |
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/arm64/ |
peep.go | 47 if g == nil { 56 if gc.Debug['P'] != 0 && gc.Debug['v'] != 0 { 70 if p.As == arm64.AMOVD || p.As == arm64.AFMOVD { 71 if regtyp(&p.To) { 73 if regtyp(&p.From) { 74 if p.From.Type == p.To.Type { 75 if copyprop(r) { 78 } else if subprop(r) && copyprop(r) { 88 if t != 0 { 109 if p.To.Type != obj.TYPE_REG [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/arm64/ |
peep.go | 44 if g == nil { 53 if gc.Debug['P'] != 0 && gc.Debug['v'] != 0 { 67 if p.As == arm64.AMOVD || p.As == arm64.AFMOVD { 68 if regtyp(&p.To) { 70 if regtyp(&p.From) { 71 if p.From.Type == p.To.Type { 72 if copyprop(r) { 75 } else if subprop(r) && copyprop(r) { 85 if t != 0 { 106 if p.To.Type != obj.TYPE_REG [all...] |
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/arm64/ |
peep.go | 47 if g == nil { 56 if gc.Debug['P'] != 0 && gc.Debug['v'] != 0 { 70 if p.As == arm64.AMOVD || p.As == arm64.AFMOVD { 71 if regtyp(&p.To) { 73 if regtyp(&p.From) { 74 if p.From.Type == p.To.Type { 75 if copyprop(r) { 78 } else if subprop(r) && copyprop(r) { 88 if t != 0 { 109 if p.To.Type != obj.TYPE_REG [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/arm64/ |
peep.go | 44 if g == nil { 53 if gc.Debug['P'] != 0 && gc.Debug['v'] != 0 { 67 if p.As == arm64.AMOVD || p.As == arm64.AFMOVD { 68 if regtyp(&p.To) { 70 if regtyp(&p.From) { 71 if p.From.Type == p.To.Type { 72 if copyprop(r) { 75 } else if subprop(r) && copyprop(r) { 85 if t != 0 { 106 if p.To.Type != obj.TYPE_REG [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/doc/ |
make.bat | 5 if "%SPHINXBUILD%" == "" ( 10 if NOT "%PAPER%" == "" ( 14 if "%1" == "" goto help 16 if "%1" == "help" ( 33 echo. doctest to run all doctests embedded in the documentation if enabled 37 if "%1" == "clean" ( 43 if "%1" == "html" ( 45 if errorlevel 1 exit /b 1 51 if "%1" == "dirhtml" ( 53 if errorlevel 1 exit /b [all...] |
/external/v8/test/mjsunit/compiler/ |
load-elimination-global.js | 26 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 46 if (false) ; 53 if (true) ; 67 if (X) a.x = c; 74 if (X) ; 76 if (X) ; 78 if (X) ; 80 if (X) ; 82 if (X) ; 84 if (X) [all...] |
/prebuilts/go/darwin-x86/test/ |
convT2X.go | 98 if u16 != iu16 { 101 if u16 != ju16 { 104 if u32 != iu32 { 107 if u32 != ju32 { 110 if u64 != iu64 { 113 if u64 != ju64 { 116 if u128 != iu128 { 119 if u128 != ju128 { 122 if f32 != if32 { 125 if f32 != jf32 [all...] |
/prebuilts/go/linux-x86/test/ |
convT2X.go | 98 if u16 != iu16 { 101 if u16 != ju16 { 104 if u32 != iu32 { 107 if u32 != ju32 { 110 if u64 != iu64 { 113 if u64 != ju64 { 116 if u128 != iu128 { 119 if u128 != ju128 { 122 if f32 != if32 { 125 if f32 != jf32 [all...] |