Home
last modified time | relevance | path

Searched refs:msgs (Results 1 – 11 of 11) sorted by relevance

/frameworks/layoutlib/bridge/src/android/util/
DLog_Delegate.java43 static int println_native(int bufID, int priority, String tag, String msgs) { in println_native() argument
45 for (String msg: msgs.split("\n")) { in println_native()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Dmessage_factory_test.py148 msgs = factory.GetMessages([f.name])
149 self.assertIn('google.protobuf.python.internal.Container', msgs)
165 msgs = factory.GetMessages([f.name])
166 self.assertIn('google.protobuf.python.internal.Extension', msgs)
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/
Dupb.c5485 static const upb_msgdef msgs[22]; variable
5496 static const upb_msgdef msgs[22] = { variable
5522 …L, UPB_TYPE_STRING, 0, false, false, false, false, "aggregate_value", 8, &msgs[20], NULL, 15, 6, {…
5523 …PTIONAL, UPB_TYPE_BOOL, 0, false, false, false, false, "allow_alias", 2, &msgs[4], NULL, 6, 1, {0}…
5524 …L, UPB_TYPE_BOOL, 0, false, false, false, false, "cc_enable_arenas", 31, &msgs[11], NULL, 23, 12, …
5525 …UPB_TYPE_BOOL, 0, false, false, false, false, "cc_generic_services", 16, &msgs[11], NULL, 17, 6, {…
5526 …AL, UPB_TYPE_BOOL, 0, false, false, false, false, "client_streaming", 5, &msgs[13], NULL, 13, 4, {…
5527 … UPB_TYPE_STRING, 0, false, false, false, false, "csharp_namespace", 37, &msgs[11], NULL, 27, 14, …
5528 …ABEL_OPTIONAL, UPB_TYPE_ENUM, 0, false, false, false, false, "ctype", 1, &msgs[8], (const upb_def*…
5529 …NAL, UPB_TYPE_STRING, 0, false, false, false, false, "default_value", 7, &msgs[7], NULL, 16, 7, {0…
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/
Dupb.c4981 static const upb_msgdef msgs[20]; variable
4992 static const upb_msgdef msgs[20] = { variable
5016 …L, UPB_TYPE_STRING, 0, false, false, false, false, "aggregate_value", 8, &msgs[18], NULL, 15, 6, {…
5017 …PTIONAL, UPB_TYPE_BOOL, 0, false, false, false, false, "allow_alias", 2, &msgs[3], NULL, 6, 1, {0}…
5018 …UPB_TYPE_BOOL, 0, false, false, false, false, "cc_generic_services", 16, &msgs[10], NULL, 17, 6, {…
5019 …ABEL_OPTIONAL, UPB_TYPE_ENUM, 0, false, false, false, false, "ctype", 1, &msgs[7], (const upb_def*…
5020 …NAL, UPB_TYPE_STRING, 0, false, false, false, false, "default_value", 7, &msgs[6], NULL, 16, 7, {0…
5021 …PEATED, UPB_TYPE_STRING, 0, false, false, false, false, "dependency", 3, &msgs[8], NULL, 30, 8, {0…
5022 …OPTIONAL, UPB_TYPE_BOOL, 0, false, false, false, false, "deprecated", 3, &msgs[7], NULL, 8, 3, {0}…
5023 …ONAL, UPB_TYPE_DOUBLE, 0, false, false, false, false, "double_value", 6, &msgs[18], NULL, 11, 4, {…
[all …]
/frameworks/av/services/camera/libcameraservice/device1/
DCameraHardwareInterface.cpp178 std::vector<android::HandleTimestampMessage> msgs; in handleCallbackTimestampBatch() local
179 msgs.reserve(messages.size()); in handleCallbackTimestampBatch()
199 msgs.push_back({hidl_msg.timestamp, mem->mBuffers[hidl_msg.bufferIndex]}); in handleCallbackTimestampBatch()
202 mDataCbTimestampBatch((int32_t) msgType, msgs, mCbUser); in handleCallbackTimestampBatch()
598 std::vector<VideoFrameMessage> msgs; in releaseRecordingFrameBatch() local
599 msgs.reserve(n); in releaseRecordingFrameBatch()
612 msgs.push_back({nh, heapId, bufferIndex}); in releaseRecordingFrameBatch()
620 mHidlDevice->releaseRecordingFrameHandleBatch(msgs); in releaseRecordingFrameBatch()
622 for (auto& msg : msgs) { in releaseRecordingFrameBatch()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DInboundSmsHandler.java1648 private static ContentValues parseSmsMessage(SmsMessage[] msgs) { in parseSmsMessage() argument
1649 final SmsMessage sms = msgs[0]; in parseSmsMessage()
1652 values.put(Telephony.Sms.Inbox.BODY, buildMessageBodyFromPdus(msgs)); in parseSmsMessage()
1673 private static String buildMessageBodyFromPdus(SmsMessage[] msgs) { in buildMessageBodyFromPdus() argument
1674 if (msgs.length == 1) { in buildMessageBodyFromPdus()
1676 return replaceFormFeeds(msgs[0].getDisplayMessageBody()); in buildMessageBodyFromPdus()
1680 for (SmsMessage msg: msgs) { in buildMessageBodyFromPdus()
/frameworks/base/telephony/java/android/provider/
DTelephony.java1342 SmsMessage[] msgs = new SmsMessage[pduCount]; in getMessagesFromIntent() local
1346 msgs[i] = SmsMessage.createFromPdu(pdu, format); in getMessagesFromIntent()
1347 if (msgs[i] != null) msgs[i].setSubId(subId); in getMessagesFromIntent()
1349 return msgs; in getMessagesFromIntent()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/testdata/
Ddefault_value.proto127 repeated string msgs = 3; field
/frameworks/base/telephony/java/android/telephony/
DSmsManager.java2743 public abstract void onFinancialSmsMessages(CursorWindow msgs); in onFinancialSmsMessages() argument
2773 public void onGetSmsMessagesForFinancialApp(CursorWindow msgs) { in getSmsMessagesForFinancialApp() argument
2775 () -> callback.onFinancialSmsMessages(msgs))); in getSmsMessagesForFinancialApp()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.h553 hardware::camera::device::V3_2::NotifyMsg>& msgs) override;
DCamera3Device.cpp1449 const hardware::hidl_vec<hardware::camera::device::V3_2::NotifyMsg>& msgs) { in notify() argument
1460 for (const auto& msg : msgs) { in notify()