Home
last modified time | relevance | path

Searched defs:ContextSwitch (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/cts/tests/openglperf2/src/android/opengl2/cts/primitive/
H A DBenchmarkName.java23 ContextSwitch; enumConstant
/aosp_15_r20/system/extras/simpleperf/
H A Dcmd_report_sample.proto147 message ContextSwitch { message
/aosp_15_r20/out/soong/.intermediates/system/extras/simpleperf/libsimpleperf/android_arm64_armv8-2a_cortex-a55_static/gen/proto/system/extras/simpleperf/
Dcmd_report_sample.pb.cc141 PROTOBUF_CONSTEXPR ContextSwitch::ContextSwitch( in ContextSwitch() function in simpleperf_report_proto::ContextSwitch
2614 ContextSwitch::ContextSwitch(::PROTOBUF_NAMESPACE_ID::Arena* arena, in ContextSwitch() function in simpleperf_report_proto::ContextSwitch
2620 ContextSwitch::ContextSwitch(const ContextSwitch& from) in ContextSwitch() function in simpleperf_report_proto::ContextSwitch
Dcmd_report_sample.pb.h47 class ContextSwitch; variable
1623 inline ContextSwitch() : ContextSwitch(nullptr) {} in ContextSwitch() function
1628 ContextSwitch(ContextSwitch&& from) noexcept in ContextSwitch() function
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dcontext.py225 ContextSwitch = collections.namedtuple( variable