Searched defs:fail (Results 126 - 150 of 272) sorted by relevance

1234567891011

/external/chromium_org/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/chromium_org/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/chromium_org/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/e2fsprogs/e2fsck/
H A Dutil.c168 int fail = 0; local
178 if (fail++ > 100)
/external/harfbuzz_ng/util/
H A Doptions.cc51 fail (hb_bool_t suggest_help, const char *format, ...) function
160 fail (true, "%s", parse_error->message);
163 fail (true, "Option parse error");
452 fail (true, "No font file set");
464 fail (false, "Failed reading font from standard input: %s",
486 fail (false, "%s", error->message);
490 /* GMappedFile is buggy, it doesn't fail if file isn't regular.
501 fail (false, "%s", error->message);
544 fail (false, "Unknown font function implementation `%s'; supported values are: %s; default is %s",
588 fail (tru
[all...]
/external/ipsec-tools/
H A Dsetup.c660 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/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) {
/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/stlport/stlport/stl/
H A D_ios_base.h167 operator void*() const { return !fail() ? (void*) __CONST_CAST(ios_base*,this) : (void*) 0; }
168 bool operator!() const { return fail(); }
174 bool fail() const { return (_M_iostate & (failbit | badbit)) != 0; } function in class:ios_base
/external/wpa_supplicant_8/hostapd/src/eapol_supp/
H A Deapol_supp_sm.h288 void eapol_sm_notify_eap_fail(struct eapol_sm *sm, Boolean fail);
356 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.h288 void eapol_sm_notify_eap_fail(struct eapol_sm *sm, Boolean fail);
356 static inline void eapol_sm_notify_eap_fail(struct eapol_sm *sm, Boolean fail) argument
/external/wpa_supplicant_8/wpa_supplicant/
H A Dnotify.c202 struct wps_event_fail *fail)
205 wpas_dbus_signal_wps_event_fail(wpa_s, fail);
530 struct wps_event_fail *fail)
532 wpas_dbus_signal_p2p_wps_failed(wpa_s, fail);
201 wpas_notify_wps_event_fail(struct wpa_supplicant *wpa_s, struct wps_event_fail *fail) argument
529 wpas_notify_p2p_wps_failed(struct wpa_supplicant *wpa_s, struct wps_event_fail *fail) argument
/external/wpa_supplicant_8/wpa_supplicant/src/eapol_supp/
H A Deapol_supp_sm.h288 void eapol_sm_notify_eap_fail(struct eapol_sm *sm, Boolean fail);
356 static inline void eapol_sm_notify_eap_fail(struct eapol_sm *sm, Boolean fail) argument
/external/yaffs2/yaffs2/mtdemul/
H A Dnandemul2k.c165 int fail = 0; local
187 for(i=fail=0; i <nBlocks; i++)
194 fail = 1;
202 fail = 1;
211 if(fail)
/external/guava/guava-tests/lib/
H A Dlibtruth.jar ... 5.1.0_r1/s?defs= " () public void fail (java.lang.String) String message } org/junit/contrib ...
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dcertificate_manager_handler.cc577 bool fail = !cert; local
581 fail |= !CallbackArgsToBool(args, 1, &trust_ssl);
582 fail |= !CallbackArgsToBool(args, 2, &trust_email);
583 fail |= !CallbackArgsToBool(args, 3, &trust_obj_sign);
584 if (fail) {
585 LOG(ERROR) << "EditCATrust args fail";
946 bool fail = false; local
950 fail |= !CallbackArgsToBool(args, 0, &trust_ssl);
951 fail |= !CallbackArgsToBool(args, 1, &trust_email);
952 fail |
[all...]
/external/chromium_org/chrome/service/cloud_print/
H A Dprinter_job_handler_unittest.cc387 PrintSystem::PrintSystemResult fail() { function in class:cloud_print::MockPrintSystem
/external/chromium_org/third_party/icu/source/test/intltest/
H A Drbbiapts.cpp904 UBool fail = TRUE; local
906 fail = *result != *ja_word;
909 if (fail) {
916 UBool fail = TRUE; local
918 fail = *result != *ja_char;
921 if (fail) {
928 UBool fail = TRUE; local
930 fail = *result != *root_char;
933 if (fail) {
964 UBool fail local
[all...]
/external/chromium_org/third_party/jinja2/
H A Dcompiler.py421 def fail(self, msg, lineno): member in class:CodeGenerator
671 self.fail('It\'s not possible to set and access variables '
778 self.fail('block %r defined twice' % block.name, block.lineno)
878 self.fail('cannot use extend from a non top-level scope',
1074 self.fail('Can\'t assign to special loop variable '
1519 self.fail('no filter named %r' % node.name, node.lineno)
1545 self.fail('no test named %r' % node.name, node.lineno)
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Di915_state.c172 i915StencilOpSeparate(struct gl_context * ctx, GLenum face, GLenum fail, GLenum zfail, argument
/external/chromium_org/third_party/mesa/src/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 5279 milliseconds

1234567891011