Home
last modified time | relevance | path

Searched refs:NotEmpty (Results 1 – 25 of 116) sorted by relevance

12345

/external/llvm-project/llvm/test/TableGen/
Dempty.td11 // 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/
Ddng_iptc.cpp83 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 …]
Ddng_image.cpp315 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 …]
Ddng_camera_profile.cpp166 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 …]
Ddng_color_spec.cpp267 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/
Dis_polymorphic.pass.cpp50 class NotEmpty class
52 virtual ~NotEmpty();
89 test_is_not_polymorphic<NotEmpty&>(); in main()
92 test_is_polymorphic<NotEmpty>(); in main()
Dis_move_assignable.pass.cpp38 class NotEmpty class
41 virtual ~NotEmpty();
62 test_is_move_assignable<NotEmpty> (); in main()
Dis_nothrow_move_assignable.pass.cpp38 struct NotEmpty struct
40 virtual ~NotEmpty();
64 test_has_nothrow_assign<NotEmpty>(); in main()
Dis_nothrow_copy_assignable.pass.cpp38 struct NotEmpty struct
40 virtual ~NotEmpty();
64 test_has_nothrow_assign<NotEmpty>(); in main()
Dis_trivially_move_assignable.pass.cpp38 class NotEmpty class
40 virtual ~NotEmpty();
73 test_has_not_trivial_assign<NotEmpty>(); in main()
Dis_trivially_copy_assignable.pass.cpp38 class NotEmpty class
40 virtual ~NotEmpty();
73 test_has_not_trivially_copy_assignable<NotEmpty>(); in main()
Dis_copy_assignable.pass.cpp38 class NotEmpty class
41 virtual ~NotEmpty();
73 test_is_copy_assignable<NotEmpty> (); in main()
Dis_move_constructible.pass.cpp38 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/
Dis_polymorphic.pass.cpp51 class NotEmpty class
53 virtual ~NotEmpty();
90 test_is_not_polymorphic<NotEmpty&>(); in main()
93 test_is_polymorphic<NotEmpty>(); in main()
Dis_move_assignable.pass.cpp39 class NotEmpty class
42 virtual ~NotEmpty();
63 test_is_move_assignable<NotEmpty> (); in main()
Dis_nothrow_move_assignable.pass.cpp39 struct NotEmpty struct
41 virtual ~NotEmpty();
65 test_has_nothrow_assign<NotEmpty>(); in main()
Dis_nothrow_copy_assignable.pass.cpp39 struct NotEmpty struct
41 virtual ~NotEmpty();
65 test_has_nothrow_assign<NotEmpty>(); in main()
Dis_trivially_copy_assignable.pass.cpp41 class NotEmpty class
43 virtual ~NotEmpty();
76 test_has_not_trivially_copy_assignable<NotEmpty>(); in main()
Dis_trivially_move_assignable.pass.cpp41 class NotEmpty class
43 virtual ~NotEmpty();
76 test_has_not_trivial_assign<NotEmpty>(); in main()
Dis_copy_assignable.pass.cpp39 class NotEmpty class
42 virtual ~NotEmpty();
74 test_is_copy_assignable<NotEmpty> (); in main()
Dis_move_constructible.pass.cpp39 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/
Dis_member_object_pointer.pass.cpp51 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()
Dis_member_pointer.pass.cpp51 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/
Dis_member_object_pointer.pass.cpp52 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()
Dis_member_pointer.pass.cpp52 class NotEmpty class
54 virtual ~NotEmpty();
78 test_is_member_pointer<double NotEmpty::*>(); in main()
97 test_is_not_member_pointer<NotEmpty>(); in main()

12345