Searched refs:match (Results 1 – 14 of 14) sorted by relevance
71 tt = re.match(r".*enum *((\w+) *\*) *\w* *;", line)76 tt = re.match(r".*(\[\w* *\(.*\) *]) *", line)100 tt = re.match(r"(typedef )* *\w+ \( \* \) \(( .* )\)", params)108 tt = re.match(" *(const )*(struct |enum |union )* *", params)115 tt = re.match(r"((unsigned )*[a-zA-Z0-9_:]+( *\** *\**)) *", params)122 tt = re.match("([a-zA-Z0-9_]+) *(,)", params)159 tt = re.match(r"0x|0X|\(|-", v_value)
226 tt = re.match(r"(const )* *%s *(\**) *" % ct, c_type)252 tt = re.match(r"(const )* *%s *\** *" % type_name, c_type)263 tt = re.match("(const *)* *(std::)*map *<%s, %s>" % (type_pattern, type_pattern), c_type)269 tt = re.match("(const *)* *(std::)*vector *<%s>" % type_pattern, c_type)
37 function match(ss, data) { function63 match, property
396 let tt = re.match('^[a-zA-Z_]{1}[a-zA-Z_0-9]*$', pn.name_);
128 bool match = true; in CanRxBoxMsgMatch() local139 match = true; in CanRxBoxMsgMatch()142 match = false; in CanRxBoxMsgMatch()145 return match; in CanRxBoxMsgMatch()
101 bool (*match)(struct PlatformDevice *pdevice, void *data));
260 bool (*match)(struct PlatformDevice *pdevice, void *data)) in PlatformManagerFindDevice()265 if (manager == NULL || match == NULL) { in PlatformManagerFindDevice()276 if (tmp == NULL || !match(tmp, data)) { in PlatformManagerFindDevice()
416 bool match = false; in DevMgrUeventMatchRule() local420 match = true; in DevMgrUeventMatchRule()427 if (!match) { in DevMgrUeventMatchRule()
826 bool match = false; in UsbDdkPnpLoaderAddDevice() local839 match = true; in UsbDdkPnpLoaderAddDevice()845 return match; in UsbDdkPnpLoaderAddDevice()950 bool match = false; in UsbDdkPnpLoaderDevice() local953 match = true; in UsbDdkPnpLoaderDevice()956 if (!match) { in UsbDdkPnpLoaderDevice()
62 if re.compile(self.re_temp).match(line):74 model_name = re.compile(self.re_temp2).match(i.strip())
67 if re.compile(self.re_temp).match(line.strip()):79 model_name = re.compile(self.re_temp_model).match(i.strip())
38 * @param cmdId Command index used to match command options in the command table.
87 … package = "ohos.hdi.foo.v1_0" # Package name, which must match the .idl path.145 …driver entry source code as `libfoo_driver.z.so`. (The .so file name must match that in the HDF co…
61 var bgColor = bgStyle.getPropertyValue('background-color').match(/\d{1,3}/g);69 var txtColor = bgStyle.getPropertyValue('color').match(/\d{1,3}/g);