Searched refs:empty (Results 51 - 60 of 60) sorted by relevance

123

/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/internal/
H A Drb.h167 a_prefix##empty(a_rbt_type *rbtree); \
239 * Description: Determine whether tree is empty.
242 * Ret: True if tree is empty, false otherwise.
251 * Ret: First/last node in tree, or NULL if tree is empty.
344 a_prefix##empty(a_rbt_type *rbtree) { \
/fuchsia/zircon/system/host/fidl/lib/
H A Dc_generator.cpp753 if (!named_interface.discoverable_name.empty()) {
929 if (!response.empty())
1124 if (!request.empty())
H A Dtables_generator.cpp85 if (!collection.empty())
94 if (!collection.empty())
H A Dflat_ast.cpp180 // the depth. We'll never see a zero size for a real TypeShape because empty
885 if (!library_name_.empty()) {
1281 while (!decls_without_deps.empty()) {
/fuchsia/zircon/make/
H A Dmodule.mk260 # empty out any vars set here
H A Dmodule-userlib.mk233 # empty compatibility libraries
H A Dengine.mk86 endif # if BUILDDIR_SUFFIX is empty
/fuchsia/zircon/system/utest/trace-reader/
H A Drecords_tests.cpp283 EXPECT_TRUE(a.name().empty());
289 EXPECT_TRUE(m.name().empty());
/fuchsia/zircon/system/ulib/fuzz-utils/
H A Dfuzzer.cpp198 if (!root_.empty() && (rc = out->Push(root_.c_str())) != ZX_OK) {
669 fprintf(err_, "Failed to make empty corpus: %s\n", zx_status_get_string(rc));
/fuchsia/zircon/system/utest/blobfs/
H A Dblobfs.cpp813 // Try to readdir on an empty directory
817 ASSERT_NULL(readdir(dir), "Expected blobfs to start empty");
860 ASSERT_NULL(readdir(dir), "Expected blobfs to end empty");
1041 ASSERT_EQ(read(fd.get(), &buf[0], 1), 0, "Expected empty read beyond end of file");
1578 empty, enumerator in enum:TestState
1585 : info(fbl::move(i)), state(empty), writes_remaining(1) {
1631 // Allocate space for an open, empty blob
1641 } else if (state->state == empty) {

Completed in 129 milliseconds

123