Home
last modified time | relevance | path

Searched defs:Resources (Results 1 – 25 of 744) sorted by relevance

12345678910>>...30

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryAddressBindingTests.cpp246 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 &params) in Resources() argument
[all …]
H A DvktMemoryDeviceMemoryReportTests.cpp223 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 &params) in Resources() function
[all …]
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiObjectManagementTests.cpp498 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 &params) in Resources() argument
737 struct Resources struct
[all …]
/aosp_15_r20/external/crosvm/docs/book/src/
H A Donboarding.md22 ### 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/
HDaapt2-proto-8.9.0-alpha03-12634980.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/aapt/ android/ ...
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/build-system/aapt2-proto/
HDaapt2-proto.jarMETA-INF/ META-INF/MANIFEST.MF Configuration.proto NOTICE Resources.proto ResourcesInternal ...
/aosp_15_r20/external/webrtc/video/g3doc/
H A Dadaptation.md17 ## 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/
DTopAreaSection.java44kotlin.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/
DCSTestHelpers.kt161 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 Dexamples-1.json26 "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 Dliteparse_test.go363 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 Dcompute_test.h72 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 DREADME.md1 ## Resources section
3 ### model.pte
/aosp_15_r20/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/resources/
H A DResources.java26 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 DResources.Designer.cs25 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 DResources.java32 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 DHexagonHazardRecognizer.h23 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 DHexagonHazardRecognizer.h23 DFAPacketizer *Resources; variable
55 delete Resources; in ~HexagonHazardRecognizer() local
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/
H A DREADME.md38 ## Resources section in Benchmark
43 * [libera](https://libera.chat) #benchmark
/aosp_15_r20/external/google-benchmark/
H A DREADME.md38 ## 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 DDXILMetadata.cpp212 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 DRTDyldObjectLinkingLayer.h349 struct Resources { struct
354 using ResourcesGetter = std::function<Resources(VModuleKey)>; argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/g3doc/performance/
H A Dimplementing_delegate.md527 ## 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/
DResources.java22 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 DResources.java26 public class Resources { class
54 public Resources(final ReportOutputFolder root) { in Resources() method in Resources

12345678910>>...30