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

<<11121314151617181920>>

  /external/skia/tools/lua/
paths.lua 39 if usedPath then
41 if usedSWPath then
52 if not path then
56 if path:isEmpty() then
60 if path:isRect() then
68 if (string.starts(t.verb, "draw")) then
72 if (string.starts(t.verb, "clip")) then
76 if t.verb == "clipPath" then
78 if isPathValid(path) then
81 if t.aa the
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
iface.go 26 if len(inter.mhdr) == 0 {
32 if x == nil {
33 if canfail {
50 if locked != 0 {
54 if m.inter == inter && m._type == typ {
55 if m.bad != 0 {
57 if !canfail {
58 // this can only happen if the conversion
68 if locked != 0 {
95 if t.mtyp == itype && (t.name == iname || *t.name == *iname) && t.pkgpath == ipkgpath
    [all...]
softfloat_arm.go 51 if nan {
54 if cmp == 0 {
57 if cmp < 0 {
78 // is occupying, 0 if next instruction isn't float.
87 if fptrace > 0 {
92 if opc == 14 { // common case first
99 if cpsr&(conditions[opc/2]>>4) == conditions[opc/2]>>4 &&
101 if opc&1 != 0 {
105 if opc&1 == 0 {
111 if cpsr&(_FLAGS_N>>28) == cpsr&(_FLAGS_V>>28)
    [all...]
  /prebuilts/go/darwin-x86/src/unicode/utf8/
utf8.go 47 if n < 1 {
53 if c0 < tx {
58 if c0 < t2 {
63 if n < 2 {
67 if c1 < tx || t2 <= c1 {
72 if c0 < t3 {
74 if r <= rune1Max {
81 if n < 3 {
85 if c2 < tx || t2 <= c2 {
90 if c0 < t4
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
iface.go 26 if len(inter.mhdr) == 0 {
32 if x == nil {
33 if canfail {
50 if locked != 0 {
54 if m.inter == inter && m._type == typ {
55 if m.bad != 0 {
57 if !canfail {
58 // this can only happen if the conversion
68 if locked != 0 {
95 if t.mtyp == itype && (t.name == iname || *t.name == *iname) && t.pkgpath == ipkgpath
    [all...]
softfloat_arm.go 51 if nan {
54 if cmp == 0 {
57 if cmp < 0 {
78 // is occupying, 0 if next instruction isn't float.
87 if fptrace > 0 {
92 if opc == 14 { // common case first
99 if cpsr&(conditions[opc/2]>>4) == conditions[opc/2]>>4 &&
101 if opc&1 != 0 {
105 if opc&1 == 0 {
111 if cpsr&(_FLAGS_N>>28) == cpsr&(_FLAGS_V>>28)
    [all...]
  /prebuilts/go/linux-x86/src/unicode/utf8/
utf8.go 47 if n < 1 {
53 if c0 < tx {
58 if c0 < t2 {
63 if n < 2 {
67 if c1 < tx || t2 <= c1 {
72 if c0 < t3 {
74 if r <= rune1Max {
81 if n < 3 {
85 if c2 < tx || t2 <= c2 {
90 if c0 < t4
    [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
go.go 51 if x, ok := importmap[name]; ok {
62 if Debug['g'] != 0 {
66 if int64(int(length)) != length {
68 if Debug['u'] != 0 {
75 if int64(obj.Bread(f, bdata)) != length {
77 if Debug['u'] != 0 {
86 if p0 < 0 {
87 if Debug['u'] != 0 && whence != ArchiveObj {
100 if p1 < 0 {
102 if Debug['u'] != 0
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
go.go 48 if x, ok := importmap[name]; ok {
59 if Debug['g'] != 0 {
63 if int64(int(length)) != length {
65 if Debug['u'] != 0 {
72 if int64(obj.Bread(f, bdata)) != length {
74 if Debug['u'] != 0 {
83 if p0 < 0 {
84 if Debug['u'] != 0 && whence != ArchiveObj {
97 if p1 < 0 {
99 if Debug['u'] != 0
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
go.go 51 if x, ok := importmap[name]; ok {
62 if Debug['g'] != 0 {
66 if int64(int(length)) != length {
68 if Debug['u'] != 0 {
75 if int64(obj.Bread(f, bdata)) != length {
77 if Debug['u'] != 0 {
86 if p0 < 0 {
87 if Debug['u'] != 0 && whence != ArchiveObj {
100 if p1 < 0 {
102 if Debug['u'] != 0
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
go.go 48 if x, ok := importmap[name]; ok {
59 if Debug['g'] != 0 {
63 if int64(int(length)) != length {
65 if Debug['u'] != 0 {
72 if int64(obj.Bread(f, bdata)) != length {
74 if Debug['u'] != 0 {
83 if p0 < 0 {
84 if Debug['u'] != 0 && whence != ArchiveObj {
97 if p1 < 0 {
99 if Debug['u'] != 0
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
cgen.go 16 * if wb is true, need to emit write barriers.
23 if Debug['g'] != 0 {
25 if wb {
32 if n == nil || n.Type == nil {
36 if res == nil || res.Type == nil {
50 if res.Op != ONAME || !res.Addable || wb {
69 if n.Ullman >= UINF {
70 if n.Op == OINDREG {
73 if res.Ullman >= UINF {
82 if Isfat(n.Type)
    [all...]
dcl.go 14 if Debug['d'] == 0 {
17 if Debug['y'] != 0 {
20 if incannedimport != 0 {
48 if dflag() {
59 // if(dflag())
63 if d.Name == "" {
70 if dflag() {
75 if d == nil {
101 // if(dflag())
110 if d.Name == ""
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
cgen.go 16 * if wb is true, need to emit write barriers.
23 if Debug['g'] != 0 {
25 if wb {
32 if n == nil || n.Type == nil {
36 if res == nil || res.Type == nil {
50 if res.Op != ONAME || !res.Addable || wb {
69 if n.Ullman >= UINF {
70 if n.Op == OINDREG {
73 if res.Ullman >= UINF {
82 if Isfat(n.Type)
    [all...]
dcl.go 14 if Debug['d'] == 0 {
17 if Debug['y'] != 0 {
20 if incannedimport != 0 {
48 if dflag() {
59 // if(dflag())
63 if d.Name == "" {
70 if dflag() {
75 if d == nil {
101 // if(dflag())
110 if d.Name == ""
    [all...]
  /external/v8/test/intl/
assert.js 26 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32 * Returns true if they are equal, false otherwise.
39 if (!deepEquals(aProps, bProps)) {
43 if (!deepEquals(a[aProps[i]], b[aProps[i]])) {
56 if (a === b) {
58 if (a === 0) return (1 / a) === (1 / b);
61 if (typeof a != typeof b) return false;
62 if (typeof a == 'number') return isNaN(a) && isNaN(b);
63 if (typeof a !== 'object' && typeof a !== 'function') return false;
66 if (objectClass !== classOf(b)) return false
    [all...]
  /external/v8/test/mjsunit/asm/embenchen/
lua_binarytrees.js 17 if (typeof Module === 'undefined') Module = eval('(function() { try { return Module || {} } catch(e) { return {} } })()');
18 if (!Module.expectedDataFileDownloads) {
28 if (!check) throw msg + new Error().stack;
33 if (Module['calledRun']) {
36 if (!Module['preRun']) Module['preRun'] = [];
44 // closure compiler if necessary. There are various ways Module can be used:
51 // elsewhere (e.g. case 4 above). We also need to check if Module
53 // Note that if you want to run closure, and also to use Module
58 if (!Module) Module = (typeof Module !== 'undefined' ? Module : null) || {};
67 if (Module.hasOwnProperty(key))
    [all...]
  /prebuilts/go/darwin-x86/test/
64bit.go 25 // if the compiler has buggy or missing 64-bit support.
88 if b.hi != 0 || b.lo >= 64 {
95 if b.hi != 0 || b.lo >= 64 {
103 if c.lo = a.lo + b.lo; c.lo < a.lo {
112 if c.lo = a.lo - b.lo; c.lo > a.lo {
134 if a.hi&(1<<uint(i)) != 0 {
140 if a.lo&(1<<uint(i)) != 0 {
160 if b.HasBit(i) {
169 if n >= 0 {
173 if b.Cmp(a) <= 0 { // b <=
    [all...]
  /prebuilts/go/linux-x86/test/
64bit.go 25 // if the compiler has buggy or missing 64-bit support.
88 if b.hi != 0 || b.lo >= 64 {
95 if b.hi != 0 || b.lo >= 64 {
103 if c.lo = a.lo + b.lo; c.lo < a.lo {
112 if c.lo = a.lo - b.lo; c.lo > a.lo {
134 if a.hi&(1<<uint(i)) != 0 {
140 if a.lo&(1<<uint(i)) != 0 {
160 if b.HasBit(i) {
169 if n >= 0 {
173 if b.Cmp(a) <= 0 { // b <=
    [all...]
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tree_construction/
parser.js 312 if (indexAction !== null) {
335 if (name !== ATTRS.NAME && name !== ATTRS.ACTION && name !== ATTRS.PROMPT)
353 if (this.options.locationInfo)
368 //NOTE: use <template> element as a fragment context if context element was not provided,
370 if (!fragmentContext)
380 if (this.treeAdapter.getTagName(fragmentContext) === $.TEMPLATE)
433 if (this.skipNextNewLine) {
436 if (token.type === Tokenizer.WHITESPACE_CHARACTER_TOKEN && token.chars[0] === '\n') {
437 if (token.chars.length === 1)
444 if (this._shouldProcessTokenInForeignContent(token)
    [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
dcl.go 17 if Debug['d'] == 0 {
20 if Debug['y'] != 0 {
23 if incannedimport != 0 {
51 if dflag() {
62 // if(dflag())
66 if d.Name == "" {
73 if dflag() {
78 if d == nil {
104 // if(dflag())
113 if d.Name == ""
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
dcl.go 17 if Debug['d'] == 0 {
20 if Debug['y'] != 0 {
23 if incannedimport != 0 {
51 if dflag() {
62 // if(dflag())
66 if d.Name == "" {
73 if dflag() {
78 if d == nil {
104 // if(dflag())
113 if d.Name == ""
    [all...]
  /prebuilts/go/darwin-x86/test/chan/
select5.go 32 // If we name all the functions init we don't have to
53 if err := t.Execute(out, a); err != nil {
68 if a.def {
107 if o <= order {
141 if err != nil {
150 {{if .Maybe}}
157 {{if .MaybeDefault}}
162 {{if .Maybe}}
164 {{else}}{{if .Maybe}}
166 {{else}}{{if .Maybe}
    [all...]
  /prebuilts/go/linux-x86/test/chan/
select5.go 32 // If we name all the functions init we don't have to
53 if err := t.Execute(out, a); err != nil {
68 if a.def {
107 if o <= order {
141 if err != nil {
150 {{if .Maybe}}
157 {{if .MaybeDefault}}
162 {{if .Maybe}}
164 {{else}}{{if .Maybe}}
166 {{else}}{{if .Maybe}
    [all...]
  /external/autotest/client/site_tests/power_LoadTest/extension/
ct.js 8 if (response.should_scroll) {
14 if (window.pageYOffset != lastOffset) {
17 } else if (response.should_scroll_up) {
23 if (window.pageYOffset != lastOffset) {
26 } else if (response.scroll_loop) {

Completed in 1525 milliseconds

<<11121314151617181920>>