HomeSort by relevance Sort by last modified time
    Searched refs:message (Results 501 - 525 of 3014) sorted by null

<<21222324252627282930>>

  /external/emma/core/java12/com/vladium/util/exception/
AbstractRuntimeException.java 37 * Each constructor that accepts a String 'message' parameter accepts an error
43 * the error message.<P>
46 * message used as a java.text.MessageFormat pattern.<P>
67 * subhierarchy-specific message resource bundles without maintaining all error
94 * Constructs an exception with null message and null cause.
103 * Constructs an exception with given error message/code and null cause.
105 * @param message the detail message [can be null]
107 public AbstractRuntimeException (final String message)
109 super (message);
    [all...]
  /external/javassist/sample/rmi/
AlertDialog.java 22 public void show(String message) {
23 label.setText(message);
  /external/llvm/lib/Object/
Error.cpp 24 virtual std::string message(int ev) const;
33 std::string _object_error_category::message(int ev) const { function in class:_object_error_category
43 llvm_unreachable("An enumerator of object_error does not have a message "
  /external/llvm/utils/TableGen/
Error.h 24 std::string Message;
26 TGError(SMLoc loc, const std::string &message) : Loc(loc), Message(message) {}
29 const std::string &getMessage() const { return Message; }
  /external/nist-sip/java/gov/nist/core/
Debug.java 56 public static void logError(String message, Exception ex) {
58 stackLogger.logError(message,ex);
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
AuthenticationHelper.java 11 import javax.sip.message.Request;
12 import javax.sip.message.Response;
  /external/nist-sip/java/gov/nist/javax/sip/message/
MessageFactoryExt.java 1 package gov.nist.javax.sip.message;
6 import javax.sip.message.MessageFactory;
16 * Set the common UserAgent header for all Requests created from this message factory.
18 * that take String for an argument and create Message from the given String.
28 * Set the common Server header for all Responses created from this message factory.
30 * that take String for an argument and create Message from the given String.
  /external/protobuf/python/google/protobuf/internal/
text_format_test.py 67 message = unittest_pb2.TestAllTypes()
68 test_util.SetAllFields(message)
70 self.RemoveRedundantZeros(text_format.MessageToString(message)),
74 message = unittest_pb2.TestAllExtensions()
75 test_util.SetAllExtensions(message)
77 self.RemoveRedundantZeros(text_format.MessageToString(message)),
81 message = unittest_mset_pb2.TestMessageSetContainer()
84 message.message_set.Extensions[ext1].i = 23
85 message.message_set.Extensions[ext2].str = 'foo'
86 self.CompareToGoldenText(text_format.MessageToString(message),
    [all...]
  /external/protobuf/src/google/protobuf/
text_format.cc 55 string Message::DebugString() const {
63 string Message::ShortDebugString() const {
79 string Message::Utf8DebugString() const {
90 void Message::PrintDebugString() const {
96 // Internal class for parsing an ASCII representation of a Protocol Message.
97 // This class makes use of the Protocol Message compiler's tokenizer found
141 // information into the output pointer (a Message). Returns
144 bool Parse(Message* output) {
155 bool ParseField(const FieldDescriptor* field, Message* output) {
165 void ReportError(int line, int col, const string& message) {
    [all...]
  /external/srtp/crypto/include/
hmac.h 71 hmac_update(hmac_ctx_t *state, const uint8_t *message, int msg_octets);
74 hmac_compute(hmac_ctx_t *state, const void *message,
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8DedicatedWorkerContextCustom.cpp 50 RefPtr<SerializedScriptValue> message = SerializedScriptValue::create(args[0], didThrow); local
59 workerContext->postMessage(message.release(), &portArray, ec);
  /external/webkit/Source/WebCore/dom/
EventException.idl 39 readonly attribute DOMString message;
RangeException.idl 26 readonly attribute DOMString message;
  /external/webkit/Source/WebCore/plugins/win/
PluginMessageThrottlerWin.h 57 bool isInlineMessage(PluginMessage* message);
58 void freeMessage(PluginMessage* message);
  /external/webkit/Source/WebCore/xml/
XMLHttpRequestException.idl 38 readonly attribute DOMString message;
  /external/webkit/Source/WebKit/chromium/src/
WebGeolocationError.cpp 36 void WebGeolocationError::assign(Error code, const WebString& message)
38 m_private = GeolocationError::create(static_cast<GeolocationError::ErrorCode>(code), message);
  /external/webkit/Source/WebKit/mac/Plugins/
WebPluginContainer.h 51 @abstract Tell the application to show the specified status message.
52 @param message The string to be shown.
54 - (void)webPlugInContainerShowStatus:(NSString *)message;
  /external/webkit/Tools/QueueStatusServer/model/
queuestatus.py 39 message = db.StringProperty(multiline=True) variable in class:QueueStatus
44 return self.message == "Retry" # From AbstractQueue._retry_status
  /external/webkit/Tools/Scripts/webkitpy/common/thread/
threadedmessagequeue.py 40 def post(self, message):
42 self._messages.append(message)
  /frameworks/media/libvideoeditor/osal/src/
M4PSW_DebugTrace.c 46 * @param msg (IN): the error message
79 M4OSA_Char* message,
82 M4OSA_DebugTrace(line, fileName, level, stringCondition, message, returnedError);
  /sdk/chimpchat/src/com/android/chimpchat/adb/
LoggingOutputReceiver.java 36 String message = new String(data, offset, length); local
37 for (String line : message.split("\n")) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
NativeLibInJarException.java 32 NativeLibInJarException(JarStatus status, String message, String libName,
34 super(message);
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/tasks/
IProgressUiProvider.java 70 * @param message The error message
73 public abstract boolean displayPrompt(String title, String message);
81 * @param message The message to be displayed as an instruction.
89 public abstract Pair<String, String> displayLoginPasswordPrompt(String title, String message);
  /external/wpa_supplicant/
ctrl_iface_dbus.c 347 * wpas_dbus_new_invalid_iface_error - Return a new invalid interface error message
348 * @message: Pointer to incoming dbus message this error refers to
349 * Returns: A dbus error message
353 DBusMessage * wpas_dbus_new_invalid_iface_error(DBusMessage *message)
355 return dbus_message_new_error(message, WPAS_ERROR_INVALID_IFACE,
362 * wpas_dbus_new_invalid_network_error - Return a new invalid network error message
363 * @message: Pointer to incoming dbus message this error refers to
364 * Returns: a dbus error message
    [all...]
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/internal/kerberos/v5/
KerberosErrorMessageTest.java 33 KerberosErrorMessage message = KerberosErrorMessage local
36 assertEquals("ctime", new Date(1000), message.getCtime());
37 assertEquals("cusec", 65536, message.getCusec());
39 assertEquals("stime", new Date(0), message.getStime());
40 assertEquals("susec", 65793, message.getSusec());
42 assertEquals("error-code", 6, message.getErrorCode());
44 assertEquals("crealm", "MY.REALM", message.getCrealm());
46 new String[] { "no_such_user" }), message.getCname());
48 assertEquals("realm", "MY.REALM", message.getRealm());
50 new String[] { "krbtgt", "MY.REALM" }), message.getSname())
    [all...]

Completed in 868 milliseconds

<<21222324252627282930>>