Home
last modified time | relevance | path

Searched defs:empty (Results 1 – 25 of 4834) sorted by relevance

12345678910>>...194

/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/
H A DOptionalTest.java44 Optional<String> empty = Optional.empty(); in testGet() local
58 Optional<String> empty = Optional.empty(); in testIsPresent() local
69 Optional<String> empty = Optional.empty(); in testIfPresent() local
86 Optional<String> empty = Optional.empty(); in testFilter() local
109 Optional<String> empty = Optional.empty(); in testMap() local
130 Optional<String> empty = Optional.empty(); in testFlatMap() local
164 Optional<String> empty = Optional.empty(); in testOrElse() local
177 Optional<String> empty = Optional.empty(); in testOrElseGet() local
192 Optional<String> empty = Optional.empty(); in testOrElseThrow() local
/aosp_15_r20/external/kotlinx.serialization/core/commonMain/src/kotlinx/serialization/internal/
H A DPrimitiveArraysSerializers.kt25 override fun empty(): ByteArray = ByteArray(0) in collectionSize() method
76 override fun empty(): ShortArray = ShortArray(0) in build() method
126 override fun empty(): IntArray = IntArray(0) in build() method
176 override fun empty(): LongArray = LongArray(0) in build() method
226 override fun empty(): FloatArray = FloatArray(0) in build() method
276 override fun empty(): DoubleArray = DoubleArray(0) in build() method
326 override fun empty(): CharArray = CharArray(0) in build() method
374 override fun empty(): BooleanArray = BooleanArray(0) in build() method
429 override fun empty(): UByteArray = UByteArray(0) in build() method
483 override fun empty(): UShortArray = UShortArray(0) in build() method
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/bytemuck/tests/
Dcast_slice_tests.rs248 let empty: Box<[()]> = cast_slice_box::<u8, ()>(Box::new([])); in test_boxed_slices() localVariable
259 let empty: Box<[i8]> = cast_slice_box::<(), i8>(Box::new([])); in test_boxed_slices() localVariable
262 let empty: Box<[i8]> = cast_slice_box::<(), i8>(Box::new([(); 42])); in test_boxed_slices() localVariable
291 let empty: Rc<[()]> = cast_slice_rc::<u8, ()>(Rc::new([])); in test_rc_slices() localVariable
302 let empty: Rc<[i8]> = cast_slice_rc::<(), i8>(Rc::new([])); in test_rc_slices() localVariable
305 let empty: Rc<[i8]> = cast_slice_rc::<(), i8>(Rc::new([(); 42])); in test_rc_slices() localVariable
335 let empty: Arc<[()]> = cast_slice_arc::<u8, ()>(Arc::new([])); in test_arc_slices() localVariable
346 let empty: Arc<[i8]> = cast_slice_arc::<(), i8>(Arc::new([])); in test_arc_slices() localVariable
349 let empty: Arc<[i8]> = cast_slice_arc::<(), i8>(Arc::new([(); 42])); in test_arc_slices() localVariable
/aosp_15_r20/external/cronet/base/strings/
H A Dcstring_view_unittest.cc49 constexpr auto empty = cstring_view(""); in TEST() local
73 constexpr auto empty = UNSAFE_BUFFERS(cstring_view(c_empty, 0u)); in TEST() local
86 std::string empty; in TEST() local
212 constexpr auto empty = cstring_view(); in TEST() local
232 constexpr auto empty = cstring_view(); in TEST() local
264 constexpr auto empty = cstring_view(); in TEST() local
270 constexpr auto empty = cstring_view(); in TEST() local
302 constexpr auto empty = cstring_view(); in TEST() local
341 constexpr auto empty = cstring_view(); in TEST() local
376 constexpr auto empty = cstring_view(); in TEST() local
[all …]
/aosp_15_r20/external/pdfium/core/fxcrt/
H A Dwidestring_unittest.cpp135 WideString empty; in TEST() local
502 WideString empty; in TEST() local
537 WideString empty; in TEST() local
586 WideString empty; in TEST() local
591 WideString empty; in TEST() local
599 WideString empty; in TEST() local
610 WideString empty; in TEST() local
621 WideString empty; in TEST() local
646 WideString empty; in TEST() local
661 WideString empty; in TEST() local
[all …]
H A Dbytestring_unittest.cpp142 ByteString empty; in TEST() local
511 ByteString empty; in TEST() local
546 ByteString empty; in TEST() local
595 ByteString empty; in TEST() local
600 ByteString empty; in TEST() local
608 ByteString empty; in TEST() local
619 ByteString empty; in TEST() local
630 ByteString empty; in TEST() local
655 ByteString empty; in TEST() local
670 ByteString empty; in TEST() local
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/
Dexplicit_inst_list_test.cpp13 struct empty struct
15 friend bool operator == (const empty &, const empty &){ return true; } in operator ==()
16 friend bool operator < (const empty &, const empty &){ return true; } in operator <()
Dpmr_slist_test.cpp13 struct empty struct
15 friend bool operator == (const empty &, const empty &){ return true; } in operator ==()
16 friend bool operator < (const empty &, const empty &){ return true; } in operator <()
Dexplicit_inst_devector_test.cpp15 struct empty struct
17 friend bool operator == (const empty &, const empty &){ return true; } in operator ==()
18 friend bool operator < (const empty &, const empty &){ return true; } in operator <()
Dexplicit_inst_static_vector_test.cpp13 struct empty struct
15 friend bool operator == (const empty &, const empty &){ return true; } in operator ==()
16 friend bool operator < (const empty &, const empty &){ return true; } in operator <()
Dexplicit_inst_slist_test.cpp13 struct empty struct
15 friend bool operator == (const empty &, const empty &){ return true; } in operator ==()
16 friend bool operator < (const empty &, const empty &){ return true; } in operator <()
Dexplicit_inst_deque_test.cpp17 struct empty struct
19 friend bool operator == (const empty &, const empty &){ return true; } in operator ==()
20 friend bool operator < (const empty &, const empty &){ return true; } in operator <()
Dexplicit_inst_set_test.cpp13 struct empty struct
15 friend bool operator == (const empty &, const empty &){ return true; } in operator ==()
16 friend bool operator < (const empty &, const empty &){ return true; } in operator <()
Dexplicit_inst_map_test.cpp13 struct empty struct
15 friend bool operator == (const empty &, const empty &){ return true; } in operator ==()
16 friend bool operator < (const empty &, const empty &){ return true; } in operator <()
Dexplicit_inst_stable_vector_test.cpp13 struct empty struct
15 friend bool operator == (const empty &, const empty &){ return true; } in operator ==()
16 friend bool operator < (const empty &, const empty &){ return true; } in operator <()
Dexplicit_inst_flat_set_test.cpp13 struct empty struct
15 friend bool operator == (const empty &, const empty &){ return true; } in operator ==()
16 friend bool operator < (const empty &, const empty &){ return true; } in operator <()
Dexplicit_inst_flat_map_test.cpp20 struct empty struct
22 friend bool operator == (const empty &, const empty &){ return true; } in operator ==()
23 friend bool operator < (const empty &, const empty &){ return true; } in operator <()
Dexplicit_inst_small_vector_test.cpp13 struct empty struct
15 friend bool operator == (const empty &, const empty &){ return true; } in operator ==()
16 friend bool operator < (const empty &, const empty &){ return true; } in operator <()
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Dhas_bits.h84 inline bool HasBits<1>::empty() const { in empty() function
89 inline bool HasBits<2>::empty() const { in empty() function
94 inline bool HasBits<3>::empty() const { in empty() function
99 inline bool HasBits<4>::empty() const { in empty() function
104 inline bool HasBits<doublewords>::empty() const { in empty() function
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Dhas_bits.h84 inline bool HasBits<1>::empty() const { in empty() function
89 inline bool HasBits<2>::empty() const { in empty() function
94 inline bool HasBits<3>::empty() const { in empty() function
99 inline bool HasBits<4>::empty() const { in empty() function
104 inline bool HasBits<doublewords>::empty() const { in empty() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/types/
Doptional_exception_safety_test.cc164 auto empty = Optional(); in TEST() local
181 auto empty = MoveOptional(); in TEST() local
187 auto empty = MoveOptional(); in TEST() local
235 auto empty = Optional(); in TEST() local
259 auto empty = MoveOptional(); in TEST() local
265 auto empty = MoveOptional(); in TEST() local
276 auto empty = MoveOptional(); in TEST() local
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/types/
H A Doptional_exception_safety_test.cc164 auto empty = Optional(); in TEST() local
181 auto empty = MoveOptional(); in TEST() local
187 auto empty = MoveOptional(); in TEST() local
235 auto empty = Optional(); in TEST() local
259 auto empty = MoveOptional(); in TEST() local
265 auto empty = MoveOptional(); in TEST() local
276 auto empty = MoveOptional(); in TEST() local
/aosp_15_r20/external/abseil-cpp/absl/types/
H A Doptional_exception_safety_test.cc164 auto empty = Optional(); in TEST() local
181 auto empty = MoveOptional(); in TEST() local
187 auto empty = MoveOptional(); in TEST() local
235 auto empty = Optional(); in TEST() local
259 auto empty = MoveOptional(); in TEST() local
265 auto empty = MoveOptional(); in TEST() local
276 auto empty = MoveOptional(); in TEST() local
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/types/
H A Doptional_exception_safety_test.cc164 auto empty = Optional(); in TEST() local
181 auto empty = MoveOptional(); in TEST() local
187 auto empty = MoveOptional(); in TEST() local
235 auto empty = Optional(); in TEST() local
259 auto empty = MoveOptional(); in TEST() local
265 auto empty = MoveOptional(); in TEST() local
276 auto empty = MoveOptional(); in TEST() local
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/types/
H A Doptional_exception_safety_test.cc164 auto empty = Optional(); in TEST() local
181 auto empty = MoveOptional(); in TEST() local
187 auto empty = MoveOptional(); in TEST() local
235 auto empty = Optional(); in TEST() local
259 auto empty = MoveOptional(); in TEST() local
265 auto empty = MoveOptional(); in TEST() local
276 auto empty = MoveOptional(); in TEST() local

12345678910>>...194