Searched defs:fail (Results 76 - 100 of 189) sorted by relevance

12345678

/external/ipsec-tools/
H A Dsetup.c669 int throttle_host(struct sockaddr *addr, int fail) argument
/external/libopus/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/libvncserver/webclients/novnc/include/
H A Drfb.js23 init_vars, updateState, fail, handle_message,
233 fail("Got unexpected WebSockets connection");
243 fail('Failed to connect to server');
247 fail('Server disconnected');
251 fail("WebSock error: " + e);
456 fail("Connect timeout");
470 fail("Disconnect timeout");
512 fail = function(msg) {
668 return fail("Incomplete protocol version");
680 return fail("Invali
510 fail = function(msg) { function
[all...]
/external/lldb/test/unittest2/
H A Dcase.py34 Raise this when a test is expected to fail.
47 The test was supposed to fail, but it didn't!
192 # the instance's assertion methods fail; test methods raising this
430 def fail(self, msg=None): member in class:TestCase
596 Objects that are equal automatically fail.
629 # These fail* assertion method names are pending deprecation and will
751 self.fail(msg)
798 self.fail('invalid type when attempting set difference: %s' % e)
800 self.fail('first argument does not support set difference: %s' % e)
805 self.fail('invali
[all...]
/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) {
H A Di915_state.c172 i915StencilOpSeparate(struct gl_context * ctx, GLenum face, GLenum fail, GLenum zfail, argument
/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
/external/safe-iop/src/
H A Dsafe_iop.c1091 int tests = 0, succ = 0, fail = 0; local
1092 tests++; if (T_div_s8()) succ++; else fail++;
1093 tests++; if (T_div_s16()) succ++; else fail++;
1094 tests++; if (T_div_s32()) succ++; else fail++;
1095 tests++; if (T_div_s64()) succ++; else fail++;
1096 tests++; if (T_div_long()) succ++; else fail++;
1097 tests++; if (T_div_longlong()) succ++; else fail++;
1098 tests++; if (T_div_ssizet()) succ++; else fail++;
1099 tests++; if (T_div_u8()) succ++; else fail++;
1100 tests++; if (T_div_u16()) succ++; else fail
[all...]
/external/skia/dm/
H A DDM.cpp60 static void fail(ImplicitString err) { function
141 fail(SkStringPrintf("Couldn't read %s for golden results.", path.c_str()));
466 fail(SkStringPrintf("%s %s %s %s: %s",
500 fail(SkStringPrintf("%s not found for %s %s %s %s in %s",
573 fail(SkStringPrintf("Can't open %s for writing.\n", path.c_str()));
582 fail("Can't convert A8 to 8888.\n");
588 fail(SkStringPrintf("Can't encode PNG to %s.\n", path.c_str()));
593 fail(SkStringPrintf("Can't write to %s.\n", path.c_str()));
639 fail(failure.toString());
/external/v8/src/arm/
H A Dcodegen-arm.cc414 Label* fail) {
431 __ JumpIfJSArrayHasAllocationMemento(receiver, elements, fail);
514 __ b(fail);
556 Label* fail) {
569 __ JumpIfJSArrayHasAllocationMemento(receiver, elements, fail);
624 __ b(fail);
407 GenerateSmiToDouble( MacroAssembler* masm, Register receiver, Register key, Register value, Register target_map, AllocationSiteMode mode, Label* fail) argument
549 GenerateDoubleToObject( MacroAssembler* masm, Register receiver, Register key, Register value, Register target_map, AllocationSiteMode mode, Label* fail) argument
/external/v8/src/ia32/
H A Dregexp-macro-assembler-ia32.cc225 Label fail; local
251 __ j(above, &fail); // Weren't Latin-1 letters.
253 __ j(equal, &fail);
260 __ j(not_equal, &fail);
271 __ bind(&fail);
343 Label fail; local
377 __ j(not_equal, &fail);
386 __ bind(&fail);
/external/v8/src/mips/
H A Dcodegen-mips.cc696 Label* fail) {
716 __ JumpIfJSArrayHasAllocationMemento(receiver, elements, fail);
799 __ Branch(USE_DELAY_SLOT, fail);
846 Label* fail) {
859 __ JumpIfJSArrayHasAllocationMemento(receiver, elements, fail);
917 __ Branch(fail);
689 GenerateSmiToDouble( MacroAssembler* masm, Register receiver, Register key, Register value, Register target_map, AllocationSiteMode mode, Label* fail) argument
839 GenerateDoubleToObject( MacroAssembler* masm, Register receiver, Register key, Register value, Register target_map, AllocationSiteMode mode, Label* fail) argument
/external/v8/src/mips64/
H A Dcodegen-mips64.cc590 Label* fail) {
609 __ JumpIfJSArrayHasAllocationMemento(receiver, elements, fail);
691 __ Branch(USE_DELAY_SLOT, fail);
738 Label* fail) {
750 __ JumpIfJSArrayHasAllocationMemento(receiver, elements, fail);
807 __ Branch(fail);
583 GenerateSmiToDouble( MacroAssembler* masm, Register receiver, Register key, Register value, Register target_map, AllocationSiteMode mode, Label* fail) argument
731 GenerateDoubleToObject( MacroAssembler* masm, Register receiver, Register key, Register value, Register target_map, AllocationSiteMode mode, Label* fail) argument
/external/v8/src/x87/
H A Dcodegen-x87.cc232 Label* fail) {
242 __ JumpIfJSArrayHasAllocationMemento(edx, edi, fail);
290 __ jmp(fail);
346 Label* fail) {
356 __ JumpIfJSArrayHasAllocationMemento(edx, edi, fail);
400 __ jmp(fail);
225 GenerateSmiToDouble( MacroAssembler* masm, Register receiver, Register key, Register value, Register target_map, AllocationSiteMode mode, Label* fail) argument
339 GenerateDoubleToObject( MacroAssembler* masm, Register receiver, Register key, Register value, Register target_map, AllocationSiteMode mode, Label* fail) argument
H A Dregexp-macro-assembler-x87.cc224 Label fail; local
250 __ j(above, &fail); // Weren't Latin-1 letters.
252 __ j(equal, &fail);
259 __ j(not_equal, &fail);
270 __ bind(&fail);
342 Label fail; local
376 __ j(not_equal, &fail);
385 __ bind(&fail);
/external/wpa_supplicant_8/hostapd/src/eapol_supp/
H A Deapol_supp_sm.h310 void eapol_sm_notify_eap_fail(struct eapol_sm *sm, Boolean fail);
379 static inline void eapol_sm_notify_eap_fail(struct eapol_sm *sm, Boolean fail) argument
/external/wpa_supplicant_8/src/eapol_supp/
H A Deapol_supp_sm.h310 void eapol_sm_notify_eap_fail(struct eapol_sm *sm, Boolean fail);
379 static inline void eapol_sm_notify_eap_fail(struct eapol_sm *sm, Boolean fail) argument
/external/wpa_supplicant_8/wpa_supplicant/src/eapol_supp/
H A Deapol_supp_sm.h310 void eapol_sm_notify_eap_fail(struct eapol_sm *sm, Boolean fail);
379 static inline void eapol_sm_notify_eap_fail(struct eapol_sm *sm, Boolean fail) argument
/external/deqp/modules/glshared/
H A DglsFboCompletenessTests.cpp419 void TestBase::fail (const char* msg) function in class:deqp::gls::fboc::details::TestBase
638 fail(("Expected no error but got " + de::toString(glu::getErrorStr(errorCode))).c_str());
640 fail("Got wrong error code");
655 fail("Framebuffer checked as complete, expected incomplete");
657 fail("Framebuffer checked is incomplete, expected complete");
660 fail("Framebuffer checked as incomplete, but with wrong status");
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-jmf.jar ... .taskdefs.optional.sound.SoundTask$BuildAlert fail public org.apache.tools.ant.taskdefs ...
/external/icu/icu4c/source/test/intltest/
H A Drbbiapts.cpp907 UBool fail = TRUE; local
909 fail = *result != *ja_word;
912 if (fail) {
919 UBool fail = TRUE; local
921 fail = *result != *ja_char;
924 if (fail) {
931 UBool fail = TRUE; local
933 fail = *result != *root_char;
936 if (fail) {
967 UBool fail local
[all...]
/external/libdrm/intel/
H A Dintel_bufmgr_fake.c149 unsigned fail:1; member in struct:_bufmgr_fake
626 * from here will fail also:
784 bufmgr_fake->fail = 0;
1036 bufmgr_fake->fail = 1;
1188 bufmgr_fake->fail = 1;
1455 if (bufmgr_fake->fail == 1) {
1459 bufmgr_fake->fail = 0;
1502 * This is a rough guess and likely to fail, as during the validate sequence we
1503 * may place a buffer in an inopportune spot early on and then fail to fit
1552 bufmgr_fake->fail
[all...]
/external/libxml2/
H A Dtestlimits.c1253 * @fail: should a failure be reported
1260 saxTest(const char *filename, size_t limit, int options, int fail) { argument
1284 if (fail)
1291 if (fail) {
1309 * @fail: should a failure be reported
1316 readerTest(const char *filename, size_t limit, int options, int fail) { argument
1334 if (fail)
1346 if (fail) {
1372 int fail);
1380 int fail; /* whethe member in struct:limitDesc
1424 int fail; /* new fail value or -1*/ member in struct:testException
1439 int fail; local
1496 launchCrazySAX(unsigned int test, int fail) argument
1514 launchCrazy(unsigned int test, int fail) argument
1537 int fail = 1; local
[all...]
/external/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp52 LLVM_ATTRIBUTE_NORETURN static void fail(Twine Error) { function
67 fail(EC.message());
68 fail(Context + ": " + EC.message());
187 fail("Cannot mix -M and other options");
358 fail("Could not close the file");
463 // Opening a directory doesn't make sense. Let it fail.
589 fail("Insertion point not found");
779 fail("Could not close file");
997 fail("Editing multiple archives not supported");
999 fail("Fil
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs.cpp301 fs_visitor::fail(const char *format, ...) function in class:fs_visitor
681 fail("dereferenced array '%s' has length 0\n", ir->name);
1206 fail("Pull constants not supported in 16-wide\n");
1459 * writes to registers -- register allocation will fail otherwise

Completed in 896 milliseconds

12345678