Searched defs:fail (Results 101 - 125 of 265) sorted by relevance

1234567891011

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d1x/
H A Dsm4_to_tgsi.cpp35 #define fail(x) assert(0 && (x)) macro
38 #define fail(x) throw(x) macro
214 fail("invalid resource return type");
634 fail("Tessellation and compute shaders not yet supported");
639 fail("Malformed control flow");
641 fail("Failed to locate labels");
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_stencil.c42 Apply fail-op to stencil value
181 fail[i] = 0; \
184 /* stencil fail */ \
185 fail[i] = 1; \
190 fail[i] = 0; \
198 * For the values that fail, we'll apply the GL_STENCIL_FAIL operator to
214 GLubyte *fail = swrast->stencil_temp.buf2; local
223 * in the fail[] array:
224 * IF fail[i] is non-zero THEN
225 * the stencil fail operato
[all...]
/external/chromium_org/v8/src/arm/
H A Dcodegen-arm.cc422 MacroAssembler* masm, AllocationSiteMode mode, Label* fail) {
434 __ JumpIfJSArrayHasAllocationMemento(r2, r4, fail);
512 __ b(fail);
548 MacroAssembler* masm, AllocationSiteMode mode, Label* fail) {
560 __ JumpIfJSArrayHasAllocationMemento(r2, r4, fail);
603 __ b(fail);
421 GenerateSmiToDouble( MacroAssembler* masm, AllocationSiteMode mode, Label* fail) argument
547 GenerateDoubleToObject( MacroAssembler* masm, AllocationSiteMode mode, Label* fail) argument
/external/chromium_org/v8/src/mips/
H A Dcodegen-mips.cc176 MacroAssembler* masm, AllocationSiteMode mode, Label* fail) {
190 __ JumpIfJSArrayHasAllocationMemento(a2, t0, fail);
267 __ Branch(fail);
306 MacroAssembler* masm, AllocationSiteMode mode, Label* fail) {
318 __ JumpIfJSArrayHasAllocationMemento(a2, t0, fail);
364 __ Branch(fail);
175 GenerateSmiToDouble( MacroAssembler* masm, AllocationSiteMode mode, Label* fail) argument
305 GenerateDoubleToObject( MacroAssembler* masm, AllocationSiteMode mode, Label* fail) argument
/external/chromium_org/v8/src/x64/
H A Dcodegen-x64.cc282 MacroAssembler* masm, AllocationSiteMode mode, Label* fail) {
290 // The fail label is not actually used since we do not allocate.
294 __ JumpIfJSArrayHasAllocationMemento(rdx, rdi, fail);
348 __ Allocate(rdi, r14, r11, r15, fail, TAG_OBJECT);
408 MacroAssembler* masm, AllocationSiteMode mode, Label* fail) {
419 __ JumpIfJSArrayHasAllocationMemento(rdx, rdi, fail);
453 __ jmp(fail);
281 GenerateSmiToDouble( MacroAssembler* masm, AllocationSiteMode mode, Label* fail) argument
407 GenerateDoubleToObject( MacroAssembler* masm, AllocationSiteMode mode, Label* fail) argument
/external/dhcpcd/
H A Ddhcpcd.h81 struct in_addr fail; member in struct:if_state
/external/harfbuzz_ng/util/
H A Doptions.cc35 fail (hb_bool_t suggest_help, const char *format, ...) function
144 fail (true, "%s", parse_error->message);
147 fail (true, "Option parse error");
410 fail (true, "No font file set");
422 fail (false, "Failed reading font from standard input: %s",
444 fail (false, "%s", error->message);
448 /* GMappedFile is buggy, it doesn't fail if file isn't regular.
459 fail (false, "%s", error->message);
518 fail (true, "At least one of text or text-file must be set");
526 fail (fals
[all...]
/external/icu4c/test/intltest/
H A Ddtfmtrtts.cpp454 UBool fail = (dmatch > maxDmatch || smatch > maxSmatch); local
455 if (optionv || fail) {
456 if (fail) {
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
H A Dsm4_to_tgsi.cpp35 #define fail(x) assert(0 && (x)) macro
38 #define fail(x) throw(x) macro
214 fail("invalid resource return type");
634 fail("Tessellation and compute shaders not yet supported");
639 fail("Malformed control flow");
641 fail("Failed to locate labels");
/external/mesa3d/src/mesa/swrast/
H A Ds_stencil.c42 Apply fail-op to stencil value
181 fail[i] = 0; \
184 /* stencil fail */ \
185 fail[i] = 1; \
190 fail[i] = 0; \
198 * For the values that fail, we'll apply the GL_STENCIL_FAIL operator to
214 GLubyte *fail = swrast->stencil_temp.buf2; local
223 * in the fail[] array:
224 * IF fail[i] is non-zero THEN
225 * the stencil fail operato
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
H A DSDL_macwm.c207 Boolean fail = false; local
235 fail = true;
240 if (!fail) /* if we did not fail */
/external/smack/src/org/xbill/DNS/
H A DZoneTransferIn.java390 fail(String s) throws ZoneTransferException { method in class:ZoneTransferIn
397 fail("server doesn't support IXFR");
412 fail("missing initial SOA");
474 fail("IXFR out of sync: expected serial " +
496 fail("extra data");
500 fail("invalid state");
540 fail("TSIG failure");
555 fail(Rcode.string(rcode));
560 fail("invalid question section");
576 fail("las
[all...]
/external/chromium_org/chrome/service/cloud_print/
H A Dprinter_job_handler_unittest.cc383 PrintSystem::PrintSystemResult fail() { function in class:cloud_print::MockPrintSystem
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DWorkerThreadableWebSocketChannel.cpp121 void WorkerThreadableWebSocketChannel::fail(const String& reason, MessageLevel level, const String& sourceURL, unsigned lineNumber) function in class:WebCore::WorkerThreadableWebSocketChannel
131 m_bridge->fail(reason, level, callStack->at(0).sourceURL(), callStack->at(0).lineNumber());
135 m_bridge->fail(reason, level, m_sourceURLAtConnection, m_lineNumberAtConnection);
138 m_bridge->fail(reason, level, sourceURL, lineNumber);
249 void WorkerThreadableWebSocketChannel::Peer::fail(const String& reason, MessageLevel level, const String& sourceURL, unsigned lineNumber) function in class:WebCore::WorkerThreadableWebSocketChannel::Peer
254 m_mainWebSocketChannel->fail(reason, level, sourceURL, lineNumber);
583 peer->fail(reason, level, sourceURL, lineNumber);
586 void WorkerThreadableWebSocketChannel::Bridge::fail(const String& reason, MessageLevel level, const String& sourceURL, unsigned lineNumber) function in class:WebCore::WorkerThreadableWebSocketChannel::Bridge
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dbencher319 def fail(reason) method
333 fail(r2)
715 doublePuts($stderr,file,".pass {\n font-weight: bold;\n color: green;\n}\n.fail {\n font-weight: bold;\n color: red;\n}\n\#console {\n white-space: pre-wrap;\n font-family: monospace;\n}")
1925 $stderr.puts "Warning: will only collect one sample per benchmark/VM. Confidence interval calculation will fail."
2098 fail(e)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/
H A Dcase.py34 Raise this when a test is expected to fail.
46 The test was supposed to fail, but it didn't!
175 # the instance's assertion methods fail; test methods raising this
413 def fail(self, msg=None): member in class:TestCase
579 Objects that are equal automatically fail.
612 # These fail* assertion method names are pending deprecation and will
734 self.fail(msg)
781 self.fail('invalid type when attempting set difference: %s' % e)
783 self.fail('first argument does not support set difference: %s' % e)
788 self.fail('invali
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Drbbiapts.cpp905 UBool fail = TRUE; local
907 fail = *result != *ja_word;
910 if (fail) {
917 UBool fail = TRUE; local
919 fail = *result != *ja_char;
922 if (fail) {
929 UBool fail = TRUE; local
931 fail = *result != *root_char;
934 if (fail) {
965 UBool fail local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Di830_state.c91 i830StencilOpSeparate(struct gl_context * ctx, GLenum face, GLenum fail, GLenum zfail, argument
97 DBG("%s: fail : %s, zfail: %s, zpass : %s\n", __FUNCTION__,
98 _mesa_lookup_enum_by_nr(fail),
106 switch (fail) {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_state.c371 nouveau_stencil_op_separate(struct gl_context *ctx, GLenum face, GLenum fail, argument
/external/chromium_org/third_party/opus/src/silk/
H A DMacroDebug.h169 int fail = 0; local
178 fail = 1;
182 fail = res != a64 + b64;
184 if ( fail )
230 int fail = 0; local
239 fail = 1;
243 fail = res != a64 - b64;
245 if ( fail )
381 int fail = 0; local
384 fail
451 int fail = 0; local
522 int fail = 0; local
[all...]
/external/chromium_org/v8/src/ia32/
H A Dregexp-macro-assembler-ia32.cc247 Label fail; local
273 __ j(above, &fail); // Weren't Latin-1 letters.
275 __ j(equal, &fail);
282 __ j(not_equal, &fail);
293 __ bind(&fail);
365 Label fail; local
399 __ j(not_equal, &fail);
408 __ bind(&fail);
/external/e2fsprogs/e2fsck/
H A Dutil.c117 int fail = 0; local
127 if (fail++ > 100)
/external/ipsec-tools/
H A Dsetup.c660 int throttle_host(struct sockaddr *addr, int fail) argument
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di830_state.c91 i830StencilOpSeparate(struct gl_context * ctx, GLenum face, GLenum fail, GLenum zfail, argument
97 DBG("%s: fail : %s, zfail: %s, zpass : %s\n", __FUNCTION__,
98 _mesa_lookup_enum_by_nr(fail),
106 switch (fail) {
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_state.c371 nouveau_stencil_op_separate(struct gl_context *ctx, GLenum face, GLenum fail, argument

Completed in 1020 milliseconds

1234567891011