| /external/cronet/base/win/ |
| D | map.h | 8 #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 …]
|
| D | vector.h | 9 #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/ |
| D | async_results_test_values_win.h | 8 #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 …]
|
| D | fake_iasync_operation_win.h | 24 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/ |
| D | METADATA.pb | 13 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/ |
| D | LottieFilesPage.kt | 6 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/ |
| D | NetworkExamplesPage.kt | 3 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>()
|
| D | ExampleCard.kt | 3 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
|
| D | ContentScaleExamplesPage.kt | 3 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 …]
|
| D | AnimatableExamplesPage.kt | 3 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/ |
| D | InspectableNativeWindow.cpp | 61 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/ |
| D | PlayerPage.kt | 7 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 …]
|
| D | ToolbarChip.kt | 3 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/ |
| D | NOTICE | 7 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/ |
| D | Apache-1.1.txt | 3 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/ |
| D | license.txt | 3 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
|
| D | log4j.txt | 6 * 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/ |
| D | AnimationRow.kt | 3 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/ |
| D | aclocal.m4 | 4 # 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/ |
| D | aclocal.m4 | 3 # 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/ |
| D | aclocal.m4 | 3 # 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/ |
| D | aclocal.m4 | 3 # 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/ |
| D | aclocal.m4 | 4 # 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/ |
| D | aclocal.m4 | 4 # 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/ |
| D | PreviewPage.kt | 5 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>()
|