Home
last modified time | relevance | path

Searched refs:format (Results 4026 - 4050 of 9752) sorted by relevance

1...<<161162163164165166167168169170>>...391

/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DGLFormat.h27 GLenum format = 0; member
31 // OpenGL has different functions depending on the format component type, for example
/third_party/skia/third_party/externals/freetype/include/freetype/internal/services/
H A Dsvttcmap.h50 * format ::
51 * The cmap format. OpenType 1.6 defines the formats 0 (byte encoding
60 FT_Long format; member
/third_party/pulseaudio/src/pulsecore/
H A Dcore-format.h21 #include <pulse/format.h>
25 /* Convert a sample spec and an optional channel map to a new PCM format info
41 /* Convert the format info into a sample spec and a channel map. If the format
53 /* For compressed formats. Converts the format info into a sample spec and a
/third_party/skia/third_party/externals/tint/src/diagnostic/
H A Ddiagnostic.cc35 return Formatter{style}.format(*this); in str()
/third_party/selinux/libsepol/include/sepol/
H A Ddebug.h27 * particular format. Passing NULL here
31 __attribute__ ((format(printf, 3, 4)))
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-random/
H A Drand-f64.rs26 validate(&format!("{:e}", x)); in main()
/third_party/vk-gl-cts/scripts/egl/
H A Dfunc_ptrs.py24 from khr_util.format import commandParams
/third_party/vk-gl-cts/framework/delibs/depool/
H A DdePoolStringBuilder.h34 deBool dePoolStringBuilder_appendFormat (dePoolStringBuilder* builder, const char* format, ...);
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dgl_enum_utils.h24 const char *GLinternalFormatToString(unsigned int format);
/applications/sample/camera/setting/setting/src/main/cpp/
H A Dwpa_work.c26 #define SAMPLE_INFO(format, args...) \
28 fprintf(stderr, "\033[1;32m WpaCliSample(%s:%d):\t\033[0m" format, __func__, __LINE__, ##args); \
32 #define SAMPLE_ERROR(format, args...) \
34 fprintf(stderr, "\033[1;31m WpaCliSample(%s:%d):\t\033[0m" format, __func__, __LINE__, ##args); \
/applications/standard/app_samples/code/BasicFeature/Media/ImageEffect/entry/src/main/cpp/backend/
H A Dimage_edit.cpp34 int32_t format = PIXEL_FORMAT::PIXEL_FORMAT_UNKNOWN; member
124 OH_PixelmapImageInfo_GetPixelFormat(imageInfo, &info.format); in GetPixelmapInfo()
258 // 示例代码: 传入nullptr的format, 获取OH_Formats的size in LookupFilterInfo()
294 ImageEffect_Format format = ImageEffect_Format::EFFECT_PIXEL_FORMAT_RGBA8888; in RegisterCustomBrightness() local
295 OH_EffectFilterInfo_SetSupportedFormats(effectInfo, 1, &format); in RegisterCustomBrightness()
/base/security/certificate_framework/test/unittest/cf_sdk_test/src/
H A Dcf_cert_test.cpp74 static bool CompareResult(CfItemId id, const CfParamSet *out, enum CfEncodingFormat format) in CompareResult() argument
97 if (format == CF_FORMAT_DER) { in CompareResult()
165 * @tc.desc: get public key in der format
218 * @tc.desc: pem format, get tbs
320 int32_t format = 0xff; in HWTEST_F() local
322 static_cast<enum CfEncodingFormat>(format) }; in HWTEST_F()
/base/startup/init/services/init/
H A Dinit_group_manager.c152 const char *format = ((ext != 0) ? "%s/%s" : "%s/%s.cfg"); in GetAbsolutePath() local
153 len = sprintf_s(buffer, buffSize, format, path, cfgName); in GetAbsolutePath()
155 const char *format = ((ext != 0) ? "%s" : "%s.cfg"); in GetAbsolutePath() local
156 len = sprintf_s(buffer, buffSize, format, cfgName); in GetAbsolutePath()
/base/update/packaging_tools/
H A Dupdate_package.py351 files_to_sign += [(key, name_format_str.format(value))]
360 files_to_sign += [(update_exe_path, name_format_str.format(UPDATE_EXE_FILE_NAME))]
364 files_to_sign += [(total_script_file_obj.name, name_format_str.format(TOTAL_SCRIPT_FILE_NAME))]
367 files_to_sign += [(register_script_file_obj.name, name_format_str.format(REGISTER_SCRIPT_FILE_NAME))]
/base/web/webview/ohos_adapter/screen_capture_adapter/src/
H A Dscreen_capture_adapter_impl.cpp84 OHOS::Media::AudioCodecFormat GetOHAudioCodecFormat(const AudioCodecFormatAdapter& format) in GetOHAudioCodecFormat() argument
86 switch (format) { in GetOHAudioCodecFormat()
110 OHOS::Media::VideoCodecFormat GetOHVideoCodecFormat(const VideoCodecFormatAdapter& format) in GetOHVideoCodecFormat() argument
112 switch (format) { in GetOHVideoCodecFormat()
/drivers/peripheral/display/hdi_service/device/src/server/
H A Ddisplay_device_service.cpp155 int32_t DisplayDeviceService::CreateVirtualDisplay(uint32_t width, uint32_t height, int32_t &format, uint32_t &devId) in CreateVirtualDisplay() argument
157 return displayDevice_->CreateVirtualDisplay(width, height, &format, &devId); in CreateVirtualDisplay()
186 int32_t DisplayDeviceService::CreateWriteBack(uint32_t &devId, uint32_t width, uint32_t height, int32_t &format) in CreateWriteBack() argument
191 (void)format; in CreateWriteBack()
/drivers/peripheral/display/test/unittest/lite/
H A Ddisplay_test.c44 .format = PIXEL_FMT_RGBA_8888, in LoadBmp()
391 .format = PIXEL_FMT_RGBA_8888, in AllocMemTest1()
411 .format = PIXEL_FMT_RGBA_8888, in MmapCacheTest()
446 .format = PIXEL_FMT_RGBA_8888, in AllocMemTest2()
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_render_ext_impl.cpp125 (void)devAttrs_.format; in RenderFrame()
426 ashmemLength_ = realSize * static_cast<int32_t>(devAttrs_.channelCount) * devAttrs_.format; in ReqMmapBuffer()
435 lengthPerTrans_ = desc.transferFrameSize * static_cast<int32_t>(devAttrs_.channelCount) * devAttrs_.format; in ReqMmapBuffer()
539 devAttrs_.frameSize = CalculateFrameSize(attrs.sampleRate, attrs.channelCount, attrs.format, timeInterval_, true); in SetAttrs()
/test/testfwk/xdevice/src/xdevice/_core/config/
H A Dconfig_manager.py81 err_msg = err.format(error)
118 raise ParamError(ErrorMessage.UserConfig.Code_0103004.format(sn, k))
288 data.append("{}:{}".format(ssid, password))
290 data.append("{}:{}:{}".format(ssid, password, wifi_type))
/test/testfwk/xdevice/plugins/devicetest/utils/
H A Dfile_util.py72 log.debug("get template path:{}".format(_fol))
135 err_msg = ErrorMessage.Common.Code_0201008.format(resource_file_path)
138 log.debug("get resource path:{}".format(_fol))
196 err_msg = ErrorMessage.Common.Code_0201001.format(ErrorCategory.Environment, file_path)
/test/testfwk/arkxtest/uitest/addon/
H A Dextension_executor.cpp71 static RetCode PrintLog(int32_t level, Text label, Text format, va_list ap) in PrintLog() argument
74 EXTENSION_API_CHECK(label.data != nullptr && format.data != nullptr, "Illegal log tag/format", ERR_BAD_ARG); in PrintLog()
76 EXTENSION_API_CHECK(vsprintf_s(buf, sizeof(buf), format.data, ap) >= 0, format.data, ERR_BAD_ARG); in PrintLog()
213 EXTENSION_API_CHECK(!options.is_discarded(), "Illegal optJson format", ERR_BAD_ARG); in StartCapture()
/test/testfwk/xdevice/plugins/ohos/src/ohos/parser/
H A Djsunit_parser.py132 qualified_name = "{}#{}".format(test_suite.suite_name, test_name)
134 LOG.debug("{} will be discard!".format(qualified_name))
230 if "{}#{}".format(suite.suite_name, test.test_name) \
272 if "{}#{}".format(test_suite.suite_name, test.test_name) \
/test/testfwk/xdevice/src/xdevice/_core/executor/
H A Dabs.py293 temp = "{}_{}=".format(result.test_class, result.test_name)
299 split_str = "{}_{}".format(result.test_class, result.test_name)
302 test_class = '"{}"'.format(result.test_class)
303 test_name = '"{}"'.format(result.test_name)
/test/xts/acts/security/cryptoFramework/js_api_test_one/entry/src/ohosTest/js/test/utils/asymmetric/
H A DpublicAsymmetricCallback.js44 console.log("[Callback]: pubKey.getFormat= " + pubKey.format);
49 console.log("[Callback]: priKey.getFormat= " + priKey.format);
367 "[Callback]: pubKey.getFormat= " + convertKeyPair.pubKey.format
377 "[Callback]: priKey.getFormat= " + convertKeyPair.priKey.format
H A DpublicAsymmetricPromise.js38 console.log("[Promise]: pubKey.getFormat= " + pubKey.format);
43 console.log("[Promise]: priKey.getFormat= " + priKey.format);
424 "[Promise]: pubKey.getFormat= " + convertKeyPair.pubKey.format
434 "[Promise]: priKey.getFormat= " + convertKeyPair.priKey.format

Completed in 43 milliseconds

1...<<161162163164165166167168169170>>...391