Home
last modified time | relevance | path

Searched full:foundation (Results 1 – 25 of 9668) sorted by relevance

12345678910>>...387

/external/cronet/base/win/
Dmap.h8 #include <windows.foundation.collections.h>
33 typename ABI::Windows::Foundation::Collections::IMap<K, V>::K_complex;
37 typename ABI::Windows::Foundation::Collections::IMap<K, V>::V_complex;
62 ABI::Windows::Foundation::Collections::
73 // ABI::Windows::Foundation::Collections::IKeyValuePair:
89 ABI::Windows::Foundation::Collections::IMapChangedEventArgs<K>> {
92 ABI::Windows::Foundation::Collections::CollectionChange change, in MapChangedEventArgs()
98 // ABI::Windows::Foundation::Collections::IMapChangedEventArgs:
100 ABI::Windows::Foundation::Collections::CollectionChange* value) override { in get_CollectionChange()
111 const ABI::Windows::Foundation::Collections::CollectionChange change_;
[all …]
Dvector.h9 #include <windows.foundation.collections.h>
36 typename ABI::Windows::Foundation::Collections::IVector<T>::T_complex;
53 ABI::Windows::Foundation::Collections::IIterator<VectorLogical<T>>> {
60 ABI::Windows::Foundation::Collections::IVectorView<LogicalT>> view) in VectorIterator()
63 // ABI::Windows::Foundation::Collections::IIterator:
109 ABI::Windows::Foundation::Collections::IVectorView<LogicalT>>
119 ABI::Windows::Foundation::Collections::IVectorChangedEventArgs> {
122 ABI::Windows::Foundation::Collections::CollectionChange change, in VectorChangedEventArgs()
128 // ABI::Windows::Foundation::Collections::IVectorChangedEventArgs:
130 ABI::Windows::Foundation::Collections::CollectionChange* value) override;
[all …]
/external/cronet/base/test/
Dasync_results_test_values_win.h8 #include <windows.foundation.collections.h>
18 namespace Foundation {
22 ABI::Windows::Foundation::IAsyncOperation<IUnknown*>
23 : ABI::Windows::Foundation::IAsyncOperation_impl<IUnknown*> {};
27 ABI::Windows::Foundation::IAsyncOperationCompletedHandler<IUnknown*>
28 : ABI::Windows::Foundation::IAsyncOperationCompletedHandler_impl<
33 ABI::Windows::Foundation::IAsyncOperation<int*>
34 : ABI::Windows::Foundation::IAsyncOperation_impl<int*> {};
38 ABI::Windows::Foundation::IAsyncOperationCompletedHandler<int*>
39 : ABI::Windows::Foundation::IAsyncOperationCompletedHandler_impl<int*> {};
[all …]
Dfake_iasync_operation_win.h24 typename ABI::Windows::Foundation::IAsyncOperation<T>::TResult_complex;
38 // Provides an implementation of Windows::Foundation::IAsyncOperation for
45 ABI::Windows::Foundation::IAsyncOperation<T>,
46 ABI::Windows::Foundation::IAsyncInfo> {
52 // ABI::Windows::Foundation::IAsyncOperation:
54 ABI::Windows::Foundation::IAsyncOperationCompletedHandler<T>* handler) in put_Completed()
63 ABI::Windows::Foundation::IAsyncOperationCompletedHandler<T>** handler) in get_Completed()
78 // ABI::Windows::Foundation::IAsyncInfo:
158 ABI::Windows::Foundation::IAsyncOperationCompletedHandler<T>>
/external/google-fonts/zilla-slab/
DMETADATA.pb13 copyright: "Copyright 2017, The Mozilla Foundation"
22 copyright: "Copyright 2017, The Mozilla Foundation"
31 copyright: "Copyright 2017, The Mozilla Foundation"
40 copyright: "Copyright 2017, The Mozilla Foundation"
49 copyright: "Copyright 2017, The Mozilla Foundation"
58 copyright: "Copyright 2017, The Mozilla Foundation"
67 copyright: "Copyright 2017, The Mozilla Foundation"
76 copyright: "Copyright 2017, The Mozilla Foundation"
85 copyright: "Copyright 2017, The Mozilla Foundation"
94 copyright: "Copyright 2017, The Mozilla Foundation"
/external/lottie/sample-compose/src/main/java/com/airbnb/lottie/sample/compose/lottiefiles/
DLottieFilesPage.kt6 import androidx.compose.foundation.background
7 import androidx.compose.foundation.clickable
8 import androidx.compose.foundation.layout.Arrangement
9 import androidx.compose.foundation.layout.Box
10 import androidx.compose.foundation.layout.Column
11 import androidx.compose.foundation.layout.Row
12 import androidx.compose.foundation.layout.fillMaxWidth
13 import androidx.compose.foundation.layout.height
14 import androidx.compose.foundation.layout.padding
15 import androidx.compose.foundation.layout.width
[all …]
/external/lottie/sample-compose/src/main/java/com/airbnb/lottie/sample/compose/examples/
DNetworkExamplesPage.kt3 import androidx.compose.foundation.clickable in <lambda>()
4 import androidx.compose.foundation.layout.Box in <lambda>()
5 import androidx.compose.foundation.layout.Column in <lambda>()
6 import androidx.compose.foundation.layout.fillMaxSize in <lambda>()
7 import androidx.compose.foundation.layout.fillMaxWidth in <lambda>()
8 import androidx.compose.foundation.layout.height in <lambda>()
9 import androidx.compose.foundation.layout.padding in <lambda>()
10 import androidx.compose.foundation.rememberScrollState in <lambda>()
11 import androidx.compose.foundation.verticalScroll in <lambda>()
DExampleCard.kt3 import androidx.compose.foundation.background
4 import androidx.compose.foundation.layout.Box
5 import androidx.compose.foundation.layout.Column
6 import androidx.compose.foundation.layout.aspectRatio
7 import androidx.compose.foundation.layout.fillMaxWidth
8 import androidx.compose.foundation.layout.padding
9 import androidx.compose.foundation.layout.wrapContentHeight
10 import androidx.compose.foundation.shape.RoundedCornerShape
DContentScaleExamplesPage.kt3 import androidx.compose.foundation.border in <lambda>()
4 import androidx.compose.foundation.clickable in <lambda>()
5 import androidx.compose.foundation.layout.Arrangement in <lambda>()
6 import androidx.compose.foundation.layout.Box in <lambda>()
7 import androidx.compose.foundation.layout.Column in <lambda>()
8 import androidx.compose.foundation.layout.Row in <lambda>()
9 import androidx.compose.foundation.layout.defaultMinSize in <lambda>()
10 import androidx.compose.foundation.layout.fillMaxSize in <lambda>()
11 import androidx.compose.foundation.layout.fillMaxWidth in <lambda>()
12 import androidx.compose.foundation.layout.height in <lambda>()
[all …]
DAnimatableExamplesPage.kt3 import androidx.compose.foundation.background
4 import androidx.compose.foundation.clickable
5 import androidx.compose.foundation.layout.Box
6 import androidx.compose.foundation.layout.Column
7 import androidx.compose.foundation.layout.fillMaxWidth
8 import androidx.compose.foundation.layout.padding
9 import androidx.compose.foundation.layout.size
10 import androidx.compose.foundation.rememberScrollState
11 import androidx.compose.foundation.verticalScroll
/external/angle/src/libANGLE/renderer/d3d/d3d11/winrt/
DInspectableNativeWindow.cpp61 ABI::Windows::Foundation::Collections::IPropertySet **propertySet, in IsEGLConfiguredPropertySet()
72 ComPtr<ABI::Windows::Foundation::Collections::IMap<HSTRING, IInspectable *>> propMap; in IsEGLConfiguredPropertySet()
131 const ComPtr<ABI::Windows::Foundation::Collections::IMap<HSTRING, IInspectable *>> &propertyMap, in GetOptionalPropertyValue()
134 ComPtr<ABI::Windows::Foundation::IPropertyValue> &propertyValue) in GetOptionalPropertyValue()
161 // an ABI::Windows::Foundation::Size. This function validates the Size value before returning
173 const ComPtr<ABI::Windows::Foundation::Collections::IMap<HSTRING, IInspectable *>> &propertyMap, in GetOptionalSizePropertyValue()
178 ComPtr<ABI::Windows::Foundation::IPropertyValue> propertyValue; in GetOptionalSizePropertyValue()
179 ABI::Windows::Foundation::PropertyType propertyType = in GetOptionalSizePropertyValue()
180 ABI::Windows::Foundation::PropertyType::PropertyType_Empty; in GetOptionalSizePropertyValue()
200 propertyType == ABI::Windows::Foundation::PropertyType::PropertyType_Size) in GetOptionalSizePropertyValue()
[all …]
/external/lottie/sample-compose/src/main/java/com/airbnb/lottie/sample/compose/player/
DPlayerPage.kt7 import androidx.compose.foundation.background in <lambda>()
8 import androidx.compose.foundation.border in <lambda>()
9 import androidx.compose.foundation.clickable in <lambda>()
10 import androidx.compose.foundation.horizontalScroll in <lambda>()
11 import androidx.compose.foundation.layout.Arrangement in <lambda>()
12 import androidx.compose.foundation.layout.Box in <lambda>()
13 import androidx.compose.foundation.layout.Column in <lambda>()
14 import androidx.compose.foundation.layout.ColumnScope in <lambda>()
15 import androidx.compose.foundation.layout.Row in <lambda>()
16 import androidx.compose.foundation.layout.fillMaxHeight in <lambda>()
[all …]
DToolbarChip.kt3 import androidx.compose.foundation.layout.Row
4 import androidx.compose.foundation.layout.Spacer
5 import androidx.compose.foundation.layout.padding
6 import androidx.compose.foundation.layout.size
7 import androidx.compose.foundation.layout.width
8 import androidx.compose.foundation.shape.RoundedCornerShape
/external/apache-xml/
DNOTICE7 Copyright 1999-2006 The Apache Software Foundation
10 Copyright 1999-2006 The Apache Software Foundation
13 The Apache Software Foundation (http://www.apache.org/).
28 - The Apache Software Foundation
41 - The Apache Software Foundation
54 Copyright 1999-2006 The Apache Software Foundation
57 The Apache Software Foundation (http://www.apache.org/).
64 Apache Software Foundation that were originally developed at iClick, Inc.,
71 Copyright 2001-2003,2006 The Apache Software Foundation.
74 The Apache Software Foundation (http://www.apache.org/).
/external/licenseclassifier/licenses/
DApache-1.1.txt3 Copyright (c) 2000 The Apache Software Foundation. All rights reserved.
13 "This product includes software developed by the Apache Software Foundation
19 4. The "Apache" and "Apache Software Foundation" must not be used to endorse or promote products de…
21 … names] appear in their name, without prior written permission of the Apache Software Foundation .
26 EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR
35 behalf of the Apache Software Foundation. For more information on the Apache
36 Software Foundation, please see http://www.apache.org/. Portions of this
/external/licenseclassifier/v2/assets/License/Apache-1.1/
Dlicense.txt3 Copyright (c) 2000 The Apache Software Foundation. All rights reserved.
13 "This product includes software developed by the Apache Software Foundation
19 4. The "Apache" and "Apache Software Foundation" must not be used to endorse or promote products de…
21 … names] appear in their name, without prior written permission of the Apache Software Foundation .
26 EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR
35 behalf of the Apache Software Foundation. For more information on the Apache
36 Software Foundation, please see http://www.apache.org/. Portions of this
Dlog4j.txt6 * Copyright (C) 1999 The Apache Software Foundation. All rights reserved.
20 * developed by the Apache Software Foundation (http://www.apache.org/)."
24 * 4. The names "log4j" and "Apache Software Foundation" must not be used to
31 * Apache Software Foundation.
36 * APACHE SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
45 * on behalf of the Apache Software Foundation. For more information on the
46 * Apache Software Foundation, please see <http://www.apache.org/>.
/external/lottie/sample-compose/src/main/java/com/airbnb/lottie/sample/compose/composables/
DAnimationRow.kt3 import androidx.compose.foundation.Image
4 import androidx.compose.foundation.background
5 import androidx.compose.foundation.layout.Row
6 import androidx.compose.foundation.layout.fillMaxWidth
7 import androidx.compose.foundation.layout.padding
8 import androidx.compose.foundation.layout.size
/external/libnfnetlink/
Daclocal.m44 # 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation,
6 # This file is free software; the Free Software Foundation
24 # Foundation, Inc.
26 # This file is free software; the Free Software Foundation
64 # Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
66 # This file is free software; the Free Software Foundation
120 # Free Software Foundation, Inc.
122 # This file is free software; the Free Software Foundation
154 # 2010, 2011 Free Software Foundation, Inc.
156 # This file is free software; the Free Software Foundation
[all …]
/external/google-breakpad/
Daclocal.m43 # Copyright (C) 1996-2017 Free Software Foundation, Inc.
5 # This file is free software; the Free Software Foundation
23 # Copyright (C) 2002-2017 Free Software Foundation, Inc.
25 # This file is free software; the Free Software Foundation
59 # Copyright (C) 2011-2017 Free Software Foundation, Inc.
61 # This file is free software; the Free Software Foundation
121 # Copyright (C) 2001-2017 Free Software Foundation, Inc.
123 # This file is free software; the Free Software Foundation
141 # Copyright (C) 2001-2017 Free Software Foundation, Inc.
143 # This file is free software; the Free Software Foundation
[all …]
/external/libpng/
Daclocal.m43 # Copyright (C) 1996-2021 Free Software Foundation, Inc.
5 # This file is free software; the Free Software Foundation
23 # Copyright (C) 2002-2021 Free Software Foundation, Inc.
25 # This file is free software; the Free Software Foundation
61 # Copyright (C) 2001-2021 Free Software Foundation, Inc.
63 # This file is free software; the Free Software Foundation
81 # Copyright (C) 2001-2021 Free Software Foundation, Inc.
83 # This file is free software; the Free Software Foundation
133 # Copyright (C) 1997-2021 Free Software Foundation, Inc.
135 # This file is free software; the Free Software Foundation
[all …]
/external/strace/
Daclocal.m43 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
5 # This file is free software; the Free Software Foundation
23 # Copyright (C) 2002-2013 Free Software Foundation, Inc.
25 # This file is free software; the Free Software Foundation
61 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
63 # This file is free software; the Free Software Foundation
114 # Copyright (C) 1997-2013 Free Software Foundation, Inc.
116 # This file is free software; the Free Software Foundation
145 # Copyright (C) 1999-2013 Free Software Foundation, Inc.
147 # This file is free software; the Free Software Foundation
[all …]
/external/libexif/
Daclocal.m44 # 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
5 # This file is free software; the Free Software Foundation
22 # Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
24 # This file is free software; the Free Software Foundation
60 # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
62 # This file is free software; the Free Software Foundation
114 # Free Software Foundation, Inc.
116 # This file is free software; the Free Software Foundation
148 # Free Software Foundation, Inc.
150 # This file is free software; the Free Software Foundation
[all …]
/external/stressapptest/
Daclocal.m44 # 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
5 # This file is free software; the Free Software Foundation
22 # Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
24 # This file is free software; the Free Software Foundation
60 # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
62 # This file is free software; the Free Software Foundation
114 # Free Software Foundation, Inc.
116 # This file is free software; the Free Software Foundation
148 # Free Software Foundation, Inc.
150 # This file is free software; the Free Software Foundation
[all …]
/external/lottie/sample-compose/src/main/java/com/airbnb/lottie/sample/compose/preview/
DPreviewPage.kt5 import androidx.compose.foundation.background in <lambda>()
6 import androidx.compose.foundation.layout.Box in <lambda>()
7 import androidx.compose.foundation.layout.Column in <lambda>()
8 import androidx.compose.foundation.layout.Row in <lambda>()
9 import androidx.compose.foundation.layout.fillMaxWidth in <lambda>()
10 import androidx.compose.foundation.layout.height in <lambda>()
11 import androidx.compose.foundation.layout.padding in <lambda>()
12 import androidx.compose.foundation.shape.RoundedCornerShape in <lambda>()

12345678910>>...387