Home
last modified time | relevance | path

Searched defs:ContextType (Results 1 – 25 of 248) sorted by relevance

12345678910

/aosp_15_r20/external/python/bumble/bumble/profiles/
Dpacs.py102 supported_source_context: ContextType,
103 supported_sink_context: ContextType,
104 available_source_context: ContextType,
105 available_sink_context: ContextType,
/aosp_15_r20/external/skia/modules/canvaskit/
H A Dgm_bindings.cpp271 using ContextType = skgpu::ContextType; typedef
281 bool IsVulkanContextType(ContextType) { return false; } in IsVulkanContextType() argument
282 bool IsMetalContextType(ContextType) { return false; } in IsMetalContextType() argument
283 bool IsDirect3DContextType(ContextType) { return false; } in IsDirect3DContextType() argument
284 bool IsDawnContextType(ContextType) { return false; } in IsDawnContextType() argument
/aosp_15_r20/external/deqp/framework/opengl/
H A DgluRenderContext.hpp188 class ContextType : private ApiType class
191 ContextType(void) in ContextType() function in glu::ContextType
226 inline ContextType::ContextType(int major, int minor, Profile profile, ContextFlags flags) in ContextType() function in glu::ContextType
232 inline ContextType::ContextType(ApiType apiType, ContextFlags flags) : ApiType(apiType) in ContextType() function in glu::ContextType
/aosp_15_r20/external/ComputeLibrary/tests/framework/
H A DParametersLibrary.h42 struct ContextType struct
47 struct ContextType<Tensor> argument
/aosp_15_r20/external/cronet/third_party/brotli/common/
H A Dcontext.h94 typedef enum ContextType { enum
99 } ContextType; typedef
/aosp_15_r20/external/brotli/c/common/
H A Dcontext.h94 typedef enum ContextType { enum
99 } ContextType; typedef
/aosp_15_r20/external/grpc-grpc/test/core/promise/
H A Dcontext_test.cc28 struct ContextType<TestContext> {}; struct
64 struct ContextType<BaseContext> {}; struct
/aosp_15_r20/external/skia/tools/graphite/
H A DGraphiteTestContext.h16 enum class ContextType; variable
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/lib/
H A Dcontext_types.h23 enum class ContextType : int { enum
/aosp_15_r20/external/antlr/runtime/Cpp/include/
H A Dantlr3cyclicdfa.hpp58 typedef CtxType ContextType; typedef in CyclicDFA
/aosp_15_r20/frameworks/proto_logging/stats/enums/bluetooth/leaudio/
H A Denums.proto24 enum ContextType { enum
/aosp_15_r20/external/cronet/net/cookies/
H A Dcookie_options_unittest.cc12 using ContextType = CookieOptions::SameSiteCookieContext::ContextType; in TEST() typedef
/aosp_15_r20/external/skia/tools/gpu/
H A DContextType.h19 enum class ContextType { enum
/aosp_15_r20/external/grpc-grpc/test/cpp/microbenchmarks/
H A Dfullstack_context_mutators.h56 explicit NoOpMutator(ContextType* /*context*/) {} in NoOpMutator() argument
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/android_arm64_armv8-2a_cortex-a55_static_cfi/gen/proto/frameworks/proto_logging/stats/enums/bluetooth/leaudio/
Denums.pb.h51 enum ContextType : int { enum
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/android_arm64_armv8-2a_cortex-a55_static/gen/proto/frameworks/proto_logging/stats/enums/bluetooth/leaudio/
Denums.pb.h51 enum ContextType : int { enum
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Core/
DValue.h56 enum class ContextType { enum
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Core/
DValue.h56 enum class ContextType { enum
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Core/
DValue.h56 enum class ContextType { enum
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Core/
DValue.h56 enum class ContextType { enum
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/linux_glibc_x86_64_static/gen/proto/frameworks/proto_logging/stats/enums/bluetooth/leaudio/
Denums.pb.h53 enum ContextType : int { enum
/aosp_15_r20/out/soong/.intermediates/frameworks/proto_logging/stats/libstats_proto_host/linux_glibc_x86_64_shared/gen/proto/frameworks/proto_logging/stats/enums/bluetooth/leaudio/
Denums.pb.h53 enum ContextType : int { enum
/aosp_15_r20/external/skia/tools/flags/
H A DCommonFlagsConfig.h56 typedef skgpu::ContextType ContextType; typedef
/aosp_15_r20/external/deqp/modules/egl/
H A DteglThreadCleanUpTests.cpp132 enum ContextType enum in deqp::egl::__anon673de11f0111::ThreadCleanUpTest
/aosp_15_r20/frameworks/base/libs/hwui/renderthread/
H A DVulkanManager.h110 enum class ContextType { enum

12345678910