Home
last modified time | relevance | path

Searched refs:Lease (Results 1 – 25 of 27) sorted by relevance

12

/external/grpc-grpc/src/csharp/Grpc.Core.Tests/Internal/
DDefaultObjectPoolTest.cs37 var origLeased = pool.Lease(); in ObjectIsReused()
39 Assert.AreSame(origLeased, pool.Lease()); in ObjectIsReused()
40 Assert.AreNotSame(origLeased, pool.Lease()); in ObjectIsReused()
47 var origLeased = pool.Lease(); in ZeroCapacities()
49 Assert.AreNotSame(origLeased, pool.Lease()); in ZeroCapacities()
56 var origLeased = pool.Lease(); in DisposeCleansSharedPool()
59 Assert.AreNotSame(origLeased, pool.Lease()); in DisposeCleansSharedPool()
66 var origLeased = pool.Lease(); in LeaseSetsReturnAction()
69 Assert.AreNotSame(origLeased, pool.Lease()); in LeaseSetsReturnAction()
/external/tcpdump/tests/
Ddhcp-mud.out18 NTP, Lease-Time, Server-ID, RN
31 Lease-Time Option 51, length 4: 600
Ddhcp-rfc5859-v.out18 Lease-Time Option 51, length 4: 43200
41 Lease-Time Option 51, length 4: 43200
Ddhcp-rfc3004-v.out23 Lease-Time Option 51, length 4: 86400
51 Lease-Time Option 51, length 4: 86400
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DIObjectPool.cs32 T Lease(); in Lease() method
DGrpcThreadPool.cs222 …(environment, () => environment.BatchContextPool.Lease(), () => environment.RequestCallContextPool… in CreateCompletionQueueList()
DDefaultObjectPool.cs77 public T Lease() in Lease() method in Grpc.Core.Internal.DefaultObjectPool
DAsyncCall.cs102 var ctx = details.Channel.Environment.BatchContextPool.Lease(); in UnaryCall()
/external/grpc-grpc/src/csharp/Grpc.Microbenchmarks/
DSendMessageBenchmark.cs55 … = new CompletionRegistry(environment, () => environment.BatchContextPool.Lease(), () => throw new… in ThreadBody()
/external/libcups/test/
D4.4-subscription-ops.test12 NAME "Add Printer Subscription w/Lease"
67 NAME "Add 2 Printer Subscriptions w/Lease"
/external/autotest/server/site_tests/autoupdate_Rollback/
Dcontrol21 1) Lease a DUT in the lab
/external/crosvm/devices/src/virtio/fs/
Dcaps.rs67 Lease = 28, enumerator
/external/autotest/server/site_tests/autoupdate_P2P/
Dcontrol.local22 1. Lease two DUTs in the lab. They need to be the same make/model.
/external/autotest/docs/
Denterprise.md63 * "Lease" a dut go/skylab-dut-locking
/external/libcups/locale/
Dcups.strings3982 // TRANSLATORS: Notify Lease Duration
3983 "notify-lease-duration" = "Notify Lease Duration";
Dcups_en.po10580 #. TRANSLATORS: Notify Lease Duration
10582 msgstr "Notify Lease Duration"
Dcups_cs.po10278 #. TRANSLATORS: Notify Lease Duration
Dcups_de.po10401 #. TRANSLATORS: Notify Lease Duration
Dcups_fr.po10296 #. TRANSLATORS: Notify Lease Duration
Dcups_ja.po10485 #. TRANSLATORS: Notify Lease Duration
Dcups_ru.po10450 #. TRANSLATORS: Notify Lease Duration
Dcups_zh_CN.po10418 #. TRANSLATORS: Notify Lease Duration
Dcups_pt_BR.po10502 #. TRANSLATORS: Notify Lease Duration
Dcups_es.po10511 #. TRANSLATORS: Notify Lease Duration
Dcups_ca.po10497 #. TRANSLATORS: Notify Lease Duration

12