/third_party/protobuf/objectivec/Tests/ |
D | GPBExtensionRegistryTest.m | 54 [UnittestRoot optionalInt32Extension]); // ptr equality 58 [UnittestRoot packedInt64Extension]); // ptr equality 69 [UnittestRoot optionalInt32Extension]); // ptr equality 71 [UnittestRoot optionalInt32Extension]); // ptr equality 79 [UnittestRoot optionalBoolExtension]); // ptr equality 83 [UnittestRoot optionalStringExtension]); // ptr equality 91 [UnittestRoot packedInt64Extension]); // ptr equality 95 [UnittestRoot packedSint32Extension]); // ptr equality 111 [UnittestRoot optionalInt32Extension]); // ptr equality 119 [UnittestRoot optionalBoolExtension]); // ptr equality [all …]
|
D | GPBDescriptorTests.m | 375 XCTAssertEqual(descriptor.containingMessageClass, msgClass); // ptr equality 382 XCTAssertEqual(descriptor.containingMessageClass, msgClass); // ptr equality 391 XCTAssertEqual(descriptor.containingMessageClass, msgClass); // ptr equality 398 XCTAssertEqual(descriptor.containingMessageClass, msgClass); // ptr equality 407 XCTAssertEqual(descriptor.containingMessageClass, msgClass); // ptr equality 416 XCTAssertEqual(descriptor.containingMessageClass, msgClass); // ptr equality 423 XCTAssertEqual(descriptor.containingMessageClass, packedMsgClass); // ptr equality 432 XCTAssertEqual(descriptor.containingMessageClass, msgClass); // ptr equality 439 XCTAssertEqual(descriptor.containingMessageClass, packedMsgClass); // ptr equality 448 XCTAssertEqual(descriptor.containingMessageClass, msgClass); // ptr equality
|
/third_party/skia/src/sksl/ |
D | SkSLConstantFolder.cpp | 69 bool equality = (op.kind() == Token::Kind::TK_EQEQ); in simplify_vector_equality() local 73 equality = !equality; in simplify_vector_equality() 77 return Literal::MakeBool(context, left.fLine, equality); in simplify_vector_equality() 550 bool equality; in Simplify() local 553 equality = true; in Simplify() 556 equality = false; in Simplify() 564 equality = !equality; in Simplify() 568 return Literal::MakeBool(context, line, equality); in Simplify()
|
/third_party/googletest/googletest/test/ |
D | googletest-output-test-golden-lin.txt | 10 Expected equality of these values: 42 Expected equality of these values: 50 Expected equality of these values: 60 Expected equality of these values: 76 Expected equality of these values: 86 Expected equality of these values: 154 Expected equality of these values: 163 Expected equality of these values: 175 Expected equality of these values: 184 Expected equality of these values: [all …]
|
/third_party/openssl/doc/man3/ |
D | EVP_PKEY_copy_parameters.pod | 38 B<a> and B<b> for equality. 40 The function EVP_PKEY_eq() checks the keys B<a> and B<b> for equality, 56 a public key and that private key equality could be derived from that.
|
D | CRYPTO_memcmp.pod | 16 for equality.
|
/third_party/json/doc/mkdocs/docs/api/basic_json/ |
D | string_t.md | 35 > Software implementations are typically required to test names of object members for equality. Imp… 37 …de unit, are interoperable in the sense that implementations will agree in all cases on equality or
|
D | operator_eq.md | 13 Compares two JSON values for equality according to the following rules:
|
/third_party/flutter/flutter/packages/flutter/lib/src/foundation/ |
D | collections.dart | 7 /// Compares two sets for deep equality. 28 /// Compares two lists for deep equality.
|
/third_party/node/deps/npm/node_modules/har-validator/node_modules/fast-deep-equal/ |
D | README.md | 20 - checks equality of Date and RegExp objects by value. 35 To support ES6 Maps, Sets and Typed arrays equality use:
|
/third_party/unity/ |
D | README.md | 58 Compare two integers for equality and display errors as signed integers. A cast will be performed 68 Compare two integers for equality and display errors as unsigned integers. Like INT, there are 77 Compares two integers for equality and display errors as hexadecimal. Like the other integer compar…
|
/third_party/cJSON/tests/unity/ |
D | README.md | 89 Compare two integers for equality and display errors as signed integers. A cast will be performed 99 Compare two integers for equality and display errors as unsigned integers. Like INT, there are 108 Compares two integers for equality and display errors as hexadecimal. Like the other integer compa…
|
/third_party/skia/resources/sksl/runtime_errors/ |
D | IllegalArrayOps.rts | 3 // equality for those types. This file tests operators that would be legal, but should be flagged
|
/third_party/unity/docs/ |
D | UnityAssertionsReference.md | 353 all the various sizes of ints, as for the equality assertions. Some examples: 578 equality are not guaranteed. 653 equality are not guaranteed. 733 As you may know, directly checking for equality between a pair of floats or a 740 equality checks to fail. 742 So Unity doesn't do direct floating point comparisons for equality. Instead, it 751 any value between 19,999.8 and 20,000.2 will satisfy the equality check. This 766 If you don't like these ranges and you want to make your floating point equality
|
/third_party/freetype/builds/unix/ |
D | ax_compare_version.m4 | 17 # The six basic comparisons are available, as well as checking equality 157 # Check for equality or inequality as necessary.
|
/third_party/node/deps/npm/node_modules/object-keys/ |
D | CHANGELOG.md | 25 …* [Fix] wrap automation equality bug checking in try/catch, per [es5-shim#327](https://github.com/… 35 * [Tests] Improve test output for automation equality bugfix
|
/third_party/skia/third_party/externals/freetype/builds/unix/ |
D | ax_compare_version.m4 | 17 # The six basic comparisons are available, as well as checking equality 157 # Check for equality or inequality as necessary.
|
/third_party/cups-filters/m4/ |
D | ax_compare_version.m4 | 17 # The six basic comparisons are available, as well as checking equality 157 # Check for equality or inequality as necessary.
|
/third_party/ltp/m4/ |
D | ax_compare_version.m4 | 17 # The six basic comparisons are available, as well as checking equality 157 # Check for equality or inequality as necessary.
|
/third_party/cJSON/tests/unity/docs/ |
D | UnityAssertionsReference.md | 517 equality are not guaranteed. 592 equality are not guaranteed. 672 As you may know, directly checking for equality between a pair of floats or a 679 equality checks to fail. 681 So Unity doesn't do direct floating point comparisons for equality. Instead, it 690 any value between 19,999.8 and 20,000.2 will satisfy the equality check. This 705 If you don't like these ranges and you want to make your floating point equality
|
/third_party/flutter/engine/flutter/lib/web_ui/test/ |
D | locale_test.dart | 56 test('Locale equality', () {
|
/third_party/libabigail/autoconf-archive/ |
D | ax_compare_version.m4 | 18 # The six basic comparisons are available, as well as checking equality 158 # Check for equality or inequality as necessary.
|
/third_party/openGLES/extensions/APPLE/ |
D | APPLE_copy_texture_levels.txt | 45 where matches are determined by the equality of a level's dimensions. 102 matches are determined by the equality of a level's dimensions. An INVALID_OPERATION
|
/third_party/skia/third_party/externals/opengl-registry/extensions/APPLE/ |
D | APPLE_copy_texture_levels.txt | 45 where matches are determined by the equality of a level's dimensions. 102 matches are determined by the equality of a level's dimensions. An INVALID_OPERATION
|
/third_party/flutter/engine/flutter/testing/dart/ |
D | locale_test.dart | 49 test('Locale equality', () {
|