Home
last modified time | relevance | path

Searched refs:counters (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/multimedia/drm_framework/frameworks/native/test/fuzztest/mediakeysystemndkfactory_fuzzer/
H A DBUILD.gn36 cflags += [ "-fsanitize-coverage=inline-8bit-counters" ]
37 cflags_cc += [ "-fsanitize-coverage=inline-8bit-counters" ]
/ohos5.0/foundation/multimedia/drm_framework/frameworks/native/test/fuzztest/mediakeydecryptndk_fuzzer/
H A DBUILD.gn36 cflags += [ "-fno-sanitize-coverage=inline-8bit-counters" ]
37 cflags_cc += [ "-fno-sanitize-coverage=inline-8bit-counters" ]
/ohos5.0/foundation/multimedia/drm_framework/frameworks/native/test/fuzztest/mediakeysessionndk_fuzzer/
H A DBUILD.gn37 cflags += [ "-fno-sanitize-coverage=inline-8bit-counters" ]
38 cflags_cc += [ "-fno-sanitize-coverage=inline-8bit-counters" ]
/ohos5.0/foundation/multimedia/drm_framework/frameworks/native/test/fuzztest/mediakeysystemndk_fuzzer/
H A DBUILD.gn36 cflags += [ "-fno-sanitize-coverage=inline-8bit-counters" ]
37 cflags_cc += [ "-fno-sanitize-coverage=inline-8bit-counters" ]
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Dsharing_manager.cpp387 …const std::string counters = "\\s*" + num + "\\s+" + num + " RETURN all( -- | )" + ifac… in GetNetworkSharingTraffic() local
389 static const std::regex IP_RE(counters); in GetNetworkSharingTraffic()
/ohos5.0/docs/en/application-dev/device/driver/
H A Ddriverdevelopment-overview.md15 …peripherals for bank counters, enterprise office, and medical detection, such as high-speed docume…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dohos-arkui-advanced-Counter.md79 Defines common attributes and events of counters.
307 This example shows a mirrored layout of different types of counters.
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-toolchain-hiperf.md61 …mand monitors the specified application and periodically prints the values of performance counters.
71 | -a | Collects the values of all threads and default performance counters of the system.|
/ohos5.0/docs/en/application-dev/dfx/
H A Dhiperf.md140 Monitors the specified application and periodically prints the values of performance counters.
/ohos5.0/build/
H A Dtest.gni272 "-fno-sanitize-coverage=trace-pc-guard,edge,trace-cmp,indirect-calls,8bit-counters",
/ohos5.0/build/config/sanitizers/
H A DBUILD.gn415 # Adding -fsanitize=fuzzer-no-link will add -fsanitize-coverage=inline-8bit-counters,
/ohos5.0/docs/en/contribute/
H A DOpenHarmony-hdf-coding-guide.md594 …g_irqCnt++; /* If the IRQ function is triggered, the number of global counters is incremented by 1…
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/include/
H A Dgl2ext_entries.in229 … GLuint group, GLint *numCounters, GLint *maxActiveCounters, GLsizei counterSize, GLuint *counters)
230 …HOOK_API(glGetPerfMonitorCountersAMD, group, numCounters, maxActiveCounters, counterSize, counters)
/ohos5.0/docs/en/application-dev/quick-start/
H A Dintroduction-to-arkts.md393 …nit` expression is executed, if any. This expression usually initializes one or more loop counters.