Home
last modified time | relevance | path

Searched defs:customization (Results 1 – 11 of 11) sorted by relevance

/external/sdv/vsomeip/third_party/boost/range/include/boost/range/
Datl.hpp237 struct customization< ATL::CAtlArray<E, ETraits> > : struct
241 struct meta
252 struct customization< ATL::CAutoPtrArray<E> > : struct
256 struct meta
270 struct customization< ATL::CInterfaceArray<I, piid> > : struct
274 struct meta
285 struct customization< ATL::CAtlList<E, ETraits> > : struct
289 struct meta
318 struct customization< ATL::CAutoPtrList<E> > : struct
322 struct meta
[all …]
Dmfc.hpp184 struct customization< ::CByteArray > : struct
188 struct meta
199 struct customization< ::CDWordArray > : struct
203 struct meta
214 struct customization< ::CObArray > : struct
218 struct meta
227 struct customization< ::CPtrArray > : struct
231 struct meta
240 struct customization< ::CStringArray > : struct
244 struct meta
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/
Dcustomization.md44 ### Configuring the network stack ###
48 ### Caching data loaded from the network ###
67 ### Customizing server interactions ###
118 ### Customizing error handling ###
147 ### Customizing extractor flags ###
166 ### Enabling constant bitrate seeking ###
185 ### Enabling asynchronous buffer queueing ###
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/
Dcustomization.md44 ### Configuring the network stack ###
73 ### Caching data loaded from the network ###
92 ### Customizing server interactions ###
143 ### Customizing error handling ###
172 ### Customizing extractor flags ###
191 ### Enabling constant bitrate seeking ###
/external/python/cpython3/Doc/reference/
Ddatamodel.rst1256 .. _customization: target in Special method names
1449 .. _richcmpfuncs:
1590 .. _attribute-access:
/external/python/cpython2/Doc/reference/
Ddatamodel.rst1189 .. _customization: target in Special method names
1474 .. _attribute-access:
/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/emitters/tasks/
DPaginatorsGeneratorTasks.java40 private final Map<String, String> customization; field in PaginatorsGeneratorTasks
/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/poet/auth/scheme/
DAuthSchemeSpecUtils.java40 CustomizationConfig customization = intermediateModel.getCustomizationConfig(); in AuthSchemeSpecUtils() local
/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/
DIntermediateModelBuilder.java95 CodegenCustomizationProcessor customization = DefaultCustomizationProcessor in build() local
/external/aws-sdk-java-v2/codegen/src/test/java/software/amazon/awssdk/codegen/naming/
DDefaultNamingStrategyTest.java325 CustomizationConfig customization = in validateAllowsUnderscoresWithCustomization() local
/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/model/intermediate/
DShapeModel.java66 private ShapeCustomizationInfo customization = new ShapeCustomizationInfo(); field in ShapeModel
439 public void setCustomization(ShapeCustomizationInfo customization) { in setCustomization()