Searched refs:exceptions (Results 1 - 25 of 95) sorted by relevance

1234

/macosx-10.10.1/dcerpc-61/dcerpc/idl_compiler/
H A Duser_exc.c89 ** Code generation for user exceptions
101 /* Declare user exceptions */
108 int *p_num_declared_exceptions, /* [out] Number of declared exceptions */
109 int *p_num_extern_exceptions /* [out] Number of external exceptions */
117 for (p_exception = p_interface->exceptions;
136 /* Spell code to initialize declared exceptions */
148 for (p_exception = p_interface->exceptions;
167 /* Spell an array of pointers to the user exceptions */
180 for (p_exception = p_interface->exceptions;
203 int *p_num_declared_exceptions, /* [out] Number of declared exceptions */
[all...]
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-c++/detail/
H A DMakefile.am.inc34 atf-c++/detail/exceptions.cpp \
35 atf-c++/detail/exceptions.hpp \
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/asm/
H A DClassAdapter.java113 final String[] exceptions)
115 return cv.visitMethod(access, name, desc, signature, exceptions);
108 visitMethod( final int access, final String name, final String desc, final String signature, final String[] exceptions) argument
H A DClassVisitor.java173 * method parameters, return type and exceptions do not use generic
175 * @param exceptions the internal names of the method's exception classes
187 String[] exceptions);
182 visitMethod( int access, String name, String desc, String signature, String[] exceptions) argument
H A DClassReader.java638 // reads declared exceptions
639 String[] exceptions;
641 exceptions = null;
643 exceptions = new String[readUnsignedShort(w)];
645 for (j = 0; j < exceptions.length; ++j) {
646 exceptions[j] = readClass(w, c);
656 exceptions);
664 * and exceptions of the method have not been changed, then it
675 if (exceptions == null) {
678 if (exceptions
[all...]
/macosx-10.10.1/swig-12/Lib/std/
H A DREADME11 std_except.i exceptions
H A Dstd_ios.i197 exceptions() const;
200 exceptions(iostate __except);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DSecTrust.cpp181 CFArrayRef exceptions = NULL; local
187 exceptions = trustObj->exceptions();
198 /* post-process trust result based on exceptions */
200 /* If leaf is in exceptions -> proceed, otherwise unspecified. */
204 else if (trustResult == kSecTrustResultRecoverableTrustFailure && exceptions) {
205 /* If we have exceptions get details and match to exceptions. */
610 CFArrayRef exceptions = NULL; local
613 exceptions
658 CFMutableArrayRef exceptions = CFArrayCreateMutable(kCFAllocatorDefault, local
708 CFArrayRef exceptions; local
[all...]
H A DTrust.h80 void exceptions(CFArrayRef exceptions) { mExceptions.take(cfArrayize(exceptions)); } argument
109 CFArrayRef exceptions() const { return mExceptions; } function in class:Security::KeychainCore::Trust
147 CFRef<CFArrayRef> mExceptions; // trust exceptions
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecTrust.cpp181 CFArrayRef exceptions = NULL; local
187 exceptions = trustObj->exceptions();
198 /* post-process trust result based on exceptions */
200 /* If leaf is in exceptions -> proceed, otherwise unspecified. */
204 else if (trustResult == kSecTrustResultRecoverableTrustFailure && exceptions) {
205 /* If we have exceptions get details and match to exceptions. */
610 CFArrayRef exceptions = NULL; local
613 exceptions
658 CFMutableArrayRef exceptions = CFArrayCreateMutable(kCFAllocatorDefault, local
708 CFArrayRef exceptions; local
[all...]
H A DTrust.h80 void exceptions(CFArrayRef exceptions) { mExceptions.take(cfArrayize(exceptions)); } argument
109 CFArrayRef exceptions() const { return mExceptions; } function in class:Security::KeychainCore::Trust
147 CFRef<CFArrayRef> mExceptions; // trust exceptions
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecTrust.cpp181 CFArrayRef exceptions = NULL; local
187 exceptions = trustObj->exceptions();
198 /* post-process trust result based on exceptions */
200 /* If leaf is in exceptions -> proceed, otherwise unspecified. */
204 else if (trustResult == kSecTrustResultRecoverableTrustFailure && exceptions) {
205 /* If we have exceptions get details and match to exceptions. */
610 CFArrayRef exceptions = NULL; local
613 exceptions
658 CFMutableArrayRef exceptions = CFArrayCreateMutable(kCFAllocatorDefault, local
708 CFArrayRef exceptions; local
[all...]
H A DTrust.h80 void exceptions(CFArrayRef exceptions) { mExceptions.take(cfArrayize(exceptions)); } argument
109 CFArrayRef exceptions() const { return mExceptions; } function in class:Security::KeychainCore::Trust
147 CFRef<CFArrayRef> mExceptions; // trust exceptions
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dbasic_ios.h148 // exceptions().
155 if (this->exceptions() & __state)
201 * @brief Throwing exceptions on errors.
202 * @return The current exceptions mask.
205 * of exceptions(iostate) for the meaning of the return value.
208 exceptions() const function in class:basic_ios
212 * @brief Throwing exceptions on errors.
213 * @param except The new exceptions mask.
216 * exceptions mask for each stream; if a bit in the mask becomes set
220 * If the error flage is already set when the exceptions mas
243 exceptions(iostate __except) function in class:basic_ios
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_manifest/lib/
H A DManifestInternal.cpp105 void ManifestItemList::AddFileSystemObject (char* path, StringSet& exceptions, bool isRoot, bool hasAppleDoubleResourceFork) argument
108 StringSet::iterator it = exceptions.find (path);
109 if (it != exceptions.end ())
129 dirItem->SetPath (path, exceptions, isRoot);
200 void ManifestItemList::ConvertToStringSet (const char* path, CFArrayRef exceptionList, StringSet &exceptions) argument
233 exceptions.insert (realPath);
252 StringSet exceptions; local
265 ConvertToStringSet (realPath, exceptionList, exceptions);
267 AddFileSystemObject (realPath, exceptions, true, false);
986 void ManifestDirectoryItem::SetPath (char* path, StringSet &exceptions, boo argument
[all...]
H A DManifestInternal.h81 void AddFileSystemObject (char* path, StringSet& exceptions, bool isRoot, bool hasAppleDoubleResourceFork);
236 void SetPath (char* path, StringSet &exceptions, bool isRoot);
/macosx-10.10.1/dyld-353.2.1/src/
H A Ddyld.cpp2483 static ImageLoader* loadPhase5open(const char* path, const LoadContext& context, const struct stat& stat_buf, std::vector<const char*>* exceptions) argument
2485 //dyld::log("%s(%s, %p)\n", __func__ , path, exceptions);
2495 exceptions->push_back(newMsg);
2505 exceptions->push_back(newMsg);
2513 static ImageLoader* loadPhase5load(const char* path, const char* orgPath, const LoadContext& context, std::vector<const char*>* exceptions) argument
2515 //dyld::log("%s(%s, %p)\n", __func__ , path, exceptions);
2523 exceptions->push_back(dyld::mkstringf("%s: stat() failed with errno=%d", path, err));
2548 return loadPhase5open(path, context, stat_buf, exceptions);
2556 int* statErrNo, bool* imageFound, std::vector<const char*>* exceptions)
2573 image = loadPhase5open(path, context, *stat_buf, exceptions);
2555 loadPhase5stat(const char* path, const LoadContext& context, struct stat* stat_buf, int* statErrNo, bool* imageFound, std::vector<const char*>* exceptions) argument
2586 loadPhase5load(const char* path, const char* orgPath, const LoadContext& context, std::vector<const char*>* exceptions) argument
2687 loadPhase5(const char* path, const char* orgPath, const LoadContext& context, std::vector<const char*>* exceptions) argument
2706 loadPhase4(const char* path, const char* orgPath, const LoadContext& context, std::vector<const char*>* exceptions) argument
2726 loadPhase3(const char* path, const char* orgPath, const LoadContext& context, std::vector<const char*>* exceptions) argument
2837 loadPhase2(const char* path, const char* orgPath, const LoadContext& context, const char* const frameworkPaths[], const char* const libraryPaths[], std::vector<const char*>* exceptions) argument
2879 loadPhase1(const char* path, const char* orgPath, const LoadContext& context, std::vector<const char*>* exceptions) argument
2917 loadPhase0(const char* path, const char* orgPath, const LoadContext& context, std::vector<const char*>* exceptions) argument
2982 std::vector<const char*> exceptions; local
[all...]
/macosx-10.10.1/eap8021x-198/EAP8021X.fproj/
H A DEAPTLSUtil.c988 CFStringRef hash_str, CFDataRef exceptions)
1011 && CFEqual(stored_exceptions, exceptions)) {
1012 /* stored exceptions are correct, don't store them again */
1019 /* no exceptions for this identifier yet, create one */
1023 (const void * *)&exceptions,
1029 /* update existing exceptions with this one */
1035 CFDictionarySetValue(new_exceptions_list, hash_str, exceptions);
1077 * Given the evaluated SecTrustRef object, save an exceptions binding for the
1089 CFDataRef exceptions; local
1091 exceptions
987 EAPTLSTrustExceptionsSave(CFStringRef domain, CFStringRef identifier, CFStringRef hash_str, CFDataRef exceptions) argument
1164 CFDataRef exceptions = NULL; local
1200 CFDataRef exceptions; local
1887 CFDataRef exceptions; local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/
H A DSecTrust.c492 /* post-process trust result based on exceptions */
495 /* If leaf is in exceptions -> proceed, otherwise unspecified. */
499 /* If we have exceptions get details and match to exceptions. */
765 CFMutableArrayRef exceptions = CFArrayCreateMutable(kCFAllocatorDefault, pathLength, &kCFTypeArrayCallBacks);
777 /* Add empty exception dictionaries for non leaf certs which have no exceptions to save space. */
781 CFArrayAppendValue(exceptions, exception);
788 CFDictionaryRef exception = (CFDictionaryRef)CFArrayGetValueAtIndex(exceptions, ix);
790 CFArrayRemoveValueAtIndex(exceptions, ix);
797 exceptions, kCFPropertyListBinaryFormat_v1_
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/Regressions/secitem/
H A Dsi-27-sectrust-exceptions.c322 CFDataRef exceptions; local
323 ok(exceptions = SecTrustCopyExceptions(trust), "create an exceptions");
324 ok(SecTrustSetExceptions(trust, exceptions), "set exceptions");
333 ok(SecTrustSetExceptions(trust, exceptions), "set old exceptions");
336 CFReleaseSafe(exceptions);
337 ok(exceptions = SecTrustCopyExceptions(trust), "create a new exceptions");
[all...]
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_exceptions.py4 # is now mostly used to check general unicode support in exceptions.
6 from PyObjCTest.exceptions import *
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_exceptions.py4 # is now mostly used to check general unicode support in exceptions.
6 from PyObjCTest.exceptions import *
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_exceptions.py4 # is now mostly used to check general unicode support in exceptions.
7 from PyObjCTest.exceptions import *
/macosx-10.10.1/zlib-55/zlib/nintendods/
H A DMakefile35 CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions
/macosx-10.10.1/CPANInternal-159.1/Class-DBI-v3.0.17/
H A DMakefile.PL37 - runtime database errors now throw exceptions

Completed in 251 milliseconds

1234