HomeSort by relevance Sort by last modified time
    Searched full:notempty (Results 26 - 50 of 118) sorted by null

12 3 4 5

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
is_nothrow_move_assignable.pass.cpp 32 struct NotEmpty
34 virtual ~NotEmpty();
58 test_has_nothrow_assign<NotEmpty>();
is_trivially_copy_assignable.pass.cpp 32 class NotEmpty
34 virtual ~NotEmpty();
67 test_has_not_trivially_copy_assignable<NotEmpty>();
is_trivially_copy_constructible.pass.cpp 34 class NotEmpty
37 virtual ~NotEmpty();
63 test_has_not_trivial_copy_constructor<NotEmpty>();
is_trivially_default_constructible.pass.cpp 38 class NotEmpty
40 virtual ~NotEmpty();
66 test_has_not_trivial_default_constructor<NotEmpty>();
is_trivially_destructible.pass.cpp 38 class NotEmpty
40 virtual ~NotEmpty();
65 test_has_not_trivial_destructor<NotEmpty>();
is_trivially_move_assignable.pass.cpp 32 class NotEmpty
34 virtual ~NotEmpty();
67 test_has_not_trivial_assign<NotEmpty>();
is_trivially_move_constructible.pass.cpp 32 class NotEmpty
35 virtual ~NotEmpty();
75 test_has_not_trivial_move_constructor<NotEmpty>();
is_polymorphic.pass.cpp 38 class NotEmpty
40 virtual ~NotEmpty();
77 test_is_not_polymorphic<NotEmpty&>();
80 test_is_polymorphic<NotEmpty>();
is_default_constructible.pass.cpp 38 class NotEmpty
41 virtual ~NotEmpty();
77 test_is_default_constructible<NotEmpty>();
is_destructible.pass.cpp 38 class NotEmpty
40 virtual ~NotEmpty();
80 test_is_not_destructible<NotEmpty>();
is_nothrow_destructible.pass.cpp 38 class NotEmpty
40 virtual ~NotEmpty();
64 test_has_not_nothrow_destructor<NotEmpty>();
is_nothrow_constructible.pass.cpp 51 class NotEmpty
53 virtual ~NotEmpty();
  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_polymorphic.pass.cpp 38 class NotEmpty
40 virtual ~NotEmpty();
77 test_is_not_polymorphic<NotEmpty&>();
80 test_is_polymorphic<NotEmpty>();
is_default_constructible.pass.cpp 43 class NotEmpty
46 virtual ~NotEmpty();
82 test_is_default_constructible<NotEmpty>();
is_destructible.pass.cpp 38 class NotEmpty
40 virtual ~NotEmpty();
126 test_is_not_destructible<NotEmpty>();
is_nothrow_constructible.pass.cpp 51 class NotEmpty
53 virtual ~NotEmpty();
  /external/wpa_supplicant_8/src/ap/
vlan.h 15 int notempty; /* 0 : no vlan information present, 1: else */ member in struct:vlan_description
  /external/dng_sdk/source/
dng_image.cpp 315 if (dst1.NotEmpty ())
339 if (dst2.NotEmpty ())
363 if (dst3.NotEmpty ())
387 if (dst4.NotEmpty ())
506 if (overlap.NotEmpty ())
549 if (areaTL.NotEmpty ())
566 if (areaTM.NotEmpty ())
583 if (areaTR.NotEmpty ())
600 if (areaLM.NotEmpty ())
617 if (areaRM.NotEmpty ())
    [all...]
dng_color_spec.cpp 267 bool has1 = fForwardMatrix1.NotEmpty ();
268 bool has2 = fForwardMatrix2.NotEmpty ();
313 bool has1 = fReductionMatrix1.NotEmpty ();
314 bool has2 = fReductionMatrix2.NotEmpty ();
446 if (forwardMatrix.NotEmpty ())
489 DNG_ASSERT (fCameraWhite.NotEmpty (), "Using invalid CameraWhite");
500 DNG_ASSERT (fCameraToPCS.NotEmpty (), "Using invalid CameraToPCS");
511 DNG_ASSERT (fPCStoCamera.NotEmpty (), "Using invalid PCStoCamera");
dng_camera_profile.cpp 166 if (m.NotEmpty ())
223 if (m.NotEmpty ())
563 if (m.NotEmpty ())
764 if (fReductionMatrix1.NotEmpty ())
796 if (fColorMatrix2.NotEmpty ())
802 if (fReductionMatrix2.NotEmpty ())
908 if (profileInfo.fProfileName.NotEmpty ())
923 if (profileInfo.fForwardMatrix1.NotEmpty ())
930 if (profileInfo.fReductionMatrix1.NotEmpty ())
937 if (profileInfo.fColorMatrix2.NotEmpty ())
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
queues.py 220 def _finalize_close(buffer, notempty):
222 notempty.acquire()
225 notempty.notify()
227 notempty.release()
230 def _feed(buffer, notempty, send, writelock, close):
234 nacquire = notempty.acquire
235 nrelease = notempty.release
236 nwait = notempty.wait
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
queues.py 220 def _finalize_close(buffer, notempty):
222 notempty.acquire()
225 notempty.notify()
227 notempty.release()
230 def _feed(buffer, notempty, send, writelock, close):
234 nacquire = notempty.acquire
235 nrelease = notempty.release
236 nwait = notempty.wait
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
queues.py 220 def _finalize_close(buffer, notempty):
222 notempty.acquire()
225 notempty.notify()
227 notempty.release()
230 def _feed(buffer, notempty, send, writelock, close):
234 nacquire = notempty.acquire
235 nrelease = notempty.release
236 nwait = notempty.wait
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
queues.py 220 def _finalize_close(buffer, notempty):
222 notempty.acquire()
225 notempty.notify()
227 notempty.release()
230 def _feed(buffer, notempty, send, writelock, close):
234 nacquire = notempty.acquire
235 nrelease = notempty.release
236 nwait = notempty.wait
  /cts/tests/camera/libctscamera2jni/
dng-validate-jni.cpp 104 if (gDumpDNG.NotEmpty()) {
140 if (gDumpStage1.NotEmpty()) {
171 if (gDumpStage2.NotEmpty()) {
211 if (gDumpStage3.NotEmpty()) {
227 if (gDumpDNG.NotEmpty()) {
323 if (gDumpTIF.NotEmpty()) {

Completed in 359 milliseconds

12 3 4 5