/external/chromium_org/third_party/jinja2/ |
exceptions.py | 16 def __init__(self, message=None): 17 if message is not None: 18 message = unicode(message).encode('utf-8') 19 Exception.__init__(self, message) 22 def message(self): member in class:TemplateError 24 message = self.args[0] 25 if message is not None: 26 return message.decode('utf-8', 'replace') 33 # bogusly warns us about message being deprecate 34 message = None variable in class:TemplateNotFound [all...] |
/external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/ |
test_bad_identifiers.proto | 46 message TestMessage { 49 message Descriptor { 52 message NestedDescriptor { 59 message Parser { 66 message Deprecated { 76 message Override { 80 message Object { 85 message String { 89 message Integer { 93 message Long [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_unittest.cc | 91 const string& message) { 93 filename, line, column, message); 133 // Check that all default values are set correctly in the initial message. 134 unittest::TestAllTypes message; local 136 TestUtil::ExpectClear(message); 142 &message.optionalgroup()); 144 &message.optional_nested_message()); 146 &message.optional_foreign_message()); 148 &message.optional_import_message()); 193 unittest::TestAllTypes message; local 205 unittest::TestAllTypes message; local 219 unittest::TestExtremeDefaultValues message; local 228 unittest::TestAllTypes message; local 250 unittest::TestAllTypes message; local 269 unittest::TestAllTypes message; local 287 unittest::TestAllTypes message; local 313 unittest::TestAllTypes message; local 334 unittest::TestAllTypes message; local 349 unittest::TestAllTypes message; local 370 unittest::TestAllTypes message; local 410 unittest::TestAllTypes message; local 562 unittest::TestAllTypes message; local 640 unittest::TestRequired message; local 654 unittest::TestRequiredForeign message; local 678 unittest::TestForeignNested message; local 706 unittest::TestMutualRecursionA message; local 727 unittest::TestCamelCaseFieldNames message; local 755 protobuf_unittest::TestConflictingSymbolNames message; local 778 protobuf_unittest::TestOptimizedForSize message, message2; local 790 protobuf_unittest::TestEmbedOptimizedForSize message, message2; local 843 unittest::TestRequired message; local 1307 no_generic_services_test::TestMessage message; local [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
wire_format.cc | 66 Message* message) { 67 const Descriptor* descriptor = message->GetDescriptor(); 68 const Reflection* message_reflection = message->GetReflection(); 79 // Must be the end of the message. 104 if (!ParseAndMergeMessageSetItem(input, message)) { 111 if (!ParseAndMergeField(tag, field, message, input)) { 120 Message* message, 122 const Reflection* message_reflection = message->GetReflection() [all...] |
reflection_ops.h | 42 #include <google/protobuf/message.h> 50 // methods of the Message interface, though they are likely to be 51 // slower than implementations tailored for the specific message type. 54 // the Message interface. 59 static void Copy(const Message& from, Message* to); 60 static void Merge(const Message& from, Message* to); 61 static void Clear(Message* message); [all...] |
/external/icu4c/extra/uconv/unicode/ |
uwmsg.h | 7 Get a message out of the default resource bundle, messageformat it, 23 /* Format a message and print it's output to a given file stream */ 26 /* format an error message */
|
/external/icu4c/samples/layout/ |
GnomeGUISupport.cpp | 22 void GnomeGUISupport::postErrorMessage(const char *message, const char *title) 28 s = g_strconcat(title, ":\n", message, NULL); 33 fprintf(stderr, "%s: %s\n", title, message);
|
/external/protobuf/examples/ |
addressbook.proto | 8 message Person { 19 message PhoneNumber { 28 message AddressBook {
|
/external/protobuf/gtest/test/ |
gtest-message_test.cc | 32 // Tests for the Message class. 34 #include <gtest/gtest-message.h> 40 using ::testing::Message; 43 // A helper function that turns a Message into a C string. 44 const char* ToCString(const Message& msg) { 50 // Tests the testing::Message class 54 const Message msg; 60 const Message msg1("Hello"); 61 const Message msg2(msg1); 65 // Tests constructing a Message from a C-string [all...] |
/external/smack/src/org/jivesoftware/smackx/ |
XHTMLManager.java | 26 import org.jivesoftware.smack.packet.Message; 54 * Returns an Iterator for the XHTML bodies in the message. Returns null if 55 * the message does not contain an XHTML extension. 57 * @param message an XHTML message 58 * @return an Iterator for the bodies in the message or null if none. 60 public static Iterator<String> getBodies(Message message) { 61 XHTMLExtension xhtmlExtension = (XHTMLExtension) message.getExtension("html", namespace); 69 * Adds an XHTML body to the message [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...] |
/ndk/sources/third_party/googletest/googletest/test/ |
gtest-message_test.cc | 32 // Tests for the Message class. 34 #include "gtest/gtest-message.h" 40 using ::testing::Message; 42 // Tests the testing::Message class 46 const Message msg; 52 const Message msg1("Hello"); 53 const Message msg2(msg1); 57 // Tests constructing a Message from a C-string. 59 Message msg("Hello"); 65 const std::string s = (Message() << 1.23456F << " " << 2.34567F).GetString() [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/ |
msg_03.txt | 5 Message-ID: <15090.61304.110929.45684@aaa.zzz.org> 8 Subject: This is a test message 14 Do you like this message?
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/ |
msg_03.txt | 5 Message-ID: <15090.61304.110929.45684@aaa.zzz.org> 8 Subject: This is a test message 14 Do you like this message?
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
ExtensionServer.js | 77 window.addEventListener("message", this._onWindowMessage.bind(this), false); 142 var message = { 147 subscribers[i].postMessage(message); 150 _onSubscribe: function(message, port) 152 var subscribers = this._subscribers[message.type]; 156 this._subscribers[message.type] = [ port ]; 157 if (this._subscriptionStartHandlers[message.type]) 158 this._subscriptionStartHandlers[message.type](); 162 _onUnsubscribe: function(message, port) 164 var subscribers = this._subscribers[message.type] [all...] |
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/ |
Antlr3ErrorLog.java | 34 import org.antlr.tool.Message; 58 * Sends an informational message to the Maven log sink. 59 * @param s The message to send to Maven 61 public void info(String message) { 62 log.info(message); 66 * Sends an error message from ANTLR analysis to the Maven Log sink. 68 * @param message The message to send to Maven. 70 public void error(Message message) { [all...] |
/external/chromium_org/apps/app_shim/ |
app_shim_host_mac_unittest.cc | 20 bool ReceiveMessage(IPC::Message* message); 22 const std::vector<IPC::Message*>& sent_messages() { 27 virtual bool Send(IPC::Message* message) OVERRIDE; 30 ScopedVector<IPC::Message> sent_messages_; 35 bool TestingAppShimHost::ReceiveMessage(IPC::Message* message) { 36 bool handled = OnMessageReceived(*message); 37 delete message; 70 IPC::Message* message = host()->sent_messages()[0]; local [all...] |
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
MessageLog.java | 35 * This class stores a message along with some other informations 47 private String message; field in class:MessageLog 73 return otherLog.message.equals(message) 83 String message, 92 if (message == null || message.equals("")) 94 this.message = message; 116 String message, [all...] |
/external/protobuf/src/google/protobuf/ |
reflection_ops.h | 41 #include <google/protobuf/message.h> 49 // methods of the Message interface, though they are likely to be 50 // slower than implementations tailored for the specific message type. 53 // the Message interface. 58 static void Copy(const Message& from, Message* to); 59 static void Merge(const Message& from, Message* to); 60 static void Clear(Message* message); [all...] |
text_format.h | 42 #include <google/protobuf/message.h> 59 // Outputs a textual representation of the given message to the given 61 static bool Print(const Message& message, io::ZeroCopyOutputStream* output); 70 static bool PrintToString(const Message& message, string* output); 77 // the message supplied. For non-repeated fields, an index of -1 must 80 static void PrintFieldValueToString(const Message& message, 86 // a protobuffer message is printed out [all...] |
/external/zxing/qr_scanner/src/com/google/zxing/client/android/ |
DecodeHandler.java | 29 import android.os.Message; 49 public void handleMessage(Message message) { 53 if (message.what == R.id.decode) { 54 decode((byte[]) message.obj, message.arg1, message.arg2); 55 } else if (message.what == R.id.quit) { 90 Message message = Message.obtain(handler, R.id.decode_succeeded, rawResult) local 98 Message message = Message.obtain(handler, R.id.decode_failed); local [all...] |
/external/bison/src/ |
complain.c | 38 /** Report an error message. 42 * \param prefix put before the message (e.g., "warning"). 43 * \param message the error message, a printf format string. Iff it 46 * newline-terminated message to stderr. 53 const char *message, va_list args) 75 vfprintf (stderr, message, args); 77 size_t l = strlen (message); 78 if (l < 2 || message[l - 2] != ':' || message[l - 1] != ' ' [all...] |
/external/chromium_org/chrome/test/nacl/ |
nacl_browsertest_util.cc | 31 // need to decode the json twice to get the original message. 39 return InternalError("Message was not a string: " + json); 43 return InternalError("Could not parse message JSON: " + temp + 48 return InternalError("Message was not an object: " + temp); 60 return InternalError(type + " message did not have field: " + field); 74 const std::string& message) { 76 LOG(INFO) << type << " " << message; local 83 std::string message; local 84 if (!msg->GetString("message", &message)) 89 std::string message; local 139 std::string message; local 145 std::string message; local [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
SmsCbConstants.java | 33 /** Start of PWS Message Identifier range (includes ETWS and CMAS). */ 42 /** ETWS Message Identifier for earthquake warning message. */ 45 /** ETWS Message Identifier for tsunami warning message. */ 48 /** ETWS Message Identifier for earthquake and tsunami combined warning message. */ 51 /** ETWS Message Identifier for test message. */ 54 /** ETWS Message Identifier for messages related to other emergency types. * [all...] |
/external/chromium/sdch/open-vcdiff/src/gtest/ |
gtest-message.h | 34 // This header file defines the Message class. 54 // The Message class works like an ostream repeater. 58 // 1. You stream a bunch of values to a Message object. 60 // 2. Then you stream the Message object to an ostream. 61 // This causes the text in the Message to be streamed 66 // testing::Message foo; 72 // Message is not intended to be inherited from. In particular, its 77 // latter (it causes an access violation if you do). The Message 80 class Message { 87 // Constructs an empty Message [all...] |