/third_party/protobuf/php/src/GPBMetadata/Google/Protobuf/Internal/ |
D | Descriptor.php | 18 …->repeated('file', \Google\Protobuf\Internal\GPBType::MESSAGE, 1, 'google.protobuf.internal.FileDe… 27 …->repeated('message_type', \Google\Protobuf\Internal\GPBType::MESSAGE, 4, 'google.protobuf.interna… 28 …->repeated('enum_type', \Google\Protobuf\Internal\GPBType::MESSAGE, 5, 'google.protobuf.internal.E… 29 …->repeated('service', \Google\Protobuf\Internal\GPBType::MESSAGE, 6, 'google.protobuf.internal.Ser… 30 …->repeated('extension', \Google\Protobuf\Internal\GPBType::MESSAGE, 7, 'google.protobuf.internal.F… 31 …->optional('options', \Google\Protobuf\Internal\GPBType::MESSAGE, 8, 'google.protobuf.internal.Fil… 32 …->optional('source_code_info', \Google\Protobuf\Internal\GPBType::MESSAGE, 9, 'google.protobuf.int… 38 …->repeated('field', \Google\Protobuf\Internal\GPBType::MESSAGE, 2, 'google.protobuf.internal.Field… 39 …->repeated('extension', \Google\Protobuf\Internal\GPBType::MESSAGE, 6, 'google.protobuf.internal.F… 40 …->repeated('nested_type', \Google\Protobuf\Internal\GPBType::MESSAGE, 3, 'google.protobuf.internal… [all …]
|
/third_party/rust/crates/clap/tests/builder/ |
D | error.rs | 26 static MESSAGE: &str = "error: failed for mysterious reasons in app_error() constant 59 assert_error(err, expected_kind, MESSAGE, true); in app_error() 90 static MESSAGE: &str = "\ in kind_prints_help() constant 96 assert_error(err, expected_kind, MESSAGE, false); in kind_prints_help() 108 static MESSAGE: &str = "\ in kind_formats_validation_error() variable 111 assert_error(err, expected_kind, MESSAGE, true); in kind_formats_validation_error() 122 static MESSAGE: &str = "\ in rich_formats_validation_error() constant 129 assert_error(err, expected_kind, MESSAGE, true); in rich_formats_validation_error() 141 static MESSAGE: &str = "\ in suggest_trailing() variable 150 assert_error(err, expected_kind, MESSAGE, true); in suggest_trailing() [all …]
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | Error.h | 74 #define DAWN_MAKE_ERROR(TYPE, MESSAGE) \ argument 75 ::dawn_native::ErrorData::Create(TYPE, MESSAGE, __FILE__, __func__, __LINE__) 77 #define DAWN_VALIDATION_ERROR(MESSAGE) DAWN_MAKE_ERROR(InternalErrorType::Validation, MESSAGE) argument 93 #define DAWN_DEVICE_LOST_ERROR(MESSAGE) DAWN_MAKE_ERROR(InternalErrorType::DeviceLost, MESSAGE) argument 97 #define DAWN_INTERNAL_ERROR(MESSAGE) DAWN_MAKE_ERROR(InternalErrorType::Internal, MESSAGE) argument 102 #define DAWN_UNIMPLEMENTED_ERROR(MESSAGE) \ argument 103 DAWN_MAKE_ERROR(InternalErrorType::Internal, std::string("Unimplemented: ") + MESSAGE) 108 #define DAWN_OUT_OF_MEMORY_ERROR(MESSAGE) DAWN_MAKE_ERROR(InternalErrorType::OutOfMemory, MESSAGE) argument
|
/third_party/mbedtls/scripts/data_files/ |
D | vs6-main-template.dsp | 8 !MESSAGE This is not a valid makefile. To build this project using NMAKE, 9 !MESSAGE use the Export Makefile command and run 10 !MESSAGE 11 !MESSAGE NMAKE /f "mbedtls.mak". 12 !MESSAGE 13 !MESSAGE You can specify a configuration when running NMAKE 14 !MESSAGE by defining the macro CFG on the command line. For example: 15 !MESSAGE 16 !MESSAGE NMAKE /f "mbedtls.mak" CFG="mbedtls - Win32 Debug" 17 !MESSAGE [all …]
|
D | vs6-app-template.dsp | 8 !MESSAGE This is not a valid makefile. To build this project using NMAKE, 9 !MESSAGE use the Export Makefile command and run 10 !MESSAGE 11 !MESSAGE NMAKE /f "<APPNAME>.mak". 12 !MESSAGE 13 !MESSAGE You can specify a configuration when running NMAKE 14 !MESSAGE by defining the macro CFG on the command line. For example: 15 !MESSAGE 16 !MESSAGE NMAKE /f "<APPNAME>.mak" CFG="<APPNAME> - Win32 Debug" 17 !MESSAGE [all …]
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
D | protostream_objectwriter.cc | 497 this, master_type_.name() == kAnyType ? Item::ANY : Item::MESSAGE, in StartObject() 519 Push("struct_value", Item::MESSAGE, true, false); in StartObject() 558 Push("", Item::MESSAGE, false, false); in StartObject() 561 Push("value", IsAny(*Lookup("value")) ? Item::ANY : Item::MESSAGE, true, in StartObject() 580 Push("struct_value", Item::MESSAGE, true, false); in StartObject() 595 Push(name, Item::MESSAGE, false, false); in StartObject() 607 Push(name, Item::MESSAGE, false, false); in StartObject() 608 Push("struct_value", Item::MESSAGE, true, false); in StartObject() 615 Push(name, IsAny(*field) ? Item::ANY : Item::MESSAGE, false, false); in StartObject() 632 Push(name, IsAny(*field) ? Item::ANY : Item::MESSAGE, false, false); in StartObject() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/extra/uconv/ |
D | makedata.mak | 16 !MESSAGE No configuration specified. Defaulting to common - Win32 Debug. 21 !MESSAGE Invalid configuration "$(CFG)" specified. 22 !MESSAGE You can specify a configuration when running NMAKE 23 !MESSAGE by defining the macro CFG on the command line. For example: 24 !MESSAGE 25 !MESSAGE NMAKE /f "makedata.mak" CFG="Debug" 26 !MESSAGE 27 !MESSAGE Possible choices for configuration are: 28 !MESSAGE 29 !MESSAGE "Release" [all …]
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/ |
D | Error.h | 46 #define DAWN_MAKE_ERROR(TYPE, MESSAGE) \ argument 47 ::dawn_native::MakeError(TYPE, MESSAGE, __FILE__, __func__, __LINE__) 48 #define DAWN_VALIDATION_ERROR(MESSAGE) DAWN_MAKE_ERROR(ErrorType::Validation, MESSAGE) argument 49 #define DAWN_CONTEXT_LOST_ERROR(MESSAGE) DAWN_MAKE_ERROR(ErrorType::ContextLost, MESSAGE) argument 50 #define DAWN_UNIMPLEMENTED_ERROR(MESSAGE) DAWN_MAKE_ERROR(ErrorType::Unimplemented, MESSAGE) argument
|
/third_party/icu/icu4c/source/test/testmap/ |
D | testmap.dsp | 8 !MESSAGE This is not a valid makefile. To build this project using NMAKE, 9 !MESSAGE use the Export Makefile command and run 10 !MESSAGE 11 !MESSAGE NMAKE /f "testmap.mak". 12 !MESSAGE 13 !MESSAGE You can specify a configuration when running NMAKE 14 !MESSAGE by defining the macro CFG on the command line. For example: 15 !MESSAGE 16 !MESSAGE NMAKE /f "testmap.mak" CFG="testmap - Win32 Debug" 17 !MESSAGE [all …]
|
/third_party/icu/icu4c/source/test/thaitest/ |
D | thaitest.dsp | 8 !MESSAGE This is not a valid makefile. To build this project using NMAKE, 9 !MESSAGE use the Export Makefile command and run 10 !MESSAGE 11 !MESSAGE NMAKE /f "thaitest.mak". 12 !MESSAGE 13 !MESSAGE You can specify a configuration when running NMAKE 14 !MESSAGE by defining the macro CFG on the command line. For example: 15 !MESSAGE 16 !MESSAGE NMAKE /f "thaitest.mak" CFG="thaitest - Win32 Debug" 17 !MESSAGE [all …]
|
/third_party/skia/third_party/externals/icu/source/extra/uconv/ |
D | makedata.mak | 16 !MESSAGE No configuration specified. Defaulting to common - Win32 Debug. 21 !MESSAGE Invalid configuration "$(CFG)" specified. 22 !MESSAGE You can specify a configuration when running NMAKE 23 !MESSAGE by defining the macro CFG on the command line. For example: 24 !MESSAGE 25 !MESSAGE NMAKE /f "makedata.mak" CFG="Debug" 26 !MESSAGE 27 !MESSAGE Possible choices for configuration are: 28 !MESSAGE 29 !MESSAGE "Release" [all …]
|
/third_party/skia/third_party/externals/icu/source/extra/scrptrun/ |
D | srtest.dsp | 8 !MESSAGE This is not a valid makefile. To build this project using NMAKE, 9 !MESSAGE use the Export Makefile command and run 10 !MESSAGE 11 !MESSAGE NMAKE /f "srtest.mak". 12 !MESSAGE 13 !MESSAGE You can specify a configuration when running NMAKE 14 !MESSAGE by defining the macro CFG on the command line. For example: 15 !MESSAGE 16 !MESSAGE NMAKE /f "srtest.mak" CFG="srtest - Win32 Debug" 17 !MESSAGE [all …]
|
/third_party/icu/icu4c/source/extra/scrptrun/ |
D | srtest.dsp | 8 !MESSAGE This is not a valid makefile. To build this project using NMAKE, 9 !MESSAGE use the Export Makefile command and run 10 !MESSAGE 11 !MESSAGE NMAKE /f "srtest.mak". 12 !MESSAGE 13 !MESSAGE You can specify a configuration when running NMAKE 14 !MESSAGE by defining the macro CFG on the command line. For example: 15 !MESSAGE 16 !MESSAGE NMAKE /f "srtest.mak" CFG="srtest - Win32 Debug" 17 !MESSAGE [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/extra/scrptrun/ |
D | srtest.dsp | 8 !MESSAGE This is not a valid makefile. To build this project using NMAKE, 9 !MESSAGE use the Export Makefile command and run 10 !MESSAGE 11 !MESSAGE NMAKE /f "srtest.mak". 12 !MESSAGE 13 !MESSAGE You can specify a configuration when running NMAKE 14 !MESSAGE by defining the macro CFG on the command line. For example: 15 !MESSAGE 16 !MESSAGE NMAKE /f "srtest.mak" CFG="srtest - Win32 Debug" 17 !MESSAGE [all …]
|
/third_party/icu/icu4c/source/extra/uconv/ |
D | makedata.mak | 16 !MESSAGE No configuration specified. Defaulting to common - Win32 Debug. 21 !MESSAGE Invalid configuration "$(CFG)" specified. 22 !MESSAGE You can specify a configuration when running NMAKE 23 !MESSAGE by defining the macro CFG on the command line. For example: 24 !MESSAGE 25 !MESSAGE NMAKE /f "makedata.mak" CFG="Debug" 26 !MESSAGE 27 !MESSAGE Possible choices for configuration are: 28 !MESSAGE 29 !MESSAGE "Release" [all …]
|
/third_party/flutter/skia/third_party/externals/libpng/contrib/visupng/ |
D | VisualPng.dsp | 8 !MESSAGE This is not a valid makefile. To build this project using NMAKE, 9 !MESSAGE use the Export Makefile command and run 10 !MESSAGE 11 !MESSAGE NMAKE /f "VisualPng.mak". 12 !MESSAGE 13 !MESSAGE You can specify a configuration when running NMAKE 14 !MESSAGE by defining the macro CFG on the command line. For example: 15 !MESSAGE 16 !MESSAGE NMAKE /f "VisualPng.mak" CFG="VisualPng - Win32 Debug" 17 !MESSAGE [all …]
|
/third_party/skia/third_party/externals/libpng/contrib/visupng/ |
D | VisualPng.dsp | 8 !MESSAGE This is not a valid makefile. To build this project using NMAKE, 9 !MESSAGE use the Export Makefile command and run 10 !MESSAGE 11 !MESSAGE NMAKE /f "VisualPng.mak". 12 !MESSAGE 13 !MESSAGE You can specify a configuration when running NMAKE 14 !MESSAGE by defining the macro CFG on the command line. For example: 15 !MESSAGE 16 !MESSAGE NMAKE /f "VisualPng.mak" CFG="VisualPng - Win32 Debug" 17 !MESSAGE [all …]
|
/third_party/icu/tools/colprobe/ |
D | colprobe.dsp | 8 !MESSAGE This is not a valid makefile. To build this project using NMAKE, 9 !MESSAGE use the Export Makefile command and run 10 !MESSAGE 11 !MESSAGE NMAKE /f "colprobe.mak". 12 !MESSAGE 13 !MESSAGE You can specify a configuration when running NMAKE 14 !MESSAGE by defining the macro CFG on the command line. For example: 15 !MESSAGE 16 !MESSAGE NMAKE /f "colprobe.mak" CFG="colprobe - Win32 Debug" 17 !MESSAGE [all …]
|
/third_party/pcre2/pcre2/ |
D | CMakeLists.txt | 320 MESSAGE(FATAL_ERROR 339 … MESSAGE(FATAL_ERROR "At least one of BUILD_SHARED_LIBS or BUILD_STATIC_LIBS must be enabled.") 343 …MESSAGE(FATAL_ERROR "At least one of PCRE2_BUILD_PCRE2_8, PCRE2_BUILD_PCRE2_16 or PCRE2_BUILD_PCRE… 359 MESSAGE(STATUS "** PCRE2_BUILD_PCRE2_8 must be enabled for the pcre2grep program") 365 MESSAGE(FATAL_ERROR 397 MESSAGE(FATAL_ERROR "Your configuration is not supported") 472 …MESSAGE(FATAL_ERROR "The PCRE2_NEWLINE variable must be set to one of the following values: \"LF\"… 668 …MESSAGE(STATUS "** MSVC and PCRE2_STATIC_RUNTIME: modifying compiler flags to use static runtime l… 948 MESSAGE(\"When testing is complete, review test output in the 950 MESSAGE(\" \") [all …]
|
/third_party/icu/icu4c/source/test/perf/ubrkperf/ |
D | ubrkperfold.dsp | 8 !MESSAGE This is not a valid makefile. To build this project using NMAKE, 9 !MESSAGE use the Export Makefile command and run 10 !MESSAGE 11 !MESSAGE NMAKE /f "ubrkperfold.mak". 12 !MESSAGE 13 !MESSAGE You can specify a configuration when running NMAKE 14 !MESSAGE by defining the macro CFG on the command line. For example: 15 !MESSAGE 16 !MESSAGE NMAKE /f "ubrkperfold.mak" CFG="ubrkperfold - Win32 Debug" 17 !MESSAGE [all …]
|
D | ubrkperf.dsp | 8 !MESSAGE This is not a valid makefile. To build this project using NMAKE, 9 !MESSAGE use the Export Makefile command and run 10 !MESSAGE 11 !MESSAGE NMAKE /f "ubrkperf.mak". 12 !MESSAGE 13 !MESSAGE You can specify a configuration when running NMAKE 14 !MESSAGE by defining the macro CFG on the command line. For example: 15 !MESSAGE 16 !MESSAGE NMAKE /f "ubrkperf.mak" CFG="UBRKPERF - WIN32 RELEASE" 17 !MESSAGE [all …]
|
D | ubrkperf20.dsp | 8 !MESSAGE This is not a valid makefile. To build this project using NMAKE, 9 !MESSAGE use the Export Makefile command and run 10 !MESSAGE 11 !MESSAGE NMAKE /f "ubrkperf20.mak". 12 !MESSAGE 13 !MESSAGE You can specify a configuration when running NMAKE 14 !MESSAGE by defining the macro CFG on the command line. For example: 15 !MESSAGE 16 !MESSAGE NMAKE /f "ubrkperf20.mak" CFG="ubrkperf20 - Win32 Debug" 17 !MESSAGE [all …]
|
/third_party/protobuf/php/tests/ |
D | undefined_test.php | 305 $arr = new RepeatedField(GPBType::MESSAGE, Sub::class); 314 $arr = new RepeatedField(GPBType::MESSAGE, Sub::class); 324 $arr = new RepeatedField(GPBType::MESSAGE, Sub::class); 333 $arr = new RepeatedField(GPBType::MESSAGE, Sub::class); 343 $arr = new RepeatedField(GPBType::MESSAGE, Sub::class); 352 $arr = new RepeatedField(GPBType::MESSAGE, Sub::class); 362 $arr = new RepeatedField(GPBType::MESSAGE, Sub::class); 605 $repeated_message = new RepeatedField(GPBType::MESSAGE, 648 GPBType::MESSAGE, 885 new MapField(GPBType::INT32, GPBType::MESSAGE, TestMessage::class); [all …]
|
/third_party/skia/third_party/externals/libwebp/ |
D | Makefile.vc | 140 !MESSAGE Usage: nmake /f Makefile.vc [CFG=<config>] 141 !MESSAGE . [OBJDIR=<path>] [RTLIBCFG=<rtlib>] [UNICODE=1] [<target>] 142 !MESSAGE 143 !MESSAGE where <config> is one of: 144 !MESSAGE - release-static - release static library 145 !MESSAGE - debug-static - debug static library 146 !MESSAGE - release-dynamic - release dynamic link library (DLL) 147 !MESSAGE - debug-dynamic - debug dynamic link library (DLL) 148 !MESSAGE 149 !MESSAGE <target> may be: [all …]
|
/third_party/flutter/skia/third_party/externals/libwebp/ |
D | Makefile.vc | 140 !MESSAGE Usage: nmake /f Makefile.vc [CFG=<config>] 141 !MESSAGE . [OBJDIR=<path>] [RTLIBCFG=<rtlib>] [UNICODE=1] [<target>] 142 !MESSAGE 143 !MESSAGE where <config> is one of: 144 !MESSAGE - release-static - release static library 145 !MESSAGE - debug-static - debug static library 146 !MESSAGE - release-dynamic - release dynamic link library (DLL) 147 !MESSAGE - debug-dynamic - debug dynamic link library (DLL) 148 !MESSAGE 149 !MESSAGE <target> may be: [all …]
|