Searched refs:good (Results 1 – 17 of 17) sorted by relevance
/system/tools/hidl/test/version_test/ |
D | Android.bp | 7 " -r test.version:system/tools/hidl/test/version_test/good" + 59 "good/version/1.0/IFoo.hal", 60 "good/version/2.2/IBar.hal", 61 "good/version/2.2/IFoo.hal", 62 "good/version/2.3/IBar.hal", 63 "good/version/2.3/IBaz.hal", 64 "good/version/2.4/IBar.hal", 65 "good/version/2.4/IFoo.hal", 66 "good/version/2.5/IBar.hal", 67 "good/version/2.5/IFoo.hal", [all …]
|
/system/tools/aidl/ |
D | line_reader.cpp | 39 return input_stream_.is_open() && input_stream_.good(); in Init() 43 if (!input_stream_.good()) { in ReadLine() 63 if (!input_stream_.good()) { in ReadLine()
|
/system/tools/hidl/test/hash_test/ |
D | Android.bp | 8 " -r test.hash:system/tools/hidl/test/hash_test/good" + 27 "good/hash/1.0/IHash.hal", 28 "good/current.txt",
|
/system/core/init/ |
D | devices_test.cpp | 193 std::string good = in TEST() local 198 std::string good_copy = good; in TEST() 199 SanitizePartitionName(&good); in TEST() 200 EXPECT_EQ(good_copy, good); in TEST()
|
/system/tools/aidl/docs/ |
D | making-changes.md | 11 When in doubt, clang-format -style=google is a good reference.
|
/system/bt/btcore/ |
D | Android.bp | 27 // Note: It's good to get the tests compiled both for the host and the target so
|
/system/core/fastboot/fuzzy_fastboot/ |
D | fixtures.cpp | 85 return f.good(); in UsbStillAvailible()
|
D | README.md | 355 have good coverage by thinking about all the ways invalid and malicious inputs 367 While Fuzzy Fastboot with a XML configuration file, should provide good test coverage.
|
/system/core/storaged/ |
D | storaged.cpp | 181 if (!in.good()) return; in load_proto()
|
/system/extras/libjsonpb/ |
D | README.md | 92 - JSON objects should be a well-defined `message`, unless you have a good reason
|
/system/core/logd/ |
D | LogAudit.cpp | 119 if (bug_file.good()) { in populateDenialMap()
|
/system/update_engine/ |
D | pylintrc | 223 # no amount of tweaking will make a perfect regex AFAICT. This one is a good 266 good-names=i,j,k,ex,x,_,main
|
/system/chre/ |
D | README.md | 102 - Contains the CHRE variant for the simulator. This is a good example to
|
/system/apex/apexd/ |
D | apexservice_test.cpp | 343 ASSERT_TRUE(src_stream.good()); in Prepare() 345 ASSERT_TRUE(trg_stream.good()); in Prepare() 1424 ASSERT_TRUE(old_backup.good()); in TEST_F()
|
/system/core/llkd/ |
D | README.md | 63 to recover the thread should it be killed externally (this is good driver
|
/system/bt/service/client/ |
D | main.cc | 1141 if (!istream.good()) { in main()
|
/system/extras/simpleperf/doc/ |
D | README.md | 1278 Simpleperf needs to have unstripped native binaries on the device to generate good dwarf based call
|