Searched refs:reason (Results 1 - 25 of 1317) sorted by relevance

1234567891011>>

/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma/ExecutionContexts/
H A D10.1.5-3.js54 testcases[0].reason += " Object == null" ;
57 testcases[0].reason += " Function == null";
60 testcases[0].reason += " String == null";
63 testcases[0].reason += " Array == null";
66 testcases[0].reason += " Function == null";
69 testcases[0].reason += " Math == null";
72 testcases[0].reason += " Boolean == null";
75 testcases[0].reason += " Date == null";
79 testcases[0].reason += " NaN == null";
82 testcases[0].reason
[all...]
H A D10.1.5-1.js52 testcases[0].reason += " Object == null" ;
55 testcases[0].reason += " Function == null";
58 testcases[0].reason += " String == null";
61 testcases[0].reason += " Array == null";
64 testcases[0].reason += " Function == null";
67 testcases[0].reason += " Math == null";
70 testcases[0].reason += " Boolean == null";
73 testcases[0].reason += " Date == null";
77 testcases[0].reason += " NaN == null";
80 testcases[0].reason
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/kadm5/
H A Dcheck-cracklib.pl84 my $reason = shift;
85 print "$reason\n";
100 my $reason;
102 $reason = check_basic($params{'principal'}, $params{'new-password'});
103 badpassword($reason) if ($reason ne "ok");
105 $reason = fascist_check($params{'new-password'}, $database);
106 badpassword($reason) if ($reason ne "ok");
108 $reason
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxml/win/
H A Dwin32main.c37 DWORD reason,
65 DllEntryPoint(hInst, reason, reserved)
67 DWORD reason; /* Reason this function is being called. */
70 return DllMain(hInst, reason, reserved);
91 DllMain(module, reason, reserved)
93 DWORD reason; /* Reason this function is being called. */
96 switch (reason) {
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/
H A Ddllmain.c40 ULONG reason,
43 switch(reason) {
39 DllMain(HANDLE hInst, ULONG reason, LPVOID lpReserved) argument
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/mac/libdes/src/
H A Ddllmain.c48 /* * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska H�gskolan * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * * 3. All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by the Kungliga Tekniska * H�gskolan and its contributors. * * 4. Neither the name of the Institute nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ #ifdef HAVE_CONFIG_H #include <config.h> RCSID("$Id: dllmain.c,v 1.4 2005/01/10 19:09:06 snsimon Exp $"); #endif #include <Windows.h> BOOL WINAPI DllMain (HANDLE hInst, ULONG reason, LPVOID lpReserved) { switch(reason) { case DLL_PROCESS_ATTACH: case DLL_PROCESS_DETACH: default: return TRUE; } }
1 DllMain(HANDLE hInst, ULONG reason, LPVOID lpReserved) argument
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/library/store/XOTclSdbm/
H A DdllEntryPoint.c33 DllEntryPoint(hInst, reason, reserved)
35 DWORD reason; /* Reason this function is being called. */
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/library/xml/TclExpat-1.1/
H A DdllEntryPoint.c33 DllEntryPoint(hInst, reason, reserved)
35 DWORD reason; /* Reason this function is being called. */
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DDisplaySleepDisabler.h37 static PassOwnPtr<DisplaySleepDisabler> create(const char* reason) { return adoptPtr(new DisplaySleepDisabler(reason)); } argument
41 DisplaySleepDisabler(const char* reason);
H A DBlockExceptions.mm34 NSLog(@"*** WebKit discarding exception: <%@> %@", [exception name], [exception reason]);
H A DDisplaySleepDisabler.cpp36 DisplaySleepDisabler::DisplaySleepDisabler(const char* reason) argument
40 RetainPtr<CFStringRef> reasonCF = adoptCF(CFStringCreateWithCString(kCFAllocatorDefault, reason, kCFStringEncodingUTF8));
43 UNUSED_PARAM(reason);
/macosx-10.9.5/ICU-511.35/icuSources/tools/icuinfo/
H A Dtestplug.c30 #define DECLARE_PLUGIN(x) U_CAPI UPlugTokenReturn U_EXPORT2 x (UPlugData *data, UPlugReason reason, UErrorCode *status)
47 UPlugReason reason,
50 fprintf(stderr,"MyPlugin: data=%p, reason=%s, status=%s\n", (void*)data, udbg_enumName(UDBG_UPlugReason,(int32_t)reason), u_errorName(*status));
52 if(reason==UPLUG_REASON_QUERY) {
64 UPlugReason reason,
66 fprintf(stderr,"MyPluginLow: data=%p, reason=%s, status=%s\n", (void*)data, udbg_enumName(UDBG_UPlugReason,(int32_t)reason), u_errorName(*status));
68 if(reason==UPLUG_REASON_QUERY) {
82 UPlugReason reason,
45 myPlugin( UPlugData *data, UPlugReason reason, UErrorCode *status) argument
62 myPluginLow( UPlugData *data, UPlugReason reason, UErrorCode *status) argument
80 myPluginFailQuery( UPlugData *data, UPlugReason reason, UErrorCode *status) argument
95 myPluginFailToken( UPlugData *data, UPlugReason reason, UErrorCode *status) argument
115 myPluginBad( UPlugData *data, UPlugReason reason, UErrorCode *status) argument
140 myPluginHigh( UPlugData *data, UPlugReason reason, UErrorCode *status) argument
185 debugMemoryPlugin( UPlugData *data, UPlugReason reason, UErrorCode *status) argument
[all...]
/macosx-10.9.5/tcl-102/tk/tk/win/
H A DtkWin32Dll.c40 BOOL APIENTRY DllMain(HINSTANCE hInst, DWORD reason,
49 BOOL APIENTRY DllMain(HINSTANCE hInst, DWORD reason,
74 DWORD reason, /* Reason this function is being called. */
77 return DllMain(hInst, reason, reserved);
105 DWORD reason,
117 switch (reason) {
71 DllEntryPoint( HINSTANCE hInst, DWORD reason, LPVOID reserved) argument
101 DllMain( HINSTANCE hInstance, DWORD reason, LPVOID reserved) argument
/macosx-10.9.5/libclosure-63/escapeTests/
H A Descape5.m21 @throw [NSException exceptionWithName:@"funny" reason:@"nothing" userInfo:nil];
H A Descape6.m21 @throw [NSException exceptionWithName:@"funny" reason:@"nothing" userInfo:nil];
H A Descape7.m21 @throw [NSException exceptionWithName:@"funny" reason:@"nothing" userInfo:nil];
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itcl/win/
H A DdllEntryPoint.c44 DllEntryPoint(hInst, reason, reserved)
46 DWORD reason; /* Reason this function is being called. */
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itk/win/
H A DdllEntryPoint.c41 DllEntryPoint(hInst, reason, reserved)
43 DWORD reason; /* Reason this function is being called. */
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/
H A DdllEntry.c31 DWORD reason, /* Reason this function is being called. */
58 DWORD reason, /* Reason this function is being called. */
28 DllEntryPoint( HINSTANCE hInst, DWORD reason, LPVOID reserved) argument
54 DllMain( HINSTANCE hInst, DWORD reason, LPVOID reserved) argument
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/win/
H A DdllEntryPoint.c44 DllEntryPoint(hInst, reason, reserved)
46 DWORD reason; /* Reason this function is being called. */
/macosx-10.9.5/tcl-102/tk84/tk/win/
H A DtkWin32Dll.c38 BOOL WINAPI DllMain(HINSTANCE hInst, DWORD reason,
49 DWORD reason, LPVOID reserved));
72 DllEntryPoint(hInst, reason, reserved)
74 DWORD reason; /* Reason this function is being called. */
77 return DllMain(hInst, reason, reserved);
103 DllMain(hInstance, reason, reserved)
105 DWORD reason;
117 switch (reason) {
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DErrorHandling.h27 const std::string& reason);
76 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const char *reason);
77 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const std::string &reason);
78 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(StringRef reason);
79 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const Twine &reason);
/macosx-10.9.5/WebCore-7537.78.1/Modules/websockets/
H A DCloseEvent.h48 String reason; member in struct:WebCore::CloseEventInit
58 static PassRefPtr<CloseEvent> create(bool wasClean, unsigned short code, const String& reason) argument
60 return adoptRef(new CloseEvent(wasClean, code, reason));
70 String reason() const { return m_reason; } function in class:WebCore::CloseEvent
83 CloseEvent(bool wasClean, int code, const String& reason) argument
87 , m_reason(reason)
95 , m_reason(initializer.reason)
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/framework/src/ruby/osx/objc/
H A Doc_exception.rb16 attr_reader :name, :reason, :userInfo, :nsexception
21 @reason = @nsexception.objc_send(:reason).to_s
23 msg = "#{@name} - #{@reason}" if msg.nil?
/macosx-10.9.5/WebCore-7537.78.1/bindings/objc/
H A DExceptionHandlers.mm55 NSString *reason;
57 reason = [[NSString alloc] initWithFormat:@"*** %s: %@ %d", description.name, exceptionName, description.code];
59 reason = [[NSString alloc] initWithFormat:@"*** %@ %d", exceptionName, description.code];
63 NSException *exception = [NSException exceptionWithName:exceptionName reason:reason userInfo:userInfo];
65 [reason release];

Completed in 189 milliseconds

1234567891011>>