Home
last modified time | relevance | path

Searched refs:FAIL_IF (Results 1 – 25 of 109) sorted by relevance

12345

/external/pcre/dist2/src/sljit/
DsljitNativeMIPS_64.c44 FAIL_IF(push_inst(compiler, LUI | TA(dst_ar) | IMM(imm >> 16), dst_ar)); in load_immediate()
79 FAIL_IF(push_inst(compiler, LUI | TA(dst_ar) | IMM(uimm >> 48), dst_ar)); in load_immediate()
81 FAIL_IF(push_inst(compiler, ORI | SA(dst_ar) | TA(dst_ar) | IMM(uimm >> 32), dst_ar)); in load_immediate()
88 FAIL_IF(push_inst(compiler, ins | TA(dst_ar) | DA(dst_ar), dst_ar)); in load_immediate()
113 FAIL_IF(push_inst(compiler, DSLL | TA(dst_ar) | DA(dst_ar) | SH_IMM(shift - shift2), dst_ar)); in load_immediate()
114 FAIL_IF(push_inst(compiler, ORI | SA(dst_ar) | TA(dst_ar) | IMM(uimm >> 48), dst_ar)); in load_immediate()
115 FAIL_IF(push_inst(compiler, DSLL | TA(dst_ar) | DA(dst_ar) | SH_IMM(shift2), dst_ar)); in load_immediate()
127 FAIL_IF(push_inst(compiler, op_imm | S(src1) | TA(EQUAL_FLAG) | IMM(src2), EQUAL_FLAG)); \
129 FAIL_IF(push_inst(compiler, op_imm | S(src1) | T(dst) | IMM(src2), DR(dst))); \
133 FAIL_IF(push_inst(compiler, op_norm | S(src1) | T(src2) | DA(EQUAL_FLAG), EQUAL_FLAG)); \
[all …]
DsljitNativeMIPS_32.c37 FAIL_IF(push_inst(compiler, LUI | TA(dst_ar) | IMM(imm >> 16), dst_ar)); in load_immediate()
44 FAIL_IF(push_inst(compiler, op_imm | S(src1) | TA(EQUAL_FLAG) | IMM(src2), EQUAL_FLAG)); \
46 FAIL_IF(push_inst(compiler, op_imm | S(src1) | T(dst) | IMM(src2), DR(dst))); \
50 FAIL_IF(push_inst(compiler, op_norm | S(src1) | T(src2) | DA(EQUAL_FLAG), EQUAL_FLAG)); \
52 FAIL_IF(push_inst(compiler, op_norm | S(src1) | T(src2) | D(dst), DR(dst))); \
58 FAIL_IF(push_inst(compiler, op_imm | T(src1) | DA(EQUAL_FLAG) | SH_IMM(src2), EQUAL_FLAG)); \
60 FAIL_IF(push_inst(compiler, op_imm | T(src1) | D(dst) | SH_IMM(src2), DR(dst))); \
64 FAIL_IF(push_inst(compiler, op_v | S(src2) | T(src1) | DA(EQUAL_FLAG), EQUAL_FLAG)); \
66 FAIL_IF(push_inst(compiler, op_v | S(src2) | T(src1) | D(dst), DR(dst))); \
92 FAIL_IF(push_inst(compiler, SLL | T(src2) | D(dst) | SH_IMM(24), DR(dst))); in emit_single_op()
[all …]
DsljitNativeS390X.c149 FAIL_IF(!ibuf); in push_inst()
970 FAIL_IF(push_inst(compiler, risbhgz(flag_r, source, 0, 31, 32))); in push_store_zero_flag()
1008 FAIL_IF(push_inst(compiler, llilf(target, (sljit_u32)v))); in push_load_imm_inst()
1038 FAIL_IF(push_inst(compiler, sllg(tmp, index, off, 0))); in make_addr_bxy()
1044 FAIL_IF(push_load_imm_inst(compiler, tmp, off)); in make_addr_bxy()
1071 FAIL_IF(push_inst(compiler, sllg(tmp, index, off, 0))); in make_addr_bx()
1077 FAIL_IF(push_load_imm_inst(compiler, tmp, off)); in make_addr_bx()
1100 FAIL_IF(make_addr_bxy(compiler, &addr, src, srcw, tmp)); in load_word()
1102 FAIL_IF(make_addr_bx(compiler, &addr, src, srcw, tmp)); in load_word()
1121 FAIL_IF(make_addr_bxy(compiler, &addr, dst, dstw, tmp)); in store_word()
[all …]
DsljitNativeX86_common.c704 FAIL_IF(emit_mov(compiler, dst, dstw, src, srcw));
722 FAIL_IF(!inst); in emit_endbranch()
752 FAIL_IF(!inst); in emit_rdssp()
776 FAIL_IF(!inst); in emit_incssp()
809 FAIL_IF(emit_rdssp(compiler, TMP_REG1)); in adjust_shadow_stack()
817 FAIL_IF(!inst); in adjust_shadow_stack()
833 FAIL_IF(emit_cmp_binary (compiler, TMP_REG1, 0, src, srcw)); in adjust_shadow_stack()
838 FAIL_IF(!inst); in adjust_shadow_stack()
852 FAIL_IF(emit_incssp(compiler, TMP_REG1)); in adjust_shadow_stack()
856 FAIL_IF(!inst); in adjust_shadow_stack()
[all …]
DsljitNativeSPARC_32.c32 FAIL_IF(push_inst(compiler, SETHI | D(dst) | ((imm >> 10) & 0x3fffff), DR(dst))); in load_immediate()
59 FAIL_IF(push_inst(compiler, SLL | D(dst) | S1(src2) | IMM(24), DR(dst))); in emit_single_op()
70 FAIL_IF(push_inst(compiler, SLL | D(dst) | S1(src2) | IMM(16), DR(dst))); in emit_single_op()
83 FAIL_IF(push_inst(compiler, SUB | SET_FLAGS | D(0) | S1(src2) | S2(0), SET_FLAGS)); in emit_single_op()
84 FAIL_IF(push_inst(compiler, OR | D(TMP_REG1) | S1(0) | S2(src2), DR(TMP_REG1))); in emit_single_op()
85 FAIL_IF(push_inst(compiler, BICC | DA(0x1) | (7 & DISP_MASK), UNMOVABLE_INS)); in emit_single_op()
86 FAIL_IF(push_inst(compiler, OR | D(dst) | S1(0) | IMM(32), UNMOVABLE_INS)); in emit_single_op()
87 FAIL_IF(push_inst(compiler, OR | D(dst) | S1(0) | IMM(-1), DR(dst))); in emit_single_op()
90 FAIL_IF(push_inst(compiler, SUB | SET_FLAGS | D(0) | S1(TMP_REG1) | S2(0), SET_FLAGS)); in emit_single_op()
91 FAIL_IF(push_inst(compiler, SLL | D(TMP_REG1) | S1(TMP_REG1) | IMM(1), DR(TMP_REG1))); in emit_single_op()
[all …]
DsljitNativeARM_64.c140 FAIL_IF(!ptr); in push_inst()
148 FAIL_IF(push_inst(compiler, MOVZ | RD(dst) | ((imm & 0xffff) << 5))); in emit_imm64_const()
149 FAIL_IF(push_inst(compiler, MOVK | RD(dst) | (((imm >> 16) & 0xffff) << 5) | (1 << 21))); in emit_imm64_const()
150 FAIL_IF(push_inst(compiler, MOVK | RD(dst) | (((imm >> 32) & 0xffff) << 5) | (2 << 21))); in emit_imm64_const()
522 FAIL_IF(push_inst(compiler, MOVZ | RD(dst) | ((imm & 0xffff) << 5))); in load_immediate()
534 FAIL_IF(push_inst(compiler, MOVN | RD(dst) | ((~imm & 0xffff) << 5))); in load_immediate()
561 FAIL_IF(push_inst(compiler, MOVN | RD(dst) | ((simm & 0xffff) << 5) | (i << 21))); in load_immediate()
564 FAIL_IF(push_inst(compiler, MOVK | RD(dst) | ((~simm & 0xffff) << 5) | (i << 21))); in load_immediate()
577 FAIL_IF(push_inst(compiler, MOVZ | RD(dst) | ((simm & 0xffff) << 5) | (i << 21))); in load_immediate()
580 FAIL_IF(push_inst(compiler, MOVK | RD(dst) | ((simm & 0xffff) << 5) | (i << 21))); in load_immediate()
[all …]
DsljitNativePPC_64.c55 FAIL_IF(push_inst(compiler, ADDIS | D(reg) | A(0) | IMM(imm >> 16))); in load_immediate()
67 FAIL_IF(push_inst(compiler, ADDI | D(reg) | A(0) | IMM(tmp >> 48))); in load_immediate()
73 FAIL_IF(push_inst(compiler, ADDIS | D(reg) | A(0) | IMM(tmp >> 48))); in load_immediate()
74 FAIL_IF(push_inst(compiler, ORI | S(reg) | A(reg) | IMM(tmp >> 32))); in load_immediate()
84 FAIL_IF(push_inst(compiler, ADDI | D(reg) | A(0) | IMM(tmp >> 48))); in load_immediate()
85 FAIL_IF(PUSH_RLDICR(reg, shift)); in load_immediate()
90 FAIL_IF(push_inst(compiler, ADDI | D(reg) | A(0) | IMM(tmp >> 48))); in load_immediate()
91 FAIL_IF(PUSH_RLDICR(reg, shift)); in load_immediate()
92 FAIL_IF(push_inst(compiler, ORIS | S(reg) | A(reg) | (tmp2 >> 16))); in load_immediate()
100 FAIL_IF(push_inst(compiler, ADDI | D(reg) | A(0) | IMM(tmp >> 48))); in load_immediate()
[all …]
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
Devent_attributes_test.c24 FAIL_IF(event_open(&event)); in event_attributes()
31 FAIL_IF(event_open(&event) == 0); in event_attributes()
38 FAIL_IF(event_open(&event) == 0); in event_attributes()
45 FAIL_IF(event_open(&event) == 0); in event_attributes()
52 FAIL_IF(event_open(&event) == 0); in event_attributes()
59 FAIL_IF(event_open(&event) == 0); in event_attributes()
66 FAIL_IF(event_open(&event) == 0); in event_attributes()
71 FAIL_IF(event_open(&leader)); in event_attributes()
77 FAIL_IF(event_open_with_group(&event, leader.fd)); in event_attributes()
84 FAIL_IF(event_open(&leader)); in event_attributes()
[all …]
Debb_vs_cpu_event_test.c31 FAIL_IF(event_open_with_cpu(event, cpu)); in setup_cpu_event()
32 FAIL_IF(event_enable(event)); in setup_cpu_event()
47 FAIL_IF(cpu < 0); in ebb_vs_cpu_event()
48 FAIL_IF(bind_to_cpu(cpu)); in ebb_vs_cpu_event()
50 FAIL_IF(pipe(read_pipe.fds) == -1); in ebb_vs_cpu_event()
51 FAIL_IF(pipe(write_pipe.fds) == -1); in ebb_vs_cpu_event()
60 FAIL_IF(sync_with_child(read_pipe, write_pipe)); in ebb_vs_cpu_event()
70 FAIL_IF(sync_with_child(read_pipe, write_pipe)); in ebb_vs_cpu_event()
73 FAIL_IF(wait_for_child(pid)); in ebb_vs_cpu_event()
74 FAIL_IF(event_disable(&event)); in ebb_vs_cpu_event()
[all …]
Dcpu_event_pinned_vs_ebb_test.c33 FAIL_IF(event_open_with_cpu(event, cpu)); in setup_cpu_event()
34 FAIL_IF(event_enable(event)); in setup_cpu_event()
49 FAIL_IF(cpu < 0); in cpu_event_pinned_vs_ebb()
50 FAIL_IF(bind_to_cpu(cpu)); in cpu_event_pinned_vs_ebb()
52 FAIL_IF(pipe(read_pipe.fds) == -1); in cpu_event_pinned_vs_ebb()
53 FAIL_IF(pipe(write_pipe.fds) == -1); in cpu_event_pinned_vs_ebb()
74 FAIL_IF(sync_with_child(read_pipe, write_pipe)); in cpu_event_pinned_vs_ebb()
78 FAIL_IF(wait_for_child(pid) != 2); in cpu_event_pinned_vs_ebb()
80 FAIL_IF(event_disable(&event)); in cpu_event_pinned_vs_ebb()
81 FAIL_IF(event_read(&event)); in cpu_event_pinned_vs_ebb()
[all …]
Debb_on_child_test.c27 FAIL_IF(wait_for_parent(read_pipe)); in victim_child()
28 FAIL_IF(notify_parent(write_pipe)); in victim_child()
32 FAIL_IF(wait_for_parent(read_pipe)); in victim_child()
33 FAIL_IF(notify_parent(write_pipe)); in victim_child()
52 FAIL_IF(pipe(read_pipe.fds) == -1); in ebb_on_child()
53 FAIL_IF(pipe(write_pipe.fds) == -1); in ebb_on_child()
61 FAIL_IF(sync_with_child(read_pipe, write_pipe)); in ebb_on_child()
72 FAIL_IF(event_open_with_pid(&event, pid)); in ebb_on_child()
73 FAIL_IF(ebb_event_enable(&event)); in ebb_on_child()
75 FAIL_IF(sync_with_child(read_pipe, write_pipe)); in ebb_on_child()
[all …]
Dtask_event_pinned_vs_ebb_test.c32 FAIL_IF(event_open_with_pid(event, child_pid)); in setup_child_event()
33 FAIL_IF(event_enable(event)); in setup_child_event()
47 FAIL_IF(pipe(read_pipe.fds) == -1); in task_event_pinned_vs_ebb()
48 FAIL_IF(pipe(write_pipe.fds) == -1); in task_event_pinned_vs_ebb()
69 FAIL_IF(sync_with_child(read_pipe, write_pipe)); in task_event_pinned_vs_ebb()
73 FAIL_IF(wait_for_child(pid) != 2); in task_event_pinned_vs_ebb()
74 FAIL_IF(event_disable(&event)); in task_event_pinned_vs_ebb()
75 FAIL_IF(event_read(&event)); in task_event_pinned_vs_ebb()
79 FAIL_IF(event.result.value == 0); in task_event_pinned_vs_ebb()
84 FAIL_IF(event.result.enabled == 0); in task_event_pinned_vs_ebb()
[all …]
Debb_on_willing_child_test.c25 FAIL_IF(wait_for_parent(read_pipe)); in victim_child()
32 FAIL_IF(notify_parent(write_pipe)); in victim_child()
35 FAIL_IF(core_busy_loop()); in victim_child()
45 FAIL_IF(ebb_state.stats.ebb_count == 0); in victim_child()
59 FAIL_IF(pipe(read_pipe.fds) == -1); in ebb_on_willing_child()
60 FAIL_IF(pipe(write_pipe.fds) == -1); in ebb_on_willing_child()
69 FAIL_IF(sync_with_child(read_pipe, write_pipe)); in ebb_on_willing_child()
80 FAIL_IF(event_open_with_pid(&event, pid)); in ebb_on_willing_child()
81 FAIL_IF(ebb_event_enable(&event)); in ebb_on_willing_child()
84 FAIL_IF(wait_for_child(pid)); in ebb_on_willing_child()
Dcpu_event_vs_ebb_test.c31 FAIL_IF(event_open_with_cpu(event, cpu)); in setup_cpu_event()
32 FAIL_IF(event_enable(event)); in setup_cpu_event()
47 FAIL_IF(cpu < 0); in cpu_event_vs_ebb()
48 FAIL_IF(bind_to_cpu(cpu)); in cpu_event_vs_ebb()
50 FAIL_IF(pipe(read_pipe.fds) == -1); in cpu_event_vs_ebb()
51 FAIL_IF(pipe(write_pipe.fds) == -1); in cpu_event_vs_ebb()
72 FAIL_IF(sync_with_child(read_pipe, write_pipe)); in cpu_event_vs_ebb()
76 FAIL_IF(wait_for_child(pid)); in cpu_event_vs_ebb()
78 FAIL_IF(event_disable(&event)); in cpu_event_vs_ebb()
79 FAIL_IF(event_read(&event)); in cpu_event_vs_ebb()
Dfork_cleanup_test.c29 FAIL_IF(mfspr(SPRN_BESCR) != 0); in child()
30 FAIL_IF(mfspr(SPRN_EBBHR) != 0); in child()
31 FAIL_IF(mfspr(SPRN_EBBRR) != 0); in child()
33 FAIL_IF(catch_sigill(write_pmc1)); in child()
36 FAIL_IF(event_read(&event)); in child()
51 FAIL_IF(event_open(&event)); in fork_cleanup()
57 FAIL_IF(ebb_event_enable(&event)); in fork_cleanup()
69 FAIL_IF(wait_for_child(pid)); in fork_cleanup()
Dtask_event_vs_ebb_test.c30 FAIL_IF(event_open_with_pid(event, child_pid)); in setup_child_event()
31 FAIL_IF(event_enable(event)); in setup_child_event()
45 FAIL_IF(pipe(read_pipe.fds) == -1); in task_event_vs_ebb()
46 FAIL_IF(pipe(write_pipe.fds) == -1); in task_event_vs_ebb()
67 FAIL_IF(sync_with_child(read_pipe, write_pipe)); in task_event_vs_ebb()
71 FAIL_IF(wait_for_child(pid)); in task_event_vs_ebb()
72 FAIL_IF(event_disable(&event)); in task_event_vs_ebb()
73 FAIL_IF(event_read(&event)); in task_event_vs_ebb()
/external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/
Dptrace-tm-gpr.c92 FAIL_IF(start_trace(child)); in trace_tm_gpr()
93 FAIL_IF(show_gpr(child, gpr)); in trace_tm_gpr()
94 FAIL_IF(validate_gpr(gpr, GPR_2)); in trace_tm_gpr()
95 FAIL_IF(show_fpr(child, fpr)); in trace_tm_gpr()
96 FAIL_IF(validate_fpr(fpr, FPR_2_REP)); in trace_tm_gpr()
97 FAIL_IF(show_ckpt_fpr(child, fpr)); in trace_tm_gpr()
98 FAIL_IF(validate_fpr(fpr, FPR_1_REP)); in trace_tm_gpr()
99 FAIL_IF(show_ckpt_gpr(child, gpr)); in trace_tm_gpr()
100 FAIL_IF(validate_gpr(gpr, GPR_1)); in trace_tm_gpr()
101 FAIL_IF(write_ckpt_gpr(child, GPR_3)); in trace_tm_gpr()
[all …]
Dptrace-tm-spd-gpr.c98 FAIL_IF(start_trace(child)); in trace_tm_spd_gpr()
99 FAIL_IF(show_gpr(child, gpr)); in trace_tm_spd_gpr()
100 FAIL_IF(validate_gpr(gpr, GPR_4)); in trace_tm_spd_gpr()
101 FAIL_IF(show_fpr(child, fpr)); in trace_tm_spd_gpr()
102 FAIL_IF(validate_fpr(fpr, FPR_4_REP)); in trace_tm_spd_gpr()
103 FAIL_IF(show_ckpt_fpr(child, fpr)); in trace_tm_spd_gpr()
104 FAIL_IF(validate_fpr(fpr, FPR_1_REP)); in trace_tm_spd_gpr()
105 FAIL_IF(show_ckpt_gpr(child, gpr)); in trace_tm_spd_gpr()
106 FAIL_IF(validate_gpr(gpr, GPR_1)); in trace_tm_spd_gpr()
107 FAIL_IF(write_ckpt_gpr(child, GPR_3)); in trace_tm_spd_gpr()
[all …]
Dptrace-tm-vsx.c89 FAIL_IF(start_trace(child)); in trace_tm_vsx()
90 FAIL_IF(show_vsx(child, vsx)); in trace_tm_vsx()
91 FAIL_IF(validate_vsx(vsx, fp_load)); in trace_tm_vsx()
92 FAIL_IF(show_vmx(child, vmx)); in trace_tm_vsx()
93 FAIL_IF(validate_vmx(vmx, fp_load)); in trace_tm_vsx()
94 FAIL_IF(show_vsx_ckpt(child, vsx)); in trace_tm_vsx()
95 FAIL_IF(validate_vsx(vsx, fp_load_ckpt)); in trace_tm_vsx()
96 FAIL_IF(show_vmx_ckpt(child, vmx)); in trace_tm_vsx()
97 FAIL_IF(validate_vmx(vmx, fp_load_ckpt)); in trace_tm_vsx()
103 FAIL_IF(write_vsx_ckpt(child, vsx)); in trace_tm_vsx()
[all …]
Dptrace-tm-spd-vsx.c101 FAIL_IF(start_trace(child)); in trace_tm_spd_vsx()
102 FAIL_IF(show_vsx(child, vsx)); in trace_tm_spd_vsx()
103 FAIL_IF(validate_vsx(vsx, fp_load)); in trace_tm_spd_vsx()
104 FAIL_IF(show_vmx(child, vmx)); in trace_tm_spd_vsx()
105 FAIL_IF(validate_vmx(vmx, fp_load)); in trace_tm_spd_vsx()
106 FAIL_IF(show_vsx_ckpt(child, vsx)); in trace_tm_spd_vsx()
107 FAIL_IF(validate_vsx(vsx, fp_load_ckpt)); in trace_tm_spd_vsx()
108 FAIL_IF(show_vmx_ckpt(child, vmx)); in trace_tm_spd_vsx()
109 FAIL_IF(validate_vmx(vmx, fp_load_ckpt)); in trace_tm_spd_vsx()
116 FAIL_IF(write_vsx_ckpt(child, vsx)); in trace_tm_spd_vsx()
[all …]
Dcore-pkey.c80 FAIL_IF(ret); in increase_core_file_limit()
90 FAIL_IF(ret); in increase_core_file_limit()
94 FAIL_IF(ret); in increase_core_file_limit()
104 FAIL_IF(ret); in increase_core_file_limit()
122 FAIL_IF(ret); in child()
128 FAIL_IF(pkey1 < 0); in child()
134 FAIL_IF(pkey2 < 0); in child()
137 FAIL_IF(pkey3 < 0); in child()
168 FAIL_IF(true); in child()
206 FAIL_IF(ret); in check_core_file()
[all …]
/external/linux-kselftest/tools/testing/selftests/powerpc/mm/
Dlarge_vm_fork_separation.c45 FAIL_IF(pipe(p2c) == -1 || pipe(c2p) == -1); in test()
49 FAIL_IF(read(p2c[0], &c, 1) != 1); in test()
55 FAIL_IF(write(c2p[1], &c, 1) != 1); in test()
56 FAIL_IF(read(p2c[0], &c, 1) != 1); in test()
61 FAIL_IF(write(p2c[1], &c, 1) != 1); in test()
62 FAIL_IF(read(c2p[0], &c, 1) != 1); in test()
74 FAIL_IF(write(p2c[1], &c, 1) != 1); in test()
75 FAIL_IF(waitpid(pid, &status, 0) == -1); in test()
76 FAIL_IF(!WIFEXITED(status) || WEXITSTATUS(status)); in test()
/external/skqp/src/pathops/
DSkOpCoincidence.cpp350 FAIL_IF(!this->addOrOverlap(coinSeg, oppSeg, coinTs, coinTe, oppTs, oppTe, &added)); in addEndMovedSpans()
358 FAIL_IF(!ptT->span()->upCastable()); in addEndMovedSpans()
361 FAIL_IF(!prev); in addEndMovedSpans()
394 FAIL_IF(1 == span->coinPtTStart()->fT); in addEndMovedSpans()
443 FAIL_IF(!startPtT->contains(oStartPtT)); in addExpanded()
449 FAIL_IF(oEnd->deleted()); in addExpanded()
450 FAIL_IF(!start->upCastable()); in addExpanded()
452 FAIL_IF(!coin->flipped() && !oStart->upCastable()); in addExpanded()
454 FAIL_IF(!oTest); in addExpanded()
474 FAIL_IF(!walk->upCastable()); in addExpanded()
[all …]
/external/skia/src/pathops/
DSkOpCoincidence.cpp350 FAIL_IF(!this->addOrOverlap(coinSeg, oppSeg, coinTs, coinTe, oppTs, oppTe, &added)); in addEndMovedSpans()
358 FAIL_IF(!ptT->span()->upCastable()); in addEndMovedSpans()
361 FAIL_IF(!prev); in addEndMovedSpans()
394 FAIL_IF(1 == span->coinPtTStart()->fT); in addEndMovedSpans()
443 FAIL_IF(!startPtT->contains(oStartPtT)); in addExpanded()
449 FAIL_IF(oEnd->deleted()); in addExpanded()
450 FAIL_IF(!start->upCastable()); in addExpanded()
452 FAIL_IF(!coin->flipped() && !oStart->upCastable()); in addExpanded()
454 FAIL_IF(!oTest); in addExpanded()
474 FAIL_IF(!walk->upCastable()); in addExpanded()
[all …]
/external/libkmsxx/kmscube/
Dcube-egl.cpp46 FAIL_IF(!m_display, "failed to get egl display"); in EglState()
49 FAIL_IF(!b, "failed to initialize"); in EglState()
61 FAIL_IF(!b, "failed to bind api EGL_OPENGL_ES_API"); in EglState()
66 FAIL_IF(!b, "failed to get number of configs"); in EglState()
78 FAIL_IF(!b || n != 1, "failed to choose config"); in EglState()
86 FAIL_IF(!m_context, "failed to create context"); in EglState()
89 FAIL_IF(!ok, "eglMakeCurrent() failed"); in EglState()
102 FAIL_IF(esurface == EGL_NO_SURFACE, "failed to create egl surface"); in EglSurface()
113 FAIL_IF(!ok, "eglMakeCurrent() failed"); in make_current()
119 FAIL_IF(!ok, "eglMakeCurrent() failed"); in swap_buffers()

12345