/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/ |
H A D | rs_threshold_detector_test.cpp | 55 thresholdDetector->Detect(data[0], notCallback); 57 thresholdDetector->Detect(data[1], notCallback); 63 thresholdDetector->Detect(data[2], callback2); 65 thresholdDetector->Detect(data[3], notCallback); 67 thresholdDetector->Detect(data[4], notCallback); 73 thresholdDetector->Detect(data[5], callback5); 75 thresholdDetector->Detect(data[6], notCallback); 77 thresholdDetector->Detect(data[7], notCallback); 79 thresholdDetector->Detect(data[8], notCallback); 85 thresholdDetector->Detect(data[9], callback9); [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_render_node_gc.cpp | 73 nodeBucketThrDetector_.Detect(remainBucketSize, callback); in ReleaseNodeBucket() 153 drawableBucketThrDetector_.Detect(remainBucketSize, callback); in ReleaseDrawableBucket() 218 offTreeBucketThrDetector_.Detect(remainBucketSize, callback); in ReleaseOffTreeNodeBucket()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
H A D | rs_threshold_detector.h | 35 void Detect(const T value, const DetectCallBack& callback) in Detect() function
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/core/include/ |
H A D | pasteboard_pattern.h | 29 static const std::set<Pattern> Detect(const std::set<Pattern> &patternsToCheck,
|
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/include/ |
H A D | date_rule_init.h | 35 std::vector<MatchedDateTimeInfo> Detect(icu::UnicodeString& message);
|
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/src/ |
H A D | date_time_matched.cpp | 44 std::vector<MatchedDateTimeInfo> matches = this->dateRuleInit->Detect(messageStr); in GetMatchedDateTime()
|
H A D | date_rule_init.cpp | 46 std::vector<MatchedDateTimeInfo> DateRuleInit::Detect(icu::UnicodeString& message) in Detect() function in OHOS::Global::I18n::DateRuleInit
|
/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/datetimerule_fuzzer/ |
H A D | datetimerule_fuzzer.cpp | 33 dateRuleInit->Detect(message); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/drivers/hdf_core/framework/model/input/driver/ |
H A D | hdf_touch.h | 92 int32_t (*Detect)(ChipDevice *device); member
|
H A D | hdf_touch.c | 557 if ((chipDev->ops == NULL) || (chipDev->ops->Detect == NULL)) { in ChipCheckResetRetry() 564 ret = chipDev->ops->Detect(chipDev); in ChipCheckResetRetry() 588 if ((chipDev->ops == NULL) || (chipDev->ops->Detect == NULL)) { in ChipDriverInit() 594 ret = chipDev->ops->Detect(chipDev); in ChipDriverInit()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/ |
H A D | feature_ability_module.h | 119 static jerry_value_t Detect(const jerry_value_t func,
|
H A D | feature_ability_module.cpp | 67 CreateNamedFunction(FUNC_DETECT, Detect); in Init() 120 jerry_value_t FeatureAbilityModule::Detect(const jerry_value_t func, in Detect() function in OHOS::ACELite::FeatureAbilityModule
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/core/src/ |
H A D | pasteboard_pattern.cpp | 33 const std::set<Pattern> PatternDetection::Detect(const std::set<Pattern> &patternsToCheck, in Detect() function in OHOS::MiscServices::PatternDetection
|
/ohos5.0/drivers/hdf_core/framework/model/input/driver/touchscreen/ |
H A D | touch_ft6336.c | 121 .Detect = ChipDetect,
|
H A D | touch_ft5406.c | 195 .Detect = ChipDetect,
|
H A D | touch_ft5x06.c | 322 .Detect = ChipDetect,
|
H A D | touch_gt911.c | 301 .Detect = ChipDetect,
|
/ohos5.0/docs/zh-cn/device-dev/porting/ |
H A D | porting-smallchip-driver-oom.md | 102 | int32_t (\*Detect)(ChipDevice \*device) | 实现器件探测 |
|
H A D | standard-system-porting-guide.md | 253 | int32_t (\*Detect)(ChipDevice \*device) | 器件探测 |
|
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/resources/templates/lite/input_template/ |
H A D | input_driver_source.template | 111 .Detect = ChipDetect,
|
/ohos5.0/docs/zh-cn/device-dev/guide/ |
H A D | device-outerdriver-demo.md | 216 .Detect = ChipDetect, // 器件检测
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-peripherals-touch-des.md | 338 .Detect = ChipDetect,
|
/ohos5.0/docs/en/device-dev/guide/ |
H A D | device-outerdriver-demo.md | 215 … .Detect = ChipDetect, // Detect the chip.
|
/ohos5.0/docs/en/device-dev/porting/ |
H A D | porting-smallchip-driver-oom.md | 101 | int32_t (\*Detect)(ChipDevice \*device) | Detects the device. |
|
/ohos5.0/build/config/sanitizers/ |
H A D | sanitizers.gni | 163 # Detect overflow/underflow for global objects.
|