Searched refs:null (Results 1 – 20 of 20) sorted by relevance
| /system/utest/fbl/ |
| A D | algorithm_tests.cpp | 140 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 D | rules.mk | 12 $(LOCAL_DIR)/null.c \
|
| /system/ulib/zxio/ |
| A D | rules.mk | 15 $(LOCAL_DIR)/null.cpp \
|
| /system/utest/zxio/ |
| A D | rules.mk | 15 $(LOCAL_DIR)/null-test.cpp \
|
| /system/ulib/fdio/ |
| A D | rules.mk | 20 $(LOCAL_DIR)/null.c \
|
| /system/utest/perftest/ |
| A D | rules.mk | 17 $(LOCAL_DIR)/null-test.cpp \
|
| /system/fidl/fuchsia-process/ |
| A D | launcher.fidl | 45 // 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 D | logger.fidl | 67 // A null |options| indicates no filtering is requested. 72 // A null |options| indicates no filtering is requested.
|
| /system/banjo/ddk-protocol-i2cimpl/ |
| A D | i2c-impl.banjo | 24 /// |Transact| assumes that all ops buf are not null.
|
| /system/fidl/fuchsia-hardware-tee/ |
| A D | tee.fidl | 48 // 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 D | pthread.cpp | 192 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 D | nullable_tests.cpp | 278 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 D | README.md | 128 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 D | rules.mk | 18 MODULE_COMPILEFLAGS += -Wno-null-pointer-arithmetic
|
| /system/banjo/ddk-protocol-display-controller/ |
| A D | display-controller.banjo | 88 /// 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 D | engine_tests.cpp | 399 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 D | io.fidl | 78 // 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 D | usb.banjo | 97 /// in the string, and the result may not be null terminated if the string
|
| /system/fidl/fuchsia-hardware-ethernet/ |
| A D | ethernet.fidl | 52 // null-terminator.
|
| /system/fidl/fuchsia-device-manager/ |
| A D | coordinator.fidl | 111 /// Attempt to bind a driver against this device. If |driver_path| is null,
|
Completed in 35 milliseconds