Searched refs:StartsWith (Results 1 – 14 of 14) sorted by relevance
/hardware/google/aemu/host-common/ |
D | logging_unittest.cpp | 28 using ::testing::StartsWith; 54 EXPECT_THAT(log, StartsWith("E")); in TEST() 62 EXPECT_THAT(log, StartsWith("E")); in TEST() 70 EXPECT_THAT(log, StartsWith("I")); in TEST() 78 EXPECT_THAT(log, StartsWith("I")); in TEST() 95 EXPECT_THAT(log, StartsWith("I0913 12:26:40.123456")); in TEST()
|
/hardware/interfaces/compatibility_matrices/exclude/ |
D | fcm_exclude.cpp | 110 return android::base::StartsWith(packageAndVersion, prefix); in ShouldCheckMissingHidlHalsInFcm() 173 return android::base::StartsWith(packageAndVersion, prefix); in ShouldCheckMissingAidlHalsInFcm()
|
/hardware/google/aemu/base/include/aemu/base/misc/ |
D | StringUtils.h | 144 bool StartsWith(std::string_view s, std::string_view prefix); 145 bool StartsWith(std::string_view s, char prefix); 159 if (!StartsWith(*s, prefix)) in ConsumePrefix()
|
/hardware/google/pixel/recovery/ |
D | recovery_watch_ui.cpp | 41 if (android::base::StartsWith(reason, MiscWriter::kSotaFlag)) { in ProvisionSilentOtaFlag()
|
D | recovery_ui.cpp | 105 if (android::base::StartsWith(reason, MiscWriter::kSotaFlag)) { in ProvisionSilentOtaFlag()
|
/hardware/google/aemu/base/ |
D | StringUtils.cpp | 102 bool StartsWith(std::string_view s, std::string_view prefix) { in StartsWith() function 157 bool StartsWith(std::string_view s, char prefix) { in StartsWith() function
|
/hardware/interfaces/automotive/can/1.0/tools/ |
D | canhalsend.cpp | 90 if (android::base::StartsWith(payloadStr, "R")) { in parseCanMessage()
|
/hardware/google/pixel/pixelstats/ |
D | UeventListener.cpp | 366 if (!android::base::StartsWith(name_msg, "name:") || in ReportThermalAbnormalEvent() 367 !android::base::StartsWith(val_msg, "val:")) { in ReportThermalAbnormalEvent()
|
D | SysfsCollector.cpp | 48 using android::base::StartsWith; 153 } else if (StartsWith(file_contents, "0x")) { in ReadFileToInt()
|
D | MmMetricsReporter.cpp | 48 using android::base::StartsWith;
|
/hardware/google/pixel/thermal/utils/ |
D | thermal_watcher.cpp | 443 if (::android::base::StartsWith(uevent, "SUBSYSTEM=")) { in parseUevent()
|
/hardware/interfaces/automotive/evs/aidl/impl/default/src/ |
D | EvsVideoEmulatedCamera.cpp | 99 if (!::android::base::StartsWith(mime, "video/")) { in initializeMediaCodec()
|
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/ |
D | FakeVehicleHardware.cpp | 97 using ::android::base::StartsWith; 2468 if (!StartsWith(s, "0x")) { in parseHexString()
|
/hardware/google/pixel/thermal/ |
D | thermal-helper.cpp | 73 if (!::android::base::StartsWith(dp->d_name, prefix.data())) { in parseThermalPathMap()
|