Home
last modified time | relevance | path

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

12

/system/libziparchive/
Dentry_name_utils_test.cc55 const uint8_t bad[] = {0xc2, 0xa1, 0xc2, 0x41}; in TEST() local
56 ASSERT_FALSE(IsValidEntryName(bad, sizeof(bad))); in TEST()
/system/netd/libnetdutils/
DFdTest.cpp56 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/
Dunzip.test192 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/
Dflags_health_check.te25 # 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/
Dflags_health_check.te29 # cause bad server configurable flags synced back to device.
34 # cause bad server configurable flags synced back to device.
/system/sepolicy/public/
Dflags_health_check.te10 # cause bad server configurable flags synced back to device.
/system/sepolicy/prebuilts/api/31.0/public/
Dflags_health_check.te10 # cause bad server configurable flags synced back to device.
/system/apex/apexd/
Dapex_shim.cpp65 if (apex.bad()) { in CalculateSha512()
71 if (apex.bad()) { in CalculateSha512()
Dapexd_test_utils.h173 if (file1.bad() || file2.bad()) { in CompareFiles()
/system/tools/hidl/test/error_test/len_tag_wrong_type/1.0/
DIFoo.hal22 C = A#len, // bad (A is not an enum)
/system/tools/hidl/test/error_test/tag_name_does_not_exist/1.0/
DIFoo.hal20 C = B#tag_does_not_exist, // bad (this tag doesn't exist)
/system/tools/hidl/test/error_test/line_number_doc_comments/1.0/
DIFoo.hal29 C = 2, // bad (A is not an enum)
/system/teeui/libteeui/include/teeui/
Dcommon_message_types.h95 std::get<0>(result).bad(); in readSimpleVecInPlace()
165 in_.bad(); in read()
Dmsg_formatting.h101 void bad() { pos_ = nullptr; }; in bad() function
139 in_.bad(); in readSimpleType()
/system/sepolicy/private/
Dflags_health_check.te32 # cause bad server configurable flags synced back to device.
/system/sepolicy/prebuilts/api/31.0/private/
Dflags_health_check.te32 # cause bad server configurable flags synced back to device.
/system/logging/logd/
DREADME.compression.md29 * Lowered incentive to fix the root cause of bad logging behavior
41 * No hiding bad behavior => increased accountability/incentive to fix root causes
DChattyLogBuffer.cpp204 LogBufferElementCollection::iterator bad = it; in Erase() local
219 if (bad == b.second) { in Erase()
224 if (bad == b.second) { in Erase()
/system/logging/logcat/
Dlogpersist47 *) echo ERROR: bad argument ${@} >&2 ; exit 1 ;;
/system/hardware/interfaces/suspend/1.0/default/
DSuspendProperties.sysprop36 # Number of consecutive bad (short, failed) suspends above which time between attempts is scaled
/system/tools/aidl/
Daidl_to_cpp_common.cpp407 …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/
Dpylintrc64 bad-option-value,
191 bad-names=
/system/tools/mkbootimg/
Dpylintrc58 bad-option-value,
185 bad-names=
/system/update_engine/
Dpylintrc263 bad-functions=map,filter,input,apply,reduce
269 bad-names=foo,bar,baz,toto,tutu,tata
/system/core/fastboot/
Dfastboot_driver.cpp353 if (ofs.fail() || ofs.bad()) { in UploadInner()

12