| /interface/sdk_c/multimedia/media_foundation/ |
| D | native_avformat.h | 103 void OH_AVFormat_Destroy(struct OH_AVFormat *format); 126 bool OH_AVFormat_SetIntValue(struct OH_AVFormat *format, const char *key, int32_t value); 138 bool OH_AVFormat_SetLongValue(struct OH_AVFormat *format, const char *key, int64_t value); 150 bool OH_AVFormat_SetFloatValue(struct OH_AVFormat *format, const char *key, float value); 162 bool OH_AVFormat_SetDoubleValue(struct OH_AVFormat *format, const char *key, double value); 174 bool OH_AVFormat_SetStringValue(struct OH_AVFormat *format, const char *key, const char *value); 187 bool OH_AVFormat_SetBuffer(struct OH_AVFormat *format, const char *key, const uint8_t *addr, size_t… 199 bool OH_AVFormat_GetIntValue(struct OH_AVFormat *format, const char *key, int32_t *out); 211 bool OH_AVFormat_GetLongValue(struct OH_AVFormat *format, const char *key, int64_t *out); 223 bool OH_AVFormat_GetFloatValue(struct OH_AVFormat *format, const char *key, float *out); [all …]
|
| /interface/sdk-js/api/ |
| D | @ohos.hilog.d.ts | 80 function debug(domain: number, tag: string, format: string, ...args: any[]): void; 115 function info(domain: number, tag: string, format: string, ...args: any[]): void; 150 function warn(domain: number, tag: string, format: string, ...args: any[]): void; 185 function error(domain: number, tag: string, format: string, ...args: any[]): void; 220 function fatal(domain: number, tag: string, format: string, ...args: any[]): void;
|
| D | @ohos.intl.d.ts | 1416 format(date: Date): string; 2017 format(number: number): string; 2878 format(value: number, unit: string): string;
|
| D | @ohos.file.volumeManager.d.ts | 353 function format(volumeId: string, fsType: string, callback: AsyncCallback<void>): void; 374 function format(volumeId: string, fsType: string): Promise<void>;
|
| D | @ohos.multimedia.image.d.ts | 1534 format: string; property 2588 …function createImageReceiver(width: number, height: number, format: number, capacity: number): Ima… 2602 function createImageReceiver(size: Size, format: ImageFormat, capacity: number): ImageReceiver; 2618 …function createImageCreator(width: number, height: number, format: number, capacity: number): Imag… 2632 function createImageCreator(size: Size, format: ImageFormat, capacity: number): ImageCreator; 4635 readonly format: number; property 4709 readonly format: ImageFormat; property 4820 readonly format: ImageFormat; property
|
| /interface/sdk-js/build-tools/collect_application_api/src/ |
| D | configs.js | 26 static getFlag(format) { argument 27 return format && this.formatMap.has(format) ? this.formatMap.get(format) : this.FLAG_EXCEL;
|
| /interface/sdk_c/third_party/musl/ndk_musl_include/fortify/ |
| D | stdio.h | 96 size_t size, const char* format, va_list ap) in __DIAGNOSE_PRINTFLIKE() 100 return __builtin___vsnprintf_chk(dest, size, 0, bos, format, ap); in __DIAGNOSE_PRINTFLIKE() 104 int vsprintf(char* const __DIAGNOSE_PASS_OBJECT_SIZE dest, const char* format, va_list ap) in __DIAGNOSE_PRINTFLIKE() 107 return __builtin___vsprintf_chk(dest, 0, __DIAGNOSE_BOS(dest), format, ap); in __DIAGNOSE_PRINTFLIKE() 111 int sprintf(char* const __DIAGNOSE_PASS_OBJECT_SIZE dest, const char* format, ...) in __DIAGNOSE_PRINTFLIKE() 115 va_start(va_l, format); in __DIAGNOSE_PRINTFLIKE() 116 int result = __builtin___vsprintf_chk(dest, 0, __DIAGNOSE_BOS(dest), format, va_l); in __DIAGNOSE_PRINTFLIKE() 122 int snprintf(char* const __DIAGNOSE_PASS_OBJECT_SIZE dest, size_t size, const char* format, ...) in __DIAGNOSE_PRINTFLIKE() 126 va_start(va_l, format); in __DIAGNOSE_PRINTFLIKE() 127 int result = __builtin___vsnprintf_chk(dest, size, 0, __DIAGNOSE_BOS(dest), format, va_l); in __DIAGNOSE_PRINTFLIKE()
|
| /interface/sdk-js/build-tools/openharmony_sdk_upgrade_assistant/src/main/java/com/update/check/log/ |
| D | LoggerImpl.java | 39 logger.error(String.format(MESSAGE_FORMAT, prefix, tag, message)); in error() 44 logger.info(String.format(MESSAGE_FORMAT, prefix, tag, message)); in info() 49 logger.warn(String.format(MESSAGE_FORMAT, prefix, tag, message)); in warn() 54 logger.debug(String.format(MESSAGE_FORMAT, prefix, tag, message)); in debug()
|
| /interface/sdk-js/build-tools/collect_application_api/ |
| D | README_zh.md | 16 node .\src\entry\main.js --app 工程根目录 --sdk sdk根目录/9/ets --output 报告的输出路径 --format excel 22 node .\src\entry\main.js --appDir --sdkRoot sdk根目录 --output 报告的输出路径 --format excel 57 --format <json,excel> format of the output report 64 工具输出 app_api.xlsx 或者 collectedApi.json,具体格式和路径取决于 --format, --output 参数 69 node api-collector.js --app 工程根目录 --sdk sdk根目录/9/ets --output 报告的输出路径 --format excel 94 node .\src\entry\main.js --appDir --sdkRoot sdk根目录 --output 报告的输出路径 --format excel 114 --format 指定扫描报告的格式, 支持 excel, json,默认为 excel 表格
|
| /interface/sdk-js/build-tools/api_diff/ |
| D | README_zh.md | 37 --format <json, excel, changelog> output file format 47 …indows/ets --oldVersion 旧版本SDK版本号 --newVersion 新版本SDK版本号 --output 输出路径 --format 报告格式(报告格式可选择excel或… 55 …indows/ets --oldVersion 旧版本SDK版本号 --newVersion 新版本SDK版本号 --output 输出路径 --format 报告格式(报告格式可选择excel或… 61 …-new 新版本旧版本interface_sdk-js根目录 --oldVersion 旧版本号 --newVersion 新版本号 --output 输出路径 --format changelog
|
| /interface/sdk-js/build-tools/dts_parser/src/bin/ |
| D | config.ts | 137 format: argv.format, constant 158 const format = options.format; constant 159 if (!format) { 162 switch (format) { 197 if (options.format === 'excel') { 212 options.format === 'excel' ? 298 if (options.format === formatType.JSON) { 337 if (options.format === formatType.JSON) {
|
| /interface/sdk_c/build-tools/capi_parser/test/testCase/ |
| D | run_main.py | 35 write_in_txt(check_result, os.path.join(output_path, "{}.txt".format(file_name))) 36 with open(os.path.join(expect_path, "{}.txt".format(file_name))) as json_file: 39 …self.assertEqual(result_json, "result_json", "{} case is error".format(os.path.join(dirpath, item)…
|
| /interface/sdk_c/multimedia/av_codec/ |
| D | native_avcodec_audiocodec.h | 80 OH_AVErrCode OH_AudioCodec_Configure(OH_AVCodec *codec, const OH_AVFormat *format); 162 OH_AVErrCode OH_AudioCodec_SetParameter(OH_AVCodec *codec, const OH_AVFormat *format);
|
| D | native_avcodec_audioencoder.h | 94 OH_AVErrCode OH_AudioEncoder_Configure(OH_AVCodec *codec, OH_AVFormat *format); 194 OH_AVErrCode OH_AudioEncoder_SetParameter(OH_AVCodec *codec, OH_AVFormat *format);
|
| D | native_avcodec_audiodecoder.h | 94 OH_AVErrCode OH_AudioDecoder_Configure(OH_AVCodec *codec, OH_AVFormat *format); 197 OH_AVErrCode OH_AudioDecoder_SetParameter(OH_AVCodec *codec, OH_AVFormat *format);
|
| D | native_avcodec_videoencoder.h | 99 OH_AVErrCode OH_VideoEncoder_Configure(OH_AVCodec *codec, OH_AVFormat *format); 184 OH_AVErrCode OH_VideoEncoder_SetParameter(OH_AVCodec *codec, OH_AVFormat *format);
|
| D | native_avcodec_videodecoder.h | 114 OH_AVErrCode OH_VideoDecoder_Configure(OH_AVCodec *codec, OH_AVFormat *format); 200 OH_AVErrCode OH_VideoDecoder_SetParameter(OH_AVCodec *codec, OH_AVFormat *format);
|
| /interface/sdk_c/multimedia/image_framework/include/ |
| D | image_receiver_mdk.h | 82 int32_t format; member 256 int32_t OH_Image_Receiver_GetFormat(const ImageReceiverNative* native, int32_t* format);
|
| /interface/sdk-js/build-tools/api_diff/src/ |
| D | index.js | 81 if (!argv.format || argv.format === 'json') { 83 } else if (argv.format === 'excel') { 86 } else if (argv.format === 'changelog') {
|
| /interface/sdk-js/build-tools/jsdoc_format_plugin/ |
| D | README.md | 1 # JSDoc format 38 CLI to format d.ts
|
| /interface/sdk-js/build-tools/jsdoc_format_plugin/src/core/ |
| D | outputProcessor.ts | 30 outputContent = formater.format(context); 33 outputContent = prettier.format(outputContent, context.getOptions().formaterOption); 60 format(context: Context): string {
|
| /interface/sdk_c/graphic/graphic_2d/native_window/ |
| D | buffer_handle.h | 31 int32_t format; /**< the format of memory */ member
|
| /interface/sdk_c/third_party/vulkan-headers/vulkan/ |
| D | vulkan_ohos.h | 84 typedef VkResult (VKAPI_PTR *PFN_vkGetSwapchainGrallocUsageOHOS)(VkDevice device, VkFormat format, … 112 VkFormat format, 152 VkFormat format; member
|
| /interface/sdk-js/build-tools/dts_parser/ |
| D | README_zh.md | 81 …-new 新版本目录/文件(sdk/windows/ets) --old-version 旧版本号 --new-version 新版本号 --output 报告输出目录 --format excel 98 node --nolazy -r ts-node/register ./src/main.ts -N collect -C 目录路径/文件路径 --output 报告输出目录 --format ex… 117 --format <json, excel, changelog> output file format (default: "json")
|
| /interface/sdk-js/api/tag/ |
| D | nfctech.d.ts | 728 format(message: NdefMessage): Promise<void>; method 742 format(message: NdefMessage, callback: AsyncCallback<void>): void; method
|