Home
last modified time | relevance | path

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

12

/device/google/cuttlefish/common/libs/utils/
Dflag_parser.cpp380 const FlagMatch& match) { in GflagsCompatBoolFlagSetter()
419 auto setter = [name, &out, &value, &text, &flags](const FlagMatch& match) { in HelpXmlFlag()
446 .Setter([](const FlagMatch& match) { in InvalidFlagGuard()
458 .Setter([](const FlagMatch& match) { in UnexpectedArgumentGuard()
475 .Setter([&value](const FlagMatch& match) { in GflagsCompatFlag()
503 .Setter([&value](const FlagMatch& match) { in GflagsCompatNumericFlagGeneric()
523 .Setter([name, &value](const FlagMatch& match) { in GflagsCompatFlag()
Dshared_fd_flag.cpp34 static bool Set(const FlagMatch& match, SharedFD& out) { in Set()
Dflag_parser_test.cpp114 flag.Setter([&elems](const FlagMatch& match) { in TEST()
273 .Setter([this](const FlagMatch& match) { in SetUp()
/device/generic/vulkan-cereal/gl-host-common/opengl/
Dmisc.cpp51 const char* match = strstr(extensionsStr, wantedExtension); in hasExtension() local
/device/google/cuttlefish/host/libs/config/adb/
Dflags.cpp39 mode_flag_.Setter([this](const FlagMatch& match) { in INJECT()
/device/google/cuttlefish/host/commands/cvd/server_command/
Dserial_launch.cpp75 [&request, &values](const FlagMatch& match) { in DeviceSpecificUintFlag()
93 return GflagsCompatFlag(name).Setter([&values](const FlagMatch& match) { in DeviceSpecificStringFlag()
/device/google/cuttlefish/host/libs/config/
Dcustom_actions.cpp214 custom_action_config_flag_.Setter([this](const FlagMatch& match) { in INJECT()
235 custom_actions_flag_.Setter([this](const FlagMatch& match) { in INJECT()
/device/google/cuttlefish/host/commands/kernel_log_monitor/
Dkernel_log_server.cc35 std::string_view match; // Substring to match in the kernel logs member
/device/google/cuttlefish/host/libs/web/http_client/
Dsso_client.cc69 std::smatch match; in MakeRequest() local
/device/linaro/dragonboard/qcom/pd-mapper/
Djson.c119 const char *match; in json_parse_keyword() local
/device/generic/vulkan-cereal/third-party/astc-encoder/Source/
Dastcenc_partition_tables.cpp408 …bool match = compare_canonical_partitionings(canonical_patterns + 7 * next_index, canonical_patter… in build_partition_table_for_one_partition_count() 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.java97 public boolean match(int w, int h, int d, int f) { in match() method in MultiDisplayService.MultiDisplay
/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/EGL/
DEglOsApi_darwin.cpp251 bool match = nsCheckColor(win, r + g + b); in checkWindowPixelFormatMatch() local
DEglDisplay.cpp220 EGLConfig match; in addSimplePixelFormat() local
/device/google/cuttlefish/host/commands/cvd/acloud/
Dconverter.cpp397 .Setter([&pet_name](const FlagMatch& match) { in Convert()
/device/google/contexthub/firmware/os/core/
Dseos.c804 bool match = (bool)cookie; in matchAutoStart() local
/device/google/sunfish-kernel/sm7150/original-kernel-headers/linux/
Dvideodev2.h2410 struct v4l2_dbg_match match; member
2421 struct v4l2_dbg_match match; member
/device/google/sunfish-kernel/sm7150/kernel-headers/linux/
Dvideodev2.h1339 struct v4l2_dbg_match match; member
1347 struct v4l2_dbg_match match; member
/device/google/coral-kernel/sm8150/kernel-headers/linux/
Dvideodev2.h1339 struct v4l2_dbg_match match; member
1347 struct v4l2_dbg_match match; member
/device/google/redbull-kernel/sm7250/kernel-headers/linux/
Dvideodev2.h1376 struct v4l2_dbg_match match; member
1384 struct v4l2_dbg_match match; member
/device/google/coral-kernel/sm8150/original-kernel-headers/linux/
Dvideodev2.h2410 struct v4l2_dbg_match match; member
2421 struct v4l2_dbg_match match; member
/device/google/redbull-kernel/sm7250/original-kernel-headers/linux/
Dvideodev2.h2472 struct v4l2_dbg_match match; member
2483 struct v4l2_dbg_match match; member
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/X11/extensions/
DXKBstr.h350 unsigned char match; member
DXKBproto.h396 CARD8 match; member

12