/ohos5.0/foundation/ability/idl_tool/idl_tool_2/ |
H A D | MakefileLinux | 18 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 D | MakefileWin | 18 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 D | MakefileLinux | 11 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 D | MakefileWin | 11 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 D | MakefileLinux | 18 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 D | subsys-security-selinux-sample-param.md | 9 …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 D | subsys-boot-init-jobs.md | 23 … **&&** and **||** as well as matching of any parameter values by using the wildcard character (*).
|
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/ |
H A D | Makefile | 25 ifeq ($(wildcard $(CURRENT_DIR)/$(HCS_DIR)),) 30 ifeq ($(wildcard $(CURRENT_DIR)/$(HCS_DIR)),)
|
/ohos5.0/docs/en/device-dev/kernel/ |
H A D | kernel-small-debug-shell-file-cp.md | 31 …arks (?). The wildcard "\*" indicates any number of characters, and "?" indicates any single chara…
|
H A D | kernel-small-debug-shell-file-mv.md | 31 …wildcard characters * and ?. The asterisk (*) indicates any number of characters, and the question…
|
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/featured/ |
H A D | Makefile | 7 LOCAL_SRCS += $(wildcard ./*.c)
|
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/resources/templates/lite/ |
H A D | hdf_module_mk_driver.template | 4 LOCAL_SRCS += $(wildcard ./${driver_lower_case}/src/*.c)
|
H A D | hdf_driver_makefile.template | 8 LOCAL_SRCS += $(wildcard ./src/*.c)
|
/ohos5.0/drivers/liteos/hievent/ |
H A D | Makefile | 34 LOCAL_SRCS += $(wildcard ./src/*.c)
|
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/ |
H A D | Makefile | 15 SRCS := $(wildcard src/*.cpp)
|
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/model/usb/device/ |
H A D | Makefile | 57 $(wildcard $(USB_DEVICE_ROOT)/gadget/fconfig/src/*.c)
|
/ohos5.0/foundation/multimedia/media_foundation/test/unittest/ |
H A D | TestCompatibleCheck.cpp | 35 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 D | log_buffer.cpp | 142 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 D | js-apis-data-dataSharePredicates-sys.md | 307 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 D | explicit-implicit-want-mappings.md | 175 - 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 D | selectorPcDialog.ets | 52 public moreHapListType: string = 'reserved/wildcard';
|
/ohos5.0/build/lite/ndk/doc/config/ |
H A D | Doxyfile_C | 773 # 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 D | Doxyfile_CPP | 773 # 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 D | js-apis-net-connection.md | 2597 …wildcard. If the list contains only wildcards, the wildcards match all host names; that is, the HT…
|
/ohos5.0/docs/en/release-notes/ |
H A D | OpenHarmony-v5.0.0-release.md | 343 …, file-level non-obfuscation, obfuscation of HAP and HSP module file names, and trustlist wildcard.
|