Home
last modified time | relevance | path

Searched defs:match (Results 1 – 10 of 10) sorted by relevance

/device/google/cuttlefish/common/libs/utils/
Dflag_parser.cpp460 .Setter([&value](const FlagMatch& match) -> Result<void> { in VerbosityFlag()
485 const FlagMatch& match) { in GflagsCompatBoolFlagSetter()
522 &flags](const FlagMatch& match) -> Result<void> { in HelpXmlFlag()
546 .Setter([](const FlagMatch& match) -> Result<void> { in InvalidFlagGuard()
557 .Setter([](const FlagMatch& match) -> Result<void> { in UnexpectedArgumentGuard()
573 .Setter([&value](const FlagMatch& match) -> Result<void> { in GflagsCompatFlag()
601 .Setter([&value](const FlagMatch& match) -> Result<void> { in GflagsCompatNumericFlagGeneric()
615 .Setter([name, &value](const FlagMatch& match) { in GflagsCompatFlag()
624 .Setter([&value](const FlagMatch& match) -> Result<void> { in GflagsCompatFlag()
640 .Setter([&name, &value, def_val](const FlagMatch& match) -> Result<void> { in GflagsCompatFlag()
Dshared_fd_flag.cpp34 static Result<void> Set(const FlagMatch& match, SharedFD& out) { in Set()
Dflag_parser_test.cpp135 flag.Setter([&elems](const FlagMatch& match) -> Result<void> { in TEST()
437 .Setter([this](const FlagMatch& match) -> Result<void> { in SetUp()
/device/google/cuttlefish/host/libs/config/adb/
Dflags.cpp40 mode_flag_.Setter([this](const FlagMatch& match) -> Result<void> { in INJECT()
/device/google/cuttlefish/host/commands/kernel_log_monitor/
Dkernel_log_server.cc33 std::string_view match; // Substring to match in the kernel logs member
/device/google/cuttlefish/host/libs/config/
Dcustom_actions.cpp216 [this](const FlagMatch& match) -> Result<void> { in INJECT()
236 custom_actions_flag_.Setter([this](const FlagMatch& match) -> Result<void> { in INJECT()
/device/linaro/dragonboard/shared/utils/pd-mapper/
Djson.c119 const char *match; in json_parse_keyword() local
/device/google/atv/FrameworkPackageStubs/src/com/android/browser/provider/
DBrowserProvider2.java493 final int match = URI_MATCHER.match(uri); in getType() local
544 final int match = URI_MATCHER.match(uri); in query() local
927 final int match = URI_MATCHER.match(uri); in deleteInTransaction() local
1056 int match = URI_MATCHER.match(uri); in insertInTransaction() local
1300 int match = URI_MATCHER.match(uri); in updateInTransaction() local
/device/generic/goldfish/MultiDisplayProvider/src/com/android/emulator/multidisplay/
DMultiDisplayService.java106 public boolean match(int w, int h, int d, int f) { in match() method in MultiDisplayService.MultiDisplay
/device/google/contexthub/firmware/os/core/
Dseos.c804 bool match = (bool)cookie; in matchAutoStart() local