HomeSort by relevance Sort by last modified time
    Searched defs:Message (Results 451 - 475 of 709) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
DeclCXX.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
DeclCXX.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
DeclCXX.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cdonts.h 47 typedef struct Message Message;
120 typedef struct Message Message;
    [all...]
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/src/
gtest.cc 346 const char* message)
347 : data_(new AssertHelperData(type, file, line, message)) {
354 // Message assignment, for assertion streaming support.
355 void AssertHelper::operator=(const Message& message) const {
358 AppendUserMessage(data_->message, message),
603 // failure of the given type and that the failure message contains the
614 Message msg;
631 if (strstr(r.message(), substr.c_str()) == NULL)
1999 Message message; local
2015 Message message; local
3715 msg << message; local
    [all...]
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/
gtest_unittest.cc 89 virtual void Send(const string& message) { output_ += message; }
149 // Meta characters in the failure message should be properly escaped.
151 "event=TestPartResult&file=foo.cc&line=42&message=failed%3D%0A%26%25\n",
223 using testing::Message;
6805 Message message; local
    [all...]
  /frameworks/support/compat/src/main/java/androidx/core/app/
NotificationCompat.java 407 * {@link MessagingStyle.Message} objects for a {@link MessagingStyle} notification.
423 * notification. For example if the notification represents a voice message this should point
424 * to the audio of that message.
429 * This extra is unnecessary if you are using {@code MessagingStyle} since each {@code Message}
431 * See {@code Message#setData}.
493 * Notification category: incoming direct message (SMS, instant message, etc.).
498 * Notification category: asynchronous bulk message (email).
2439 MessagingStyle.Message message = mMessages.get(i); local
2457 MessagingStyle.Message message = mMessages.get(i); local
2473 MessagingStyle.Message message = mMessages.get(i); local
2734 Message message = getMessageFromBundle((Bundle)bundles[i]); local
2760 Message message = new Message( local
    [all...]
  /external/googletest/googletest/src/
gtest.cc 365 const char* message)
366 : data_(new AssertHelperData(type, file, line, message)) {
373 // Message assignment, for assertion streaming support.
374 void AssertHelper::operator=(const Message& message) const {
377 AppendUserMessage(data_->message, message),
630 // failure of the given type and that the failure message contains the
641 Message msg;
658 if (strstr(r.message(), substr.c_str()) == NULL)
2337 Message message; local
2353 Message message; local
4139 msg << message; local
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest.cc 365 const char* message)
366 : data_(new AssertHelperData(type, file, line, message)) {
373 // Message assignment, for assertion streaming support.
374 void AssertHelper::operator=(const Message& message) const {
377 AppendUserMessage(data_->message, message),
630 // failure of the given type and that the failure message contains the
641 Message msg;
658 if (strstr(r.message(), substr.c_str()) == NULL)
2339 Message message; local
2355 Message message; local
4116 msg << message; local
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 731 // favor of a better message, emit it now.
    [all...]
  /external/python/cpython2/Lib/lib-tk/
Tkinter.py     [all...]
  /external/python/cpython3/Lib/tkinter/
__init__.py 306 # check for type of NAME parameter to override weird error message
    [all...]
  /external/v8/testing/gtest/src/
gtest.cc 364 const char* message)
365 : data_(new AssertHelperData(type, file, line, message)) {
372 // Message assignment, for assertion streaming support.
373 void AssertHelper::operator=(const Message& message) const {
376 AppendUserMessage(data_->message, message),
629 // failure of the given type and that the failure message contains the
640 Message msg;
657 if (strstr(r.message(), substr.c_str()) == NULL)
2338 Message message; local
2354 Message message; local
4113 msg << message; local
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest-all.cc 191 // being part of the failure message.
204 // - You cannot stream a failure message to this macro.
248 // being part of the failure message.
261 // - You cannot stream a failure message to this macro.
870 std::string message; member in struct:testing::internal::TraceInfo
3498 Message message; local
3514 Message message; local
5268 msg << message; local
    [all...]
  /frameworks/base/media/java/android/media/
AudioManager.java 45 import android.os.Message;
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkinter.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tkinter.py     [all...]
  /prebuilts/gradle-plugin/com/android/tools/common/24.3.0-alpha4/
common-24.3.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/24.3.0-alpha5/
common-24.3.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/24.3.0-beta1/
common-24.3.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/24.3.0-beta2/
common-24.3.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/24.3.0-beta3/
common-24.3.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/24.3.0-beta4/
common-24.3.0-beta4.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/24.3.1/
common-24.3.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/24.4.0-alpha1/
common-24.4.0-alpha1.jar 

Completed in 1113 milliseconds

<<11121314151617181920>>