/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 9 together the resolution of many Khronos internal issues, along with any 27 requiring that queries be initialized (internal issue 3638). 30 <<shaders-objects-state, Setting State>> section (internal MR 6128). 31 * Consolidate VUs in many files (internal MRs 6136, 6137, 6140, 6154, 35 apiext:VK_KHR_maintenance5 (internal MR 6204). 37 (internal MR 6222). 40 etext:VK_IMAGE_CREATE_SPARSE_*_BIT flags (internal MR 6223). 41 * Combine slink:VkGraphicsPipelineCreateInfo VUs 06575 and 06603 (internal 43 * Markup fixes for apiext:VK_NV_low_latency2 (internal MR 6228). 47 (internal MR 6230). [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/ |
D | revisions.adoc | 18 orthography>> (internal merge request 5991). 20 `VkStructureType` (internal issue 3493). 28 _in_ a command buffer`" (internal issue 3480). 38 "`colour`" in the Vulkan Video extensions (internal issue 3254). 41 Specification, such as the Video `Std*` types (internal issue 2703). 45 on the device`", and re-order part of that table (internal merge request 65 to extension names (internal issue 2831). 70 (internal issue 2040). 75 section based on the Khronos Inclusive Language list (internal issue 78 Words and Preferred Orthography>> section (internal merge request 4794). [all …]
|
/hardware/google/aemu/base/include/aemu/base/ |
D | ManagedDescriptor.hpp | 26 namespace internal { namespace 101 using DescriptorType = DescriptorTypeBase<internal::PlatformTraitWin32>; 102 using ManagedDescriptor = ManagedDescriptorBase<internal::PlatformTraitWin32>; 104 using DescriptorType = DescriptorTypeBase<internal::PlatformTraitUnixLike>; 105 using ManagedDescriptor = ManagedDescriptorBase<internal::PlatformTraitUnixLike>;
|
D | ManagedDescriptor.h | 26 namespace internal { 101 using DescriptorType = DescriptorTypeBase<internal::PlatformTraitWin32>; 102 using ManagedDescriptor = ManagedDescriptorBase<internal::PlatformTraitWin32>; 104 using DescriptorType = DescriptorTypeBase<internal::PlatformTraitUnixLike>; 105 using ManagedDescriptor = ManagedDescriptorBase<internal::PlatformTraitUnixLike>;
|
/hardware/google/aemu/base/include/aemu/base/memory/ |
D | OnDemand.h | 89 namespace internal { 147 template <class T, class CtorArgsGetter, class State = internal::OnDemandState> 263 using OnDemandT = OnDemand<T, internal::TupleHolder<Args...>>; 276 internal::TupleHolder<Args...>, 277 internal::LazyInstanceState>; 281 internal::LazyInstanceState>; 295 OnDemand<T, internal::TupleCreator<SimpleArgsGetter>> makeOnDemand( in makeOnDemand() 297 return {internal::TupleCreator<SimpleArgsGetter>(std::move(getter))}; in makeOnDemand() 321 return {internal::TupleHolder<Arg0>{std::make_tuple(arg0)}}; in makeOnDemand() 328 return {internal::TupleHolder<Arg0, Arg1, Args...>{ in makeOnDemand() [all …]
|
D | LazyInstance.h | 23 namespace internal { 181 alignas(double) mutable internal::LazyInstanceState mState; 199 internal::is_trivially_default_constructible<LazyInstance>::value, in ptrInternal()
|
/hardware/interfaces/audio/aidl/default/include/core-impl/ |
D | Config.h | 30 explicit Config(internal::AudioPolicyConfigXmlConverter& apConverter) in Config() 38 internal::AudioPolicyConfigXmlConverter& mAudioPolicyConverter; 39 internal::EngineConfigXmlConverter mEngConfigConverter{
|
D | Configuration.h | 23 namespace aidl::android::hardware::audio::core::internal {
|
D | AidlConversionXsdc.h | 24 namespace aidl::android::hardware::audio::core::internal {
|
/hardware/google/gfxstream/guest/android-emu/aemu/base/fit/ |
D | Function.h | 177 : private gfxstream::guest::fit::internal:: 179 using Base = gfxstream::guest::fit::internal:: 183 friend class gfxstream::guest::fit::internal:: 187 friend const void* gfxstream::guest::fit::internal::get_target_type_id<>( 191 using NotSelfType = gfxstream::guest::fit::internal::NotSameType<FunctionImpl, U>; 194 using RequiresConditions = gfxstream::guest::fit::internal::RequiresConditions<Conditions...>; 198 gfxstream::guest::fit::internal::AssignmentRequiresConditions<FunctionImpl&, Conditions...>; 350 : private gfxstream::guest::fit::internal:: 352 using Base = gfxstream::guest::fit::internal:: 356 friend class gfxstream::guest::fit::internal:: [all …]
|
/hardware/google/aemu/base/include/aemu/base/async/ |
D | SubscriberList.h | 46 namespace internal { 70 using SubscriptionToken = std::unique_ptr<internal::SubscriptionTokenImpl>; 82 internal::SubscriptionTokenImpl* token; 140 SubscriptionToken token(new internal::SubscriptionTokenImpl( in insertInternal()
|
/hardware/interfaces/media/omx/1.0/vts/functional/store/ |
D | VtsHalMediaOmxV1_0TargetStoreTest.cpp | 80 const testing::internal::RE key; 81 const testing::internal::RE value; 95 const std::map<const std::string, const testing::internal::RE>& knownPatterns, in validateAttributes() 108 EXPECT_EQ(testing::internal::RE::FullMatch(attr.value, knownPattern->second), true) in validateAttributes() 116 if (testing::internal::RE::PartialMatch(attr.key, unknownPattern.key)) { in validateAttributes() 118 EXPECT_EQ(testing::internal::RE::FullMatch(attr.value, unknownPattern.value), in validateAttributes() 168 const std::map<const std::string, const testing::internal::RE> knownPatterns = { in TEST_P() 222 const std::map<const std::string, const testing::internal::RE> knownPatterns = { in TEST_P() 257 const testing::internal::RE nodeNamePattern = "[a-zA-Z0-9._-]+"; in TEST_P() 258 const testing::internal::RE nodeOwnerPattern = "[a-zA-Z0-9._-]+"; in TEST_P() [all …]
|
/hardware/google/aemu/host-common/ |
D | logging_unittest.cpp | 29 using ::testing::internal::CaptureStderr; 30 using ::testing::internal::CaptureStdout; 31 using ::testing::internal::GetCapturedStderr; 32 using ::testing::internal::GetCapturedStdout;
|
/hardware/google/aemu/base/include/aemu/base/threads/ |
D | ParallelTask.h | 89 class ParallelTask final : public internal::ParallelTaskBase { 135 namespace internal { 177 auto flyaway = new internal::SelfDeletingParallelTask<ResultType>(
|
/hardware/google/pixel/pixelstats/ |
D | Android.bp | 35 ":libprotobuf-internal-descriptor-proto", 53 ":libprotobuf-internal-descriptor-proto", 82 ":libprotobuf-internal-protos", 110 ":libprotobuf-internal-protos", 129 ":libprotobuf-internal-protos",
|
/hardware/interfaces/camera/device/3.7/ |
D | ICameraInjectionSession.hal | 32 * When an external camera is injected to replace the internal camera session, the 35 * configure itself to match the stream configuration of the internal camera. 38 * switch back to internal camera streaming. 50 * The current stream configuration of the internal camera session and 54 * The characteristics of internal camera contains a list of keys so that
|
/hardware/interfaces/audio/aidl/common/include/ |
D | StreamWorker.h | 34 namespace internal { 107 friend class internal::ThreadController; 169 internal::ThreadController mThread;
|
/hardware/google/pixel/vibrator/drv2624/bench/ |
D | benchmark.cpp | 72 static void DefaultConfig(benchmark::internal::Benchmark *b) { in DefaultConfig() 76 static void DefaultArgs(benchmark::internal::Benchmark *b) { in DefaultArgs() 147 static void DefaultArgs(benchmark::internal::Benchmark *b) { in DefaultArgs()
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | GLESv2Validation.cpp | 814 #define COMPRESSED_TEX_IMAGE_IS_COMPRESSED_FORMAT_CASE(internal) \ in isCompressedFormat() argument 815 case internal: \ in isCompressedFormat() 867 #define COMPRESSED_TEX_IMAGE_SUPPORT_CASE_ASTC(internal) \ in supportedCompressedFormat() argument 868 case internal: \ in supportedCompressedFormat() 871 #define COMPRESSED_TEX_IMAGE_SUPPORT_CASE_BPTC(internal) \ in supportedCompressedFormat() argument 872 case internal: \ in supportedCompressedFormat() 875 #define COMPRESSED_TEX_IMAGE_SUPPORT_CASE_S3TC(internal) \ in supportedCompressedFormat() argument 876 case internal: \ in supportedCompressedFormat() 879 #define COMPRESSED_TEX_IMAGE_SUPPORT_CASE_S3TC_SRGB(internal) \ in supportedCompressedFormat() argument 880 case internal: \ in supportedCompressedFormat() [all …]
|
/hardware/google/aemu/base/include/aemu/base/files/ |
D | FileShareOpenImpl.h | 21 namespace internal {
|
/hardware/interfaces/input/classifier/1.0/ |
D | IInputClassifier.hal | 30 * Called by the framework to reset the HAL internal state. The reset may be called 36 * Called by the framework to reset the HAL internal state for a specific device.
|
/hardware/interfaces/broadcastradio/common/vts/utils/include/broadcastradio-vts-utils/ |
D | mock-timeout.h | 89 tn ::testing::internal::Function<__VA_ARGS__>::Result 94 tn ::testing::internal::Function<__VA_ARGS__>::template Arg<N-1>::type
|
/hardware/interfaces/camera/provider/2.4/ |
D | ICameraProvider.hal | 38 * "internal", "legacy", "external", "remote" etc. The camera framework 50 * incrementing integer for "internal" device types, with 0 being the main 75 * An unexpected internal error occurred while setting the callbacks 93 * An unexpected internal error occurred while setting the callbacks 104 * Returns the list of internal camera device interfaces known to this 118 * @return cameraDeviceNames The vector of internal camera device 180 * internal error.
|
/hardware/google/gchips/gralloc4/interfaces/libs/drmutils/src/ |
D | drmutils.cpp | 27 uint64_t internal; in drm_fourcc_from_handle() member 102 if (table[i].internal == internal_format) in drm_fourcc_from_handle()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_object_refresh/ |
D | copies.adoc | 18 However, an implementation may: store implementation-specific internal 22 internal object data stored in non-SEU-safe memory using 24 implementation to refresh the internal data of specific objects from a 46 If an implementation does not store a supplied object's internal data in
|