Home
last modified time | relevance | path

Searched refs:wildcard (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/foundation/ability/idl_tool/idl_tool_2/
H A DMakefileLinux18 CODEGEN_HDI_SOURCE := $(wildcard $(CODEGEN_HDI_SOURCE_DIR)/*.cpp)
43 CODEGEN_SA_SOURCE := $(wildcard $(CODEGEN_SA_SOURCE_DIR)/*.cpp)
68 CODEGEN_SOURCE := $(wildcard $(CODEGEN_SOURCE_DIR)/*.cpp)
73 METADATA_SOURCE := $(wildcard $(METADATA_SOURCE_DIR)/*.cpp)
78 PARSER_SOURCE := $(wildcard $(PARSER_SOURCE_DIR)/*.cpp)
88 LEXER_SOURCE := $(wildcard $(LEXER_SOURCE_DIR)/*.cpp)
93 AST_BASE_SOURCE := $(wildcard $(AST_BASE_SOURCE_DIR)/*.cpp)
98 AST_SOURCE := $(wildcard $(AST_SOURCE_DIR)/*.cpp)
103 HASH_SOURCE := $(wildcard $(HASH_SOURCE_DIR)/*.cpp)
108 UTIL_SOURCE := $(wildcard $(UTIL_SOURCE_DIR)/*.cpp)
[all …]
H A DMakefileWin18 CODEGEN_HDI_SOURCE := $(wildcard $(CODEGEN_HDI_SOURCE_DIR)/*.cpp)
43 CODEGEN_SA_SOURCE := $(wildcard $(CODEGEN_SA_SOURCE_DIR)/*.cpp)
68 CODEGEN_SOURCE := $(wildcard $(CODEGEN_SOURCE_DIR)/*.cpp)
73 METADATA_SOURCE := $(wildcard $(METADATA_SOURCE_DIR)/*.cpp)
78 PARSER_SOURCE := $(wildcard $(PARSER_SOURCE_DIR)/*.cpp)
88 LEXER_SOURCE := $(wildcard $(LEXER_SOURCE_DIR)/*.cpp)
93 AST_SOURCE := $(wildcard $(AST_SOURCE_DIR)/*.cpp)
98 AST_BASE_SOURCE := $(wildcard $(AST_BASE_SOURCE_DIR)/*.cpp)
103 HASH_SOURCE := $(wildcard $(HASH_SOURCE_DIR)/*.cpp)
108 UTIL_SOURCE := $(wildcard $(UTIL_SOURCE_DIR)/*.cpp)
[all …]
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/
H A DMakefileLinux11 CODEGEN_SOURCE := $(wildcard $(CODEGEN_SOURCE_DIR)/*.cpp)
16 PARSER_SOURCE := $(wildcard $(PARSER_SOURCE_DIR)/*.cpp)
21 PREPROCESSOR_SOURCE := $(wildcard $(PREPROCESSOR_SOURCE_DIR)/*.cpp)
26 LEXER_SOURCE := $(wildcard $(LEXER_SOURCE_DIR)/*.cpp)
31 AST_SOURCE := $(wildcard $(AST_SOURCE_DIR)/*.cpp)
36 HASH_SOURCE := $(wildcard $(HASH_SOURCE_DIR)/*.cpp)
41 UTIL_SOURCE := $(wildcard $(UTIL_SOURCE_DIR)/*.cpp)
46 BOUNDS_CHECK_SOURCE := $(wildcard $(BOUNDS_CHECK_SOURCE_DIR)/*.c)
50 MAIN_SOURCE := $(wildcard *.cpp)
H A DMakefileWin11 CODEGEN_SOURCE:=$(wildcard $(CODEGEN_SOURCE_DIR)/*.cpp)
16 PARSER_SOURCE:=$(wildcard $(PARSER_SOURCE_DIR)/*.cpp)
21 PREPROCESSOR_SOURCE := $(wildcard $(PREPROCESSOR_SOURCE_DIR)/*.cpp)
26 LEXER_SOURCE := $(wildcard $(LEXER_SOURCE_DIR)/*.cpp)
31 AST_SOURCE:=$(wildcard $(AST_SOURCE_DIR)/*.cpp)
36 HASH_SOURCE := $(wildcard $(HASH_SOURCE_DIR)/*.cpp)
41 UTIL_SOURCE:=$(wildcard $(UTIL_SOURCE_DIR)/*.cpp)
46 BOUNDS_CHECK_SOURCE:=$(wildcard $(BOUNDS_CHECK_SOURCE_DIR)/*.c)
50 MAIN_SOURCE:=$(wildcard *.cpp)
/ohos5.0/foundation/ability/idl_tool/
H A DMakefileLinux18 CODEGEN_SOURCE := $(wildcard $(CODEGEN_SOURCE_DIR)/*.cpp)
23 METADATA_SOURCE := $(wildcard $(METADATA_SOURCE_DIR)/*.cpp)
28 PARSER_SOURCE := $(wildcard $(PARSER_SOURCE_DIR)/*.cpp)
33 AST_SOURCE := $(wildcard $(AST_SOURCE_DIR)/*.cpp)
38 UTIL_SOURCE := $(wildcard $(UTIL_SOURCE_DIR)/*.cpp)
43 BOUNDS_CHECK_SOURCE := $(wildcard $(BOUNDS_CHECK_SOURCE_DIR)/*.c)
47 MAIN_SOURCE := $(wildcard *.cpp)
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-security-selinux-sample-param.md9 …xts** file. If a parameter name ends with a dot (.), the parameter is a wildcard parameter. Otherw…
11 The following is an example of the mapping between a label and a wildcard parameter. The label for …
20 The wildcard parameters are labelled by the best match prefix. For example, the **paramter_contexts…
H A Dsubsys-boot-init-jobs.md23 … **&&** and **||** as well as matching of any parameter values by using the wildcard character (*).
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/
H A DMakefile25 ifeq ($(wildcard $(CURRENT_DIR)/$(HCS_DIR)),)
30 ifeq ($(wildcard $(CURRENT_DIR)/$(HCS_DIR)),)
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-small-debug-shell-file-cp.md31 …arks (?). The wildcard "\*" indicates any number of characters, and "?" indicates any single chara…
H A Dkernel-small-debug-shell-file-mv.md31wildcard characters * and ?. The asterisk (*) indicates any number of characters, and the question…
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/featured/
H A DMakefile7 LOCAL_SRCS += $(wildcard ./*.c)
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/resources/templates/lite/
H A Dhdf_module_mk_driver.template4 LOCAL_SRCS += $(wildcard ./${driver_lower_case}/src/*.c)
H A Dhdf_driver_makefile.template8 LOCAL_SRCS += $(wildcard ./src/*.c)
/ohos5.0/drivers/liteos/hievent/
H A DMakefile34 LOCAL_SRCS += $(wildcard ./src/*.c)
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/
H A DMakefile15 SRCS := $(wildcard src/*.cpp)
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/model/usb/device/
H A DMakefile57 $(wildcard $(USB_DEVICE_ROOT)/gadget/fconfig/src/*.c)
/ohos5.0/foundation/multimedia/media_foundation/test/unittest/
H A DTestCompatibleCheck.cpp35 Capability wildcard {"*"}; variable
44 ASSERT_TRUE(Pipeline::MergeCapability(audioWildcard, wildcard, out));
48 ASSERT_FALSE(Pipeline::MergeCapability(wrongWildcard, wildcard, out));
52 ASSERT_FALSE(Pipeline::MergeCapability(wrongCapability, wildcard, out));
61 ASSERT_TRUE(Pipeline::MergeCapability(rawMimeCapability, wildcard, out));
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_buffer.cpp142 static std::string WildcardToRegex(const std::string& wildcard) in WildcardToRegex() argument
149 for (char c : wildcard) { in WildcardToRegex()
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/
H A Djs-apis-data-dataSharePredicates-sys.md307 Sets a **DataSharePredicates** object to match the data that matches the specified wildcard express…
339 Sets a **DataSharePredicates** object to match the data that does not match the specified wildcard
371 Sets a **DataSharePredicates** object to match the data that matches the specified wildcard express…
/ohos5.0/docs/en/application-dev/application-models/
H A Dexplicit-implicit-want-mappings.md175 - If **s_type** or **w_type** contains the wildcard `*/*`, the matching is successful.
177 - If the last character of **s_type** is the wildcard `*`, for example, `prefixType/*`, the matchin…
179 - If the last character of **w_type** is the wildcard `*`, for example, `prefixType/*`, the matchin…
/ohos5.0/foundation/ability/ability_runtime/services/dialog_ui/ams_system_dialog/entry/src/main/ets/pages/
H A DselectorPcDialog.ets52 public moreHapListType: string = 'reserved/wildcard';
/ohos5.0/build/lite/ndk/doc/config/
H A DDoxyfile_C773 # FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and
806 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
817 # wildcard * is used, a substring. Examples: ANamespace, AClass,
832 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and
1937 # You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
H A DDoxyfile_CPP773 # FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and
806 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
817 # wildcard * is used, a substring. Examples: ANamespace, AClass,
832 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and
1937 # You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
/ohos5.0/docs/en/application-dev/reference/apis-network-kit/
H A Djs-apis-net-connection.md2597wildcard. If the list contains only wildcards, the wildcards match all host names; that is, the HT…
/ohos5.0/docs/en/release-notes/
H A DOpenHarmony-v5.0.0-release.md343 …, file-level non-obfuscation, obfuscation of HAP and HSP module file names, and trustlist wildcard.

12