Home
last modified time | relevance | path

Searched refs:IPS (Results 1 – 4 of 4) sorted by relevance

/external/llvm/unittests/ProfileData/
DInstrProfTest.cpp159 auto VerifySummary = [](ProfileSummary &IPS) mutable { in TEST_F() argument
160 ASSERT_EQ(ProfileSummary::PSK_Instr, IPS.getKind()); in TEST_F()
161 ASSERT_EQ(2305843009213693952U, IPS.getMaxFunctionCount()); in TEST_F()
162 ASSERT_EQ(2305843009213693952U, IPS.getMaxCount()); in TEST_F()
163 ASSERT_EQ(10U, IPS.getNumCounts()); in TEST_F()
164 ASSERT_EQ(4539628424389557499U, IPS.getTotalCount()); in TEST_F()
165 std::vector<ProfileSummaryEntry> &Details = IPS.getDetailedSummary(); in TEST_F()
/external/ImageMagick/PerlMagick/t/reference/write/jng/
Dread_prog.miff14 …8�7)�6+�:.�;,�:+�:+�9*�6+�3)�/'�0(�1)�2(�5%z7$r:#o;&q5+{@:�PH�]T�dZ~fZobR_\IPS>@J1/<".= /@ 2C#UdCz…
/external/python/cpython2/Doc/howto/
Dlogging-cookbook.rst580 IPS = ['123.231.231.123', '127.0.0.1', '192.168.0.1']
584 record.ip = choice(ContextFilter.IPS)
/external/python/cpython3/Doc/howto/
Dlogging-cookbook.rst653 IPS = ['123.231.231.123', '127.0.0.1', '192.168.0.1']
657 record.ip = choice(ContextFilter.IPS)