/aosp_15_r20/external/rust/android-crates-io/crates/tower-layer/src/ |
D | tuple.rs | 3 impl<S> Layer<S> for () { implementation 11 impl<S, L1> Layer<S> for (L1,) impl 23 impl<S, L1, L2> Layer<S> for (L1, L2) impl 36 impl<S, L1, L2, L3> Layer<S> for (L1, L2, L3) impl 50 impl<S, L1, L2, L3, L4> Layer<S> for (L1, L2, L3, L4) impl 65 impl<S, L1, L2, L3, L4, L5> Layer<S> for (L1, L2, L3, L4, L5) impl 81 impl<S, L1, L2, L3, L4, L5, L6> Layer<S> for (L1, L2, L3, L4, L5, L6) impl 98 impl<S, L1, L2, L3, L4, L5, L6, L7> Layer<S> for (L1, L2, L3, L4, L5, L6, L7) impl 116 impl<S, L1, L2, L3, L4, L5, L6, L7, L8> Layer<S> for (L1, L2, L3, L4, L5, L6, L7, L8) impl 135 impl<S, L1, L2, L3, L4, L5, L6, L7, L8, L9> Layer<S> for (L1, L2, L3, L4, L5, L6, L7, L8, L9) impl [all …]
|
D | lib.rs | 95 pub trait Layer<S> { interface 103 impl<'a, T, S> Layer<S> for &'a T impl
|
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/fmt/ |
D | fmt_layer.rs | 64 pub struct Layer< struct 79 impl<S> Layer<S> { argument 87 impl<S, N, E, W> Layer<S, N, E, W> impl 162 impl<S, N, E, W> Layer<S, N, E, W> { impl 375 impl<S, N, L, T, W> Layer<S, N, format::Format<L, T>, W> implementation 596 impl<S, T, W> Layer<S, format::JsonFields, format::Format<format::Json, T>, W> { implementation 642 impl<S, N, E, W> Layer<S, N, E, W> { implementation 692 impl<S> Default for Layer<S> { implementation 710 impl<S, N, E, W> Layer<S, N, E, W> implementation 804 impl<S, N, E, W> layer::Layer<S> for Layer<S, N, E, W> implementation
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
H A D | OutputTest.cpp | 1208 struct Layer { struct 1209 StrictMock<mock::OutputLayer> outputLayer; 1210 sp<StrictMock<mock::LayerFE>> layerFE = sp<StrictMock<mock::LayerFE>>::make(); 1383 struct Layer { struct 1384 Layer() { in Layer() argument 1389 StrictMock<mock::OutputLayer> outputLayer; 1390 impl::OutputLayerCompositionState outputLayerState; 1391 sp<StrictMock<mock::LayerFE>> layerFE = sp<StrictMock<mock::LayerFE>>::make(); 2115 struct Layer { struct 2116 Layer() { in Layer() function [all …]
|
H A D | CompositionEngineTest.cpp | 142 struct Layer { struct 143 Layer() { EXPECT_CALL(outputLayer, getLayerFE()).WillRepeatedly(ReturnRef(*layerFE)); } in Layer() function 145 StrictMock<mock::OutputLayer> outputLayer; 146 sp<StrictMock<mock::LayerFE>> layerFE = sp<StrictMock<mock::LayerFE>>::make(); 147 LayerFECompositionState layerFEState;
|
H A D | DisplayTest.cpp | 75 struct Layer { struct 76 Layer() { in Layer() function 81 sp<StrictMock<mock::LayerFE>> layerFE = sp<StrictMock<mock::LayerFE>>::make(); 82 StrictMock<mock::OutputLayer>* outputLayer = new StrictMock<mock::OutputLayer>(); 83 StrictMock<HWC2::mock::Layer> hwc2Layer;
|
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/ |
D | reload.rs | 84 pub struct Layer<L, S> { struct 93 /// Allows reloading the state of an associated [`Layer`](crate::layer::Layer). argument 114 impl<L, S> crate::Layer<S> for Layer<L, S> implementation 211 impl<S, L> crate::layer::Filter<S> for Layer<L, S> implementation 257 impl<L, S> Layer<L, S> { impl
|
/aosp_15_r20/frameworks/native/vulkan/libvulkan/ |
H A D | layers_extensions.cpp | 54 struct Layer { struct 55 VkLayerProperties properties; 56 size_t library_idx; 59 bool is_global; 61 std::vector<VkExtensionProperties> instance_extensions; 62 std::vector<VkExtensionProperties> device_extensions;
|
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/err/ |
D | layer.rs | 3 pub enum Layer { enum 50 impl Layer { implementation 81 impl core::fmt::Display for Layer { implementation
|
/aosp_15_r20/external/skia/include/core/ |
H A D | SkCanvas.h | 2446 struct Layer { struct 2457 Layer(sk_sp<SkDevice> device, argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/io/ |
D | limited_reader.rs | 40 layer: Layer, in new() 63 pub fn layer(&self) -> Layer { in layer() 78 pub fn start_layer(&mut self, layer: Layer) { in start_layer()
|
/aosp_15_r20/packages/apps/Car/systemlibs/car-scalable-ui-lib/src/com/android/car/scalableui/model/ |
D | Layer.java | 31 class Layer { class 45 Layer(int layer) { in Layer() method in Layer
|
/aosp_15_r20/external/google-cloud-java/java-containeranalysis/proto-google-cloud-containeranalysis-v1beta1/src/main/java/io/grafeas/v1beta1/image/ |
H A D | Layer.java | 30 public final class Layer extends com.google.protobuf.GeneratedMessageV3 class 36 private Layer(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Layer() method in Layer 40 private Layer() { in Layer() method in Layer 56 private Layer( in Layer() method in Layer
|
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/ |
H A D | Layer.java | 19 public class Layer { class 21 public Layer(int axis) { in Layer() method in Layer
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/DisplayHardware/ |
H A D | HWC2.h | 68 class Layer; variable 210 class Layer; variable
|
H A D | HWC2.cpp | 173 Error Display::getChangedCompositionTypes(std::unordered_map<HWC2::Layer*, Composition>* outTypes) { in getChangedCompositionTypes() 265 std::unordered_map<HWC2::Layer*, LayerRequest>* outLayerRequests) { in getRequests() 390 Error Display::getReleaseFences(std::unordered_map<HWC2::Layer*, sp<Fence>>* outFences) const { in getReleaseFences() 741 Layer::Layer(android::Hwc2::Composer& composer, in Layer() function in android::HWC2::impl::Layer
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/anstyle-1.0.6/examples/ |
H A D | dump-style.rs | 42 fn style(fixed: u8, layer: Layer, effects: anstyle::Effects) -> anstyle::Style { in style() 72 enum Layer { enum
|
/aosp_15_r20/external/google-cloud-java/java-grafeas/src/main/java/io/grafeas/v1/ |
H A D | Layer.java | 31 public final class Layer extends com.google.protobuf.GeneratedMessageV3 class 37 private Layer(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Layer() method in Layer 41 private Layer() { in Layer() method in Layer
|
/aosp_15_r20/external/rust/android-crates-io/crates/anstyle/examples/ |
D | dump-style.rs | 46 layer: Layer, in style() 72 enum Layer { enum
|
/aosp_15_r20/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/layer/ |
H A D | Layer.java | 20 public class Layer { class 68 …public Layer(List<ContentModel> shapes, LottieComposition composition, String layerName, long laye… in Layer() method in Layer
|
/aosp_15_r20/platform_testing/libraries/flicker/utils/src/android/tools/traces/surfaceflinger/ |
H A D | Layer.kt | 35 class Layer class
|
/aosp_15_r20/frameworks/native/cmds/flatland/ |
H A D | Main.cpp | 284 class Layer { class 288 Layer() : in Layer() function in Layer
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/nine/ |
H A D | surface9.c | 42 unsigned Layer, in NineSurface9_ctor() 864 unsigned Layer, in NineSurface9_new()
|
/aosp_15_r20/external/armnn/src/armnn/ |
H A D | Layer.cpp | 220 Layer::Layer(unsigned int numInputSlots, in Layer() function in armnn::Layer 247 Layer::Layer(unsigned int numInputSlots, in Layer() function in armnn::Layer
|
/aosp_15_r20/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/ |
H A D | PsdFile.java | 276 static class Layer { class in PsdFile 316 Layer(String name, BufferedImage image, Point offset, boolean visible) { in Layer() method in PsdFile.Layer
|