/third_party/protobuf/src/google/protobuf/ |
D | test_util_lite.cc | 45 void TestUtilLite::SetAllFields(unittest::TestAllTypesLite* message) { in SetAllFields() 162 void TestUtilLite::ModifyRepeatedFields(unittest::TestAllTypesLite* message) { in ModifyRepeatedFields() 194 const unittest::TestAllTypesLite& message) { in ExpectAllFieldsSet() 394 void TestUtilLite::ExpectClear(const unittest::TestAllTypesLite& message) { in ExpectClear() 540 const unittest::TestAllTypesLite& message) { in ExpectRepeatedFieldsModified() 628 void TestUtilLite::SetPackedFields(unittest::TestPackedTypesLite* message) { in SetPackedFields() 662 void TestUtilLite::ModifyPackedFields(unittest::TestPackedTypesLite* message) { in ModifyPackedFields() 682 const unittest::TestPackedTypesLite& message) { in ExpectPackedFieldsSet() 732 const unittest::TestPackedTypesLite& message) { in ExpectPackedClear() 753 const unittest::TestPackedTypesLite& message) { in ExpectPackedFieldsModified() [all …]
|
D | map_test_util_impl.h | 109 void MapTestUtilImpl::SetMapFields(MapMessage* message) { in SetMapFields() 151 void MapTestUtilImpl::SetArenaMapFields(MapMessage* message) { in SetArenaMapFields() 192 void MapTestUtilImpl::SetMapFieldsInitialized(MapMessage* message) { in SetMapFieldsInitialized() 215 void MapTestUtilImpl::ModifyMapFields(MapMessage* message) { in ModifyMapFields() 236 void MapTestUtilImpl::ExpectClear(const MapMessage& message) { in ExpectClear() 258 void MapTestUtilImpl::ExpectMapFieldsSet(const MapMessage& message) { in ExpectMapFieldsSet() 316 void MapTestUtilImpl::ExpectArenaMapFieldsSet(const MapMessage& message) { in ExpectArenaMapFieldsSet() 373 void MapTestUtilImpl::ExpectMapFieldsSetInitialized(const MapMessage& message) { in ExpectMapFieldsSetInitialized() 413 void MapTestUtilImpl::ExpectMapFieldsModified(const MapMessage& message) { in ExpectMapFieldsModified()
|
D | map_lite_test_util.cc | 38 void MapLiteTestUtil::SetMapFields(unittest::TestMapLite* message) { in SetMapFields() 44 void MapLiteTestUtil::SetArenaMapFields(unittest::TestArenaMapLite* message) { in SetArenaMapFields() 50 void MapLiteTestUtil::SetMapFieldsInitialized(unittest::TestMapLite* message) { in SetMapFieldsInitialized() 54 void MapLiteTestUtil::ModifyMapFields(unittest::TestMapLite* message) { in ModifyMapFields() 59 void MapLiteTestUtil::ExpectClear(const unittest::TestMapLite& message) { in ExpectClear() 63 void MapLiteTestUtil::ExpectMapFieldsSet(const unittest::TestMapLite& message) { in ExpectMapFieldsSet() 70 const unittest::TestArenaMapLite& message) { in ExpectArenaMapFieldsSet() 78 const unittest::TestMapLite& message) { in ExpectMapFieldsSetInitialized() 85 const unittest::TestMapLite& message) { in ExpectMapFieldsModified()
|
D | reflection_ops_unittest.cc | 53 unittest::TestAllTypes message; in TEST() local 60 unittest::TestAllTypes message, message2; in TEST() local 74 unittest::TestAllExtensions message, message2; in TEST() local 84 unittest::TestOneof2 message, message2; in TEST() local 99 unittest::TestAllTypes message, message2; in TEST() local 126 unittest::TestAllExtensions message, message2; in TEST() local 196 unittest::TestAllTypes message; in TEST() local 204 unittest::TestAllTypes message; in TEST() local 225 unittest::TestAllExtensions message; in TEST() local 248 unittest::TestEmptyMessage message; in TEST() local [all …]
|
/third_party/node/test/parallel/ |
D | test-assert.js | 89 message: 'Expected "actual" to be strictly unequal to: 2', property 97 message: 'Expected "actual" to be strictly unequal to:\n\n' + property 106 message: '1 != 1', property 136 message: 'The error is expected to be an instance of "AssertionError". ' + property 172 message: 'Got unwanted exception: user message\n' + property 181 message: 'Got unwanted exception.\nActual message: "[object Object]"' property 191 message: 'Got unwanted exception: user message\n' + property 226 message: 'The input did not match the regular expression /abc/. ' + property 274 message: 'Missing expected exception.', property 284 message: 'Missing expected exception (TypeError).', property [all …]
|
D | test-zlib-deflate-constructors.js | 21 message: 'The "options.chunkSize" property must be of type number. ' + property 31 message: 'The value of "options.chunkSize" is out of range. It must ' + property 41 message: 'The value of "options.chunkSize" is out of range. It must ' + property 55 message: 'The "options.windowBits" property must be of type number. ' + property 65 message: 'The value of "options.windowBits" is out of range. It must ' + property 75 message: 'The value of "options.windowBits" is out of range. It must ' + property 85 message: 'The value of "options.windowBits" is out of range. It must ' + property 96 message: 'The "options.level" property must be of type number. ' + property 106 message: 'The value of "options.level" is out of range. It must ' + property 116 message: 'The value of "options.level" is out of range. It must ' + property [all …]
|
D | test-crypto-pbkdf2.js | 74 message: 'The value of "iterations" is out of range. ' + property 87 message: 'The "keylen" argument must be of type number.' + property 100 message: 'The value of "keylen" is out of range. It ' + property 113 message: 'The value of "keylen" is out of range. It must be >= 0 && < ' + property 127 message: 'The "digest" argument must be of type string. ' + property 136 message: 'The "digest" argument must be of type string. ' + property 145 message: 'The "digest" argument must be of type string. ' + property 156 message: `The "password" argument must be of type string or ${msgPart2}` property 165 message: `The "salt" argument must be of type string or ${msgPart2}` property 174 message: `The "password" argument must be of type string or ${msgPart2}` property [all …]
|
D | test-eslint-no-array-destructuring.js | 31 errors: [{ message: USE_OBJ_DESTRUCTURING }], property 36 errors: [{ message: USE_OBJ_DESTRUCTURING }], property 41 errors: [{ message: USE_OBJ_DESTRUCTURING }], property 46 errors: [{ message: USE_OBJ_DESTRUCTURING }], property 52 { message: USE_OBJ_DESTRUCTURING }, property 53 { message: USE_OBJ_DESTRUCTURING }, property 54 { message: USE_OBJ_DESTRUCTURING }, property 60 errors: [{ message: USE_ARRAY_METHODS }], property 64 errors: [{ message: USE_OBJ_DESTRUCTURING }], property 69 errors: [{ message: USE_OBJ_DESTRUCTURING }], property [all …]
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/ |
D | gpu_common.h | 31 #define CHECK_OP_RET_WITH_EXCEPT(expression, message) \ argument 39 #define CHECK_OP_RET_WITH_ERROR(expression, message) \ argument 47 #define CHECK_RET_WITH_RETURN_ERROR(expression, message) \ argument 56 #define CHECK_CUDA_RET_WITH_ERROR(node, expression, message) … argument 65 #define CHECK_CUDA_RET_WITH_ERROR_NOTRACE(expression, message) \ argument 74 #define CHECK_CUDA_RET_WITH_RETURN_ERROR_NOTRACE(expression, message) \ argument 84 #define CHECK_CUDA_RET_WITH_EXCEPT(node, expression, message) \ argument 93 #define CHECK_CUDA_RET_WITH_EXCEPT_NOTRACE(expression, message) \ argument 102 #define CHECK_CUDNN_RET_WITH_EXCEPT(node, expression, message) \ argument 111 #define CHECK_CUDNN_RET_WITH_EXCEPT_NOTRACE(expression, message) \ argument [all …]
|
/third_party/protobuf/csharp/src/Google.Protobuf/ |
D | MessageExtensions.cs | 53 public static void MergeFrom(this IMessage message, byte[] data) => in MergeFrom() 63 public static void MergeFrom(this IMessage message, byte[] data, int offset, int length) => in MergeFrom() 71 public static void MergeFrom(this IMessage message, ByteString data) => in MergeFrom() 79 public static void MergeFrom(this IMessage message, Stream input) => in MergeFrom() 91 public static void MergeDelimitedFrom(this IMessage message, Stream input) => in MergeDelimitedFrom() 99 public static byte[] ToByteArray(this IMessage message) in ToByteArray() 114 public static void WriteTo(this IMessage message, Stream output) in WriteTo() 128 public static void WriteDelimitedTo(this IMessage message, Stream output) in WriteDelimitedTo() 143 public static ByteString ToByteString(this IMessage message) in ToByteString() 155 public static void WriteTo(this IMessage message, IBufferWriter<byte> output) in WriteTo() [all …]
|
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/ |
D | test_util.py | 45 def SetAllNonLazyFields(message): argument 182 def SetAllFields(message): argument 187 def SetAllExtensions(message): argument 324 def SetAllFieldsAndExtensions(message): argument 367 def ExpectAllFieldsSet(test_case, message): argument 582 def SetAllPackedFields(message): argument 605 def SetAllPackedExtensions(message): argument 631 def SetAllUnpackedFields(message): argument
|
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/ |
D | Log.java | 28 public static void v(@NonNull String tag, @NonNull String message) { in v() 34 public static void v(@NonNull String tag, @NonNull String message, @NonNull Throwable tr) { in v() 40 public static void i(@NonNull String tag, @NonNull String message) { in i() 46 public static void i(@NonNull String tag, @NonNull String message, @NonNull Throwable tr) { in i() 52 public static void d(@NonNull String tag, @NonNull String message) { in d() 58 public static void d(@NonNull String tag, @NonNull String message, @NonNull Throwable tr) { in d() 64 public static void w(@NonNull String tag, @NonNull String message) { in w() 68 public static void w(@NonNull String tag, @NonNull String message, @NonNull Throwable tr) { in w() 72 public static void e(@NonNull String tag, @NonNull String message) { in e() 76 public static void e(@NonNull String tag, @NonNull String message, @NonNull Throwable tr) { in e() [all …]
|
/third_party/unity/src/ |
D | unity_internals.h | 768 #define UNITY_TEST_FAIL(line, message) UnityFail( (message), (UNITY_LINE_TYPE)(line)) argument 769 #define UNITY_TEST_IGNORE(line, message) UnityIgnore( (message), (UNITY_LINE_TYPE)(line)) argument 775 #define UNITY_TEST_ASSERT(condition, line, message) do… argument 776 #define UNITY_TEST_ASSERT_NULL(pointer, line, message) UN… argument 777 #define UNITY_TEST_ASSERT_NOT_NULL(pointer, line, message) UN… argument 778 #define UNITY_TEST_ASSERT_EMPTY(pointer, line, message) UN… argument 779 #define UNITY_TEST_ASSERT_NOT_EMPTY(pointer, line, message) UN… argument 781 #define UNITY_TEST_ASSERT_EQUAL_INT(expected, actual, line, message) Un… argument 782 #define UNITY_TEST_ASSERT_EQUAL_INT8(expected, actual, line, message) Un… argument 783 #define UNITY_TEST_ASSERT_EQUAL_INT16(expected, actual, line, message) Un… argument [all …]
|
/third_party/cJSON/tests/unity/src/ |
D | unity_internals.h | 645 #define UNITY_TEST_FAIL(line, message) UnityFail( (message), (UNITY_LINE_TYPE)(line)) argument 646 #define UNITY_TEST_IGNORE(line, message) UnityIgnore( (message), (UNITY_LINE_TYPE)(line)) argument 652 #define UNITY_TEST_ASSERT(condition, line, message) if… argument 653 #define UNITY_TEST_ASSERT_NULL(pointer, line, message) UN… argument 654 #define UNITY_TEST_ASSERT_NOT_NULL(pointer, line, message) UN… argument 656 #define UNITY_TEST_ASSERT_EQUAL_INT(expected, actual, line, message) Un… argument 657 #define UNITY_TEST_ASSERT_EQUAL_INT8(expected, actual, line, message) Un… argument 658 #define UNITY_TEST_ASSERT_EQUAL_INT16(expected, actual, line, message) Un… argument 659 #define UNITY_TEST_ASSERT_EQUAL_INT32(expected, actual, line, message) Un… argument 660 #define UNITY_TEST_ASSERT_EQUAL_UINT(expected, actual, line, message) Un… argument [all …]
|
D | unity.h | 101 #define TEST_FAIL_MESSAGE(message) … argument 103 #define TEST_IGNORE_MESSAGE(message) … argument 312 #define TEST_ASSERT_MESSAGE(condition, message) … argument 313 #define TEST_ASSERT_TRUE_MESSAGE(condition, message) … argument 314 #define TEST_ASSERT_UNLESS_MESSAGE(condition, message) … argument 315 #define TEST_ASSERT_FALSE_MESSAGE(condition, message) … argument 316 #define TEST_ASSERT_NULL_MESSAGE(pointer, message) … argument 317 #define TEST_ASSERT_NOT_NULL_MESSAGE(pointer, message) … argument 320 #define TEST_ASSERT_EQUAL_INT_MESSAGE(expected, actual, message) … argument 321 #define TEST_ASSERT_EQUAL_INT8_MESSAGE(expected, actual, message) … argument [all …]
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | Schema.java | 43 void writeTo(T message, Writer writer) throws IOException; in writeTo() 50 void mergeFrom(T message, Reader reader, ExtensionRegistryLite extensionRegistry) in mergeFrom() 59 void mergeFrom(T message, byte[] data, int position, int limit, Registers registers) in mergeFrom() 63 void makeImmutable(T message); in makeImmutable() 66 boolean isInitialized(T message); in isInitialized() 72 boolean equals(T message, T other); in equals() 75 int hashCode(T message); in hashCode() 81 void mergeFrom(T message, T other); in mergeFrom() 84 int getSerializedSize(T message); in getSerializedSize()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstmessage.c | 61 GstMessage message; member 181 _gst_message_dispose (GstMessage * message) in _gst_message_dispose() 203 _gst_message_free (GstMessage * message) in _gst_message_free() 234 _gst_message_copy (GstMessage * message) in _gst_message_copy() 264 gst_message_init (GstMessageImpl * message, GstMessageType type, in gst_message_init() 300 GstMessageImpl *message; in gst_message_new_custom() local 351 gst_message_get_seqnum (GstMessage * message) in gst_message_get_seqnum() 372 gst_message_set_seqnum (GstMessage * message, guint32 seqnum) in gst_message_set_seqnum() 395 GstMessage *message; in gst_message_new_eos() local 422 GstMessage *message; in gst_message_new_error_with_details() local [all …]
|
/third_party/boost/libs/hana/include/boost/hana/ |
D | assert.hpp | 45 # define BOOST_HANA_RUNTIME_ASSERT_MSG(condition, message) unspecified argument 71 # define BOOST_HANA_CONSTANT_ASSERT_MSG(condition, message) unspecified argument 103 # define BOOST_HANA_ASSERT_MSG(condition, message) unspecified argument 118 # define BOOST_HANA_CONSTEXPR_ASSERT_MSG(condition, message) unspecified argument 123 # define BOOST_HANA_CONSTANT_ASSERT_MSG(condition, message) /* nothing */ argument 126 # define BOOST_HANA_RUNTIME_ASSERT_MSG(condition, message) /* nothing */ argument 129 # define BOOST_HANA_ASSERT_MSG(condition, message) /* nothing */ argument 132 # define BOOST_HANA_CONSTEXPR_ASSERT_MSG(condition, message) /* nothing */ argument 139 # define BOOST_HANA_RUNTIME_ASSERT_MSG(condition, message) \ argument 150 # define BOOST_HANA_CONSTANT_ASSERT_MSG(condition, message) \ argument [all …]
|
/third_party/boost/boost/hana/ |
D | assert.hpp | 45 # define BOOST_HANA_RUNTIME_ASSERT_MSG(condition, message) unspecified argument 71 # define BOOST_HANA_CONSTANT_ASSERT_MSG(condition, message) unspecified argument 103 # define BOOST_HANA_ASSERT_MSG(condition, message) unspecified argument 118 # define BOOST_HANA_CONSTEXPR_ASSERT_MSG(condition, message) unspecified argument 123 # define BOOST_HANA_CONSTANT_ASSERT_MSG(condition, message) /* nothing */ argument 126 # define BOOST_HANA_RUNTIME_ASSERT_MSG(condition, message) /* nothing */ argument 129 # define BOOST_HANA_ASSERT_MSG(condition, message) /* nothing */ argument 132 # define BOOST_HANA_CONSTEXPR_ASSERT_MSG(condition, message) /* nothing */ argument 139 # define BOOST_HANA_RUNTIME_ASSERT_MSG(condition, message) \ argument 150 # define BOOST_HANA_CONSTANT_ASSERT_MSG(condition, message) \ argument [all …]
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/port/ |
D | exception_type.h | 33 explicit Exception(const char* message) throw() { SetMessage(message); } in Exception() 38 void SetMessage(const char* message) throw() { in SetMessage() 51 explicit IndexOutOfBoundException(const char* message) throw() in IndexOutOfBoundException() 53 IndexOutOfBoundException(const char* message, int32_t index) throw() { in IndexOutOfBoundException() 68 explicit IOException(const char* message) throw() : Exception(message) {} in IOException() 75 explicit ArithmeticException(const char* message) throw() in ArithmeticException() 84 explicit UnsupportedOperationException(const char* message) throw() in UnsupportedOperationException() 92 explicit RuntimeException(const char* message) throw() in RuntimeException() 100 explicit NoSuchElementException(const char* message) throw() in NoSuchElementException() 108 explicit IllegalArgumentException(const char* message) throw() in IllegalArgumentException() [all …]
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/ |
D | exception_type.h | 33 explicit Exception(const char* message) throw() { SetMessage(message); } in Exception() 38 void SetMessage(const char* message) throw() { in SetMessage() 51 explicit IndexOutOfBoundException(const char* message) throw() in IndexOutOfBoundException() 53 IndexOutOfBoundException(const char* message, int32_t index) throw() { in IndexOutOfBoundException() 68 explicit IOException(const char* message) throw() : Exception(message) {} in IOException() 75 explicit ArithmeticException(const char* message) throw() in ArithmeticException() 84 explicit UnsupportedOperationException(const char* message) throw() in UnsupportedOperationException() 92 explicit RuntimeException(const char* message) throw() in RuntimeException() 100 explicit NoSuchElementException(const char* message) throw() in NoSuchElementException() 108 explicit IllegalArgumentException(const char* message) throw() in IllegalArgumentException() [all …]
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuDefs.cpp | 58 static std::string formatError (const char* message, const char* expr, const char* file, int line) in formatError() 72 Exception::Exception (const char* message, const char* expr, const char* file, int line) in Exception() 78 Exception::Exception (const std::string& message) in Exception() 84 TestException::TestException (const char* message, const char* expr, const char* file, int line, qp… in TestException() 90 TestException::TestException (const std::string& message, qpTestResult result) in TestException() 96 TestError::TestError (const char* message, const char* expr, const char* file, int line) in TestError() 100 TestError::TestError (const std::string& message, const char* expr, const char* file, int line) in TestError() 105 TestError::TestError (const std::string& message) in TestError() 110 InternalError::InternalError (const char* message, const char* expr, const char* file, int line) in InternalError() 115 InternalError::InternalError (const std::string& message, const char* expr, const char* file, int l… in InternalError() [all …]
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | TestUtil.java | 269 public static void resetMemoizedSize(AbstractMessage message) { in resetMemoizedSize() 323 public static void setAllFields(TestAllTypes.Builder message) { in setAllFields() 452 public static void modifyRepeatedFields(TestAllTypes.Builder message) { in modifyRepeatedFields() 489 public static void assertAllFieldsSet(TestAllTypesOrBuilder message) { in assertAllFieldsSet() 703 public static void assertClear(TestAllTypesOrBuilder message) { in assertClear() 862 public static void assertRepeatedFieldsModified(TestAllTypesOrBuilder message) { in assertRepeatedFieldsModified() 955 public static void setPackedFields(TestPackedTypes.Builder message) { in setPackedFields() 991 public static void setUnpackedFields(TestUnpackedTypes.Builder message) { in setUnpackedFields() 1027 public static void assertPackedFieldsSet(TestPackedTypes message) { in assertPackedFieldsSet() 1076 public static void assertUnpackedFieldsSet(TestUnpackedTypes message) { in assertUnpackedFieldsSet() [all …]
|
/third_party/node/lib/ |
D | assert.js | 129 function fail(actual, expected, message, operator, stackStartFn) { argument 160 message field 275 function getErrMessage(message, fn) { argument 372 function innerOk(fn, argLen, value, message) { argument 389 message, property 417 assert.equal = function equal(actual, expected, message) { argument 426 message, property 441 assert.notEqual = function notEqual(actual, expected, message) { argument 450 message, property 464 assert.deepEqual = function deepEqual(actual, expected, message) { argument [all …]
|
/third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/ |
D | JsonFormatTest.java | 143 private void assertRoundTripEquals(Message message) throws Exception { in assertRoundTripEquals() 147 private void assertRoundTripEquals(Message message, TypeRegistry registry) throws Exception { in assertRoundTripEquals() 156 private void assertRoundTripEquals(Message message, com.google.protobuf.TypeRegistry registry) in assertRoundTripEquals() 166 private String toJsonString(Message message) throws IOException { in toJsonString() 169 private String toCompactJsonString(Message message) throws IOException { in toCompactJsonString() 172 private String toSortedJsonString(Message message) throws IOException { in toSortedJsonString() 188 TestAllTypes message = builder.build(); in testAllFields() local 239 TestAllTypes message = in testUnknownEnumValues() local 269 TestAllTypes message = in testSpecialFloatValues() local 302 TestAllTypes message = builder.build(); in testParserAcceptStringForNumericField() local [all …]
|