Home
last modified time | relevance | path

Searched defs:empty (Results 151 – 175 of 396) sorted by relevance

12345678910>>...16

/aosp12/frameworks/native/cmds/idlcli/
H A Dutils.h116 bool empty() { return mArgs.empty(); } in empty() function
/ohos5.0/foundation/ai/ai_engine/services/server/communication_adapter/source/
H A Dclient_listener_handler.cpp146 bool empty = responses_.empty(); in AddCallbackRecord() local
/aosp12/packages/modules/NeuralNetworks/common/
H A DGraphDump.cpp80 std::ostringstream empty; in operator <<() local
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/
H A Dvideodec_ndk_sample.cpp58 std::queue<uint32_t> empty; in clearIntqueue() local
64 std::queue<OH_AVCodecBufferAttr> empty; in clearBufferqueue() local
204 std::queue<OH_AVMemory *> empty; in Flush_buffer() local
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/encoderconfigure_fuzzer/
H A Dvideoenc_sample.cpp36 std::queue<uint32_t> empty; in clearIntqueue() local
42 std::queue<OH_AVCodecBufferAttr> empty; in clearBufferqueue() local
/aosp12/frameworks/compile/mclinker/include/mcld/LD/
H A DELFSegment.h69 bool empty() const { return m_SectionList.empty(); } in empty() function
/aosp12/frameworks/base/core/java/android/app/
H A DPictureInPictureParams.java350 public boolean empty() { in empty() method in PictureInPictureParams
/aosp12/art/libartbase/base/
H A Darray_ref.h134 bool empty() const { return size() == 0u; } in empty() function
H A Darray_slice.h88 bool empty() const { return size() == 0u; } in empty() function
H A Dtransform_array_ref.h107 bool empty() const { return base().empty(); } in empty() function
/aosp12/frameworks/compile/mclinker/lib/Support/
H A DPath.cpp114 bool Path::empty() const { in empty() function in mcld::sys::fs::Path
/aosp12/system/netd/libnetdutils/
H A DMemBlockTest.cpp72 MemBlock empty; in TEST() local
/aosp12/frameworks/compile/mclinker/include/mcld/Support/
H A DGCFactory.h171 bool empty() const { return Alloc::empty(); } in empty() function
/ohos5.0/base/powermgr/battery_statistics/services/native/src/entities/
H A Dbattery_stats_entity.cpp81 std::vector<int32_t> empty; in GetUids() local
/aosp12/hardware/qcom/sm7150/gps/utils/
H A DLocUnorderedSetMap.h94 inline bool empty() { return mMap.empty(); } in empty() function
/aosp12/bionic/linker/
H A Dlinked_list.h150 bool empty() { in empty() function
/aosp12/system/bt/gd/os/linux_generic/
H A Dhandler_unittest.cc48 TEST_F(HandlerTest, empty) { in TEST_F() argument
/aosp12/hardware/interfaces/audio/effect/all-versions/default/util/tests/
H A Deffectutils_tests.cpp102 EffectBufferConfig empty; in TEST() local
/aosp12/hardware/qcom/sm8150p/gps/utils/
H A DLocUnorderedSetMap.h94 inline bool empty() { return mMap.empty(); } in empty() function
/aosp12/hardware/qcom/sdm845/gps/sdm845/utils/
H A DLocUnorderedSetMap.h94 inline bool empty() { return mMap.empty(); } in empty() function
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3Mem.cpp490 bool empty = true; in getOldestFrameNumber() local
1044 bool empty = true; in getOldestFrameNumber() local
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DPackageManagerServiceTest.java226 Timeouts empty = Timeouts.parse(""); in testTimeouts() local
336 PerPackageReadTimeouts empty = PerPackageReadTimeouts.parse("", defVCs, defTs); in testPerPackageReadTimeouts() local
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_dirty_manager_test.cpp312 std::vector<MMI::Rect> empty(0); variable
360 std::vector<MMI::Rect> empty(0); variable
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/
H A Dvideodec_api11_sample.cpp59 std::queue<uint32_t> empty; in clearIntqueue() local
65 std::queue<OH_AVCodecBufferAttr> empty; in clearBufferqueue() local
218 std::queue<OH_AVBuffer *> empty; in Flush_buffer() local
/aosp12/packages/apps/Dialer/java/com/android/incallui/incall/protocol/
H A DPrimaryInfo.java126 public static PrimaryInfo empty() { in empty() method in PrimaryInfo

12345678910>>...16