HomeSort by relevance Sort by last modified time
    Searched defs:message (Results 51 - 75 of 2666) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/apache-http/src/org/apache/http/message/
LineParser.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/message/LineParser.java $
32 package org.apache.http.message;
44 * Interface for parsing lines in the HEAD section of an HTTP message.
  /external/google-breakpad/src/testing/gtest/test/
gtest-test-part_test.cc 37 using testing::Message;
59 Message message; local
60 message << "something is terribly wrong";
61 message << static_cast<const char*>(testing::internal::kStackTraceMarker);
62 message << "some unimportant stack trace";
67 message.GetString().c_str());
72 EXPECT_STREQ(message.GetString().c_str(), result.message());
80 "message");
    [all...]
  /external/google-tv-pairing-protocol/cpp/src/polo/pairing/message/
pairingrequestackmessage.cc 15 #include "polo/pairing/message/pairingrequestackmessage.h"
21 namespace message { namespace in namespace:polo::pairing
48 } // namespace message
pairingrequestmessage.cc 15 #include "polo/pairing/message/pairingrequestmessage.h"
22 namespace message { namespace in namespace:polo::pairing
57 } // namespace message
  /external/gtest/test/
gtest-test-part_test.cc 37 using testing::Message;
59 Message message; local
60 message << "something is terribly wrong";
61 message << static_cast<const char*>(testing::internal::kStackTraceMarker);
62 message << "some unimportant stack trace";
67 message.GetString().c_str());
72 EXPECT_STREQ(message.GetString().c_str(), result.message());
80 "message");
    [all...]
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/message/
ChannelInfoMessage.java 33 package com.jme3.network.message;
ZIPCompressedMessage.java 33 package com.jme3.network.message;
35 import com.jme3.network.Message;
39 * Compress a message using this ZIPCompressedMessage class
51 public ZIPCompressedMessage(Message msg) {
55 public ZIPCompressedMessage(Message msg, int level) {
  /external/libcxx/src/
system_error.cpp 50 __do_message::message(int ev) const function in class:__do_message
60 virtual string message(int ev) const;
70 __generic_error_category::message(int ev) const function in class:__generic_error_category
76 return __do_message::message(ev);
91 virtual string message(int ev) const;
102 __system_error_category::message(int ev) const function in class:__system_error_category
108 return __do_message::message(ev);
131 error_condition::message() const function in class:error_condition
133 return __cat_->message(__val_);
139 error_code::message() cons function in class:error_code
    [all...]
  /external/markdown/markdown/
etree_loader.py 2 from markdown import message, CRITICAL namespace
21 message(CRITICAL, "Failed to import ElementTree")
24 message(CRITICAL, "For cElementTree version 1.0 or higher is required.")
29 message(CRITICAL, "For ElementTree version 1.1 or higher is required")
  /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/nist-sip/java/javax/sip/message/
MessageFactory.java 1 package javax.sip.message;
  /external/protobuf/gtest/test/
gtest-test-part_test.cc 37 using testing::Message;
59 Message message; local
60 message << "something is terribly wrong";
61 message << static_cast<const char*>(testing::internal::kStackTraceMarker);
62 message << "some unimportant stack trace";
67 message.GetString().c_str());
72 EXPECT_STREQ(message.GetString().c_str(), result.message());
80 "message");
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowMessenger.java 9 import android.os.Message;
23 public void send(Message message) throws RemoteException {
24 message.setTarget(handler);
25 message.sendToTarget();
  /external/skia/tests/
SHA1Test.cpp 21 const char* message; member in struct:SHA1Test
37 size_t len = strlen(test.message);
41 context.update(reinterpret_cast<const uint8_t*>(test.message), len);
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
log4j-over-slf4j-1.4.2.jar 
  /external/toybox/toys/pending/
logger.c 14 usage: logger [-s] [-t tag] [-p [facility.]priority] [message]
16 Log message (or stdin) to syslog.
32 char *message = NULL; local
60 message = xrealloc(message, length + 1); // another one for the null byte
62 sprintf(message + pos, "%s ", *toys.optargs);
67 message = toybuf;
71 syslog(priority, "%s", message);
  /frameworks/av/drm/common/
IDrmServiceListener.cpp 50 const String8& message = data.readString8(); local
52 status_t status = notify(DrmInfoEvent(uniqueId, type, message));
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
ListWithMailMessages.java 45 + "message, with a bunch of text and stuff.</p>", true));
69 * POJO mail message.
127 MailMessage message = getItem(position); local
136 subject.setText(message.getSubject());
139 body.loadData(message.getBody(), mimeType, null);
140 // body.setText(message.getBody());
141 body.setFocusable(message.isFocusable());
  /frameworks/compile/mclinker/include/mcld/Script/
AssertCmd.h 36 const std::string& message() const { return m_Message; } function in class:mcld::AssertCmd
  /libcore/luni/src/main/java/javax/xml/parsers/
FactoryConfigurationError.java 41 * detail message.
50 * the <code>String </code> specified as an error message.
52 * @param msg The error message for the exception.
76 * given <code>Exception</code> base cause and detail message.
80 * @param msg The detail message.
90 * Return the message (if any) for this error . If there is no
91 * message for the exception and there is an encapsulated
92 * exception then the message of that exception, if it exists will be
96 * @return The error message.
100 String message = super.getMessage () local
    [all...]
  /libcore/luni/src/main/java/javax/xml/transform/
TransformerFactoryConfigurationError.java 38 * detail message.
46 * the <code>String</code> specified as an error message.
48 * @param msg The error message for the exception.
73 * given <code>Exception</code> base cause and detail message.
77 * @param msg The detail message.
87 * Return the message (if any) for this error . If there is no
88 * message for the exception and there is an encapsulated
89 * exception then the message of that exception will be returned.
91 * @return The error message.
95 String message = super.getMessage() local
    [all...]
  /libcore/luni/src/main/java/org/xml/sax/
SAXException.java 52 * @param message The error or warning message.
54 public SAXException (String message) {
55 super(message);
64 * one, and its message will become the default message for
79 * one, but the new exception will have its own message.</p>
81 * @param message The detail message.
84 public SAXException (String message, Exception e
102 String message = super.getMessage(); local
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
system_error.cpp 46 __do_message::message(int ev) const function in class:__do_message
56 virtual string message(int ev) const;
66 __generic_error_category::message(int ev) const function in class:__generic_error_category
75 return __do_message::message(ev);
90 virtual string message(int ev) const;
101 __system_error_category::message(int ev) const function in class:__system_error_category
110 return __do_message::message(ev);
136 error_condition::message() const function in class:error_condition
138 return __cat_->message(__val_);
144 error_code::message() cons function in class:error_code
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-test-part_test.cc 37 using testing::Message;
59 Message message; local
60 message << "something is terribly wrong";
61 message << static_cast<const char*>(testing::internal::kStackTraceMarker);
62 message << "some unimportant stack trace";
67 message.GetString().c_str());
72 EXPECT_STREQ(message.GetString().c_str(), result.message());
80 "message");
    [all...]
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastCursorAdapter.java 47 CellBroadcastMessage message = CellBroadcastMessage.createFromCursor(cursor); local
53 listItem.bind(message);
66 CellBroadcastMessage message = CellBroadcastMessage.createFromCursor(cursor); local
68 listItem.bind(message);

Completed in 569 milliseconds

1 23 4 5 6 7 8 91011>>