/external/llvm-project/llvm/test/TableGen/ |
D | empty.td | 11 // CHECK: bit NotEmpty = 0; 14 // CHECK: bit NotEmpty = 1; 17 // CHECK: bit NotEmpty = 1; 21 bit NotEmpty = !not(!empty(ADag)); 34 // CHECK: bit NotEmpty = 0; 37 // CHECK: bit NotEmpty = 1; 40 // CHECK: bit NotEmpty = 1; 44 bit NotEmpty = !not(!empty(Ints)); 55 // CHECK: bit NotEmpty = 0; 58 // CHECK: bit NotEmpty = 1; [all …]
|
/external/dng_sdk/source/ |
D | dng_iptc.cpp | 83 if (fTitle.NotEmpty ()) in IsEmpty() 93 if (fCategory.NotEmpty ()) in IsEmpty() 108 if (fInstructions.NotEmpty ()) in IsEmpty() 124 fAuthorsPosition.NotEmpty ()) in IsEmpty() 129 if (fCity .NotEmpty () || in IsEmpty() 130 fState .NotEmpty () || in IsEmpty() 131 fCountry.NotEmpty ()) in IsEmpty() 136 if (fCountryCode.NotEmpty ()) in IsEmpty() 141 if (fLocation.NotEmpty ()) in IsEmpty() 146 if (fTransmissionReference.NotEmpty ()) in IsEmpty() [all …]
|
D | dng_image.cpp | 315 if (dst1.NotEmpty ()) in GetRepeat() 339 if (dst2.NotEmpty ()) in GetRepeat() 363 if (dst3.NotEmpty ()) in GetRepeat() 387 if (dst4.NotEmpty ()) in GetRepeat() 506 if (overlap.NotEmpty ()) in Get() 549 if (areaTL.NotEmpty ()) in Get() 566 if (areaTM.NotEmpty ()) in Get() 583 if (areaTR.NotEmpty ()) in Get() 600 if (areaLM.NotEmpty ()) in Get() 617 if (areaRM.NotEmpty ()) in Get() [all …]
|
D | dng_camera_profile.cpp | 166 if (m.NotEmpty ()) in NormalizeColorMatrix() 223 if (m.NotEmpty ()) in NormalizeForwardMatrix() 563 if (m.NotEmpty ()) in ValidForwardMatrix() 764 if (fReductionMatrix1.NotEmpty ()) in IsValid() 796 if (fColorMatrix2.NotEmpty ()) in IsValid() 802 if (fReductionMatrix2.NotEmpty ()) in IsValid() 908 if (profileInfo.fProfileName.NotEmpty ()) in Parse() 923 if (profileInfo.fForwardMatrix1.NotEmpty ()) in Parse() 930 if (profileInfo.fReductionMatrix1.NotEmpty ()) in Parse() 937 if (profileInfo.fColorMatrix2.NotEmpty ()) in Parse() [all …]
|
D | dng_color_spec.cpp | 267 bool has1 = fForwardMatrix1.NotEmpty (); in FindXYZtoCamera() 268 bool has2 = fForwardMatrix2.NotEmpty (); in FindXYZtoCamera() 313 bool has1 = fReductionMatrix1.NotEmpty (); in FindXYZtoCamera() 314 bool has2 = fReductionMatrix2.NotEmpty (); in FindXYZtoCamera() 446 if (forwardMatrix.NotEmpty ()) in SetWhiteXY() 489 DNG_ASSERT (fCameraWhite.NotEmpty (), "Using invalid CameraWhite"); in CameraWhite() 500 DNG_ASSERT (fCameraToPCS.NotEmpty (), "Using invalid CameraToPCS"); in CameraToPCS() 511 DNG_ASSERT (fPCStoCamera.NotEmpty (), "Using invalid PCStoCamera"); in PCStoCamera()
|
/external/llvm-project/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/ |
D | is_polymorphic.pass.cpp | 50 class NotEmpty class 52 virtual ~NotEmpty(); 89 test_is_not_polymorphic<NotEmpty&>(); in main() 92 test_is_polymorphic<NotEmpty>(); in main()
|
D | is_move_assignable.pass.cpp | 38 class NotEmpty class 41 virtual ~NotEmpty(); 62 test_is_move_assignable<NotEmpty> (); in main()
|
D | is_nothrow_move_assignable.pass.cpp | 38 struct NotEmpty struct 40 virtual ~NotEmpty(); 64 test_has_nothrow_assign<NotEmpty>(); in main()
|
D | is_nothrow_copy_assignable.pass.cpp | 38 struct NotEmpty struct 40 virtual ~NotEmpty(); 64 test_has_nothrow_assign<NotEmpty>(); in main()
|
D | is_trivially_move_assignable.pass.cpp | 38 class NotEmpty class 40 virtual ~NotEmpty(); 73 test_has_not_trivial_assign<NotEmpty>(); in main()
|
D | is_trivially_copy_assignable.pass.cpp | 38 class NotEmpty class 40 virtual ~NotEmpty(); 73 test_has_not_trivially_copy_assignable<NotEmpty>(); in main()
|
D | is_copy_assignable.pass.cpp | 38 class NotEmpty class 41 virtual ~NotEmpty(); 73 test_is_copy_assignable<NotEmpty> (); in main()
|
D | is_move_constructible.pass.cpp | 38 class NotEmpty class 41 virtual ~NotEmpty(); 82 test_is_move_constructible<NotEmpty>(); in main()
|
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/ |
D | is_polymorphic.pass.cpp | 51 class NotEmpty class 53 virtual ~NotEmpty(); 90 test_is_not_polymorphic<NotEmpty&>(); in main() 93 test_is_polymorphic<NotEmpty>(); in main()
|
D | is_move_assignable.pass.cpp | 39 class NotEmpty class 42 virtual ~NotEmpty(); 63 test_is_move_assignable<NotEmpty> (); in main()
|
D | is_nothrow_move_assignable.pass.cpp | 39 struct NotEmpty struct 41 virtual ~NotEmpty(); 65 test_has_nothrow_assign<NotEmpty>(); in main()
|
D | is_nothrow_copy_assignable.pass.cpp | 39 struct NotEmpty struct 41 virtual ~NotEmpty(); 65 test_has_nothrow_assign<NotEmpty>(); in main()
|
D | is_trivially_copy_assignable.pass.cpp | 41 class NotEmpty class 43 virtual ~NotEmpty(); 76 test_has_not_trivially_copy_assignable<NotEmpty>(); in main()
|
D | is_trivially_move_assignable.pass.cpp | 41 class NotEmpty class 43 virtual ~NotEmpty(); 76 test_has_not_trivial_assign<NotEmpty>(); in main()
|
D | is_copy_assignable.pass.cpp | 39 class NotEmpty class 42 virtual ~NotEmpty(); 74 test_is_copy_assignable<NotEmpty> (); in main()
|
D | is_move_constructible.pass.cpp | 39 class NotEmpty class 42 virtual ~NotEmpty(); 85 test_is_move_constructible<NotEmpty>(); in main()
|
/external/llvm-project/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/ |
D | is_member_object_pointer.pass.cpp | 51 class NotEmpty class 53 virtual ~NotEmpty(); 77 test_is_member_object_pointer<double NotEmpty::*>(); in main() 95 test_is_not_member_object_pointer<NotEmpty>(); in main()
|
D | is_member_pointer.pass.cpp | 51 class NotEmpty class 53 virtual ~NotEmpty(); 77 test_is_member_pointer<double NotEmpty::*>(); in main() 96 test_is_not_member_pointer<NotEmpty>(); in main()
|
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/ |
D | is_member_object_pointer.pass.cpp | 52 class NotEmpty class 54 virtual ~NotEmpty(); 78 test_is_member_object_pointer<double NotEmpty::*>(); in main() 96 test_is_not_member_object_pointer<NotEmpty>(); in main()
|
D | is_member_pointer.pass.cpp | 52 class NotEmpty class 54 virtual ~NotEmpty(); 78 test_is_member_pointer<double NotEmpty::*>(); in main() 97 test_is_not_member_pointer<NotEmpty>(); in main()
|