Home
last modified time | relevance | path

Searched refs:match (Results 1 – 25 of 34) sorted by relevance

12

/device/google/cuttlefish/host/frontend/gcastv2/https/
DHTTPRequestResponse.cpp56 std::smatch match; in setTo() local
58 if (!std::regex_match(line, match, re)) { in setTo()
62 auto key = match[1]; in setTo()
63 auto value = match[2]; in setTo()
128 std::smatch match; in parseRequestResponseLine() local
130 if (!std::regex_match(line, match, re)) { in parseRequestResponseLine()
134 mMethod = match[1]; in parseRequestResponseLine()
135 mPath = match[2]; in parseRequestResponseLine()
136 mVersion = match[3]; in parseRequestResponseLine()
159 std::smatch match; in parseRequestResponseLine() local
[all …]
/device/google/bonito/
Dutils.mk14 define match-word
46 define match-word-in-list
49 $(call match-word,$(call find-word-in-list,$(1),$(2)),$(strip $(1))), \
64 define match-prefix
68 $(if $(call match-word-in-list,$(1),$(text)),true,) \
85 $(call match-word,$(1),$(TARGET_BOARD_PLATFORM))
91 $(if $(call match-word,$(1),$(TARGET_BOARD_PLATFORM)),,true)
97 $(call match-word-in-list,$(TARGET_BOARD_PLATFORM),$(1))
104 $(call match-word-in-list,$(TARGET_BOARD_PLATFORM),\
116 $(call match-prefix,$(1),$(underscore),$(TARGET_BOARD_PLATFORM))
[all …]
DWCNSS_qcom_cfg.ini443 # 0 - Disable both magic pattern match and pattern byte match.
444 # 1 - Enable magic pattern match on all interfaces.
445 # 2 - Enable pattern byte match on all interfaces.
446 # 3 - Enable both magic patter and pattern byte match on all interfaces.
/device/google/crosshatch/
Dutils.mk14 define match-word
46 define match-word-in-list
49 $(call match-word,$(call find-word-in-list,$(1),$(2)),$(strip $(1))), \
64 define match-prefix
68 $(if $(call match-word-in-list,$(1),$(text)),true,) \
85 $(call match-word,$(1),$(TARGET_BOARD_PLATFORM))
91 $(if $(call match-word,$(1),$(TARGET_BOARD_PLATFORM)),,true)
97 $(call match-word-in-list,$(TARGET_BOARD_PLATFORM),$(1))
104 $(call match-word-in-list,$(TARGET_BOARD_PLATFORM),\
116 $(call match-prefix,$(1),$(underscore),$(TARGET_BOARD_PLATFORM))
[all …]
DWCNSS_qcom_cfg.ini443 # 0 - Disable both magic pattern match and pattern byte match.
444 # 1 - Enable magic pattern match on all interfaces.
445 # 2 - Enable pattern byte match on all interfaces.
446 # 3 - Enable both magic patter and pattern byte match on all interfaces.
/device/google/coral/
Dutils.mk16 define match-word
48 define match-word-in-list
51 $(call match-word,$(call find-word-in-list,$(1),$(2)),$(strip $(1))), \
66 define match-prefix
70 $(if $(call match-word-in-list,$(1),$(text)),true,) \
87 $(call match-word,$(1),$(TARGET_BOARD_PLATFORM))
93 $(if $(call match-word,$(1),$(TARGET_BOARD_PLATFORM)),,true)
99 $(call match-word-in-list,$(TARGET_BOARD_PLATFORM),$(1))
106 $(call match-word-in-list,$(TARGET_BOARD_PLATFORM),\
118 $(call match-prefix,$(1),$(__underscore),$(TARGET_BOARD_PLATFORM))
[all …]
DWCNSS_qcom_cfg.ini371 # BIT 5, 4, 3: Roaming handoff decisions on multiple candidates match
372 # 000 match if exact BSSIDs are found
373 # 001 match if at least one top priority BSSID only
/device/google/wahoo/
Dutils.mk14 define match-word
46 define match-word-in-list
49 $(call match-word,$(call find-word-in-list,$(1),$(2)),$(strip $(1))), \
64 define match-prefix
68 $(if $(call match-word-in-list,$(1),$(text)),true,) \
85 $(call match-word,$(1),$(TARGET_BOARD_PLATFORM))
91 $(if $(call match-word,$(1),$(TARGET_BOARD_PLATFORM)),,true)
97 $(call match-word-in-list,$(TARGET_BOARD_PLATFORM),$(1))
104 $(call match-word-in-list,$(TARGET_BOARD_PLATFORM),\
116 $(call match-prefix,$(1),$(underscore),$(TARGET_BOARD_PLATFORM))
[all …]
/device/google/cuttlefish/host/commands/kernel_log_monitor/
Dkernel_log_server.cc110 auto& match = info_kv.first; in HandleIncomingMessage() local
112 auto pos = line_.find(match); in HandleIncomingMessage()
114 LOG(INFO) << prefix << line_.substr(pos + match.size()); in HandleIncomingMessage()
/device/linaro/dragonboard/qcom/pd-mapper/
Djson.c119 const char *match; in json_parse_keyword() local
126 match = "true"; in json_parse_keyword()
130 match = "false"; in json_parse_keyword()
134 match = "null"; in json_parse_keyword()
142 m = match; in json_parse_keyword()
/device/google/contexthub/firmware/os/inc/
DeventQ.h39 void evtQueueRemoveAllMatching(struct EvtQueue* q, bool (*match)(uint32_t evtType, const void *dat…
Dseos.h176 void osRemovePendingEvents(bool (*match)(uint32_t evtType, const void *evtData, void *context), voi…
/device/generic/opengl-transport/host/libs/virglrenderer/
Dgen_entries.py93 m = re_func.match(line)
106 m = re_param.match(parameter)
/device/google/contexthub/firmware/os/core/
DeventQ.c159 bool (*match)(uint32_t evtType, const void *data, void *context), in evtQueueRemoveAllMatching()
168 if (match(rec->evtType, rec->evtData, context)) { in evtQueueRemoveAllMatching()
Dseos.c804 bool match = (bool)cookie; in matchAutoStart() local
808 return match; in matchAutoStart()
811 return match; in matchAutoStart()
813 return !match; in matchAutoStart()
815 return match; in matchAutoStart()
1319 void osRemovePendingEvents(bool (*match)(uint32_t evtType, const void *evtData, void *context), voi… in osRemovePendingEvents()
1321 evtQueueRemoveAllMatching(mEvtsInternal, match, context); in osRemovePendingEvents()
/device/generic/goldfish/MultiDisplayProvider/src/com/android/emulator/multidisplay/
DMultiDisplayService.java83 public boolean match(int w, int h, int d, int f) { in match() method in MultiDisplayService.MultiDisplay
154 if (mMultiDisplay[displayId].match(w, h, dpi, flag)) { in addVirtualDisplay()
/device/google/wahoo/usb/
DUsb.cpp551 std::cmatch match; in uevent_event() local
609 } else if (std::regex_match(cp, match, in uevent_event()
612 if (match.size() == 2) { in uevent_event()
613 std::csub_match submatch = match[1]; in uevent_event()
/device/google/muskie/
DWCNSS_qcom_cfg.ini463 # 0 - Disable both magic pattern match and pattern byte match.
464 # 1 - Enable magic pattern match on all interfaces.
465 # 2 - Enable pattern byte match on all interfaces.
466 # 3 - Enable both magic patter and pattern byte match on all interfaces.
/device/google/cuttlefish/tools/
Dtombstone_to_line.py86 groups = p[0].match(line)
/device/google/taimen/
DWCNSS_qcom_cfg.ini463 # 0 - Disable both magic pattern match and pattern byte match.
464 # 1 - Enable magic pattern match on all interfaces.
465 # 2 - Enable pattern byte match on all interfaces.
466 # 3 - Enable both magic patter and pattern byte match on all interfaces.
/device/google/cuttlefish/host/commands/fetcher/
Dfetch_cvd.cc80 auto match = product + "-" + name + "-" + id; in TargetBuildZipFromArtifacts() local
82 if (artifact.Name().find(match) != std::string::npos) { in TargetBuildZipFromArtifacts()
/device/google/cuttlefish_vmm/
DDockerfile11 # will match.
/device/google/coral-kernel/sm8150/original-kernel-headers/linux/
Dvideodev2.h2388 struct v4l2_dbg_match match; member
2399 struct v4l2_dbg_match match; member
/device/google/bonito/sdm710/kernel-headers/linux/
Dvideodev2.h1295 struct v4l2_dbg_match match; member
1303 struct v4l2_dbg_match match; member
/device/google/bonito/sdm710/original-kernel-headers/linux/
Dvideodev2.h2313 struct v4l2_dbg_match match; member
2324 struct v4l2_dbg_match match; member

12