Home
last modified time | relevance | path

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

/system/update_engine/update_manager/
Dboxed_value_unittest.cc49 explicit DeleterMarker(bool* marker) : marker_(marker) { *marker_ = false; } in DeleterMarker() argument
68 bool marker = true; in TEST() local
69 const DeleterMarker* deleter_marker = new DeleterMarker(&marker); in TEST()
71 EXPECT_FALSE(marker); in TEST()
73 EXPECT_FALSE(marker); in TEST()
75 EXPECT_TRUE(marker); in TEST()
79 bool marker = true; in TEST() local
80 const DeleterMarker* deleter_marker = new DeleterMarker(&marker); in TEST()
86 EXPECT_FALSE(marker); in TEST()
89 EXPECT_TRUE(marker); in TEST()
[all …]
/system/memory/lmkd/tests/
Dlmkd_test.cpp68 std::string readLogcat(const std::string& marker) { in readLogcat() argument
70 size_t pos = content.find(marker); in readLogcat()
84 bool writeKmsg(const std::string& marker) { in writeKmsg() argument
85 return writeFile("/dev/kmsg", marker); in writeKmsg()
311 std::string marker = StringPrintf( in TEST() local
313 ASSERT_TRUE(writeKmsg(marker)); in TEST()
334 std::string logcat_out = readLogcat(marker); in TEST()
340 marker = StringPrintf(LMKD_KILL_MARKER_TEMPLATE, task_name.c_str()); in TEST()
343 if ((pos = logcat_out.find(marker, pos)) != std::string::npos) { in TEST()
345 pos += marker.length(); in TEST()
/system/chre/build/app_support/qcom_nanohub/
Dapp_support.cc61 uint16_t marker; member
106 .marker = APP_HDR_MARKER_INTERNAL,
/system/bt/stack/avdt/
Davdt_defs.h181 #define AVDT_MSG_PRS_M_PT(p, m_pt, marker) \ argument
183 (marker) = (*(p) >> 7) & 0x01; \
Davdt_scb_act.cc230 uint8_t marker; in avdt_scb_hdl_pkt_no_frag() local
245 AVDT_MSG_PRS_M_PT(p, m_pt, marker); in avdt_scb_hdl_pkt_no_frag()
286 (uint8_t)(m_pt | (marker << 7))); in avdt_scb_hdl_pkt_no_frag()
/system/tools/hidl/
DREADME.md46 > marker file `.hidl_for_system_ext` alongside `*.hal` files.
49 > to be installed in `/odm` rather than `/vendor` by putting a marker file
/system/extras/cppreopts/
Dcppreopts.sh46 if ! test -f ${mountpoint}/system-other-odex-marker ; then
/system/sepolicy/private/
Dboringssl_self_test.te8 # are skipped if a marker file exists in /dev/boringssl/selftest whose name is
11 # to create these marker files, there are dedicated self test binaries which this policy
58 # No other process should be able to create marker files because their existence causes the
/system/sepolicy/prebuilts/api/31.0/private/
Dboringssl_self_test.te8 # are skipped if a marker file exists in /dev/boringssl/selftest whose name is
11 # to create these marker files, there are dedicated self test binaries which this policy
58 # No other process should be able to create marker files because their existence causes the
/system/sepolicy/prebuilts/api/30.0/private/
Dboringssl_self_test.te8 # are skipped if a marker file exists in /dev/boringssl/selftest whose name is
11 # to create these marker files, there are dedicated self test binaries which this policy
58 # No other process should be able to create marker files because their existence causes the
/system/bt/gd/rust/link/src/acl/
Dfragment.rs97 std::boxed::Box<dyn futures::Stream<Item = bt_packets::hci::AclPacket> + std::marker::Send>, in fragmenting_stream()
/system/sepolicy/prebuilts/api/31.0/public/
Dte_macros497 # BEGIN_TREBLE_ONLY -- this marker is used by CTS -- do not modify
499 # END_TREBLE_ONLY -- this marker is used by CTS -- do not modify
515 # BEGIN_LAUNCHING_WITH_S_ONLY -- this marker is used by CTS -- do not modify
517 # END_LAUNCHING_WITH_S_ONLY -- this marker is used by CTS -- do not modify
531 # BEGIN_COMPATIBLE_PROPERTY_ONLY -- this marker is used by CTS -- do not modify
533 # END_COMPATIBLE_PROPERTY_ONLY -- this marker is used by CTS -- do not modify
844 # BEGIN_LAUNCHING_WITH_R_ONLY -- this marker is used by CTS -- do not modify
846 # END_LAUNCHING_WITH_R_ONLY -- this marker is used by CTS -- do not modify
863 # BEGIN_LAUNCHING_WITH_S_ONLY -- this marker is used by CTS -- do not modify
865 # END_LAUNCHING_WITH_S_ONLY -- this marker is used by CTS -- do not modify
/system/sepolicy/public/
Dte_macros497 # BEGIN_TREBLE_ONLY -- this marker is used by CTS -- do not modify
499 # END_TREBLE_ONLY -- this marker is used by CTS -- do not modify
515 # BEGIN_LAUNCHING_WITH_S_ONLY -- this marker is used by CTS -- do not modify
517 # END_LAUNCHING_WITH_S_ONLY -- this marker is used by CTS -- do not modify
531 # BEGIN_COMPATIBLE_PROPERTY_ONLY -- this marker is used by CTS -- do not modify
533 # END_COMPATIBLE_PROPERTY_ONLY -- this marker is used by CTS -- do not modify
844 # BEGIN_LAUNCHING_WITH_R_ONLY -- this marker is used by CTS -- do not modify
846 # END_LAUNCHING_WITH_R_ONLY -- this marker is used by CTS -- do not modify
863 # BEGIN_LAUNCHING_WITH_S_ONLY -- this marker is used by CTS -- do not modify
865 # END_LAUNCHING_WITH_S_ONLY -- this marker is used by CTS -- do not modify
/system/sepolicy/prebuilts/api/28.0/public/
Dte_macros453 # BEGIN_TREBLE_ONLY -- this marker is used by CTS -- do not modify
455 # END_TREBLE_ONLY -- this marker is used by CTS -- do not modify
470 # BEGIN_COMPATIBLE_PROPERTY_ONLY -- this marker is used by CTS -- do not modify
472 # END_COMPATIBLE_PROPERTY_ONLY -- this marker is used by CTS -- do not modify
/system/sepolicy/prebuilts/api/30.0/public/
Dte_macros475 # BEGIN_TREBLE_ONLY -- this marker is used by CTS -- do not modify
477 # END_TREBLE_ONLY -- this marker is used by CTS -- do not modify
492 # BEGIN_COMPATIBLE_PROPERTY_ONLY -- this marker is used by CTS -- do not modify
494 # END_COMPATIBLE_PROPERTY_ONLY -- this marker is used by CTS -- do not modify
802 # BEGIN_LAUNCHING_WITH_R_ONLY -- this marker is used by CTS -- do not modify
804 # END_LAUNCHING_WITH_R_ONLY -- this marker is used by CTS -- do not modify
/system/security/keystore2/src/
Dwatchdog.rs28 marker::PhantomData,
/system/sepolicy/prebuilts/api/29.0/public/
Dte_macros472 # BEGIN_TREBLE_ONLY -- this marker is used by CTS -- do not modify
474 # END_TREBLE_ONLY -- this marker is used by CTS -- do not modify
489 # BEGIN_COMPATIBLE_PROPERTY_ONLY -- this marker is used by CTS -- do not modify
491 # END_COMPATIBLE_PROPERTY_ONLY -- this marker is used by CTS -- do not modify
/system/security/keystore2/selinux/src/
Dlib.rs33 use std::marker::{Send, Sync};
/system/security/keystore2/src/crypto/
Dlib.rs29 use std::marker::PhantomData;
/system/sepolicy/prebuilts/api/27.0/public/
Dte_macros445 # BEGIN_TREBLE_ONLY -- this marker is used by CTS -- do not modify
447 # END_TREBLE_ONLY -- this marker is used by CTS -- do not modify
/system/sepolicy/prebuilts/api/26.0/public/
Dte_macros441 # BEGIN_TREBLE_ONLY -- this marker is used by CTS -- do not modify
443 # END_TREBLE_ONLY -- this marker is used by CTS -- do not modify
/system/update_engine/
DREADME.md191 updates (by carrying marker hints). They may decide to not provide an update if
/system/chre/pal/doc/
DDoxyfile1119 # $relpath^ marker in the HTML_HEADER and/or HTML_FOOTER files to load these
/system/chre/chre_api/doc/
DDoxyfile1119 # $relpath^ marker in the HTML_HEADER and/or HTML_FOOTER files to load these
/system/media/audio_utils/
DDoxyfile1197 # $relpath^ marker in the HTML_HEADER and/or HTML_FOOTER files to load these