Home
last modified time | relevance | path

Searched refs:reuse (Results 126 - 142 of 142) sorted by relevance

123456

/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp3283 info.reuse = abilitySessionInfo->reuse; in ChangeSessionVisibilityWithStatusBar()
3316 info.reuse = abilitySessionInfo->reuse; in MakeSessionInfoDuringPendingActivation()
/third_party/python/Lib/test/
H A Dtest_socket.py1421 # We know a socket should start without reuse==0
1424 reuse = sock.getsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR)
1425 self.assertFalse(reuse != 0, "initial mode is reuse")
1432 reuse = sock.getsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR)
1433 self.assertFalse(reuse == 0, "failed to set reuse mode")
/foundation/communication/dsoftbus/tests/core/connection/br/
H A Dconnection_br_connection_test.cpp511 EXPECT_EQ(it->statistics.reuse, true); in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/src/zidl/
H A Dsession_proxy.cpp48 !data.WriteBool(abilitySessionInfo->reuse) || in WriteAbilitySessionInfoBasic()
H A Dsession_stub.cpp69 if (!data.ReadBool(abilitySessionInfo->reuse)) { in ReadBasicAbilitySessionInfo()
70 TLOGE(WmsLogTag::WMS_LIFE, "Read reuse failed."); in ReadBasicAbilitySessionInfo()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx9.asm891 //reuse s_restore_m0 as a temp register
H A Dcwsr_trap_handler_gfx8.asm646 //reuse s_restore_m0 as a temp register
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx8.asm647 //reuse s_restore_m0 as a temp register
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dsha256-avx2-asm.S592 leaq K256+0*32(%rip), INP ## reuse INP as scratch reg
/kernel/linux/linux-6.6/mm/
H A Dmemory.c3178 * "reuse" the old page writing into it while our pte in wp_page_copy()
3399 * Private mapping: create an exclusive anonymous page copy if reuse
3404 * If the page is exclusive to this process we must reuse the
3408 goto reuse;
3413 * the swapcache if there is little hope that we can reuse.
3442 reuse:
3819 * pte_same() returns true due to entry reuse. in do_swap_page()
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session.cpp3053 "abilityName %{public}s, appIndex %{public}d, reuse %{public}d, visible %{public}d", in ChangeSessionVisibilityWithStatusBar()
3055 info.appIndex_, info.reuse, visible); in ChangeSessionVisibilityWithStatusBar()
3105 if (info.reuse || info.isAtomicService_) { in GenSceneSession()
3149 "appIndex %{public}d, reuse %{public}d", info.bundleName_.c_str(), info.moduleName_.c_str(), in PendingSessionActivation()
3150 info.abilityName_.c_str(), info.appIndex_, info.reuse); in PendingSessionActivation()
/kernel/linux/linux-6.6/include/linux/
H A Dmm.h3794 struct vmem_altmap *altmap, struct page *reuse);
/kernel/linux/linux-5.10/fs/f2fs/
H A Df2fs.h1272 ALLOC_MODE_REUSE, /* reuse segments as much as possible */
3952 void f2fs_destroy_compress_ctx(struct compress_ctx *cc, bool reuse);
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp1594 "%{public}s: session reuse id:%{public}d type:%{public}d affinity:%{public}s", in RequestSceneSession()
8803 WLOGFI("FindSessionByAffinity: %{public}s, try to reuse", sessionInfo.sessionAffinity.c_str()); in CheckIfReuseSession()
8804 sessionInfo.reuse = true; in CheckIfReuseSession()
8806 sessionInfo.reuse = false; in CheckIfReuseSession()
8808 WLOGFI("end: affinity %{public}s type %{public}d reuse %{public}d", in CheckIfReuseSession()
8809 sessionInfo.sessionAffinity.c_str(), collaboratorType, sessionInfo.reuse); in CheckIfReuseSession()
/kernel/linux/linux-6.6/fs/f2fs/
H A Df2fs.h1352 ALLOC_MODE_REUSE, /* reuse segments as much as possible */
4294 void f2fs_destroy_compress_ctx(struct compress_ctx *cc, bool reuse);
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex459 % Do not use \next, perhaps the caller of \parsearg uses it; reuse \temp:
4234 % The `\else' inside the `\doifset' parameter is a trick to reuse the
6834 % And now, it's time to reuse the body of the original defun:
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 92 milliseconds

123456