/third_party/mbedtls/programs/test/ |
D | selftest.c | 82 void *empty2 = mbedtls_calloc( 0, 1 ); in calloc_self_test() local 87 if( empty1 == NULL && empty2 == NULL ) in calloc_self_test() 92 else if( empty1 == NULL || empty2 == NULL ) in calloc_self_test() 98 else if( empty1 == empty2 ) in calloc_self_test() 147 mbedtls_free( empty2 ); in calloc_self_test()
|
/third_party/typescript/tests/baselines/reference/ |
D | implicitIndexSignatures.js | 5 let empty2: {}; variable 11 map = empty2; 63 var empty2; variable 69 map = empty2;
|
D | implicitIndexSignatures.types | 10 let empty2: {}; 11 >empty2 : {} 43 map = empty2; 44 >map = empty2 : {} 46 >empty2 : {}
|
D | implicitIndexSignatures.symbols | 9 let empty2: {}; 10 >empty2 : Symbol(empty2, Decl(implicitIndexSignatures.ts, 3, 3)) 35 map = empty2; 37 >empty2 : Symbol(empty2, Decl(implicitIndexSignatures.ts, 3, 3))
|
/third_party/typescript/tests/cases/compiler/ |
D | implicitIndexSignatures.ts | 4 let empty2: {}; variable 10 map = empty2;
|
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/ |
D | algorithm_test.cc | 51 std::vector<int> empty2; in TEST() local 56 absl::equal(empty1.begin(), empty1.end(), empty2.begin(), empty2.end())); in TEST()
|
/third_party/glslang/Test/baseResults/ |
D | empty.frag.out | 6 empty2.frag
|
/third_party/googletest/googletest/test/ |
D | gtest-typed-test_test.cc | 109 typename TestFixture::IntSet empty2; in TYPED_TEST() local 110 EXPECT_EQ(0U, empty2.size()); in TYPED_TEST()
|
/third_party/skia/tests/ |
D | RegionTest.cpp | 83 SkRegion empty, empty2; in test_empties() local 89 REPORTER_ASSERT(reporter, !empty.intersects(empty2)); in test_empties() 93 REPORTER_ASSERT(reporter, !empty.contains(empty2)); in test_empties()
|
/third_party/flutter/skia/tests/ |
D | RegionTest.cpp | 83 SkRegion empty, empty2; in test_empties() local 89 REPORTER_ASSERT(reporter, !empty.intersects(empty2)); in test_empties() 93 REPORTER_ASSERT(reporter, !empty.contains(empty2)); in test_empties()
|
/third_party/python/Lib/test/ |
D | test_dict_version.py | 48 empty2 = self.new_dict()
|
D | test_dict.py | 628 empty2 = fn(dict()) 659 self.assertTrue(empty == empty2) 660 self.assertFalse(empty != empty2)
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstcaps.c | 1548 GstCaps *empty1, *empty2, *any1, *any2, *caps1, *caps2, *caps3, *caps4, in GST_START_TEST() local 1554 empty2 = gst_caps_new_empty (); in GST_START_TEST() 1621 fail_unless (gst_caps_is_equal (empty1, empty2) == TRUE); in GST_START_TEST() 1622 fail_unless (gst_caps_is_strictly_equal (empty1, empty2) == TRUE); in GST_START_TEST() 1726 gst_caps_unref (empty2); in GST_START_TEST()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
D | optional_test.cc | 669 absl::optional<Listenable> empty1, empty2, set1(absl::in_place), in TEST() local 677 set_to_empty = std::move(empty2); in TEST() 690 absl::optional<volatile Listenable> empty1, empty2, set1(absl::in_place), in TEST() local 698 set_to_empty = std::move(empty2); // destruct in TEST()
|
/third_party/protobuf/js/compatibility_tests/v3.0.0/ |
D | message_test.js | 87 var empty2 = new proto.jspb.test.Empty([]); 89 assertObjectEquals('Message should not be corrupted:', empty2, empty1);
|
/third_party/protobuf/js/compatibility_tests/v3.1.0/ |
D | message_test.js | 87 var empty2 = new proto.jspb.test.Empty([]); 89 assertObjectEquals('Message should not be corrupted:', empty2, empty1);
|
/third_party/protobuf/js/ |
D | message_test.js | 137 var empty2 = new proto.jspb.test.Empty([]); 139 assertObjectEquals('Message should not be corrupted:', empty2, empty1);
|
/third_party/protobuf/src/google/protobuf/util/ |
D | message_differencer_unittest.cc | 776 unittest::TestEmptyMessage empty2; in TEST() local 779 UnknownFieldSet* unknown2 = empty2.mutable_unknown_fields(); in TEST() 793 EXPECT_TRUE(differencer.Compare(empty1, empty2)); in TEST()
|