| /external/sdv/vsomeip/third_party/boost/bind/test/ |
| D | protect_test.cpp | 10 #include <boost/bind/protect.hpp> 41 BOOST_TEST(boost::protect(boost::bind(f, 1))() == 1); in main() 45 BOOST_TEST(&boost::protect(boost::bind(g, _1))(i[0]) == &i[0]); in main() 47 BOOST_TEST(&boost::protect(boost::bind(g, _1))(i[0], i[1]) == &i[0]); in main() 48 BOOST_TEST(&boost::protect(boost::bind(g, _2))(i[0], i[1]) == &i[1]); in main() 50 BOOST_TEST(&boost::protect(boost::bind(g, _1))(i[0], i[1], i[2]) == &i[0]); in main() 51 BOOST_TEST(&boost::protect(boost::bind(g, _2))(i[0], i[1], i[2]) == &i[1]); in main() 52 BOOST_TEST(&boost::protect(boost::bind(g, _3))(i[0], i[1], i[2]) == &i[2]); in main() 54 BOOST_TEST(&boost::protect(boost::bind(g, _1))(i[0], i[1], i[2], i[3]) == &i[0]); in main() 55 BOOST_TEST(&boost::protect(boost::bind(g, _2))(i[0], i[1], i[2], i[3]) == &i[1]); in main() [all …]
|
| D | protect_cpp20_test.cpp | 5 #include <boost/bind/protect.hpp> 15 BOOST_TEST_EQ( boost::protect( std::plus<int>() )( 1, 2 ), 3 ); in main() 16 BOOST_TEST_EQ( boost::protect( std::minus<int>() )( 1, 2 ), -1 ); in main() 17 BOOST_TEST_EQ( boost::protect( std::multiplies<int>() )( 1, 2 ), 2 ); in main() 18 BOOST_TEST_EQ( boost::protect( std::divides<int>() )( 1, 2 ), 0 ); in main() 19 BOOST_TEST_EQ( boost::protect( std::modulus<int>() )( 1, 2 ), 1 ); in main() 20 BOOST_TEST_EQ( boost::protect( std::negate<int>() )( 1 ), -1 ); in main() 22 BOOST_TEST_EQ( boost::protect( std::equal_to<int>() )( 1, 2 ), false ); in main() 23 BOOST_TEST_EQ( boost::protect( std::not_equal_to<int>() )( 1, 2 ), true ); in main() 24 BOOST_TEST_EQ( boost::protect( std::greater<int>() )( 1, 2 ), false ); in main() [all …]
|
| D | apply_test.cpp | 6 #include <boost/bind/protect.hpp> 19 …BOOST_TEST_EQ( boost::bind( boost::apply<int>(), boost::protect( boost::bind( f, _1 ) ), 1 )(), 1 … in main() 20 …BOOST_TEST_EQ( boost::bind( boost::apply<int>(), boost::protect( boost::bind( f, _2 ) ), 1, 2 )(),… in main() 21 …BOOST_TEST_EQ( boost::bind( boost::apply<int>(), boost::protect( boost::bind( f, _3 ) ), 1, 2, 3 )… in main() 22 …BOOST_TEST_EQ( boost::bind( boost::apply<int>(), boost::protect( boost::bind( f, _4 ) ), 1, 2, 3, … in main() 23 …BOOST_TEST_EQ( boost::bind( boost::apply<int>(), boost::protect( boost::bind( f, _5 ) ), 1, 2, 3, … in main() 24 …BOOST_TEST_EQ( boost::bind( boost::apply<int>(), boost::protect( boost::bind( f, _6 ) ), 1, 2, 3, … in main() 25 …BOOST_TEST_EQ( boost::bind( boost::apply<int>(), boost::protect( boost::bind( f, _7 ) ), 1, 2, 3, … in main() 26 …BOOST_TEST_EQ( boost::bind( boost::apply<int>(), boost::protect( boost::bind( f, _8 ) ), 1, 2, 3, … in main()
|
| /external/gsc-utils/docs/ |
| D | write_protection.md | 30 protect has been turned on. 39 ## Hardware Write Protect {#hw_wp} 42 write protect" GPIO that is connected to the AP SPI flash, EC SPI flash, 44 protect" can only be disabled with servo or suzyq (["CCD open"]) and 45 corresponds to [`OverrideWP`] in ccd. Disabling this write protect disables it 48 In the case of the FPMCU, the hardware write protect GPIO is tied to the STM32 51 You may see various references to a [write protect screw in 52 documentation][wp_screw]. Older Chrome OS devices had a write protect screw 60 https://www.google.com/chromeos/partner/fe/docs/cpfe/firmwaretestmanual.html#hardware-write-protect 100 ## Software Write Protect [all …]
|
| /external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/msvc60/ |
| D | lambda_no_ctps.hpp | 33 template< typename T, typename Tag, typename Protect > struct result_ 42 template< typename F, typename Tag, typename Protect > struct result_ 57 , if_< Protect, mpl::protect<bind_>, bind_ > 67 template< typename F, typename Tag, typename Protect > struct result_ 87 , if_< Protect, mpl::protect<bind_>, bind_ > 97 template< typename F, typename Tag, typename Protect > struct result_ 119 , if_< Protect, mpl::protect<bind_>, bind_ > 129 template< typename F, typename Tag, typename Protect > struct result_ 154 , if_< Protect, mpl::protect<bind_>, bind_ > 164 template< typename F, typename Tag, typename Protect > struct result_ [all …]
|
| /external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/mwcw/ |
| D | lambda_no_ctps.hpp | 33 template< typename T, typename Tag, typename Protect > struct result_ 42 template< typename F, typename Tag, typename Protect > struct result_ 57 , if_< Protect, mpl::protect<bind_>, bind_ > 67 template< typename F, typename Tag, typename Protect > struct result_ 87 , if_< Protect, mpl::protect<bind_>, bind_ > 97 template< typename F, typename Tag, typename Protect > struct result_ 119 , if_< Protect, mpl::protect<bind_>, bind_ > 129 template< typename F, typename Tag, typename Protect > struct result_ 154 , if_< Protect, mpl::protect<bind_>, bind_ > 164 template< typename F, typename Tag, typename Protect > struct result_ [all …]
|
| /external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/gcc/ |
| D | lambda_no_ctps.hpp | 33 template< typename T, typename Tag, typename Protect > struct result_ 42 template< typename F, typename Tag, typename Protect > struct result_ 57 , if_< Protect, mpl::protect<bind_>, bind_ > 67 template< typename F, typename Tag, typename Protect > struct result_ 87 , if_< Protect, mpl::protect<bind_>, bind_ > 97 template< typename F, typename Tag, typename Protect > struct result_ 119 , if_< Protect, mpl::protect<bind_>, bind_ > 129 template< typename F, typename Tag, typename Protect > struct result_ 154 , if_< Protect, mpl::protect<bind_>, bind_ > 164 template< typename F, typename Tag, typename Protect > struct result_ [all …]
|
| /external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/dmc/ |
| D | lambda_no_ctps.hpp | 33 template< typename T, typename Tag, typename Protect > struct result_ 42 template< typename F, typename Tag, typename Protect > struct result_ 57 , if_< Protect, mpl::protect<bind_>, bind_ > 67 template< typename F, typename Tag, typename Protect > struct result_ 87 , if_< Protect, mpl::protect<bind_>, bind_ > 97 template< typename F, typename Tag, typename Protect > struct result_ 119 , if_< Protect, mpl::protect<bind_>, bind_ > 129 template< typename F, typename Tag, typename Protect > struct result_ 154 , if_< Protect, mpl::protect<bind_>, bind_ > 164 template< typename F, typename Tag, typename Protect > struct result_ [all …]
|
| /external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/no_ttp/ |
| D | lambda_no_ctps.hpp | 33 template< typename T, typename Tag, typename Protect > struct result_ 42 template< typename F, typename Tag, typename Protect > struct result_ 57 , if_< Protect, mpl::protect<bind_>, bind_ > 67 template< typename F, typename Tag, typename Protect > struct result_ 87 , if_< Protect, mpl::protect<bind_>, bind_ > 97 template< typename F, typename Tag, typename Protect > struct result_ 119 , if_< Protect, mpl::protect<bind_>, bind_ > 129 template< typename F, typename Tag, typename Protect > struct result_ 154 , if_< Protect, mpl::protect<bind_>, bind_ > 164 template< typename F, typename Tag, typename Protect > struct result_ [all …]
|
| /external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/no_ctps/ |
| D | lambda_no_ctps.hpp | 33 template< typename T, typename Tag, typename Protect > struct result_ 42 template< typename F, typename Tag, typename Protect > struct result_ 57 , if_< Protect, mpl::protect<bind_>, bind_ > 67 template< typename F, typename Tag, typename Protect > struct result_ 87 , if_< Protect, mpl::protect<bind_>, bind_ > 97 template< typename F, typename Tag, typename Protect > struct result_ 119 , if_< Protect, mpl::protect<bind_>, bind_ > 129 template< typename F, typename Tag, typename Protect > struct result_ 154 , if_< Protect, mpl::protect<bind_>, bind_ > 164 template< typename F, typename Tag, typename Protect > struct result_ [all …]
|
| /external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/msvc70/ |
| D | lambda_no_ctps.hpp | 33 template< typename T, typename Tag, typename Protect > struct result_ 42 template< typename F, typename Tag, typename Protect > struct result_ 57 , if_< Protect, mpl::protect<bind_>, bind_ > 67 template< typename F, typename Tag, typename Protect > struct result_ 87 , if_< Protect, mpl::protect<bind_>, bind_ > 97 template< typename F, typename Tag, typename Protect > struct result_ 119 , if_< Protect, mpl::protect<bind_>, bind_ > 129 template< typename F, typename Tag, typename Protect > struct result_ 154 , if_< Protect, mpl::protect<bind_>, bind_ > 164 template< typename F, typename Tag, typename Protect > struct result_ [all …]
|
| /external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/bcc551/ |
| D | lambda_no_ctps.hpp | 33 template< typename T, typename Tag, typename Protect > struct result_ 42 template< typename F, typename Tag, typename Protect > struct result_ 57 , if_< Protect, mpl::protect<bind_>, bind_ > 67 template< typename F, typename Tag, typename Protect > struct result_ 87 , if_< Protect, mpl::protect<bind_>, bind_ > 97 template< typename F, typename Tag, typename Protect > struct result_ 119 , if_< Protect, mpl::protect<bind_>, bind_ > 129 template< typename F, typename Tag, typename Protect > struct result_ 154 , if_< Protect, mpl::protect<bind_>, bind_ > 164 template< typename F, typename Tag, typename Protect > struct result_ [all …]
|
| /external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/bcc/ |
| D | lambda_no_ctps.hpp | 33 template< typename T, typename Tag, typename Protect > struct result_ 42 template< typename F, typename Tag, typename Protect > struct result_ 57 , if_< Protect, mpl::protect<bind_>, bind_ > 67 template< typename F, typename Tag, typename Protect > struct result_ 87 , if_< Protect, mpl::protect<bind_>, bind_ > 97 template< typename F, typename Tag, typename Protect > struct result_ 119 , if_< Protect, mpl::protect<bind_>, bind_ > 129 template< typename F, typename Tag, typename Protect > struct result_ 154 , if_< Protect, mpl::protect<bind_>, bind_ > 164 template< typename F, typename Tag, typename Protect > struct result_ [all …]
|
| /external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/bcc_pre590/ |
| D | lambda_no_ctps.hpp | 33 template< typename T, typename Tag, typename Protect > struct result_ 42 template< typename F, typename Tag, typename Protect > struct result_ 57 , if_< Protect, mpl::protect<bind_>, bind_ > 67 template< typename F, typename Tag, typename Protect > struct result_ 87 , if_< Protect, mpl::protect<bind_>, bind_ > 97 template< typename F, typename Tag, typename Protect > struct result_ 119 , if_< Protect, mpl::protect<bind_>, bind_ > 129 template< typename F, typename Tag, typename Protect > struct result_ 154 , if_< Protect, mpl::protect<bind_>, bind_ > 164 template< typename F, typename Tag, typename Protect > struct result_ [all …]
|
| /external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/plain/ |
| D | lambda_no_ctps.hpp | 33 template< typename T, typename Tag, typename Protect > struct result_ 42 template< typename F, typename Tag, typename Protect > struct result_ 57 , if_< Protect, mpl::protect<bind_>, bind_ > 67 template< typename F, typename Tag, typename Protect > struct result_ 87 , if_< Protect, mpl::protect<bind_>, bind_ > 97 template< typename F, typename Tag, typename Protect > struct result_ 119 , if_< Protect, mpl::protect<bind_>, bind_ > 129 template< typename F, typename Tag, typename Protect > struct result_ 154 , if_< Protect, mpl::protect<bind_>, bind_ > 164 template< typename F, typename Tag, typename Protect > struct result_ [all …]
|
| /external/sdv/vsomeip/third_party/boost/proto/test/ |
| D | protect.cpp | 2 // protect.hpp 23 : proto::make< proto::protect<_> > 27 : proto::make< identity<proto::protect<_> > > 31 : proto::make< identity<proto::protect<int> > > 35 : proto::make< identity<proto::protect<identity<_> > > > 39 : proto::make< identity<proto::protect<identity<int> > > > 43 : proto::make< identity<proto::protect<identity<identity<int> > > > > 59 // : proto::when<_, proto::protect<_>() > 63 : proto::when<_, identity<proto::protect<_> >() > 67 : proto::when<_, identity<proto::protect<int> >() > [all …]
|
| /external/autotest/server/site_tests/firmware_Fingerprint/tests/ |
| D | sw_write_protect.sh | 12 echo "Running test to validate software write protect cannot be disabled when \ 13 hardware write protect is enabled" 15 echo "Making sure all write protect is enabled" 31 echo "Disabling software write protect when hardware write protect is enabled \ 34 echo "Disabling software write protect should fail" 48 echo "Disabling software write protect when hardware write protect is enabled \ 51 echo "Disabling software write protect should fail"
|
| /external/linux-kselftest/tools/testing/selftests/powerpc/mm/ |
| D | pkey_siginfo.c | 97 static void *protect(void *p) in protect() function 119 * Repeatedly try to protect the common region with a permissive in protect() 164 * Repeatedly try to protect the common region with a restrictive in protect_access() 287 * the one from the protect-and-access thread since the other in test() 294 /* Setup barrier for protect and protect-and-access threads */ in test() 298 /* Setup and start protect and protect-and-read threads */ in test() 299 puts("starting thread pair (protect, protect-and-read)"); in test() 301 FAIL_IF(pthread_create(&prot_thread, &attr, &protect, &r) != 0); in test() 306 /* Setup and start protect and protect-and-write threads */ in test() 307 puts("starting thread pair (protect, protect-and-write)"); in test() [all …]
|
| /external/apache-commons-bcel/docs/ |
| D | manual.bib | 3 title = {\protect{Programming the Internet in Ada95}}, 11 title = {\protect{Adding Type Parameterization to the Java 22 title = {\protect{Aspect-Oriented Programming}}, 30 title = {\protect{Barat -- A Front-End for Java}}, 38 title = {\protect{Binary Component Adaptation}}, 47 title = {\protect{BIT: A Tool for Instrumenting Java 72 title = {\protect{Dynamic Class Loading in the Java Virtual 90 title = {\protect{Type Inference for Late Binding. The 121 title = {\protect{JaWa: Java with Assertions}}, 130 title = {\protect{Automatic Program Transformation with [all …]
|
| /external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Protocol/ |
| D | LegacySpiFlash.h | 30 The BIOS base address works with the protect range registers to protect 53 Clear the SPI protect range registers. 56 The BIOS uses this routine to set an initial condition on the SPI protect 80 @param[in] BlocksToProtect The number of 4 KiB blocks to protect. 95 Set the next protect range register. 98 The BIOS sets the protect range register to prevent write and erase 104 @param[in] BlocksToProtect The number of 4 KiB blocks to protect. 114 @retval EFI_OUT_OF_RESOURCES No protect range register available 138 * Protect range registers 173 /// Clear the SPI protect range registers. [all …]
|
| /external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Protocol/ |
| D | LegacySpiFlash.h | 30 The BIOS base address works with the protect range registers to protect 53 Clear the SPI protect range registers. 56 The BIOS uses this routine to set an initial condition on the SPI protect 80 @param[in] BlocksToProtect The number of 4 KiB blocks to protect. 95 Set the next protect range register. 98 The BIOS sets the protect range register to prevent write and erase 104 @param[in] BlocksToProtect The number of 4 KiB blocks to protect. 114 @retval EFI_OUT_OF_RESOURCES No protect range register available 138 * Protect range registers 173 /// Clear the SPI protect range registers. [all …]
|
| /external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Protocol/ |
| D | LegacySpiFlash.h | 30 The BIOS base address works with the protect range registers to protect 53 Clear the SPI protect range registers. 56 The BIOS uses this routine to set an initial condition on the SPI protect 80 @param[in] BlocksToProtect The number of 4 KiB blocks to protect. 95 Set the next protect range register. 98 The BIOS sets the protect range register to prevent write and erase 104 @param[in] BlocksToProtect The number of 4 KiB blocks to protect. 114 @retval EFI_OUT_OF_RESOURCES No protect range register available 138 * Protect range registers 173 /// Clear the SPI protect range registers. [all …]
|
| /external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Protocol/ |
| D | LegacySpiFlash.h | 36 The BIOS base address works with the protect range registers to protect 59 Clear the SPI protect range registers. 62 The BIOS uses this routine to set an initial condition on the SPI protect 86 @param[in] BlocksToProtect The number of 4 KiB blocks to protect. 101 Set the next protect range register. 104 The BIOS sets the protect range register to prevent write and erase 110 @param[in] BlocksToProtect The number of 4 KiB blocks to protect. 120 @retval EFI_OUT_OF_RESOURCES No protect range register available 144 * Protect range registers 179 /// Clear the SPI protect range registers. [all …]
|
| /external/autotest/server/site_tests/firmware_Fingerprint/ |
| D | control.sw_write_protect | 10 Verify that software write protect cannot be disabled when hardware write 11 protect is enabled. 14 Fails if we can disable software write protect from RO or RW." 26 Reboots to RO, attempts to disable software write protect while hardware write 27 protect is enabled and verifies that it fails. Then reboots to RW, attempts to 28 disable software write protect while hardware write protect is enabled and
|
| /external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/ |
| D | TsiTest.java | 142 ByteBuf protect = ref.register(protectOut.get(0)); in sendMessage() local 143 while (protect.isReadable()) { in sendMessage() 144 ByteBuf buf = protect; in sendMessage() 146 int size = Math.min(protect.readableBytes(), recvFragmentSize); in sendMessage() 147 buf = protect.readSlice(size); in sendMessage() 276 ByteBuf protect = ref.register(protectOut.get(0)); in corruptedCounterTest() local 278 receiver.unprotect(protect.slice(), unprotectOut, alloc); in corruptedCounterTest() 283 receiver.unprotect(protect, unprotectOut, alloc); in corruptedCounterTest() 317 ByteBuf protect = ref.register(protectOut.get(0)); in corruptedCiphertextTest() local 318 int ciphertextIdx = protect.writerIndex() - FakeChannelCrypter.getTagBytes() - 2; in corruptedCiphertextTest() [all …]
|