Searched refs:failure (Results 226 - 250 of 325) sorted by relevance

1234567891011>>

/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A DStaticCode.cpp70 // Map a component slot number to a suitable error code for a failure
1310 bool SecStaticCode::satisfiesRequirement(const Requirement *req, OSStatus failure) argument
1314 return req->validates(Requirement::Context(mCertChain, infoDictionary(), entitlements(), codeDirectory()->identifier(), codeDirectory()), failure);
1317 void SecStaticCode::validateRequirement(const Requirement *req, OSStatus failure) argument
1319 if (!this->satisfiesRequirement(req, failure))
1320 MacOSError::throwMe(failure);
1487 mStatus = rc; // record first failure for eventual error return
/macosx-10.10.1/JavaScriptCore-7600.1.17/jit/
H A DRepatch.cpp197 // link failure cases here, so we can pop scratchGPR, and then jump back.
218 // link failure cases directly back to normal path
699 MacroAssembler::Jump failure = stubJit.branch8(MacroAssembler::NotEqual, MacroAssembler::Address(baseGPR, JSCell::typeInfoTypeOffset()), MacroAssembler::TrustedImm32(StringType)); local
714 patchBuffer.link(failure, stubInfo.callReturnLocation.labelAtOffset(stubInfo.patch.deltaCallToSlowCase));
942 MacroAssembler::Jump failure; local
950 failure = stubJit.jump();
953 failure = badStructure;
958 patchBuffer.link(failure, failureLabel);
1112 MacroAssembler::Jump failure; local
1120 failure
[all...]
/macosx-10.10.1/CPANInternal-159.1/File-ExtAttr-1.09/lib/File/
H A DExtAttr.pm298 Returns undef on failure and $! will be set.
319 Returns undef on failure and $! will be set.
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-Builder-0.80/lib/DateTime/Format/Builder/Parser/
H A DRegex.pm61 or undef in event of failure, but can conceivably return anything
/macosx-10.10.1/CPANInternal-159.1/IO-KQueue-0.34/
H A DKQueue.pm158 Returns nothing. Throws an exception on failure.
/macosx-10.10.1/CPANInternal-159.1/Tree-Simple-VisitorFactory-0.10/lib/Tree/Simple/Visitor/
H A DFindByUID.pm179 This method accepts a CODE reference as its C<$filter_function> argument and throws an exception if it is not a code reference. This code reference is used to further check the tree nodes as they are searched and so can be used to customize search behavior. For instance, you could to check against the UID as well as some other criteria. The filter function should accept a single argument, which is the current Tree::Simple object and return either true (C<1>) on success, or false (C<0>) on failure.
/macosx-10.10.1/postfix-255/postfix/src/qmgr/
H A Dqmgr.h243 double failure; /* accumulated negative feedback */ member in struct:QMGR_QUEUE
244 double fail_cohorts; /* pseudo-cohort failure count */
/macosx-10.10.1/BerkeleyDB-21/db/perl/BerkeleyDB/t/Test/
H A DMore.pm132 failure.
326 So why use these? They produce better diagnostics on failure. ok()
398 diagnostics on failure.
930 treat it as a normal failure. See L<BUGS and CAVEATS>)
1323 considered a failure and will exit with 255.
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Dsdlz.c1816 goto failure;
1825 goto failure;
1830 goto failure;
1847 goto failure;
1857 failure:
H A Drdata.c565 goto failure;
568 goto failure;
579 goto failure;
584 failure:
1477 * output bytes in numbytes, and return a failure/success status.
1608 * target. Return success/failure status
/macosx-10.10.1/emacs-93/emacs/src/
H A Dimage.c3138 goto failure; \
3146 goto failure
3173 goto failure;
3196 goto failure;
3199 goto failure;
3225 goto failure;
3240 goto failure;
3247 failure:
4338 goto failure; \
4347 goto failure
[all...]
H A Dregex.c521 /* Define how to allocate the failure stack. */
661 in case of failure. */
688 After matching N times, jump to the address upon failure.
1387 failure stack, but we would still use it for the register vectors;
1396 re_match_2 use a failure stack. These have to be macros because of
1400 /* Approximate number of failure points for which to initially allocate space
1407 /* Roughly the maximum number of failure points on the stack. Would be
1443 /* Define macros to initialize and free the failure stack.
1481 /* Factor to increase the failure stack size by
1510 /* Push a pointer value onto the failure stac
[all...]
H A Dfileio.c4971 int failure;
5241 failure = 0;
5246 failure = 0 > a_write (desc, start, 0, SCHARS (start),
5256 failure = 0 > a_write (desc, Qnil, XINT (start),
5262 if (XINT (end) > GPT && !failure)
5265 failure = 0 > a_write (desc, Qnil, tem , XINT (end) - tem,
5274 failure = 0 > a_write (desc, Qnil, XINT (end), 0, &annotations, &coding);
5280 && ! failure)
5284 failure = 0 > e_write (desc, Qnil, 0, 0, &coding);
5299 failure
4951 int failure; variable
[all...]
/macosx-10.10.1/CPANInternal-159.1/Perl4-CoreLibs-0.003/lib/Perl4/
H A DCoreLibs.pm41 Assertion checking with stack trace upon assertion failure.
/macosx-10.10.1/OpenPAM-20/openpam/misc/
H A Dgendoc.pl90 PAM_CONV_ERR => "Conversation failure",
103 PAM_SESSION_ERR => "Session failure",
104 PAM_AUTHTOK_ERR => "Authentication token failure",
110 PAM_ABORT => "General failure",
425 on failure.
/macosx-10.10.1/Security-57031.1.35/SecurityTests/regressions/inc/Test/
H A DSimple.pm98 considered a failure and will exit with 255.
/macosx-10.10.1/libarchive-30/libarchive/cpio/test/
H A Dmain.c178 /* Enable core dump on failure. */
236 failure(const char *fmt, ...) function
272 /* Proper handling of "failure()" message. */
290 /* Count this failure, setup up log destination and handle initial report. */
296 /* Record another failure for this line. */
313 /* Log file:line header for this failure */
352 " *** forcing core dump so failure can be debugged ***\n");
1553 failure("Couldn't open reference file %s", buff);
1560 /* TODO: This is a failure. */
1652 /* Clear the failure histor
[all...]
/macosx-10.10.1/libarchive-30/libarchive/libarchive/test/
H A Dmain.c177 /* Enable core dump on failure. */
235 failure(const char *fmt, ...) function
271 /* Proper handling of "failure()" message. */
289 /* Count this failure, setup up log destination and handle initial report. */
295 /* Record another failure for this line. */
309 /* Log file:line header for this failure */
348 " *** forcing core dump so failure can be debugged ***\n");
1543 failure("Couldn't open reference file %s", buff);
1550 /* TODO: This is a failure. */
1642 /* Clear the failure histor
[all...]
/macosx-10.10.1/libarchive-30/libarchive/tar/test/
H A Dmain.c179 /* Enable core dump on failure. */
237 failure(const char *fmt, ...) function
273 /* Proper handling of "failure()" message. */
291 /* Count this failure, setup up log destination and handle initial report. */
297 /* Record another failure for this line. */
314 /* Log file:line header for this failure */
353 " *** forcing core dump so failure can be debugged ***\n");
905 // If there's anything left, it's a failure
1649 failure("Couldn't open reference file %s", buff);
1656 /* TODO: This is a failure
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/raw/
H A Draw.c458 Boln failure; local
462 failure = TRUE;
471 failure = FALSE;
477 if (failure) {
/macosx-10.10.1/PowerManagement-494.1.2/pmset/
H A Dpmset.c2158 CFStringRef failure; local
2291 failure = CFDictionaryGetValue(one_ps, CFSTR("Failure"));
2303 if(failure) CFStringGetCString(failure, _failure,
2355 if(failure) {
3337 printf("Error - IOPSNotificationCreateRunLoopSource failure.\n");
3435 CFStringRef failure; local
3529 failure = CFDictionaryGetValue(prop, CFSTR("ErrorCondition"));
3530 if(failure) {
3531 CFStringGetCString(failure, _failur
7439 get_sw_failure_string(long boottime, char *failure, size_t len) argument
[all...]
/macosx-10.10.1/CPANInternal-159.1/Authen-Krb5/
H A DKrb5.pm248 on success and undefined on failure.
257 undefined on failure.
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-Builder-0.80/lib/DateTime/Format/Builder/
H A DParser.pm561 C<croak()> on failure, with that wrapper being returned.
577 in event of failure or the C<DateTime> object in event of
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-Builder-0.81/lib/DateTime/Format/Builder/
H A DParser.pm580 C<croak()> on failure, with that wrapper being returned.
596 in event of failure or the C<DateTime> object in event of
/macosx-10.10.1/CPANInternal-159.1/File-NFSLock-1.21/lib/File/
H A DNFSLock.pm678 On failure, a global variable, $File::NFSLock::errstr, should be set and should
679 contain the cause for the failure to get a lock. Useful primarily for debugging.

Completed in 596 milliseconds

1234567891011>>