/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/memory/ |
H A D | vktMemoryAddressBindingTests.cpp | 246 struct Resources struct 248 Resources(const Environment &, const Parameters &) in Resources() argument 275 struct Resources struct 277 Resources(const Environment &, const Parameters &) in Resources() function 324 struct Resources struct 326 Resources(const Environment &, const Parameters &) in Resources() function 368 struct Resources struct 370 Dependency<Buffer> buffer; 371 Dependency<DeviceMemory> memory; 373 Resources(const Environment &env, const Parameters ¶ms) in Resources() argument [all …]
|
H A D | vktMemoryDeviceMemoryReportTests.cpp | 223 struct Resources struct 225 Resources(const Environment &, const Parameters &) in Resources() function 252 struct Resources struct 254 Resources(const Environment &, const Parameters &) in Resources() argument 301 struct Resources struct 303 Resources(const Environment &, const Parameters &) in Resources() function 345 struct Resources struct 347 Dependency<Buffer> buffer; 348 Dependency<DeviceMemory> memory; 350 Resources(const Environment &env, const Parameters ¶ms) in Resources() function [all …]
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiObjectManagementTests.cpp | 498 struct Resources struct 500 Resources(const Environment &, const Parameters &) in Resources() argument 572 struct Resources struct 574 Dependency<Instance> instance; 576 InstanceDriver vki; 578 InstanceDriverSC vki; 581 VkPhysicalDevice physicalDevice; 582 uint32_t queueFamilyIndex; 584 Resources(const Environment &env, const Parameters ¶ms) in Resources() argument 737 struct Resources struct [all …]
|
/aosp_15_r20/external/crosvm/docs/book/src/ |
H A D | onboarding.md | 22 ### OS Basics 29 ### Rust 39 ### KVM Virtualization 47 ### Virtio (device emulation) 56 ### VFIO (Device passthrough) 60 ### Virtualization History and Basics
|
/aosp_15_r20/prebuilts/manifest-merger/com/android/tools/build/aapt2-proto/8.9.0-alpha03-12634980/ |
HD | aapt2-proto-8.9.0-alpha03-12634980.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/aapt/
android/ ... |
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/build-system/aapt2-proto/ |
HD | aapt2-proto.jar | META-INF/
META-INF/MANIFEST.MF
Configuration.proto
NOTICE
Resources.proto
ResourcesInternal ... |
/aosp_15_r20/external/webrtc/video/g3doc/ |
H A D | adaptation.md | 17 ## Resources section in Video Adaptation 29 ### QP Scaler Resource 46 ### Encode Usage Resource 56 ### Injecting other Resources
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/keyguard/ui/composable/section/ |
D | TopAreaSection.java | 44 …kotlin.jvm.functions.Function1<? super android.content.res.Resources, java.lang.Integer> smartSpac… in DefaultClockLayout() 49 …tentScope $this$SmallClockWithSmartSpace, kotlin.jvm.functions.Function1<? super android.content.r… in SmallClockWithSmartSpace() 53 …tentScope $this$LargeClockWithSmartSpace, kotlin.jvm.functions.Function1<? super android.content.r… in LargeClockWithSmartSpace() 57 …pe $this$WeatherLargeClockWithSmartSpace, kotlin.jvm.functions.Function1<? super android.content.r… in WeatherLargeClockWithSmartSpace()
|
/aosp_15_r20/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivityservice/base/ |
D | CSTestHelpers.kt | 161 private fun Resources.mock(r: Int, v: Boolean) { doReturn(v).`when`(this).getBoolean(r) } in mock() method 162 private fun Resources.mock(r: Int, v: Int) { doReturn(v).`when`(this).getInteger(r) } in mock() method 163 private fun Resources.mock(r: Int, v: String) { doReturn(v).`when`(this).getString(r) } in mock() method 164 private fun Resources.mock(r: Int, v: Array<String?>) { doReturn(v).`when`(this).getStringArray(r) } in mock() method 165 private fun Resources.mock(r: Int, v: IntArray) { doReturn(v).`when`(this).getIntArray(r) } in mock() method
|
/aosp_15_r20/external/aws-sdk-java-v2/services/organizations/src/main/resources/codegen-resources/ |
H A D | examples-1.json | 26 "Resources": [ array 28 "Resources": [ array 118 "Resources": [ array 120 "Resources": [ array 317 "Resources": [ array 319 "Resources": [ array 456 "Resources": [ array 458 "Resources": [ array 631 "Resources": [ array 707 "Resources": [ array [all …]
|
/aosp_15_r20/external/bazelbuild-rules_android/src/tools/ak/liteparse/ |
H A D | liteparse_test.go | 363 func resourcesEqual(rscs1 *rdpb.Resources, rscs2 *rdpb.Resources) bool { 368 func createResourcesMap(rscs *rdpb.Resources) map[rdpb.Resource_Type]map[string]int {
|
/aosp_15_r20/external/mesa3d/src/microsoft/clc/ |
H A D | compute_test.h | 72 struct Resources { struct 73 void add(ComPtr<ID3D12Resource> res, in add() 104 create_root_signature(const Resources &resources); argument
|
/aosp_15_r20/external/executorch/extension/module/test/resources/ |
H A D | README.md | 1 ## Resources section 3 ### model.pte
|
/aosp_15_r20/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/resources/ |
H A D | Resources.java | 26 public final class Resources extends ResourcesWrapper { class 31 private Resources(android.content.res.Resources resources) { in Resources() method in Resources
|
/aosp_15_r20/external/clang/tools/clang-format-vs/ClangFormat/ |
H A D | Resources.Designer.cs | 25 internal class Resources { class 32 internal Resources() { in Resources() method in LLVM.ClangFormat.Resources
|
/aosp_15_r20/external/opencensus-java/contrib/agent/src/main/java/io/opencensus/contrib/agent/ |
H A D | Resources.java | 32 final class Resources { class 33 private Resources() {} in Resources() method in Resources
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonHazardRecognizer.h | 23 DFAPacketizer *Resources; variable 51 delete Resources; in ~HexagonHazardRecognizer() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonHazardRecognizer.h | 23 DFAPacketizer *Resources; variable 55 delete Resources; in ~HexagonHazardRecognizer() local
|
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/ |
H A D | README.md | 38 ## Resources section in Benchmark 43 * [libera](https://libera.chat) #benchmark
|
/aosp_15_r20/external/google-benchmark/ |
H A D | README.md | 38 ## Resources section in Benchmark 43 * [libera](https://libera.chat) #benchmark
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/DirectX/ |
H A D | DXILMetadata.cpp | 212 MDTuple *emitEntryTuple(MDTuple *Resources, uint64_t RawShaderFlag) { in emitEntryTuple() 233 static MDTuple *emitEmptyEntryForLib(MDTuple *Resources, in emitEmptyEntryForLib() 244 MDTuple *Resources, in emitDxilEntryPointTuple()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | RTDyldObjectLinkingLayer.h | 349 struct Resources { struct 354 using ResourcesGetter = std::function<Resources(VModuleKey)>; argument
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/g3doc/performance/ |
H A D | implementing_delegate.md | 527 ## Resources section in Implementing a Custom Delegate 529 ### Download links for nightly pre-built TFLite tooling binaries
|
/aosp_15_r20/packages/modules/Permission/SafetyCenter/ConfigLintChecker/java/android/content/res/ |
D | Resources.java | 22 public final class Resources { class 33 public Resources( in Resources() method in Resources
|
/aosp_15_r20/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/ |
H A D | Resources.java | 26 public class Resources { class 54 public Resources(final ReportOutputFolder root) { in Resources() method in Resources
|