Searched refs:message (Results 276 - 300 of 3133) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/Heimdal-323.92.1/lib/kadm5/
H A Dpassword_quality.c51 char *message,
60 strlcpy(message, "Password too short", length);
71 static char message[1024]; local
74 message[0] = '\0';
77 message, sizeof(message));
79 return message;
89 char *message,
110 strlcpy(message, "out of memory", length);
123 snprintf(message, lengt
47 min_length_passwd_quality(krb5_context context, krb5_principal principal, krb5_data *pwd, const char *opaque, char *message, size_t length) argument
85 char_class_passwd_quality(krb5_context context, krb5_principal principal, krb5_data *pwd, const char *opaque, char *message, size_t length) argument
136 external_passwd_quality(krb5_context context, krb5_principal principal, krb5_data *pwd, const char *opaque, char *message, size_t length) argument
230 no_passwd_quality_check(krb5_context context, krb5_principal principal, krb5_data *pwd, const char *opaque, char *message, size_t length) argument
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dintltest.cpp452 void it_log( UnicodeString message )
455 IntlTest::gTest->log( message );
458 void it_logln( UnicodeString message )
461 IntlTest::gTest->logln( message );
470 void it_info( UnicodeString message )
473 IntlTest::gTest->info( message );
476 void it_infoln( UnicodeString message )
479 IntlTest::gTest->infoln( message );
494 void it_err( UnicodeString message )
497 IntlTest::gTest->err( message );
1007 LL_message( UnicodeString message, UBool newline ) argument
1657 assertTrue(const char* message, UBool condition, UBool quiet, UBool possibleDataError, const char *file, int line) argument
1683 assertFalse(const char* message, UBool condition, UBool quiet) argument
1692 assertSuccess(const char* message, UErrorCode ec, UBool possibleDataError) argument
1705 assertEquals(const char* message, const UnicodeString& expected, const UnicodeString& actual, UBool possibleDataError) argument
1729 assertEquals(const char* message, const char* expected, const char* actual) argument
1746 assertEquals(const char* message, int32_t expected, int32_t actual) argument
1764 assertEquals(const char* message, const Formattable& expected, const Formattable& actual) argument
1784 extractToAssertBuf(const UnicodeString& message) argument
1792 assertTrue(const UnicodeString& message, UBool condition, UBool quiet) argument
1796 assertFalse(const UnicodeString& message, UBool condition, UBool quiet) argument
1800 assertSuccess(const UnicodeString& message, UErrorCode ec) argument
1804 assertEquals(const UnicodeString& message, const UnicodeString& expected, const UnicodeString& actual) argument
1810 assertEquals(const UnicodeString& message, const char* expected, const char* actual) argument
1828 assertEquals(const UnicodeString& message, const Formattable& expected, const Formattable& actual) argument
[all...]
/macosx-10.9.5/Libc-997.90.3/os/
H A Dassumes.c212 _simple_asl_msg_set(asl_message, "com.apple.message.domain", "com.apple.assumes.failure");
213 _simple_asl_msg_set(asl_message, "com.apple.message.signature", sig);
214 _simple_asl_msg_set(asl_message, "com.apple.message.signature2", result);
215 _simple_asl_msg_set(asl_message, "com.apple.message.signature3", image_name);
216 _simple_asl_msg_set(asl_message, "com.apple.message.summarize", "YES");
227 char message[256]; local
228 _os_construct_message(code, asl_message, &info, message, sizeof(message));
229 if (!_os_log_redirect(info.dli_fbase, message)) {
230 _os_trace_error_str(message);
253 char message[256]; local
295 char message[256]; local
316 char message[256]; local
[all...]
/macosx-10.9.5/Security-55471.14.18/sec/Security/
H A DSecCMS.h56 @param message the cms message to be parsed
69 errSecDecode not a CMS message we can parse,
74 OSStatus SecCMSVerifyCopyDataAndAttributes(CFDataRef message, CFDataRef detached_contents,
82 OSStatus SecCMSVerify(CFDataRef message, CFDataRef detached_contents,
86 /* Return an array of certificates contained in message, if message is of the
88 the message is properly formed but has no certificates an empty array will
90 CFArrayRef SecCMSCertificatesOnlyMessageCopyCertificates(CFDataRef message);
100 @param data message t
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DPlatformMouseEventWin.cpp51 static PlatformEvent::Type messageToEventType(UINT message) argument
53 switch (message) {
81 PlatformMouseEvent::PlatformMouseEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool didActivateWebView) argument
82 : PlatformEvent(messageToEventType(message), wParam & MK_SHIFT, wParam & MK_CONTROL, GetKeyState(VK_MENU) & HIGH_BIT_MASK_SHORT, GetKeyState(VK_MENU) & HIGH_BIT_MASK_SHORT, ::GetTickCount() * 0.001)
89 switch (message) {
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/qt/
H A DQtWebPageUIClient.h47 void runJavaScriptAlert(const QString& message);
48 bool runJavaScriptConfirm(const QString& message);
49 QString runJavaScriptPrompt(const QString& message, const QString& defaultValue, bool& ok);
56 static bool runJavaScriptConfirm(WKPageRef, WKStringRef message, WKFrameRef, const void* clientInfo);
57 static WKStringRef runJavaScriptPrompt(WKPageRef, WKStringRef message, WKStringRef defaultValue, WKFrameRef, const void* clientInfo);
/macosx-10.9.5/WebCore-7537.78.1/workers/
H A DWorkerMessagingProxy.cpp57 static PassOwnPtr<MessageWorkerContextTask> create(PassRefPtr<SerializedScriptValue> message, PassOwnPtr<MessagePortChannelArray> channels) argument
59 return adoptPtr(new MessageWorkerContextTask(message, channels));
63 MessageWorkerContextTask(PassRefPtr<SerializedScriptValue> message, PassOwnPtr<MessagePortChannelArray> channels) argument
64 : m_message(message)
85 static PassOwnPtr<MessageWorkerTask> create(PassRefPtr<SerializedScriptValue> message, PassOwnPtr<MessagePortChannelArray> channels, WorkerMessagingProxy* messagingProxy) argument
87 return adoptPtr(new MessageWorkerTask(message, channels, messagingProxy));
91 MessageWorkerTask(PassRefPtr<SerializedScriptValue> message, PassOwnPtr<MessagePortChannelArray> channels, WorkerMessagingProxy* messagingProxy) argument
92 : m_message(message)
221 static PassOwnPtr<PostMessageToPageInspectorTask> create(WorkerMessagingProxy* messagingProxy, const String& message) argument
223 return adoptPtr(new PostMessageToPageInspectorTask(messagingProxy, message));
227 PostMessageToPageInspectorTask(WorkerMessagingProxy* messagingProxy, const String& message) argument
288 postMessageToWorkerObject(PassRefPtr<SerializedScriptValue> message, PassOwnPtr<MessagePortChannelArray> channels) argument
293 postMessageToWorkerContext(PassRefPtr<SerializedScriptValue> message, PassOwnPtr<MessagePortChannelArray> channels) argument
327 postConsoleMessageTask(ScriptExecutionContext* context, WorkerMessagingProxy* messagingProxy, MessageSource source, MessageLevel level, const String& message, unsigned lineNumber, unsigned columnNumber, const String& sourceURL) argument
334 postConsoleMessageToWorkerObject(MessageSource source, MessageLevel level, const String& message, int lineNumber, int columnNumber, const String& sourceURL) argument
412 dispatchOnInspectorBackendTask(ScriptExecutionContext* context, const String& message) argument
419 sendMessageToInspector(const String& message) argument
468 postMessageToPageInspector(const String& message) argument
[all...]
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dlocalize.c303 const char *message = NULL; /* Localized message */ local
306 message = _("The paper tray needs to be filled.");
308 message = _("There is a paper jam.");
311 message = _("The printer is not connected.");
313 message = _("The printer is running low on toner.");
315 message = _("The printer may be out of toner.");
317 message = _("The printer's cover is open.");
319 message = _("The printer's interlock is open.");
321 message
[all...]
/macosx-10.9.5/CPANInternal-140/JSON-RPC-1.03/lib/JSON/RPC/
H A DDispatch.pm97 message => "Could not find any procedures"
110 message => "Invalid parameters",
117 message => "Failed to parse json",
124 message => $e
133 my $message = "Procedure name not given";
135 warn $message;
140 message => $message,
148 my $message = "Procedure '$procedure->{method}' not found";
150 warn $message;
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorConsoleInstrumentation.h42 inline void InspectorInstrumentation::addMessageToConsole(Page* page, MessageSource source, MessageType type, MessageLevel level, const String& message, PassRefPtr<ScriptCallStack> callStack, unsigned long requestIdentifier) argument
46 addMessageToConsoleImpl(instrumentingAgents, source, type, level, message, callStack, requestIdentifier);
52 UNUSED_PARAM(message);
58 inline void InspectorInstrumentation::addMessageToConsole(Page* page, MessageSource source, MessageType type, MessageLevel level, const String& message, ScriptState* state, PassRefPtr<ScriptArguments> arguments, unsigned long requestIdentifier) argument
62 addMessageToConsoleImpl(instrumentingAgents, source, type, level, message, state, arguments, requestIdentifier);
68 UNUSED_PARAM(message);
75 inline void InspectorInstrumentation::addMessageToConsole(Page* page, MessageSource source, MessageType type, MessageLevel level, const String& message, const String& scriptId, unsigned lineNumber, unsigned columnNumber, ScriptState* state, unsigned long requestIdentifier) argument
79 addMessageToConsoleImpl(instrumentingAgents, source, type, level, message, scriptId, lineNumber, columnNumber, state, requestIdentifier);
85 UNUSED_PARAM(message);
94 inline void InspectorInstrumentation::addMessageToConsole(WorkerContext* workerContext, MessageSource source, MessageType type, MessageLevel level, const String& message, PassRefPt argument
110 addMessageToConsole(WorkerContext* workerContext, MessageSource source, MessageType type, MessageLevel level, const String& message, const String& scriptId, unsigned lineNumber, unsigned columnNumber, ScriptState* state, unsigned long requestIdentifier) argument
[all...]
H A DInspectorConsoleAgent.cpp155 void InspectorConsoleAgent::addMessageToConsole(MessageSource source, MessageType type, MessageLevel level, const String& message, PassRefPtr<ScriptCallStack> callStack, unsigned long requestIdentifier) argument
165 addConsoleMessage(adoptPtr(new ConsoleMessage(!isWorkerAgent(), source, type, level, message, callStack, requestIdentifier)));
168 void InspectorConsoleAgent::addMessageToConsole(MessageSource source, MessageType type, MessageLevel level, const String& message, ScriptState* state, PassRefPtr<ScriptArguments> arguments, unsigned long requestIdentifier) argument
178 addConsoleMessage(adoptPtr(new ConsoleMessage(!isWorkerAgent(), source, type, level, message, arguments, state, requestIdentifier)));
181 void InspectorConsoleAgent::addMessageToConsole(MessageSource source, MessageType type, MessageLevel level, const String& message, const String& scriptId, unsigned lineNumber, unsigned columnNumber, ScriptState* state, unsigned long requestIdentifier) argument
192 addConsoleMessage(adoptPtr(new ConsoleMessage(canGenerateCallStack, source, type, level, message, scriptId, lineNumber, columnNumber, state, requestIdentifier)));
228 String message = title + String::format(": %.3fms", elapsed * 1000); local
229 addMessageToConsole(ConsoleAPIMessageSource, TimingMessageType, DebugMessageLevel, message, callStack);
253 String message = title + ": " + String::number(count); local
254 addMessageToConsole(ConsoleAPIMessageSource, LogMessageType, DebugMessageLevel, message, callStac
270 String message = "XHR finished loading: \\"" + url + "\\"."; local
282 String message = "Failed to load resource: the server responded with a status of " + String::number(response.httpStatusCode()) + " (" + response.httpStatusText() + ')'; local
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Dispatch/lib/Log/Dispatch/
H A DScreen.pm40 print STDERR $p{message};
44 print STDOUT $p{message};
65 $screen->log( level => 'alert', message => "I'm searching the city for sci-fi wasabi\n" );
111 ( message => $log_message, level => $log_level )
113 The callbacks are expected to modify the message and then return a
114 single scalar containing that modified message. These callbacks will
116 will only be applied to a given message once.
120 =item * log_message( message => $ )
122 Sends a message to the appropriate output. Generally this shouldn't
/macosx-10.9.5/DiskArbitration-266/diskarbitrationd/
H A DDALog.c41 char * message; local
45 message = ___CFStringCreateCStringWithFormatAndArguments( format, arguments );
49 message = strdup( format );
52 if ( message )
70 fprintf( __gDALogDebugFile, "%s", message );
82 syslog( level, "%s", message );
91 syslog( level, "%s", message );
98 syslog( level, "%s", message );
104 free( message );
/macosx-10.9.5/ICU-511.35/icuSources/tools/icuinfo/
H A Dicuinfo.cpp155 const char *message = NULL; local
173 message = "Note: This plugin changed the system level (by allocating memory or calling something which does). Later plugins may not load.";
177 message = "Error: This plugin did not call uplug_setPlugLevel during QUERY.";
181 message = "Error: This plugin couldn't load because the system level was too high. Try loading this plugin earlier.";
185 message = NULL; /* no message */
189 message = "error loading:";
191 message = "warning during load:";
195 if(message!=NULL) {
197 "/// %s\n", u_errorName(loadStatus), message);
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/Security/
H A DsslHandshake.h128 SSL_HdskStateFinished, /* must get a finished message in the
178 OSStatus SSLProcessCertificate(SSLBuffer message, SSLContext *ctx);
180 OSStatus SSLProcessCertificateRequest(SSLBuffer message, SSLContext *ctx);
182 OSStatus SSLProcessCertificateVerify(SSLBuffer message, SSLContext *ctx);
186 OSStatus SSLProcessServerHello(SSLBuffer message, SSLContext *ctx);
188 OSStatus SSLProcessClientHello(SSLBuffer message, SSLContext *ctx);
193 OSStatus SSLProcessServerHelloVerifyRequest(SSLBuffer message, SSLContext *ctx);
198 OSStatus SSLProcessServerKeyExchange(SSLBuffer message, SSLContext *ctx);
205 OSStatus SSLProcessFinished(SSLBuffer message, SSLContext *ctx);
207 OSStatus SSLProcessServerHelloDone(SSLBuffer message, SSLContex
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/lib/
H A DsslHandshake.h128 SSL_HdskStateFinished, /* must get a finished message in the
178 OSStatus SSLProcessCertificate(SSLBuffer message, SSLContext *ctx);
180 OSStatus SSLProcessCertificateRequest(SSLBuffer message, SSLContext *ctx);
182 OSStatus SSLProcessCertificateVerify(SSLBuffer message, SSLContext *ctx);
186 OSStatus SSLProcessServerHello(SSLBuffer message, SSLContext *ctx);
188 OSStatus SSLProcessClientHello(SSLBuffer message, SSLContext *ctx);
193 OSStatus SSLProcessServerHelloVerifyRequest(SSLBuffer message, SSLContext *ctx);
198 OSStatus SSLProcessServerKeyExchange(SSLBuffer message, SSLContext *ctx);
205 OSStatus SSLProcessFinished(SSLBuffer message, SSLContext *ctx);
207 OSStatus SSLProcessServerHelloDone(SSLBuffer message, SSLContex
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/security_ssl/
H A DsslHandshake.h128 SSL_HdskStateFinished, /* must get a finished message in the
178 OSStatus SSLProcessCertificate(SSLBuffer message, SSLContext *ctx);
180 OSStatus SSLProcessCertificateRequest(SSLBuffer message, SSLContext *ctx);
182 OSStatus SSLProcessCertificateVerify(SSLBuffer message, SSLContext *ctx);
186 OSStatus SSLProcessServerHello(SSLBuffer message, SSLContext *ctx);
188 OSStatus SSLProcessClientHello(SSLBuffer message, SSLContext *ctx);
193 OSStatus SSLProcessServerHelloVerifyRequest(SSLBuffer message, SSLContext *ctx);
198 OSStatus SSLProcessServerKeyExchange(SSLBuffer message, SSLContext *ctx);
205 OSStatus SSLProcessFinished(SSLBuffer message, SSLContext *ctx);
207 OSStatus SSLProcessServerHelloDone(SSLBuffer message, SSLContex
[all...]
/macosx-10.9.5/WebCore-7537.78.1/dom/default/
H A DPlatformMessagePortChannel.cpp40 PassOwnPtr<PlatformMessagePortChannel::EventData> PlatformMessagePortChannel::EventData::create(PassRefPtr<SerializedScriptValue> message, PassOwnPtr<MessagePortChannelArray> channels) argument
42 return adoptPtr(new EventData(message, channels));
45 PlatformMessagePortChannel::EventData::EventData(PassRefPtr<SerializedScriptValue> message, PassOwnPtr<MessagePortChannelArray> channels) argument
46 : m_message(message)
94 void MessagePortChannel::postMessageToRemote(PassRefPtr<SerializedScriptValue> message, PassOwnPtr<MessagePortChannelArray> channels) argument
99 bool wasEmpty = m_channel->m_outgoingQueue->appendAndCheckEmpty(PlatformMessagePortChannel::EventData::create(message, channels));
104 bool MessagePortChannel::tryGetMessageFromRemote(RefPtr<SerializedScriptValue>& message, OwnPtr<MessagePortChannelArray>& channels) argument
111 message = result->message();
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DPageConsole.cpp134 void PageConsole::addMessage(MessageSource source, MessageLevel level, const String& message, unsigned long requestIdentifier, Document* document) argument
146 addMessage(source, level, message, url, line, 0, 0, 0, requestIdentifier);
149 void PageConsole::addMessage(MessageSource source, MessageLevel level, const String& message, PassRefPtr<ScriptCallStack> callStack) argument
151 addMessage(source, level, message, String(), 0, 0, callStack, 0);
154 void PageConsole::addMessage(MessageSource source, MessageLevel level, const String& message, const String& url, unsigned lineNumber, unsigned columnNumber, PassRefPtr<ScriptCallStack> callStack, ScriptState* state, unsigned long requestIdentifier) argument
164 InspectorInstrumentation::addMessageToConsole(page, source, LogMessageType, level, message, callStack, requestIdentifier);
166 InspectorInstrumentation::addMessageToConsole(page, source, LogMessageType, level, message, url, lineNumber, columnNumber, state, requestIdentifier);
174 page->chrome().client()->addMessageToConsole(source, level, message, lineNumber, columnNumber, url);
182 printf(" %s\n", message.utf8().data());
/macosx-10.9.5/WebCore-7537.78.1/platform/efl/
H A DScrollbarEfl.cpp72 static void scrollbarEflEdjeMessage(void* data, Evas_Object*, Edje_Message_Type messageType, int id, void* message) argument
75 EINA_LOG_ERR("Unknown message id '%d' from scroll bar theme.", id);
88 Edje_Message_Float* messageFloat = static_cast<Edje_Message_Float*>(message);
175 Edje_Message_Float_Set* message = new(buffer.get()) Edje_Message_Float_Set; local
176 message->count = 2;
179 message->val[0] = pos / static_cast<float>(tSize - vSize);
181 message->val[0] = 0.0;
184 message->val[1] = vSize / static_cast<float>(tSize);
186 message->val[1] = 0.0;
188 edje_object_message_send(evasObject(), EDJE_MESSAGE_FLOAT_SET, 0, message); local
[all...]
/macosx-10.9.5/WebKit-7537.78.2/gtk/webkit/
H A Dwebkitnetworkrequest.cpp48 SoupMessage* message; member in struct:_WebKitNetworkRequestPrivate
63 if (priv->message) {
64 g_object_unref(priv->message);
65 priv->message = NULL;
107 priv->message = SOUP_MESSAGE(g_value_dup_object(value));
140 * WebKitNetworkRequest:message:
147 g_param_spec_object("message",
199 if (!priv->message)
205 soup_message_set_uri(priv->message, soupURI);
226 SoupURI* soupURI = soup_message_get_uri(priv->message);
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Linker/
H A DLinker.cpp45 Linker::error(StringRef message) { argument
46 Error = message;
48 errs() << ProgramName << ": error: " << message << "\n"; local
53 Linker::warning(StringRef message) { argument
54 Error = message;
56 errs() << ProgramName << ": warning: " << message << "\n"; local
61 Linker::verbose(StringRef message) { argument
63 errs() << " " << message << "\n";
104 + ec.message();
/macosx-10.9.5/security_dotmac_tp-55107.1/lib/
H A DdotMacXmlRpc.cpp53 CFHTTPMessageRef message = local
57 if (message != NULL) {
58 responseCode = CFHTTPMessageGetResponseStatusCode(message);
59 message = NULL;
73 CFHTTPMessageRef message = local
77 if (message != NULL) {
78 CFURLRef theURL = CFHTTPMessageCopyRequestURL(message);
80 //Move the stuff that counts into our new message
89 if ((message != NULL) && (outgoingMessage != NULL)) {
90 successful = CFHTTPMessageAddAuthentication(outgoingMessage, message,
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/export/samples/
H A Dsample-request.c46 #include <dns/message.h>
71 make_querymessage(dns_message_t *message, const char *namestr, argument
92 /* Construct query message */
93 message->opcode = dns_opcode_query;
94 message->rdclass = dns_rdataclass_in;
96 result = dns_message_gettempname(message, &qname);
100 result = dns_message_gettemprdataset(message, &qrdataset);
107 dns_rdataset_makequestion(qrdataset, message->rdclass, rdtype);
109 dns_message_addname(message, qname, DNS_SECTION_QUESTION);
115 dns_message_puttempname(message,
124 print_section(dns_message_t *message, int section, isc_buffer_t *buf) argument
[all...]
/macosx-10.9.5/postfix-252/postfix/src/oqmgr/
H A Dqmgr_entry.c9 /* QMGR_ENTRY *qmgr_entry_create(queue, message)
11 /* QMGR_MESSAGE *message;
28 /* These routines add/delete/manipulate per-site message
32 /* message, and appends the entry to the queue's todo list.
49 /* queue entry for a message is done with: either read more
52 /* message originator (see qmgr_active_done()).
183 QMGR_MESSAGE *message = entry->message; local
205 new_entry = qmgr_entry_create(dst, message);
216 QMGR_MESSAGE *message local
304 qmgr_entry_create(QMGR_QUEUE *queue, QMGR_MESSAGE *message) argument
[all...]

Completed in 238 milliseconds

<<11121314151617181920>>