Home
last modified time | relevance | path

Searched refs:StartsWith (Results 1 – 14 of 14) sorted by relevance

/hardware/google/aemu/host-common/
Dlogging_unittest.cpp28 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/
Dfcm_exclude.cpp110 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/
DStringUtils.h144 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/
Drecovery_watch_ui.cpp41 if (android::base::StartsWith(reason, MiscWriter::kSotaFlag)) { in ProvisionSilentOtaFlag()
Drecovery_ui.cpp105 if (android::base::StartsWith(reason, MiscWriter::kSotaFlag)) { in ProvisionSilentOtaFlag()
/hardware/google/aemu/base/
DStringUtils.cpp102 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/
Dcanhalsend.cpp90 if (android::base::StartsWith(payloadStr, "R")) { in parseCanMessage()
/hardware/google/pixel/pixelstats/
DUeventListener.cpp366 if (!android::base::StartsWith(name_msg, "name:") || in ReportThermalAbnormalEvent()
367 !android::base::StartsWith(val_msg, "val:")) { in ReportThermalAbnormalEvent()
DSysfsCollector.cpp48 using android::base::StartsWith;
153 } else if (StartsWith(file_contents, "0x")) { in ReadFileToInt()
DMmMetricsReporter.cpp48 using android::base::StartsWith;
/hardware/google/pixel/thermal/utils/
Dthermal_watcher.cpp443 if (::android::base::StartsWith(uevent, "SUBSYSTEM=")) { in parseUevent()
/hardware/interfaces/automotive/evs/aidl/impl/default/src/
DEvsVideoEmulatedCamera.cpp99 if (!::android::base::StartsWith(mime, "video/")) { in initializeMediaCodec()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/
DFakeVehicleHardware.cpp97 using ::android::base::StartsWith;
2468 if (!StartsWith(s, "0x")) { in parseHexString()
/hardware/google/pixel/thermal/
Dthermal-helper.cpp73 if (!::android::base::StartsWith(dp->d_name, prefix.data())) { in parseThermalPathMap()