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

1 2 3 4 5 67 8 91011>>

  /prebuilts/go/linux-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/test/
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 {
divmod.go 19 if long {
38 if pos < 0 {
43 if nbits < maxbits {
63 // If the low bit is set in x or y, adding or subtracting 1
66 if x&1 == 0 {
70 if y&1 == 0 {
73 if x&1 == 0 {
93 if ntest&(ntest-1) == 0 && long {
97 if (uint64(uint32(x)) == x || uint64(uint32(^x)) == ^x) && (uint64(uint32(y)) == y || uint64(uint32(^y)) == ^y) {
100 if (uint64(uint16(x)) == x || uint64(uint16(^x)) == ^x) && (uint64(uint16(y)) == y || uint64(uint16(^ (…)
    [all...]
  /external/harfbuzz_ng/win32/
create-lists-msvc.mak 9 # if [call create-lists.bat header $(makefile_snippet_file) $(variable_name)]
12 # if [call create-lists.bat file $(makefile_snippet_file) $(file_name)]
15 # if [call create-lists.bat footer $(makefile_snippet_file)]
17 # ... (repeat the if [call ...] lines in the above order if needed)
22 #!if [del /f /q $(makefile_snippet_file)]
26 # instead when doing 'if [call create-lists.bat file $(makefile_snippet_file) $(file_name)]'
27 # (repeat if there are multiple $(srcext)'s in $(source_list), ignore any headers):
28 # !if [for %c in ($(source_list)) do @if "%~xc" == ".$(srcext)" @call create-lists.bat file $(makefile_snippet_file) $(intdir)\%~nc.obj
    [all...]
  /prebuilts/go/darwin-x86/src/net/
protoconn_test.go 30 if err != nil {
34 if err != nil {
41 if c, err := ln.Accept(); err != nil {
42 if !err.(Error).Timeout() {
48 if c, err := ln.AcceptTCP(); err != nil {
49 if !err.(Error).Timeout() {
56 if f, err := ln.File(); err != nil {
65 if err != nil {
69 if err != nil {
75 if err != nil
    [all...]
udp_test.go 46 if err != tt.err {
48 } else if !reflect.DeepEqual(addr, tt.addr) {
51 if err != nil {
55 if err != nil {
57 } else if !reflect.DeepEqual(rtaddr, addr) {
70 if err != nil {
81 if err != nil {
87 if err != nil {
93 if err == nil {
96 if err != nil && err.(*OpError).Err != ErrWriteToConnected
    [all...]
unix_test.go 20 if !testableNetwork("unixgram") {
26 if err != nil {
30 if err != nil {
43 if err != nil {
49 if err := syscall.Sendto(s, data[:], 0, rsa); err != nil {
59 if err != nil {
62 if from != nil {
65 if !bytes.Equal(b[:n], data[:]) {
71 if !testableNetwork("unixgram") {
76 if err != nil
    [all...]
  /prebuilts/go/darwin-x86/test/
divmod.go 19 if long {
38 if pos < 0 {
43 if nbits < maxbits {
63 // If the low bit is set in x or y, adding or subtracting 1
66 if x&1 == 0 {
70 if y&1 == 0 {
73 if x&1 == 0 {
93 if ntest&(ntest-1) == 0 && long {
97 if (uint64(uint32(x)) == x || uint64(uint32(^x)) == ^x) && (uint64(uint32(y)) == y || uint64(uint32(^y)) == ^y) {
100 if (uint64(uint16(x)) == x || uint64(uint16(^x)) == ^x) && (uint64(uint16(y)) == y || uint64(uint16(^ (…)
    [all...]
complit.go 30 if a[i].num != i {
38 if t == nil || t.i != i {
43 if t != nil {
67 if len(a1) != 3 {
71 if len(a2) != 10 || cap(a2) != 10 {
76 if len(a3) != 10 || a2[3] != 0 {
82 if len(oai) != 3 {
87 if len(at) != 3 {
93 if len(ac) != 3 {
98 if len(aat) != 2 || len(aat[1]) != 3
    [all...]
  /prebuilts/go/linux-x86/src/net/
protoconn_test.go 30 if err != nil {
34 if err != nil {
41 if c, err := ln.Accept(); err != nil {
42 if !err.(Error).Timeout() {
48 if c, err := ln.AcceptTCP(); err != nil {
49 if !err.(Error).Timeout() {
56 if f, err := ln.File(); err != nil {
65 if err != nil {
69 if err != nil {
75 if err != nil
    [all...]
udp_test.go 46 if err != tt.err {
48 } else if !reflect.DeepEqual(addr, tt.addr) {
51 if err != nil {
55 if err != nil {
57 } else if !reflect.DeepEqual(rtaddr, addr) {
70 if err != nil {
81 if err != nil {
87 if err != nil {
93 if err == nil {
96 if err != nil && err.(*OpError).Err != ErrWriteToConnected
    [all...]
unix_test.go 20 if !testableNetwork("unixgram") {
26 if err != nil {
30 if err != nil {
43 if err != nil {
49 if err := syscall.Sendto(s, data[:], 0, rsa); err != nil {
59 if err != nil {
62 if from != nil {
65 if !bytes.Equal(b[:n], data[:]) {
71 if !testableNetwork("unixgram") {
76 if err != nil
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/rsc.io/x86/x86asm/
intel.go 16 if a == nil {
24 if inst.Op == MOV && (inst.Opcode>>16)&0xFFFC != 0x0F20 {
28 if p&0xFF == PrefixAddrSize {
38 if ES <= dst && dst <= GS && EAX <= src && src <= R15L {
42 if ES <= dst && dst <= GS && RAX <= src && src <= R15 {
47 if inst.Opcode>>24&^3 == 0xA0 {
49 if p&0xFF == PrefixAddrSize {
58 if imm, ok := iargs[0].(Imm); ok {
59 if inst.DataSize == 32 {
61 } else if inst.DataSize == 16
    [all...]
plan9ext_test.go 20 if testing.Short() {
24 if _, err := os.Stat(plan9Path); err != nil {
41 if ext.Arch == 64 {
45 if err != nil {
60 if err != nil {
61 if err == io.EOF {
66 if debug {
71 if addr > next {
74 if addr < next {
77 if m := pcrelw.FindStringSubmatch(text); m != nil
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/rsc.io/x86/x86asm/
intel.go 16 if a == nil {
24 if inst.Op == MOV && (inst.Opcode>>16)&0xFFFC != 0x0F20 {
28 if p&0xFF == PrefixAddrSize {
38 if ES <= dst && dst <= GS && EAX <= src && src <= R15L {
42 if ES <= dst && dst <= GS && RAX <= src && src <= R15 {
47 if inst.Opcode>>24&^3 == 0xA0 {
49 if p&0xFF == PrefixAddrSize {
58 if imm, ok := iargs[0].(Imm); ok {
59 if inst.DataSize == 32 {
61 } else if inst.DataSize == 16
    [all...]
plan9ext_test.go 20 if testing.Short() {
24 if _, err := os.Stat(plan9Path); err != nil {
41 if ext.Arch == 64 {
45 if err != nil {
60 if err != nil {
61 if err == io.EOF {
66 if debug {
71 if addr > next {
74 if addr < next {
77 if m := pcrelw.FindStringSubmatch(text); m != nil
    [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
fmt.go 36 // "%hhS" in export mode: unqualified identifier if exported, qualified if not
95 if *flags&obj.FmtSign != 0 {
97 } else if *flags&obj.FmtSharp != 0 {
99 } else if *flags&obj.FmtLeft != 0 {
138 OIF: "if",
174 if (flag&obj.FmtSharp != 0) || fmtmode != FDbg {
175 if o >= 0 && o < len(goopnames) && goopnames[o] != "" {
180 if o >= 0 && o < len(opnames) && opnames[o] != "" {
203 if c == 0 && n.Ullman != 0
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
fmt.go 33 // "%hhS" in export mode: unqualified identifier if exported, qualified if not
92 if *flags&obj.FmtSign != 0 {
94 } else if *flags&obj.FmtSharp != 0 {
96 } else if *flags&obj.FmtLeft != 0 {
135 OIF: "if",
171 if (flag&obj.FmtSharp != 0) || fmtmode != FDbg {
172 if o >= 0 && o < len(goopnames) && goopnames[o] != "" {
177 if o >= 0 && o < len(opnames) && opnames[o] != "" {
200 if c == 0 && n.Ullman != 0
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
fmt.go 36 // "%hhS" in export mode: unqualified identifier if exported, qualified if not
95 if *flags&obj.FmtSign != 0 {
97 } else if *flags&obj.FmtSharp != 0 {
99 } else if *flags&obj.FmtLeft != 0 {
138 OIF: "if",
174 if (flag&obj.FmtSharp != 0) || fmtmode != FDbg {
175 if o >= 0 && o < len(goopnames) && goopnames[o] != "" {
180 if o >= 0 && o < len(opnames) && opnames[o] != "" {
203 if c == 0 && n.Ullman != 0
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
fmt.go 33 // "%hhS" in export mode: unqualified identifier if exported, qualified if not
92 if *flags&obj.FmtSign != 0 {
94 } else if *flags&obj.FmtSharp != 0 {
96 } else if *flags&obj.FmtLeft != 0 {
135 OIF: "if",
171 if (flag&obj.FmtSharp != 0) || fmtmode != FDbg {
172 if o >= 0 && o < len(goopnames) && goopnames[o] != "" {
177 if o >= 0 && o < len(opnames) && opnames[o] != "" {
200 if c == 0 && n.Ullman != 0
    [all...]
  /prebuilts/go/darwin-x86/src/strconv/
fp_test.go 32 if len(a) == 2 {
34 if err != nil {
38 if err1 != nil {
45 if e <= -1000 {
54 if e >= 1000 {
66 if err != nil {
76 if len(a) == 2 {
78 if err != nil {
83 if err1 != nil {
91 if err1 != nil
    [all...]
  /prebuilts/go/linux-x86/src/strconv/
fp_test.go 32 if len(a) == 2 {
34 if err != nil {
38 if err1 != nil {
45 if e <= -1000 {
54 if e >= 1000 {
66 if err != nil {
76 if len(a) == 2 {
78 if err != nil {
83 if err1 != nil {
91 if err1 != nil
    [all...]
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue6612.go 37 if v := C.myvar; v != 5 {
40 if v := C.myvar_def; v != 5 {
43 if s := C.GoString(C.mytext); s != "abcdef" {
46 if s := C.GoString(C.mytext_def); s != "abcdef" {
49 if c := C.myenum; c != 1234 {
52 if c := C.myenum_def; c != 1234 {
57 if c != 1234 {
63 if c != 1234 {
67 if c := C.myint_def; c != 12345 {
72 if c != 12345
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue4585.go 55 if a != b {
61 if len(m) == 2 {
64 if m[a] != 2 {
77 if a != b {
83 if len(m) == 2 {
86 if m[a] != 2 {
96 if a != b {
109 if a != b {
115 if len(m) == 2 {
118 if m[a] != 2
    [all...]
  /prebuilts/go/linux-x86/misc/cgo/test/
issue6612.go 37 if v := C.myvar; v != 5 {
40 if v := C.myvar_def; v != 5 {
43 if s := C.GoString(C.mytext); s != "abcdef" {
46 if s := C.GoString(C.mytext_def); s != "abcdef" {
49 if c := C.myenum; c != 1234 {
52 if c := C.myenum_def; c != 1234 {
57 if c != 1234 {
63 if c != 1234 {
67 if c := C.myint_def; c != 12345 {
72 if c != 12345
    [all...]

Completed in 1079 milliseconds

1 2 3 4 5 67 8 91011>>