Home
last modified time | relevance | path

Searched defs:count (Results 326 - 350 of 6534) sorted by relevance

1...<<11121314151617181920>>...262

/device/soc/rockchip/rk3588/kernel/include/linux/
H A Dpage_pool.h41 int count[POOL_TYPE_SIZE]; member
/device/soc/rockchip/rk3588/kernel/drivers/dma-buf/heaps/
H A Dpage_pool.h41 int count[POOL_TYPE_SIZE]; member
/device/soc/rockchip/rk3588/kernel/drivers/staging/android/fiq_debugger/
H A Dfiq_debugger_ringbuf.h72 fiq_debugger_ringbuf_consume(struct fiq_debugger_ringbuf *rbuf, int count) in fiq_debugger_ringbuf_consume() argument
/foundation/ai/ai_engine/services/common/platform/semaphore/source/
H A Dsemaphore.cpp28 explicit Semaphore(unsigned int count): count_(count) in Semaphore() argument
77 std::shared_ptr<ISemaphore> ISemaphore::MakeShared(unsigned int count) in MakeShared() argument
/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/tools/
H A Dget_topn.h36 const long count = predictionSize; // NOLINT(runtime/int32_t) in GetTopN() local
/foundation/ability/ability_lite/services/abilitymgr_lite/src/task/
H A Dability_stop_task.cpp47 int32_t count = serviceConnects->CountServiceInApp(stopAbility->GetAbilityInfo().bundleName); in Execute() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/
H A Dtap_gesture.h45 TapGesture(int32_t count, int32_t fingers, double distanceThreshold = std::numeric_limits<double>::infinity()) in TapGesture() argument
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dinput_manager.cpp70 int32_t count = 0; in GetSystemHotkeys() local
/foundation/arkui/ace_engine/frameworks/base/memory/
H A Dref_counter.h43 explicit ThreadSafeCounter(int32_t count) : count_(count) {} in ThreadSafeCounter() argument
52 int32_t count = count_.fetch_sub(1, std::memory_order_release); in Decrease() local
64 int32_t count = CurrentCount(); in TryIncrease() local
83 ThreadUnsafeCounter(int32_t count) ThreadUnsafeCounter() argument
92 int32_t count = --count_; Decrease() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/common/plugin_adapter/
H A Dplugin_bridge.cpp90 uint8_t count = 0; in GetDeviceInfo() local
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dace_trace.cpp27 void AceCountTrace(const char *key, int32_t count) {} in AceCountTrace() argument
/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_recording_path_effect.h30 static std::shared_ptr<TestingPathEffect> CreateDashPathEffect(const float intervals[], int count, float phase) in CreateDashPathEffect() argument
H A Dtesting_path_effect.h41 static std::shared_ptr<TestingPathEffect> CreateDashPathEffect(const float intervals[], int count, float phase) in CreateDashPathEffect() argument
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dbadge_modifier.cpp45 void SetBadgeParamWithNumber(ArkUINodeHandle node, const struct ArkUIBadgeParam* style, ArkUI_Int32 count, in SetBadgeParamWithNumber() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/texttimer/
H A Dtext_timer_model_ng.h26 TextTimerConfiguration(double count, bool isCountDown, bool started, int64_t elapsedTime, bool enabled) in TextTimerConfiguration() argument
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dmulti_child.h83 size_t count = children.size(); in Count() local
/foundation/bundlemanager/app_domain_verify/services/include/manager/rdb/
H A Dapp_domain_verify_rdb_data_manager.h35 int count = 0; member
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_spp_server.h47 static int count; member
/foundation/multimedia/audio_framework/services/audio_service/common/src/
H A Daudio_log_utils.cpp30 void AudioLogUtils::ProcessVolumeData(const std::string &logTag, const ChannelVolumes &vols, int64_t &count) in ProcessVolumeData() argument
56 IncSilentData(const std::string &logTag, const ChannelVolumes &vols, int64_t count) IncSilentData() argument
65 IncSoundData(const std::string &logTag, const ChannelVolumes &vols, int64_t count) IncSoundData() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/opentype_parser/
H A Dname_table_parser.cpp38 auto count = nameTable.count.Get(); in Dump() local
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/vertexprimitive/
H A Dgeometry_dda_line.h39 GeometryDdaLine(int32_t coordinate1, int32_t coordinate2, int32_t count) in GeometryDdaLine() argument
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_text_blob_builder.cpp26 const RSTextBlobBuilder::RunBuffer& TexgineTextBlobBuilder::AllocRunPos(const TexgineFont &font, int count) in AllocRunPos() argument
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/util/
H A Dutf8_decode.h90 uint32_t count = 0U; in CountGlyphsUtf8() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/textblobbuilder_fuzzer/
H A Dtext_blob_builder_fuzzer.cpp41 int count = 9; in TextBlobBuilderFuzzTest001() local
59 int count = GetObject<int>() % MAX_SIZE; in TextBlobBuilderFuzzTest002() local
/foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/
H A Dhgm_task_handle_thread_test.cpp77 int count = 0; in HWTEST_F() local
92 int count = 0; in HWTEST_F() local
[all...]

Completed in 7 milliseconds

1...<<11121314151617181920>>...262