Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/tools/idl-gen/
D_header_parser.py71 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)
Didl_generator.py226 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)
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
Dre.js37 function match(ss, data) { function
63 match, property
DNodeTools.js396 let tt = re.match('^[a-zA-Z_]{1}[a-zA-Z_0-9]*$', pn.name_);
/drivers/hdf_core/framework/support/platform/src/can/
Dcan_mail.c128 bool match = true; in CanRxBoxMsgMatch() local
139 match = true; in CanRxBoxMsgMatch()
142 match = false; in CanRxBoxMsgMatch()
145 return match; in CanRxBoxMsgMatch()
/drivers/hdf_core/framework/support/platform/include/fwk/
Dplatform_manager.h101 bool (*match)(struct PlatformDevice *pdevice, void *data));
/drivers/hdf_core/framework/support/platform/src/fwk/
Dplatform_manager.c260 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()
/drivers/hdf_core/adapter/uhdf2/manager/src/
Ddevmgr_uevent.c416 bool match = false; in DevMgrUeventMatchRule() local
420 match = true; in DevMgrUeventMatchRule()
427 if (!match) { in DevMgrUeventMatchRule()
/drivers/hdf_core/framework/model/usb/src/
Dusb_ddk_pnp_loader.c826 bool match = false; in UsbDdkPnpLoaderAddDevice() local
839 match = true; in UsbDdkPnpLoaderAddDevice()
845 return match; in UsbDdkPnpLoaderAddDevice()
950 bool match = false; in UsbDdkPnpLoaderDevice() local
953 match = true; in UsbDdkPnpLoaderDevice()
956 if (!match) { in UsbDdkPnpLoaderDevice()
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/
Dhdf_model_enable_operation.py62 if re.compile(self.re_temp).match(line):
74 model_name = re.compile(self.re_temp2).match(i.strip())
Dhdf_liteos_scann.py67 if re.compile(self.re_temp).match(line.strip()):
79 model_name = re.compile(self.re_temp_model).match(i.strip())
/drivers/interface/audio/effect/v1_0/
DIEffectControl.idl38 * @param cmdId Command index used to match command options in the command table.
/drivers/interface/
DREADME.md87 … 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…
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/
DMainEditor.js61 var bgColor = bgStyle.getPropertyValue('background-color').match(/\d{1,3}/g);
69 var txtColor = bgStyle.getPropertyValue('color').match(/\d{1,3}/g);