/system/libziparchive/ |
D | entry_name_utils_test.cc | 55 const uint8_t bad[] = {0xc2, 0xa1, 0xc2, 0x41}; in TEST() local 56 ASSERT_FALSE(IsValidEntryName(bad, sizeof(bad))); in TEST()
|
/system/netd/libnetdutils/ |
D | FdTest.cpp | 56 Fd bad(-1); in TEST() local 58 EXPECT_FALSE(isWellFormed(bad)); in TEST() 64 ss << fd3 << " " << fd6 << " " << bad << " " << weird; in TEST()
|
/system/libziparchive/cli-tests/ |
D | unzip.test | 192 name: unzip -t one bad 197 testing: a.txt bad CRC 950821c5 (should be 950821e5) 204 #name: unzip -tq all bad 209 # a.txt bad CRC 950821c5 (should be 950821e5) 210 # b.txt bad CRC 5912b84d (should be 5912b84e) 216 name: unzip -tq one bad 220 a.txt bad CRC 950821c5 (should be 950821e5) 227 #name: unzip -tq two bad 232 # a.txt bad CRC 950821c5 (should be 950821e5) 233 # b.txt bad CRC 5912b84d (should be 5912b84e)
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | flags_health_check.te | 25 # cause bad server configurable flags synced back to device. 30 # cause bad server configurable flags synced back to device.
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | flags_health_check.te | 29 # cause bad server configurable flags synced back to device. 34 # cause bad server configurable flags synced back to device.
|
/system/sepolicy/public/ |
D | flags_health_check.te | 10 # cause bad server configurable flags synced back to device.
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | flags_health_check.te | 10 # cause bad server configurable flags synced back to device.
|
/system/apex/apexd/ |
D | apex_shim.cpp | 65 if (apex.bad()) { in CalculateSha512() 71 if (apex.bad()) { in CalculateSha512()
|
D | apexd_test_utils.h | 173 if (file1.bad() || file2.bad()) { in CompareFiles()
|
/system/tools/hidl/test/error_test/len_tag_wrong_type/1.0/ |
D | IFoo.hal | 22 C = A#len, // bad (A is not an enum)
|
/system/tools/hidl/test/error_test/tag_name_does_not_exist/1.0/ |
D | IFoo.hal | 20 C = B#tag_does_not_exist, // bad (this tag doesn't exist)
|
/system/tools/hidl/test/error_test/line_number_doc_comments/1.0/ |
D | IFoo.hal | 29 C = 2, // bad (A is not an enum)
|
/system/teeui/libteeui/include/teeui/ |
D | common_message_types.h | 95 std::get<0>(result).bad(); in readSimpleVecInPlace() 165 in_.bad(); in read()
|
D | msg_formatting.h | 101 void bad() { pos_ = nullptr; }; in bad() function 139 in_.bad(); in readSimpleType()
|
/system/sepolicy/private/ |
D | flags_health_check.te | 32 # cause bad server configurable flags synced back to device.
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | flags_health_check.te | 32 # cause bad server configurable flags synced back to device.
|
/system/logging/logd/ |
D | README.compression.md | 29 * Lowered incentive to fix the root cause of bad logging behavior 41 * No hiding bad behavior => increased accountability/incentive to fix root causes
|
D | ChattyLogBuffer.cpp | 204 LogBufferElementCollection::iterator bad = it; in Erase() local 219 if (bad == b.second) { in Erase() 224 if (bad == b.second) { in Erase()
|
/system/logging/logcat/ |
D | logpersist | 47 *) echo ERROR: bad argument ${@} >&2 ; exit 1 ;;
|
/system/hardware/interfaces/suspend/1.0/default/ |
D | SuspendProperties.sysprop | 36 # Number of consecutive bad (short, failed) suspends above which time between attempts is scaled
|
/system/tools/aidl/ |
D | aidl_to_cpp_common.cpp | 407 …if (getTag() != _tag) {{ __assert2(__FILE__, __LINE__, __PRETTY_FUNCTION__, "bad access: a wrong t… in PublicFields() 413 …if (getTag() != _tag) {{ __assert2(__FILE__, __LINE__, __PRETTY_FUNCTION__, "bad access: a wrong t… in PublicFields()
|
/system/apex/ |
D | pylintrc | 64 bad-option-value, 191 bad-names=
|
/system/tools/mkbootimg/ |
D | pylintrc | 58 bad-option-value, 185 bad-names=
|
/system/update_engine/ |
D | pylintrc | 263 bad-functions=map,filter,input,apply,reduce 269 bad-names=foo,bar,baz,toto,tutu,tata
|
/system/core/fastboot/ |
D | fastboot_driver.cpp | 353 if (ofs.fail() || ofs.bad()) { in UploadInner()
|