Home
last modified time | relevance | path

Searched refs:IsAlive (Results 1 – 11 of 11) sorted by relevance

/external/grpc-grpc/test/core/tsi/
Dssl_session_cache_test.cc60 bool IsAlive(long id) const { in IsAlive() function in grpc_core::__anon20e3668f0111::SessionTracker
91 EXPECT_TRUE(tracker.IsAlive(1)); in TEST()
94 EXPECT_FALSE(tracker.IsAlive(1)); in TEST()
107 EXPECT_TRUE(tracker.IsAlive(2)); in TEST()
113 EXPECT_FALSE(tracker.IsAlive(2)); in TEST()
115 EXPECT_TRUE(tracker.IsAlive(3)); in TEST()
119 EXPECT_TRUE(tracker.IsAlive(3)); in TEST()
124 EXPECT_FALSE(tracker.IsAlive(3)); in TEST()
128 EXPECT_TRUE(tracker.IsAlive(4)); in TEST()
129 EXPECT_TRUE(tracker.IsAlive(5)); in TEST()
[all …]
/external/libtextclassifier/utils/hash/
Dfarmhash.cc3049 #undef IsAlive in Test()
3057 #define IsAlive(x) do { alive += IsNonZero(x); } while (0) in Test() macro
3061IsAlive(farmhashcc::Hash32WithSeed(data, len++, SEED)); IsAlive(farmhashcc::Hash32(data, len++)); … in Test()
3069 #undef IsAlive in Test()
3945 #undef IsAlive in Test()
3953 #define IsAlive(x) do { alive += IsNonZero(x); } while (0) in Test() macro
3957 …== -1) { int alive = 0; IsAlive(farmhashmk::Hash32WithSeed(data, len++, SEED)); IsAlive(farmhashmk… in Test()
3963 #undef IsAlive in Test()
5199 #undef IsAlive in Test()
5207 #define IsAlive(x) do { alive += IsNonZero(x); } while (0) in Test() macro
[all …]
/external/grpc-grpc/src/csharp/Grpc.Core/
DGrpcEnvironment.cs324 internal bool IsAlive property in Grpc.Core.GrpcEnvironment
328 return this.threadPool.IsAlive;
DServer.cs245 if (!environment.IsAlive) in ShutdownCompleteOrEnvironmentDeadAsync()
/external/autotest/client/cros/cellular/pseudomodem/
Dtesting.py32 def IsAlive(self): member in Testing
Dclient.py60 print self._get_proxy().IsAlive(dbus_interface=pm_constants.I_TESTING)
Dpseudomodem_context.py362 return testing_object.IsAlive(
/external/chromium-trace/catapult/devil/devil/utils/
Dtimeout_retry.py159 if thread_group.IsAlive():
Dreraiser_thread.py165 def IsAlive(self): member in ReraiserThreadGroup
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DGrpcThreadPool.cs129 internal bool IsAlive property in Grpc.Core.Internal.GrpcThreadPool
/external/v8/tools/gcmole/
Dgcmole.cc344 bool IsAlive(const std::string& name) const { in IsAlive() function in __anon85d096280111::Environment
820 if (!env.IsAlive(var_name) && dead_vars_analysis_) { in Use()