Home
last modified time | relevance | path

Searched refs:null (Results 1 – 20 of 20) sorted by relevance

/system/utest/fbl/
A Dalgorithm_tests.cpp140 int* null = nullptr; in max_element_test() local
141 EXPECT_EQ(fbl::max_element(null, null), null); in max_element_test()
161 int* null = nullptr; in max_element_compare_test() local
162 EXPECT_EQ(fbl::max_element(null, null, max_compare), null); in max_element_compare_test()
178 int* null = nullptr; in min_element_test() local
179 EXPECT_EQ(fbl::min_element(null, null), null); in min_element_test()
200 EXPECT_EQ(fbl::min_element(null, null, min_compare), null); in min_element_compare_test()
218 EXPECT_EQ(fbl::lower_bound(null, null, 0), null); in lower_bound_test()
263 EXPECT_EQ(fbl::lower_bound(null, null, 0, lessThan), null); in lower_bound_compare_test()
393 EXPECT_EQ(fbl::accumulate(null, null, 42), 42); in accumulate_test()
[all …]
/system/dev/misc/builtin/
A Drules.mk12 $(LOCAL_DIR)/null.c \
/system/ulib/zxio/
A Drules.mk15 $(LOCAL_DIR)/null.cpp \
/system/utest/zxio/
A Drules.mk15 $(LOCAL_DIR)/null-test.cpp \
/system/ulib/fdio/
A Drules.mk20 $(LOCAL_DIR)/null.c \
/system/utest/perftest/
A Drules.mk17 $(LOCAL_DIR)/null-test.cpp \
/system/fidl/fuchsia-process/
A Dlauncher.fidl45 // Non-null when |status| is an error.
100 // Non-null when |status| is an error.
105 // Non-null when |status| is ZX_OK.
/system/fidl/fuchsia-logger/
A Dlogger.fidl67 // A null |options| indicates no filtering is requested.
72 // A null |options| indicates no filtering is requested.
/system/banjo/ddk-protocol-i2cimpl/
A Di2c-impl.banjo24 /// |Transact| assumes that all ops buf are not null.
/system/fidl/fuchsia-hardware-tee/
A Dtee.fidl48 // The VMO is allowed to be null for situations where the TEE allows for buffer size checks.
51 // null vmo and the Trusted Application will populate the size field so that the operation can
/system/utest/core/pthread/
A Dpthread.cpp192 pthread_t null = 0; in pthread_self_main_thread_test() local
193 ASSERT_NE(self, null, "pthread_self() was NULL"); in pthread_self_main_thread_test()
/system/utest/fit/
A Dnullable_tests.cpp278 static constexpr nullable_struct null{-1}; member
285 static constexpr nullptr_t null = nullptr; member
333 fit::nullable<T> e(traits<T>::null); in construct_copy()
407 a = traits<T>::null; in assign()
458 b = traits<T>::null; in assign_copy()
525 fit::nullable<T> e(traits<T>::null); in comparisons()
/system/ulib/fit/
A DREADME.md128 surprised when assigning a null closure to wrappers such as fit::function
131 null closures and enter an "invalid" state. Using fit::is_null and
135 so it takes more care to coalesce the null and "not present" states.
138 taking advantage of the underlying value's null state (if there is one).
/system/dev/bus/acpi/
A Drules.mk18 MODULE_COMPILEFLAGS += -Wno-null-pointer-arithmetic
/system/banjo/ddk-protocol-display-controller/
A Ddisplay-controller.banjo88 /// be null if cursor_count is 0.
103 /// All strings are null-terminated. |manufacturer_id| is guaranteed to have
106 /// non-null
108 /// null-terminated
110 /// null-terminated
/system/utest/trace/
A Dengine_tests.cpp399 trace_string_ref_t null; in TestRegisterStringLiteral() local
407 trace_context_register_string_literal(context.get(), nullptr, &null); in TestRegisterStringLiteral()
419 EXPECT_TRUE(trace_is_empty_string_ref(&null)); in TestRegisterStringLiteral()
/system/fidl/fuchsia-io/
A Dio.fidl78 // a non-null NodeInfo (if the open is successful).
101 // otherwise it is null.
330 // Where names are NOT null-terminated.
367 // null-terminated buffer.
/system/banjo/ddk-protocol-usb/
A Dusb.banjo97 /// in the string, and the result may not be null terminated if the string
/system/fidl/fuchsia-hardware-ethernet/
A Dethernet.fidl52 // null-terminator.
/system/fidl/fuchsia-device-manager/
A Dcoordinator.fidl111 /// Attempt to bind a driver against this device. If |driver_path| is null,

Completed in 35 milliseconds