Home
last modified time | relevance | path

Searched refs:options (Results 1 - 25 of 33) sorted by relevance

12

/interface/sdk_c/multimedia/image_framework/include/image/
H A Dimage_packer_native.h55 * @brief Defines the image packing options.
63 * @brief Defines the image sequence packing options.
70 * @brief Defines the image sequence packing options.
95 * @param options The PackingOptions pointer will be operated.
99 Image_ErrorCode OH_PackingOptions_Create(OH_PackingOptions **options);
104 * @param options The OH_PackingOptions pointer will be operated.
110 Image_ErrorCode OH_PackingOptions_GetMimeType(OH_PackingOptions *options,
116 * @param options The OH_PackingOptions pointer will be operated.
121 Image_ErrorCode OH_PackingOptions_SetMimeType(OH_PackingOptions *options,
127 * @param options Th
[all...]
H A Dimage_source_native.h66 * @brief Defines decoding options for picture
74 * @brief Defines decoding options for picture
151 * @brief Defines the options for decoding the image source.
162 * @param options The OH_DecodingOptions pointer will be operated.
166 Image_ErrorCode OH_DecodingOptions_Create(OH_DecodingOptions **options);
171 * @param options The OH_DecodingOptions pointer will be operated.
176 Image_ErrorCode OH_DecodingOptions_GetPixelFormat(OH_DecodingOptions *options,
182 * @param options The OH_DecodingOptions pointer will be operated.
187 Image_ErrorCode OH_DecodingOptions_SetPixelFormat(OH_DecodingOptions *options,
193 * @param options Th
[all...]
H A Dpixelmap_native.h352 * @brief Defines the options used for creating a pixel map.
362 * @param options The InitializationOtions pointer will be operated.
366 Image_ErrorCode OH_PixelmapInitializationOptions_Create(OH_Pixelmap_InitializationOptions **options);
371 * @param options The InitializationOtions pointer will be operated.
376 Image_ErrorCode OH_PixelmapInitializationOptions_GetWidth(OH_Pixelmap_InitializationOptions *options,
382 * @param options The InitializationOtions pointer will be operated.
387 Image_ErrorCode OH_PixelmapInitializationOptions_SetWidth(OH_Pixelmap_InitializationOptions *options,
393 * @param options The InitializationOtions pointer will be operated.
398 Image_ErrorCode OH_PixelmapInitializationOptions_GetHeight(OH_Pixelmap_InitializationOptions *options,
404 * @param options Th
[all...]
H A Dimage_receiver_native.h59 * @brief Defines an image receiver options object.
82 * @param options Indicates the pointer to the <b>OH_ImageReceiverOptions</b> object obtained.
88 Image_ErrorCode OH_ImageReceiverOptions_Create(OH_ImageReceiverOptions **options);
93 * @param options Indicates the pointer to an {@link OH_ImageReceiverOptions} object.
99 Image_ErrorCode OH_ImageReceiverOptions_GetSize(OH_ImageReceiverOptions* options, Image_Size* size);
104 * @param options Indicates the pointer to an {@link OH_ImageReceiverOptions} object.
110 Image_ErrorCode OH_ImageReceiverOptions_SetSize(OH_ImageReceiverOptions* options, Image_Size size);
115 * @param options Indicates the pointer to an {@link OH_ImageReceiverOptions} object.
121 Image_ErrorCode OH_ImageReceiverOptions_GetCapacity(OH_ImageReceiverOptions* options, int32_t* capacity);
126 * @param options Indicate
[all...]
/interface/sdk_c/build-tools/capi_parser/src/bin/
H A Dconfig.py48 def run_tools(options):
49 tool_name = options.tool_name
52 parser.parser(options.parser_path)
54 diff.process_dir(options.diff_path_old, options.diff_path_new, options.output_path)
56 check.curr_entry(options.path, options.checker, options.output)
58 parser.parser_direct(options
[all...]
/interface/sdk-js/
H A Dprocess_internal.py23 def copy_files(options):
24 with open(options.remove) as f:
26 if options.name in remove_dict:
27 rm_name = remove_dict[options.name]
32 for file in os.listdir(options.input):
33 src = os.path.join(options.input, file)
39 if options.ispublic == 'true':
49 for file in os.listdir(options.input):
50 src = os.path.join(options.input, file)
67 options,
[all...]
H A Dremove_internal.py40 options, _ = parser.parse_args(args)
41 return options
45 options = parse_args(argv)
46 if not os.path.exists(options.output):
47 os.makedirs(options.output)
48 copy_files(options.input, options.output)
/interface/sdk-js/build-tools/api_diff/src/
H A Dindex.js29 options: ['--old <string>', 'old sdk path'],
33 options: ['--new <string>', 'new sdk path'],
37 options: ['--oldVersion <string>', 'old sdk version'],
41 options: ['--newVersion <string>', 'new sdk version'],
45 options: ['--output <string>', 'output file path'],
49 options: ['--format <json, excel, changelog>', 'output file format'],
53 options: ['--newPath <string>', 'new interface_sdk-js path'],
57 options: ['--oldPath <string>', 'old interface_sdk-js path'],
61 options: ['--changelogUrl <string>', 'changelog url'],
/interface/sdk-js/build-tools/api_label_detection/src/bin/
H A Dconfig.py41 def run_tools(options):
42 tool_name = options.tool_name
44 detection_label.detection_label(options.check_labels, options.result_json_path, options.output_path)
/interface/sdk-js/build-tools/compare_sdk_files/src/bin/
H A Dconfig.py41 def run_tools(options):
42 tool_name = options.tool_name
44 compare_sdk_file.start_do_diff(options.old_sdk_file_path, options.new_sdk_file_path, options.output_file_path)
/interface/sdk-js/build-tools/permissions_converter/
H A Dconvert.js113 * } options
115 const convert = options => {
116 const permissions = getPermissions(options.filePath);
118 convertJsonToDTS(permissions, options.outputFilePath);
125 const options = {
130 convert(options);
/interface/sdk_c/inputmethod/include/
H A Dinputmethod_attach_options_capi.h27 * @brief Provides the input method attach options.
44 * The options when attaching input method.
62 * @param options Represents a pointer to an {@link InputMethod_AttachOptions} instance which will be destroyed.
65 void OH_AttachOptions_Destroy(InputMethod_AttachOptions *options);
69 * @param options Represents a pointer to an {@link InputMethod_AttachOptions} instance which will be get value from.
79 InputMethod_ErrorCode OH_AttachOptions_IsShowKeyboard(InputMethod_AttachOptions *options, bool *showKeyboard);
H A Dinputmethod_controller_capi.h52 * @param options Represents a pointer to an {@link InputMethod_AttachOptions} instance.
53 * The options when attaching input method.
66 InputMethod_AttachOptions *options, InputMethod_InputMethodProxy **inputMethodProxy);
/interface/sdk_c/network/netstack/net_websocket/
H A Dnet_websocket.h83 * @param options Optional parameters.
90 int OH_WebSocketClient_Connect(struct WebSocket *client, const char *url, struct WebSocket_RequestOptions options);
111 * @param options Optional parameters.
118 int OH_WebSocketClient_Close(struct WebSocket *client, struct WebSocket_CloseOption options);
/interface/sdk-js/build-tools/api_diff/src/entry/
H A Dmain.js35 pluginCommand.requiredOption(...command.options);
37 pluginCommand.option(...command.options);
/interface/sdk-js/build-tools/collect_application_api/src/entry/
H A Dmain.js36 pluginCommand.requiredOption(...command.options);
38 pluginCommand.option(...command.options);
/interface/sdk-js/build-tools/collect_application_api/src/
H A Dapi_collector.js58 options: compilerOption,
83 return (moduleNames, containingFile, reusedNames, redirectedReference, options) => {
86 const moduleLookupLocaton = ts.resolveModuleName(moduleName, containingFile, options,
/interface/sdk-js/build-tools/jsdoc_format_plugin/
H A Dwebpack.config.js37 options: {
/interface/sdk_c/ability/ability_runtime/child_process/
H A Dnative_child_process.h219 * @brief The options used by the child process.
255 * 1. OH_Ability_StartNativeChildProcess(entryPoint, args, options)\n
266 * @param options The child process options.
280 NativeChildProcess_Options options, int32_t *pid);
/interface/sdk_c/third_party/icu4c/ndk_headers/unicode/
H A Dubidi.h901 * <code>UBiDiReorderingOption</code> values indicate which options are
910 * disable all the options which can be set with this function
1030 * Specify which of the reordering options
1035 * options:
1046 * What are the reordering options applied to a given Bidi object?
1049 * @return the current reordering options of the Bidi object
1613 * When the visual output is altered by using options of
1617 * be correct. It is advised to use, when possible, reordering options
1655 * When the visual output is altered by using options of
1659 * be correct. It is advised to use, when possible, reordering options
[all...]
H A Dunorm2.h535 * Further options include case-insensitive comparison and
562 * @param options A bit set of options:
563 * - U_FOLD_CASE_DEFAULT or 0 is used for default options:
579 * If set, then the following case folding options are used.
586 * - regular normalization options shifted left by UNORM_COMPARE_NORM_OPTIONS_SHIFT
602 uint32_t options,
H A Duidna.h48 * Default options value: None of the other options are set.
122 * @param options Bit set to modify the processing and error checking.
132 uidna_openUTS46(uint32_t options, UErrorCode *pErrorCode);
H A Duset.h284 * @param options bitmask for options to apply to the pattern.
285 * Valid options are USET_IGNORE_SPACE and USET_CASE_INSENSITIVE.
291 uint32_t options,
/interface/sdk-js/build-tools/dts_parser/
H A Dwebpack.config.js61 options: {
/interface/sdk_c/third_party/musl/ndk_musl_include/
H A Dresolv.h29 unsigned long options; member

Completed in 16 milliseconds

12