Home
last modified time | relevance | path

Searched refs:config (Results 3051 - 3075 of 5288) sorted by relevance

1...<<121122123124125126127128129130>>...212

/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/
H A Dnativewindow1.cpp285 OH_NativeBuffer_Config config{ in testNativeWindowCreateNativeWindowBufferFromNativeBufferNormal()
291 OH_NativeBuffer *buffer = OH_NativeBuffer_Alloc(&config); in testNativeWindowCreateNativeWindowBufferFromNativeBufferNormal()
332 OH_NativeBuffer_Config config{ in testNativeWindowCreateNativeWindowBufferFromNativeBufferMuch()
338 OH_NativeBuffer *buffer = OH_NativeBuffer_Alloc(&config); in testNativeWindowCreateNativeWindowBufferFromNativeBufferMuch()
913 OH_NativeBuffer_Config config{ in testNativeWindowNativeWindowFlushBufferErrorCode()
919 OH_NativeBuffer *newBuffer = OH_NativeBuffer_Alloc(&config); in testNativeWindowNativeWindowFlushBufferErrorCode()
1328 OH_NativeBuffer_Config config{ in testNativeWindowNativeWindowAttachBufferErrorCode()
1334 OH_NativeBuffer *nativeBuffer = OH_NativeBuffer_Alloc(&config); in testNativeWindowNativeWindowAttachBufferErrorCode()
1549 OH_NativeBuffer_Config config{ in testNativeWindowNativeWindowAtDetachDifferentBufferAbnormal()
1555 paramater.nativeBuffer1 = OH_NativeBuffer_Alloc(&config); in testNativeWindowNativeWindowAtDetachDifferentBufferAbnormal()
[all...]
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test4.cpp768 struct RSSurfaceNodeConfig config; in HWTEST_F() local
769 sceneSession02->surfaceNode_ = RSSurfaceNode::Create(config); in HWTEST_F()
796 struct RSSurfaceNodeConfig config; in HWTEST_F() local
797 sceneSession01->surfaceNode_ = RSSurfaceNode::Create(config); in HWTEST_F()
824 struct RSSurfaceNodeConfig config; in HWTEST_F() local
825 sceneSession->surfaceNode_ = RSSurfaceNode::Create(config); in HWTEST_F()
859 struct RSSurfaceNodeConfig config; in HWTEST_F() local
860 sceneSession->surfaceNode_ = RSSurfaceNode::Create(config); in HWTEST_F()
922 struct RSSurfaceNodeConfig config; in HWTEST_F() local
923 sceneSession01->surfaceNode_ = RSSurfaceNode::Create(config); in HWTEST_F()
1013 struct RSSurfaceNodeConfig config; HWTEST_F() local
1245 struct RSSurfaceNodeConfig config; HWTEST_F() local
[all...]
H A Dscene_session_manager_test10.cpp181 RotateAnimationConfig config = { 400 }; in HWTEST_F() local
182 ssm_->UpdateRotateAnimationConfig(config); in HWTEST_F()
186 config.duration_ = 600; in HWTEST_F()
187 ssm_->UpdateRotateAnimationConfig(config); in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dextension_ability_thread.cpp364 void ExtensionAbilityThread::ScheduleUpdateConfiguration(const AppExecFwk::Configuration &config) in ScheduleUpdateConfiguration() argument
367 HandleExtensionUpdateConfiguration(config); in ScheduleUpdateConfiguration()
371 void ExtensionAbilityThread::HandleExtensionUpdateConfiguration(const AppExecFwk::Configuration &config) in HandleExtensionUpdateConfiguration() argument
378 extensionImpl_->ScheduleUpdateConfiguration(config); in HandleExtensionUpdateConfiguration()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dimage_analyzer_manager.cpp355 void ImageAnalyzerManager::SetImageAnalyzerConfig(void* config) in SetImageAnalyzerConfig() argument
362 imageAnalyzerAdapter_->SetImageAnalyzerConfig(config); in SetImageAnalyzerConfig()
441 void ImageAnalyzerManager::UpdateAIButtonConfig(AIButtonConfig config) in UpdateAIButtonConfig() argument
444 ImageAnalyzerMgr::GetInstance().UpdateAIButtonConfig(&overlayData_, &config); in UpdateAIButtonConfig()
/foundation/arkui/ace_engine/test/unittest/core/pattern/xcomponent/
H A Dxcomponent_testtwo_ng.cpp241 DirtySwapConfig config; in HWTEST_F() local
255 pattern->BeforeSyncGeometryProperties(config); in HWTEST_F()
370 DirtySwapConfig config; in HWTEST_F() local
385 pattern->BeforeSyncGeometryProperties(config); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/cmd/
H A Drs_surface_node_cmd_test.cpp209 RSDisplayNodeConfig config; in HWTEST_F() local
210 std::shared_ptr<RSDisplayRenderNode> displayNodeTest2 = std::make_shared<RSDisplayRenderNode>(0, config); in HWTEST_F()
421 RSDisplayNodeConfig config; in HWTEST_F() local
422 std::shared_ptr<RSDisplayRenderNode> displayNodeTest2 = std::make_shared<RSDisplayRenderNode>(0, config); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_particle.h121 EmitterConfig(const EmitterConfig& config) = default; member in OHOS::Rosen::EmitterConfig
122 EmitterConfig& operator=(const EmitterConfig& config) = default; member in OHOS::Rosen::EmitterConfig
140 EmitterUpdater(const EmitterUpdater& config) = default; member in OHOS::Rosen::EmitterUpdater
141 EmitterUpdater& operator=(const EmitterUpdater& config) = default; member in OHOS::Rosen::EmitterUpdater
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/pipeline/
H A Drs_composer_adapter_unit_test.cpp411 RSDisplayNodeConfig config; in HWTEST_F() local
413 RSDisplayRenderNode node(id, config); in HWTEST_F()
430 RSDisplayNodeConfig config; in HWTEST_F() local
432 auto node = std::make_shared<RSDisplayRenderNode>(nodeId, config); in HWTEST_F()
H A Drs_unittest_composer_adapter_test.cpp502 RSDisplayNodeConfig config; in HWTEST_F() local
504 RSDisplayRenderNode node(id, config); in HWTEST_F()
521 RSDisplayNodeConfig config; in HWTEST_F() local
523 auto node = std::make_shared<RSDisplayRenderNode>(nodeId, config); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_render_service_client_test.cpp61 RSSurfaceRenderNodeConfig config; in HWTEST_F() local
62 bool ret = rsClient->CreateNode(config); in HWTEST_F()
317 RSSurfaceRenderNodeConfig config = {.id=0, .name="testSurface"}; in HWTEST_F() local
318 ASSERT_NE(rsClient->CreateNodeAndSurface(config), nullptr); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_composer_adapter_test.cpp411 RSDisplayNodeConfig config; in HWTEST_F() local
413 RSDisplayRenderNode node(id, config); in HWTEST_F()
430 RSDisplayNodeConfig config; in HWTEST_F() local
432 auto node = std::make_shared<RSDisplayRenderNode>(nodeId, config); in HWTEST_F()
/foundation/multimedia/av_codec/test/nativedemo/avmuxer/
H A Davmuxer_demo_base.cpp380 AVBufferConfig config; in ReadSampleDataInfoByBufferQueue() local
381 config.size = size; in ReadSampleDataInfoByBufferQueue()
382 config.memoryType = MemoryType::VIRTUAL_MEMORY; in ReadSampleDataInfoByBufferQueue()
383 bufferQueue->RequestBuffer(buffer, config, -1); in ReadSampleDataInfoByBufferQueue()
/foundation/multimedia/player_framework/frameworks/js/avrecorder/
H A Davrecorder_napi.h205 * prepare(config: AVRecorderConfig, callback: AsyncCallback<void>): void;
206 * prepare(config: AVRecorderConfig): Promise<void>;
210 * setOrientationHint(config: AVRecorderConfig, callback: AsyncCallback<void>): void;
211 * setOrientationHint(config: AVRecorderConfig): Promise<void>;
215 * setWatermark(watermark: image.PixelMap, config: WatermarkConfig): promise<void>;
283 * setAVRecorderConfig(config: AVRecorderConfig, callback: AsyncCallback<void>): void;
284 * setAVRecorderConfig(config: AVRecorderConfig): Promise<void>;
362 int32_t GetAVRecorderConfig(std::shared_ptr<AVRecorderConfig> &config);
397 RetInfo SetProfile(std::shared_ptr<AVRecorderConfig> config);
398 RetInfo Configure(std::shared_ptr<AVRecorderConfig> config);
[all...]
/foundation/window/window_manager/utils/src/
H A Dsurface_draw.cpp144 OHOS::BufferRequestConfig config = { in GetSurfaceBuffer() local
152 OHOS::SurfaceError ret = layer->RequestBuffer(buffer, releaseFence, config); in GetSurfaceBuffer()
362 RSSurfaceCaptureConfig config = { in GetSurfaceSnapshot() local
366 if (RSInterfaces::GetInstance().TakeSurfaceCapture(surfaceNode, callback, config)) { in GetSurfaceSnapshot()
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Djson_payload.c565 int32_t ParseServiceNotification(const uint8_t *buf, NSTACKX_NotificationConfig *config) in ParseServiceNotification() argument
567 if (buf == NULL || config == NULL) { in ParseServiceNotification()
568 DFINDER_LOGE(TAG, "buf or notification config is null"); in ParseServiceNotification()
589 config->msgLen = strlen(item->valuestring); in ParseServiceNotification()
590 if (strcpy_s(config->msg, NSTACKX_MAX_NOTIFICATION_DATA_LEN, item->valuestring) != EOK) { in ParseServiceNotification()
/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreJstest/hap/entry/src/ohosTest/js/test/
H A DRelationalStoreDistributedJsunit.test.js35 const config = {
98 rdbStore = await data_Rdb.getRdbStore(context, config);
498 const config = {
502 rdbStore = await data_Rdb.getRdbStore(context, config);
/third_party/ffmpeg/libavcodec/
H A Dlibsvtav1.c125 static int alloc_buffer(EbSvtAv1EncConfiguration *config, SvtContext *svt_enc) in alloc_buffer() argument
127 const size_t luma_size = config->source_width * config->source_height * in alloc_buffer()
128 (config->encoder_bit_depth > 8 ? 2 : 1); in alloc_buffer()
/third_party/node/deps/v8/tools/gcmole/
H A Dgcmole.py679 config = ARCHITECTURES[options.v8_target_cpu]
681 config.name)
739 config = json.load(f)
742 found_cpu = config.get('v8_target_cpu')
745 parser.error("Build dir '{}' config doesn't match request cpu. {}: {}".format(
/third_party/nghttp2/doc/_exts/rubydomain/
H A Drubydomain.py149 elif add_module and self.env.config.add_module_names:
285 add_modules = self.env.config.add_module_names
349 add_modules = self.env.config.add_module_names
491 ignores = self.domain.env.config['modindex_common_prefix']
/third_party/libinput/src/
H A Devdev-totem.c24 #include "config.h"
791 device->pointer.config.get_profiles = totem_accel_config_get_profiles; in totem_init_accel()
792 device->pointer.config.set_profile = totem_accel_config_set_profile; in totem_init_accel()
793 device->pointer.config.get_profile = totem_accel_config_get_profile; in totem_init_accel()
794 device->pointer.config.get_default_profile = totem_accel_config_get_default_profile; in totem_init_accel()
/third_party/python/Lib/idlelib/
H A Dsidebar.py10 from idlelib.config import idleConf
89 """Update the sidebar text font, usually after config changes."""
93 """Update the sidebar text colors, usually after config changes."""
300 self.sidebar_text.config(state=tk.DISABLED)
306 self.sidebar_text.config(takefocus=False, exportselection=False)
322 """Update the sidebar text colors, usually after config changes."""
326 self.sidebar_text.config(
498 """Update the sidebar text font, usually after config changes."""
507 """Update the sidebar text colors, usually after config changes."""
/third_party/rust/crates/memchr/src/memmem/
H A Dmod.rs700 config: SearcherConfig,
715 Finder { searcher: Searcher::new(self.config, needle.as_ref()) } in build_forward()
732 self.config.prefilter = prefilter; in prefilter()
820 fn new(config: SearcherConfig, needle: &'n [u8]) -> Searcher<'n> { in new()
826 &config.prefilter, in new()
/third_party/vk-gl-cts/modules/egl/
H A DteglChooseConfigReference.cpp21 * \brief Choose config reference implementation.
100 TCU_THROW(TestError, (std::string("Unknown config caveat: ") + eglu::getConfigCaveatStr(caveat).toString()).c_str()); in getCaveatRank()
213 SurfaceConfig (EGLConfig config, ConfigInfo &info) in SurfaceConfig() argument
214 : m_config(config) in SurfaceConfig()
394 bool isMatch (const SurfaceConfig& config) const in isMatch()
409 const EGLint cfgValue = config.getAttribute(rule.name); in isMatch()
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dneural_network_core.cpp292 LOGE("OH_NNCompilation_AddExtensionConfig failed, copy config value failed."); in OH_NNCompilation_AddExtensionConfig()
1351 LOGE("ExecutorPrepare failed, failed to set config to executor."); in ExecutorPrepare()
1397 OH_NN_ReturnCode Unload(const ExecutorConfig* config) in Unload() argument
1399 if (config == nullptr) { in Unload()
1400 LOGE("Unload failed, config is nullptr."); in Unload()
1415 int ret = nnrtService.Unload(config->hiaiModelId); in Unload()
1596 OH_NN_ReturnCode UpdateModelLatency(const ExecutorConfig* config, int32_t modelLatency) in UpdateModelLatency() argument
1598 if (config == nullptr) { in UpdateModelLatency()
1599 LOGE("UpdateModelLatency failed, config is nullptr."); in UpdateModelLatency()
1614 LOGD("UpdateModelLatency, hiaiModelId: %{public}u, modelLatency: %{public}d.", config in UpdateModelLatency()
[all...]

Completed in 54 milliseconds

1...<<121122123124125126127128129130>>...212