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

1 2 3 4 56 7 8 91011>>

  /prebuilts/go/darwin-x86/src/syscall/
env_plan9.go 20 if err != nil {
28 if err != nil {
31 if n > 0 && buf[n-1] == 0 {
39 if err != nil {
45 if err != nil {
48 if n != len(b) {
55 if len(key) == 0 {
59 if err != nil {
66 if len(key) == 0 {
70 if err != nil
    [all...]
  /prebuilts/go/darwin-x86/test/
blank.go 69 if call != "i" {
75 if a != 1 {
79 if b != 3 {
83 if a != 2 {
87 if b != 4 {
91 if call != "ffgfgi" {
94 if c4 != 4 {
102 if out != "123" {
110 if sum != 3 {
115 if os.Getenv("GOSSAINTERP") == ""
    [all...]
simassign.go 18 if a+b+c+d+e+f+g+h+i != 45 {
50 if !testit(false) {
57 if !testit(z%20 != 19) {
64 if !testit(false) {
71 if a != 2 || b != 1 {
76 if a != 2 || b != 1 {
  /prebuilts/go/linux-x86/src/net/
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...]
net_test.go 21 if !testableNetwork(network) {
27 if err != nil {
37 if err != nil {
52 if err != nil {
53 if perr := parseCloseError(err); perr != nil {
60 if n != 0 || err == nil {
74 if err != nil {
82 if n != 0 || err != io.EOF {
92 if err != nil {
93 if perr := parseCloseError(err); perr != nil
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
env_plan9.go 20 if err != nil {
28 if err != nil {
31 if n > 0 && buf[n-1] == 0 {
39 if err != nil {
45 if err != nil {
48 if n != len(b) {
55 if len(key) == 0 {
59 if err != nil {
66 if len(key) == 0 {
70 if err != nil
    [all...]
  /prebuilts/go/linux-x86/test/
blank.go 69 if call != "i" {
75 if a != 1 {
79 if b != 3 {
83 if a != 2 {
87 if b != 4 {
91 if call != "ffgfgi" {
94 if c4 != 4 {
102 if out != "123" {
110 if sum != 3 {
115 if os.Getenv("GOSSAINTERP") == ""
    [all...]
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tokenization/
tokenizer.js 94 //this functions if they will be situated in another module due to context switch.
133 if (cp <= 0xFFFF)
167 if (options) {
170 if (options.locationInfo)
197 if (token.attrs[i].name === attrName)
242 if (patternPos > 0)
245 if (cp === $.EOF) {
252 if (cp !== patternCp && (caseSensitive || cp !== toAsciiLowerCodePoint(patternCp))) {
258 if (!isMatch)
274 if (this.tempBuff.length !== $$.SCRIPT_STRING.length
    [all...]
  /prebuilts/go/darwin-x86/src/os/exec/
lp_windows.go 13 // ErrNotFound is the error resulting if a path search failed to find an executable file.
18 if err != nil {
21 if d.IsDir() {
29 if i < 0 {
36 if len(exts) == 0 {
39 if hasExt(file) {
40 if chkStat(file) == nil {
45 if f := file + e; chkStat(f) == nil {
54 // If file contains a slash, it is tried directly and the PATH is not consulted.
60 if x == ``
    [all...]
  /prebuilts/go/linux-x86/src/os/exec/
lp_windows.go 13 // ErrNotFound is the error resulting if a path search failed to find an executable file.
18 if err != nil {
21 if d.IsDir() {
29 if i < 0 {
36 if len(exts) == 0 {
39 if hasExt(file) {
40 if chkStat(file) == nil {
45 if f := file + e; chkStat(f) == nil {
54 // If file contains a slash, it is tried directly and the PATH is not consulted.
60 if x == ``
    [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/x86/
peep.go 53 if p.Info.Flags&gc.UseCarry != 0 {
56 if p.Info.Flags&(gc.SetCarry|gc.KillCarry) != 0 {
66 if r != nil {
71 if p.As != obj.ANOP || p.From.Type != obj.TYPE_NONE || p.To.Type != obj.TYPE_NONE {
75 if r1 == nil {
87 if g == nil {
104 if regtyp(&p.To) {
105 if p.From.Sym != nil {
106 if p.From.Index == x86.REG_NONE {
117 if regtyp(&p.To)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/x86/
peep.go 50 if p.Info.Flags&gc.UseCarry != 0 {
53 if p.Info.Flags&(gc.SetCarry|gc.KillCarry) != 0 {
63 if r != nil {
68 if p.As != obj.ANOP || p.From.Type != obj.TYPE_NONE || p.To.Type != obj.TYPE_NONE {
72 if r1 == nil {
84 if g == nil {
101 if regtyp(&p.To) {
102 if p.From.Sym != nil {
103 if p.From.Index == x86.REG_NONE {
114 if regtyp(&p.To)
    [all...]
  /prebuilts/go/darwin-x86/src/io/
pipe_test.go 16 if err != nil {
19 if n != len(data) {
32 if err != nil {
34 } else if n != 12 || string(buf[0:12]) != "hello, world" {
46 if err == EOF {
50 if err != nil {
66 if n != len(p) {
69 if err != nil {
73 if nn != n {
79 if nn != 0
    [all...]
  /prebuilts/go/darwin-x86/src/net/
net_test.go 21 if !testableNetwork(network) {
27 if err != nil {
37 if err != nil {
52 if err != nil {
53 if perr := parseCloseError(err); perr != nil {
60 if n != 0 || err == nil {
74 if err != nil {
82 if n != 0 || err != io.EOF {
92 if err != nil {
93 if perr := parseCloseError(err); perr != nil
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/x86/
peep.go 53 if p.Info.Flags&gc.UseCarry != 0 {
56 if p.Info.Flags&(gc.SetCarry|gc.KillCarry) != 0 {
66 if r != nil {
71 if p.As != obj.ANOP || p.From.Type != obj.TYPE_NONE || p.To.Type != obj.TYPE_NONE {
75 if r1 == nil {
87 if g == nil {
104 if regtyp(&p.To) {
105 if p.From.Sym != nil {
106 if p.From.Index == x86.REG_NONE {
117 if regtyp(&p.To)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/x86/
peep.go 50 if p.Info.Flags&gc.UseCarry != 0 {
53 if p.Info.Flags&(gc.SetCarry|gc.KillCarry) != 0 {
63 if r != nil {
68 if p.As != obj.ANOP || p.From.Type != obj.TYPE_NONE || p.To.Type != obj.TYPE_NONE {
72 if r1 == nil {
84 if g == nil {
101 if regtyp(&p.To) {
102 if p.From.Sym != nil {
103 if p.From.Index == x86.REG_NONE {
114 if regtyp(&p.To)
    [all...]
  /prebuilts/go/linux-x86/src/io/
pipe_test.go 16 if err != nil {
19 if n != len(data) {
32 if err != nil {
34 } else if n != 12 || string(buf[0:12]) != "hello, world" {
46 if err == EOF {
50 if err != nil {
66 if n != len(p) {
69 if err != nil {
73 if nn != n {
79 if nn != 0
    [all...]
  /external/fio/os/windows/
dobuild.cmd 5 if "!counter!"=="1" set FIO_VERSION=%%i
9 if "%1"=="x86" set FIO_ARCH=x86
10 if "%1"=="x64" set FIO_ARCH=x64
12 if not defined FIO_ARCH (
20 @if ERRORLEVEL 1 goto end
22 @if ERRORLEVEL 1 goto end
  /prebuilts/go/darwin-x86/src/net/http/cgi/
child_test.go 28 if err != nil {
31 if g, e := req.UserAgent(), "goclient"; e != g {
34 if g, e := req.Method, "GET"; e != g {
37 if g, e := req.Header.Get("Content-Type"), "text/xml"; e != g {
40 if g, e := req.ContentLength, int64(123); e != g {
43 if g, e := req.Referer(), "elsewhere"; e != g {
46 if req.Header == nil {
49 if g, e := req.Header.Get("Foo-Bar"), "baz"; e != g {
52 if g, e := req.URL.String(), "http://example.com/path?a=b"; e != g {
55 if g, e := req.FormValue("a"), "b"; e != g
    [all...]
  /prebuilts/go/darwin-x86/test/chan/
nonblock.go 16 if <-c != 123 {
28 if <-c != 123456 {
40 if !<-c {
52 if <-c != "hello" {
121 if try > maxTries {
131 if buffer > 0 {
142 if try > maxTries {
149 if i32 != 234 {
152 if buffer == 0 {
165 if try > maxTries
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/bug465.dir/
a.go 14 if (T{1, 2}) == (T{3, 4}) {
21 if (M{1: 2}) == nil {
28 if nil == (A{}) {
35 if a := (A{}); a == nil {
64 if a := (&T{1, 1}); a != nil {
72 if a = (&T{1, 1}); a != nil {
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue4316.go 16 if n == 0 {
27 if countArg == nil {
40 if pT >= len(s) {
43 if s[pT] == '(' {
46 if pT < len(s) && s[pT] == ')' {
58 if countResult != 4096 {
  /prebuilts/go/linux-x86/src/net/http/cgi/
child_test.go 28 if err != nil {
31 if g, e := req.UserAgent(), "goclient"; e != g {
34 if g, e := req.Method, "GET"; e != g {
37 if g, e := req.Header.Get("Content-Type"), "text/xml"; e != g {
40 if g, e := req.ContentLength, int64(123); e != g {
43 if g, e := req.Referer(), "elsewhere"; e != g {
46 if req.Header == nil {
49 if g, e := req.Header.Get("Foo-Bar"), "baz"; e != g {
52 if g, e := req.URL.String(), "http://example.com/path?a=b"; e != g {
55 if g, e := req.FormValue("a"), "b"; e != g
    [all...]
  /prebuilts/go/linux-x86/test/chan/
nonblock.go 16 if <-c != 123 {
28 if <-c != 123456 {
40 if !<-c {
52 if <-c != "hello" {
121 if try > maxTries {
131 if buffer > 0 {
142 if try > maxTries {
149 if i32 != 234 {
152 if buffer == 0 {
165 if try > maxTries
    [all...]
  /prebuilts/go/linux-x86/test/fixedbugs/bug465.dir/
a.go 14 if (T{1, 2}) == (T{3, 4}) {
21 if (M{1: 2}) == nil {
28 if nil == (A{}) {
35 if a := (A{}); a == nil {
64 if a := (&T{1, 1}); a != nil {
72 if a = (&T{1, 1}); a != nil {

Completed in 286 milliseconds

1 2 3 4 56 7 8 91011>>