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

1 2 3 4 5

  /external/dng_sdk/source/
dng_iptc.cpp 83 if (fTitle.NotEmpty ())
93 if (fCategory.NotEmpty ())
108 if (fInstructions.NotEmpty ())
124 fAuthorsPosition.NotEmpty ())
129 if (fCity .NotEmpty () ||
130 fState .NotEmpty () ||
131 fCountry.NotEmpty ())
136 if (fCountryCode.NotEmpty ())
141 if (fLocation.NotEmpty ())
146 if (fTransmissionReference.NotEmpty ())
    [all...]
  /external/wpa_supplicant_8/src/ap/
vlan.c 20 const int a_empty = !a || !a->notempty;
21 const int b_empty = !b || !b->notempty;
  /external/antlr/antlr-3.4/gunit/src/main/resources/org/antlr/gunit/swingui/
gunit.stg 9 <if(it.notEmpty)>
  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
has_virtual_destructor.pass.cpp 38 class NotEmpty
40 virtual ~NotEmpty();
76 test_has_virtual_destructor<NotEmpty>();
is_abstract.pass.cpp 38 class NotEmpty
40 virtual ~NotEmpty();
68 test_is_not_abstract<NotEmpty>();
is_copy_assignable.pass.cpp 32 class NotEmpty
35 virtual ~NotEmpty();
67 test_is_copy_assignable<NotEmpty> ();
is_copy_constructible.pass.cpp 32 class NotEmpty
35 virtual ~NotEmpty();
77 test_is_copy_constructible<NotEmpty>();
is_empty.pass.cpp 38 class NotEmpty
40 virtual ~NotEmpty();
61 test_is_not_empty<NotEmpty>();
is_move_assignable.pass.cpp 32 class NotEmpty
35 virtual ~NotEmpty();
56 test_is_move_assignable<NotEmpty> ();
is_move_constructible.pass.cpp 32 class NotEmpty
35 virtual ~NotEmpty();
78 test_is_move_constructible<NotEmpty>();
is_nothrow_copy_assignable.pass.cpp 32 struct NotEmpty
34 virtual ~NotEmpty();
58 test_has_nothrow_assign<NotEmpty>();
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_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>();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
has_virtual_destructor.pass.cpp 38 class NotEmpty
40 virtual ~NotEmpty();
76 test_has_virtual_destructor<NotEmpty>();
is_abstract.pass.cpp 38 class NotEmpty
40 virtual ~NotEmpty();
68 test_is_not_abstract<NotEmpty>();
is_copy_assignable.pass.cpp 32 class NotEmpty
35 virtual ~NotEmpty();
62 test_is_copy_assignable<NotEmpty> ();
is_copy_constructible.pass.cpp 32 class NotEmpty
35 virtual ~NotEmpty();
71 test_is_copy_constructible<NotEmpty>();
is_empty.pass.cpp 38 class NotEmpty
40 virtual ~NotEmpty();
61 test_is_not_empty<NotEmpty>();
is_move_assignable.pass.cpp 32 class NotEmpty
35 virtual ~NotEmpty();
56 test_is_move_assignable<NotEmpty> ();
is_move_constructible.pass.cpp 32 class NotEmpty
35 virtual ~NotEmpty();
78 test_is_move_constructible<NotEmpty>();
is_nothrow_copy_assignable.pass.cpp 32 struct NotEmpty
34 virtual ~NotEmpty();
58 test_has_nothrow_assign<NotEmpty>();

Completed in 551 milliseconds

1 2 3 4 5