Home
last modified time | relevance | path

Searched refs:plus (Results 1 – 17 of 17) sorted by relevance

/system/bt/vendor_libs/test_vendor_lib/test/
Diterator_test.cc114 Iterator plus = packet->get_begin(); in TEST_F() local
116 ASSERT_EQ(complete_l2cap_packet[i], *plus) in TEST_F()
118 plus = plus + static_cast<size_t>(1); in TEST_F()
189 Iterator plus = packet->get_end(); in TEST_F() local
190 plus--; in TEST_F()
192 plus = plus + static_cast<size_t>(i); in TEST_F()
193 …ASSERT_EQ(packet->get_end(), plus) << "+ test: Iterator exceeded the upper bound set by get_length… in TEST_F()
/system/bt/packet/tests/base/
Diterator_test.cc159 Iterator plus = packet->begin(); in TEST_P() local
161 ASSERT_EQ(test_l2cap_data[i + GetLowerBound()], *plus) in TEST_P()
164 plus = plus + static_cast<size_t>(1); in TEST_P()
249 Iterator plus = packet->end(); in TEST_P() local
251 plus = plus + static_cast<size_t>(i); in TEST_P()
252 ASSERT_EQ(packet->end(), plus) in TEST_P()
/system/timezone/input_tools/android/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/zonetree/
DCountryZoneTreeTest.java41 NOT_USED_AFTER_CUT_OFF.plus(2 * 365, ChronoUnit.DAYS);
DZoneInfoTest.java125 Instant splitInstant = toSplit.getStartInstant().plus(5, ChronoUnit.DAYS); in testSplit()
/system/bt/gd/packet/
Dpacket_view_unittest.cc201 auto plus = this->packet->begin(); in TYPED_TEST() local
203 …ASSERT_EQ(count_all[i], *plus) << "+ test: Dereferenced iterator does not equal expected at index … in TYPED_TEST()
204 plus = plus + 1; in TYPED_TEST()
/system/apex/tests/util/com/android/tests/util/
DModuleTestUtils.java161 spentWaiting = spentWaiting.plus(SLEEP_FOR); in waitForStagedSessionReady()
/system/sepolicy/prebuilts/api/27.0/private/
Dzygote.te124 # with appdomain plus system_server.
/system/sepolicy/prebuilts/api/26.0/private/
Dzygote.te124 # with appdomain plus system_server.
/system/sepolicy/prebuilts/api/28.0/private/
Dzygote.te126 # with appdomain plus system_server and webview_zygote.
/system/media/audio_utils/include/audio_utils/
Dvariadic_utils.h133 MAKE_VARIADIC_BINARY_OPERATOR(+, plus)
283 return fold(std::plus<>{}, t1 * t2);
/system/sepolicy/prebuilts/api/29.0/private/
Dzygote.te155 # with appdomain plus system_server_startup, webview_zygote and
/system/tools/hidl/test/hidl_test/
Dstatic_test.cpp187 static_assert(IExpression::OperatorSanityCheck::plus == 1, "");
/system/sepolicy/prebuilts/api/30.0/private/
Dzygote.te212 # with appdomain plus system_server_startup, webview_zygote and
/system/sepolicy/private/
Dzygote.te221 # with appdomain plus system_server_startup, webview_zygote and
/system/timezone/input_tools/android/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/
DTzLookupGenerator.java71 ZONE_USAGE_NOT_AFTER_CUT_OFF.plus(2 * 365, ChronoUnit.DAYS);
/system/update_engine/
DREADME.md248 is the same as the payload file name plus `.json`
/system/core/init/
DREADME.md278 > If a non-oneshot service exits, it will be restarted at its start time plus