HomeSort by relevance Sort by last modified time
    Searched refs:empty (Results 451 - 475 of 8383) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/vector.bool/
move_alloc.pass.cpp 32 assert(!l.empty());
45 assert(l.empty());
58 assert(!l.empty());
72 assert(l.empty());
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string/string.capacity/
empty.pass.cpp 12 // bool empty() const;
23 assert(s.empty() == (s.size() == 0));
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string/string.iterators/
cbegin.pass.cpp 24 if (!s.empty())
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mri/
empty.s 1 SBT MACRO ; empty macro
  /art/profman/
profman.cc 239 if (!profile_files_.empty() && !profile_files_fd_.empty()) {
242 if (!reference_profile_file_.empty() && FdIsValid(reference_profile_file_fd_)) {
246 if (!apk_files_.empty() && !apks_fd_.empty()) {
253 if (profile_files_.empty() && profile_files_fd_.empty()) {
256 if (reference_profile_file_.empty() && !FdIsValid(reference_profile_file_fd_)) {
259 if ((!profile_files_.empty() && FdIsValid(reference_profile_file_fd_)) ||
260 (!profile_files_fd_.empty() && !FdIsValid(reference_profile_file_fd_)))
    [all...]
  /art/runtime/
zip_archive_test.cc 37 ASSERT_TRUE(error_msg.empty());
40 ASSERT_TRUE(error_msg.empty());
48 ASSERT_TRUE(error_msg.empty());
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DERTaggedObject.java 35 if (!empty)
57 if (!empty)
84 if (!empty)
DLTaggedObject.java 30 if (!empty)
52 if (!empty)
78 if (!empty)
  /external/deqp/external/vulkancts/framework/vulkan/
vkDeviceUtil.cpp 65 layerNamePtrs.empty() ? DE_NULL : &layerNamePtrs[0],
67 extensionNamePtrs.empty() ? DE_NULL : &extensionNamePtrs[0],
88 if (devices.empty())
  /external/libcxx/test/std/containers/associative/map/map.cons/
compare_alloc.pass.cpp 29 assert(m.empty());
39 assert(m.empty());
48 assert(m.empty());
  /external/libcxx/test/std/containers/associative/multimap/multimap.cons/
compare_alloc.pass.cpp 29 assert(m.empty());
39 assert(m.empty());
48 assert(m.empty());
  /external/libcxx/test/std/containers/sequences/vector.bool/
construct_default.pass.cpp 33 assert(c.empty());
38 assert(c1.empty());
54 assert(c.empty());
move.pass.cpp 32 assert(l.empty());
45 assert(l.empty());
59 assert(l.empty());
  /external/libcxx/test/std/strings/string.view/string.view.capacity/
capacity.pass.cpp 17 // constexpr bool empty() const noexcept;
30 static_assert ( sv1.empty(), "");
39 assert ( sv1.empty());
51 assert ( sv1.empty() == (len == 0));
  /external/llvm/tools/opt/
BreakpointPrinter.cpp 33 if (!NS->getName().empty()) {
38 if (!TY->getName().empty()) {
55 if (!Name.empty() && Processed.insert(Name).second) {
  /external/parameter-framework/upstream/test/test-platform/
main.cpp 81 if (options.empty()) {
92 if (not options.empty()) {
102 if (not options.empty()) {
  /external/protobuf/src/google/protobuf/util/internal/
expecting_objectwriter.h 94 (name.empty()
110 (name.empty()
126 (name.empty()
136 (name.empty()
146 (name.empty()
156 (name.empty()
166 (name.empty()
176 (name.empty()
187 (name.empty()
198 (name.empty()
    [all...]
  /external/swiftshader/src/OpenGL/common/
NameSpace.hpp 39 ASSERT(empty());
42 bool empty() function in class:gl::NameSpace
44 return map.empty();
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
TargetSelect.cpp 37 if (TheTriple.getTriple().empty())
42 if (!MArch.empty()) {
80 if (!MAttrs.empty()) {
  /external/v8/src/interpreter/
bytecode-label.h 68 bool is_bound = !labels_.empty() && labels_.at(0).is_bound();
75 bool empty() const { return labels_.empty(); } function in class:v8::internal::interpreter::BytecodeLabels
  /external/v8/src/libplatform/
task-queue.cc 20 DCHECK(task_queue_.empty());
36 if (!task_queue_.empty()) {
62 if (task_queue_.empty()) return;
  /external/webrtc/webrtc/base/
bufferqueue.cc 37 if (queue_.empty()) {
64 bool was_readable = !queue_.empty();
66 if (!free_list_.empty()) {
callback.h 26 // object. Default-constructed callbacks are "empty," and executing an empty
27 // callback does nothing. A callback can be made empty by assigning it from
50 // cout << my_callback.empty() << endl; // true
53 // cout << my_callback.empty() << endl; // false
60 // cout << my_callback.empty() << endl; // true
78 if (empty())
82 bool empty() const { return !helper_; } function in class:rtc::Callback0
108 if (empty())
112 bool empty() const { return !helper_; function in class:rtc::Callback1
143 bool empty() const { return !helper_; } function in class:rtc::Callback2
175 bool empty() const { return !helper_; } function in class:rtc::Callback3
208 bool empty() const { return !helper_; } function in class:rtc::Callback4
242 bool empty() const { return !helper_; } function in class:rtc::Callback5
    [all...]
  /external/webrtc/webrtc/common_video/
video_render_frames.cc 34 if (!incoming_frames_.empty() &&
59 while (!incoming_frames_.empty() && TimeToNextFrameRelease() <= 0) {
72 if (incoming_frames_.empty()) {
  /frameworks/base/libs/hwui/pipeline/skia/
SkiaDisplayList.h 75 bool isEmpty() const override { return mDisplayList.empty(); }
80 bool hasFunctor() const override { return !mChildFunctors.empty(); }
85 bool hasVectorDrawables() const override { return !mVectorDrawables.empty(); }

Completed in 2585 milliseconds

<<11121314151617181920>>