/interface/sdk_c/multimedia/image_framework/include/image/ |
H A D | image_packer_native.h | 55 * @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 D | image_source_native.h | 66 * @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 D | pixelmap_native.h | 352 * @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 D | image_receiver_native.h | 59 * @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 D | config.py | 48 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 D | process_internal.py | 23 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 D | remove_internal.py | 40 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 D | index.js | 29 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 D | config.py | 41 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 D | config.py | 41 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 D | convert.js | 113 * } 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 D | inputmethod_attach_options_capi.h | 27 * @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 D | inputmethod_controller_capi.h | 52 * @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 D | net_websocket.h | 83 * @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 D | main.js | 35 pluginCommand.requiredOption(...command.options); 37 pluginCommand.option(...command.options);
|
/interface/sdk-js/build-tools/collect_application_api/src/entry/ |
H A D | main.js | 36 pluginCommand.requiredOption(...command.options); 38 pluginCommand.option(...command.options);
|
/interface/sdk-js/build-tools/collect_application_api/src/ |
H A D | api_collector.js | 58 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 D | webpack.config.js | 37 options: {
|
/interface/sdk_c/ability/ability_runtime/child_process/ |
H A D | native_child_process.h | 219 * @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 D | ubidi.h | 901 * <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 D | unorm2.h | 535 * 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 D | uidna.h | 48 * 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 D | uset.h | 284 * @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 D | webpack.config.js | 61 options: {
|
/interface/sdk_c/third_party/musl/ndk_musl_include/ |
H A D | resolv.h | 29 unsigned long options;
member
|