Home
last modified time | relevance | path

Searched defs:ops (Results 1 - 25 of 42) sorted by relevance

12

/foundation/resourceschedule/ffrt/src/eu/
H A Dscpu_monitor.h26 SCPUMonitor(CpuMonitorOps&& ops) : CPUMonitor(std::move(ops)) {}; in SCPUMonitor() argument
H A Dcpu_worker.h31 CPUWorker(const QoS& qos, CpuWorkerOps&& ops) : WorkerThread(qos), ops(ops) in CPUWorker() argument
41 CpuWorkerOps ops; member in ffrt::CPUWorker
H A Dcpu_monitor.h95 CpuMonitorOps ops; member in ffrt::CPUMonitor
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_gpu_context.cpp29 OH_Drawing_GpuContext* OH_Drawing_GpuContextCreateFromGL(OH_Drawing_GpuContextOptions ops) in OH_Drawing_GpuContextCreateFromGL() argument
/foundation/ai/neural_network_runtime/test/unittest/components/nn_backend/
H A Dnn_backend_test.cpp523 std::vector<bool> ops; in HWTEST_F() local
541 std::vector<bool> ops; in HWTEST_F() local
560 std::vector<bool> ops; in HWTEST_F() local
582 std::vector<bool> ops; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/effect/test/unittest/
H A Deffect_filter_unittest.cpp29 OH_Pixelmap_InitializationOptions *ops = nullptr; in CreatePixelMap() local
/foundation/resourceschedule/ffrt/src/sched/
H A Dtask_state.cpp22 std::array<TaskState::Op, static_cast<size_t>(TaskState::MAX)> TaskState::ops; member in ffrt::TaskState
H A Dtask_state.h132 static std::array<Op, static_cast<size_t>(TaskState::MAX)> ops; member in ffrt::TaskState
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dimage_packer_native_ndk_test.cpp42 OH_PackingOptions *ops = nullptr; in HWTEST_F() local
57 OH_PackingOptions *ops = nullptr; in HWTEST_F() local
85 OH_PackingOptions *ops = nullptr; in HWTEST_F() local
[all...]
H A Dimage_ndk_test.cpp288 OhosImageSourceOps* ops= nullptr; in HWTEST_F() local
307 OhosImageSourceOps* ops= nullptr; in HWTEST_F() local
325 OhosImageSourceOps* ops= nullptr; in HWTEST_F() local
344 OhosImageSourceOps* ops= nullptr; in HWTEST_F() local
365 OhosImageSourceOps* ops= nullptr; in HWTEST_F() local
383 OhosImageSourceOps* ops= nullptr; HWTEST_F() local
402 OhosImageSourceOps* ops= nullptr; HWTEST_F() local
433 OhosImageDecodingOps* ops = nullptr; HWTEST_F() local
450 OhosImageDecodingOps* ops = nullptr; HWTEST_F() local
[all...]
H A Dimage_source_native_ndk_test.cpp42 OH_ImageSource_Info *ops = nullptr; in HWTEST_F() local
56 OH_ImageSource_Info *ops = nullptr; in HWTEST_F() local
71 OH_ImageSource_Info *ops = nullptr; in HWTEST_F() local
86 OH_ImageSource_Info *ops = nullptr; in HWTEST_F() local
100 OH_DecodingOptions *ops = nullptr; in HWTEST_F() local
114 OH_DecodingOptions *ops = nullptr; HWTEST_F() local
133 OH_DecodingOptions *ops = nullptr; HWTEST_F() local
152 OH_DecodingOptions *ops = nullptr; HWTEST_F() local
171 OH_DecodingOptions *ops = nullptr; HWTEST_F() local
192 OH_DecodingOptions *ops = nullptr; HWTEST_F() local
280 OH_DecodingOptions* ops = nullptr; HWTEST_F() local
295 OH_DecodingOptions *ops = nullptr; HWTEST_F() local
[all...]
/foundation/systemabilitymgr/samgr_lite/samgr/source/
H A Dservice_impl.h54 Operations ops; member
/foundation/ai/neural_network_runtime/test/unittest/common/v2_0/
H A Dcompilation_mock_idevice.cpp45 GetSupportedOperation(std::shared_ptr<const mindspore::lite::LiteGraph> model, std::vector<bool>& ops) GetSupportedOperation() argument
/foundation/ai/neural_network_runtime/test/fuzztest/
H A Dnnrt_device_impl.h54 int32_t GetSupportedOperation(const Model& model, std::vector<bool>& ops) in GetSupportedOperation() argument
/foundation/ai/neural_network_runtime/test/unittest/common/v1_0/
H A Dcompilation_mock_idevice.cpp45 GetSupportedOperation(std::shared_ptr<const mindspore::lite::LiteGraph> model, std::vector<bool>& ops) GetSupportedOperation() argument
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnnbackend.cpp225 GetSupportedOperation(std::shared_ptr<const mindspore::lite::LiteGraph> model, std::vector<bool>& ops) GetSupportedOperation() argument
H A Dhdi_device_v1_0.cpp149 GetSupportedOperation(std::shared_ptr<const mindspore::lite::LiteGraph> model, std::vector<bool>& ops) GetSupportedOperation() argument
/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dinput_manager_update_display_info_test.cpp63 OHOS::Media::InitializationOptions ops; in MatrixToPixelmap() local
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dsysio.h54 SysIoOps *ops; member
67 SysIoOps ops; member
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/hdi_device/
H A Dhdi_device_test.cpp506 std::vector<bool> ops; in HWTEST_F() local
532 std::vector<bool> ops; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dstring_expression.cpp128 std::string ops = "+-*/()"; in PushOpStack() local
259 std::string ops = "+-*/()"; in CalculateExpImpl() local
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dstartable_object_controller.cpp359 auto& ops = operations_[queueId]; in AddOperation() local
/foundation/multimedia/image_framework/frameworks/kits/js/common/ndk/
H A Dimage_source_mdk.cpp49 OH_ImageSource_Create(napi_env env, struct OhosImageSource* src, struct OhosImageSourceOps* ops, napi_value *res) OH_ImageSource_Create() argument
62 OH_ImageSource_CreateFromUri(napi_env env, char* uri, size_t size, struct OhosImageSourceOps* ops, napi_value *res) OH_ImageSource_CreateFromUri() argument
78 OH_ImageSource_CreateFromFd(napi_env env, int32_t fd, struct OhosImageSourceOps* ops, napi_value *res) OH_ImageSource_CreateFromFd() argument
91 OH_ImageSource_CreateFromData(napi_env env, uint8_t* data, size_t dataSize, struct OhosImageSourceOps* ops, napi_value *res) OH_ImageSource_CreateFromData() argument
107 OH_ImageSource_CreateFromRawFile(napi_env env, RawFileDescriptor rawFile, struct OhosImageSourceOps* ops, napi_value *res) OH_ImageSource_CreateFromRawFile() argument
120 OH_ImageSource_CreateIncremental(napi_env env, struct OhosImageSource* source, struct OhosImageSourceOps* ops, napi_value *res) OH_ImageSource_CreateIncremental() argument
133 OH_ImageSource_CreateIncrementalFromData(napi_env env, uint8_t* data, size_t dataSize, struct OhosImageSourceOps* ops, napi_value *res) OH_ImageSource_CreateIncrementalFromData() argument
158 OH_ImageSource_CreatePixelMap(const ImageSourceNative* native, struct OhosImageDecodingOps* ops, napi_value *res) OH_ImageSource_CreatePixelMap() argument
174 OH_ImageSource_CreatePixelMapList(const ImageSourceNative* native, struct OhosImageDecodingOps* ops, napi_value* res) OH_ImageSource_CreatePixelMapList() argument
[all...]
/foundation/ai/neural_network_runtime/example/drivers/nnrt/v1_0/hdi_cpu_service/src/
H A Dnnrt_device_service.cpp69 int32_t NnrtDeviceService::GetSupportedOperation(const Model& model, std::vector<bool>& ops) in GetSupportedOperation() argument
/foundation/ai/neural_network_runtime/example/drivers/nnrt/v2_0/hdi_cpu_service/src/
H A Dnnrt_device_service.cpp69 int32_t NnrtDeviceService::GetSupportedOperation(const Model& model, std::vector<bool>& ops) in GetSupportedOperation() argument

Completed in 50 milliseconds

12