/external/ComputeLibrary/tests/CL/ |
D | Helper.h | 54 void configure(Args &&... args) in configure() function 66 void configure(GPUTarget gpu_target, Args &&... args) in configure() function 96 void configure(T first, T second, Args &&... args) in configure() function 134 void configure(Args &&... args) in configure() function 146 void configure(GPUTarget gpu_target, Args &&... args) in configure() function 175 void configure(T first, Args &&... args) in configure() function 196 void configure(T first, T second, Args &&... args) in configure() function 233 void configure(T first, Args &&... args) in configure() function
|
/external/coreboot/Documentation/tutorial/ |
D | part1.md | 29 ### Step 1 - Install tools and libraries needed for coreboot 43 ### Step 2 - Download coreboot source tree 52 ### Step 3 - Build the coreboot toolchain 79 ### Step 4 - Build the payload - coreinfo 87 ### Step 5 - Configure the build 89 #### Configure your mainboard 107 #### Optionally use your system toolchain (Again, not recommended) 115 #### Select the payload 128 #### Check your configuration (optional step): 154 ### Step 6 - Build coreboot
|
/external/guice/core/test/com/google/inject/ |
D | TypeConversionTest.java | 173 protected void configure() { in configure() method in TypeConversionTest.OuterErrorModule 180 protected void configure() { in configure() method in TypeConversionTest.InnerErrorModule 302 protected void configure() { in configure() method in TypeConversionTest.InvalidCustomValueModule 339 protected void configure() { in configure() method in TypeConversionTest.OuterModule 352 protected void configure() { in configure() method in TypeConversionTest.InnerModule 361 protected void configure() { in configure() method in TypeConversionTest.ConverterNullModule 389 protected void configure() { in configure() method in TypeConversionTest.ConverterCustomModule 448 protected void configure() { in configure() method in TypeConversionTest.OuterAmbiguousModule 455 protected void configure() { in configure() method in TypeConversionTest.InnerAmbiguousModule 465 protected void configure() { in configure() method in TypeConversionTest.Ambiguous1Module [all …]
|
D | ModuleTest.java | 16 public void configure(Binder binder) { in configure() method in ModuleTest.A 25 public void configure(Binder binder) { in configure() method in ModuleTest.B 33 public void configure(Binder binder) { in configure() method in ModuleTest.C 41 public void configure(Binder binder) { in configure() method in ModuleTest.D
|
D | BinderTest.java | 355 protected void configure() { in configure() method in BinderTest.ParentModule 363 protected void configure() { in configure() method in BinderTest.FooModule 370 protected void configure() { in configure() method in BinderTest.BarModule 383 protected void configure() { in configure() method in BinderTest.ConstantModule 558 protected void configure() { in configure() method in BinderTest.OuterCoreModule 567 protected void configure() { in configure() method in BinderTest.InnerCoreModule
|
D | ScopesTest.java | 318 protected void configure() { in configure() method in ScopesTest.OuterRuntimeModule 325 protected void configure() { in configure() method in ScopesTest.InnerRuntimeModule 347 protected void configure() { in configure() method in ScopesTest.OuterDeprecatedModule 354 protected void configure() { in configure() method in ScopesTest.InnerDeprecatedModule 374 protected void configure() { in configure() method in ScopesTest.OuterScopeModule 382 protected void configure() { in configure() method in ScopesTest.CustomNoScopeModule 389 protected void configure() { in configure() method in ScopesTest.CustomSingletonModule
|
D | PrivateModuleTest.java | 650 protected void configure() { in configure() method in PrivateModuleTest.FailingModule 658 protected void configure() { in configure() method in PrivateModuleTest.ManyPrivateModules 669 protected void configure() { in configure() method in PrivateModuleTest.FailingPrivateModule 686 protected void configure() { in configure() method in PrivateModuleTest.SecondFailingPrivateModule
|
D | GenericInjectionTest.java | 98 protected void configure() { in testInjectingParameterizedDependenciesForBindingTarget() method 112 protected void configure() { in testInjectingParameterizedDependenciesForBindingSource() method 126 protected void configure() { in testBindingToSubtype() method 140 protected void configure() { in testBindingSubtype() method
|
/external/ComputeLibrary/src/runtime/CL/functions/ |
D | CLElementwiseUnaryLayer.cpp | 49 void CLRsqrtLayer::configure(const ICLTensor *input, ICLTensor *output) in configure() function in arm_compute::CLRsqrtLayer 54 void CLRsqrtLayer::configure(const CLCompileContext &compile_context, const ICLTensor *input, ICLTe… in configure() function in arm_compute::CLRsqrtLayer 91 void CLExpLayer::configure(const ICLTensor *input, ICLTensor *output) in configure() function in arm_compute::CLExpLayer 96 void CLExpLayer::configure(const CLCompileContext &compile_context, const ICLTensor *input, ICLTens… in configure() function in arm_compute::CLExpLayer 133 void CLNegLayer::configure(const ICLTensor *input, ICLTensor *output) in configure() function in arm_compute::CLNegLayer 138 void CLNegLayer::configure(const CLCompileContext &compile_context, const ICLTensor *input, ICLTens… in configure() function in arm_compute::CLNegLayer 174 void CLSinLayer::configure(const ICLTensor *input, ICLTensor *output) in configure() function in arm_compute::CLSinLayer 179 void CLSinLayer::configure(const CLCompileContext &compile_context, const ICLTensor *input, ICLTens… in configure() function in arm_compute::CLSinLayer 215 void CLAbsLayer::configure(const ICLTensor *input, ICLTensor *output) in configure() function in arm_compute::CLAbsLayer 220 void CLAbsLayer::configure(const CLCompileContext &compile_context, const ICLTensor *input, ICLTens… in configure() function in arm_compute::CLAbsLayer [all …]
|
D | CLBatchToSpaceLayer.cpp | 46 void CLBatchToSpaceLayer::configure(const ICLTensor *input, const ICLTensor *block_shape, ICLTensor… in configure() function in arm_compute::CLBatchToSpaceLayer 51 void CLBatchToSpaceLayer::configure(const CLCompileContext &compile_context, const ICLTensor *input… in configure() function in arm_compute::CLBatchToSpaceLayer 57 void CLBatchToSpaceLayer::configure(const ICLTensor *input, int32_t block_shape_x, int32_t block_sh… in configure() function in arm_compute::CLBatchToSpaceLayer 62 void CLBatchToSpaceLayer::configure(const CLCompileContext &compile_context, const ICLTensor *input… in configure() function in arm_compute::CLBatchToSpaceLayer
|
D | CLElementwiseOperations.cpp | 53 void CLArithmeticAddition::configure(ICLTensor *input1, ICLTensor *input2, ICLTensor *output, Conve… in configure() function in arm_compute::CLArithmeticAddition 58 void CLArithmeticAddition::configure(const CLCompileContext &compile_context, const ICLTensor *inpu… in configure() function in arm_compute::CLArithmeticAddition 99 void CLArithmeticSubtraction::configure(const ICLTensor *input1, const ICLTensor *input2, ICLTensor… in configure() function in arm_compute::CLArithmeticSubtraction 104 void CLArithmeticSubtraction::configure(const CLCompileContext &compile_context, const ICLTensor *i… in configure() function in arm_compute::CLArithmeticSubtraction 145 void CLArithmeticDivision::configure(ICLTensor *input1, ICLTensor *input2, ICLTensor *output, const… in configure() function in arm_compute::CLArithmeticDivision 150 void CLArithmeticDivision::configure(const CLCompileContext &compile_context, const ICLTensor *inpu… in configure() function in arm_compute::CLArithmeticDivision 190 void CLElementwiseMax::configure(ICLTensor *input1, ICLTensor *input2, ICLTensor *output, const Act… in configure() function in arm_compute::CLElementwiseMax 195 void CLElementwiseMax::configure(const CLCompileContext &compile_context, ICLTensor *input1, ICLTen… in configure() function in arm_compute::CLElementwiseMax 235 void CLElementwiseMin::configure(ICLTensor *input1, ICLTensor *input2, ICLTensor *output, const Act… in configure() function in arm_compute::CLElementwiseMin 240 void CLElementwiseMin::configure(const CLCompileContext &compile_context, ICLTensor *input1, ICLTen… in configure() function in arm_compute::CLElementwiseMin [all …]
|
D | CLComparison.cpp | 35 void CLComparison::configure(ICLTensor *input1, ICLTensor *input2, ICLTensor *output, ComparisonOpe… in configure() function in arm_compute::CLComparison 40 void CLComparison::configure(const CLCompileContext &compile_context, ICLTensor *input1, ICLTensor … in configure() function in arm_compute::CLComparison 64 void CLComparisonStatic<COP>::configure(ICLTensor *input1, ICLTensor *input2, ICLTensor *output) in configure() function in arm_compute::CLComparisonStatic 70 void CLComparisonStatic<COP>::configure(const CLCompileContext &compile_context, ICLTensor *input1,… in configure() function in arm_compute::CLComparisonStatic
|
D | CLSpaceToBatchLayer.cpp | 47 void CLSpaceToBatchLayer::configure(const ICLTensor *input, const ICLTensor *block_shape, const ICL… in configure() function in arm_compute::CLSpaceToBatchLayer 52 void CLSpaceToBatchLayer::configure(const CLCompileContext &compile_context, const ICLTensor *input… in configure() function in arm_compute::CLSpaceToBatchLayer 65 void CLSpaceToBatchLayer::configure(const ICLTensor *input, const int block_shape_x, const int bloc… in configure() function in arm_compute::CLSpaceToBatchLayer 70 void CLSpaceToBatchLayer::configure(const CLCompileContext &compile_context, const ICLTensor *input… in configure() function in arm_compute::CLSpaceToBatchLayer
|
D | CLBitwiseNot.cpp | 34 void CLBitwiseNot::configure(const ICLTensor *input, ICLTensor *output) in configure() function in arm_compute::CLBitwiseNot 39 void CLBitwiseNot::configure(const CLCompileContext &compile_context, const ICLTensor *input, ICLTe… in configure() function in arm_compute::CLBitwiseNot
|
/external/ComputeLibrary/src/gpu/cl/operators/ |
D | ClElementwiseUnary.cpp | 34 void ClRsqrt::configure(const ClCompileContext &compile_context, const ITensorInfo *src, ITensorInf… in configure() function in arm_compute::opencl::ClRsqrt 47 void ClExp::configure(const ClCompileContext &compile_context, const ITensorInfo *src, ITensorInfo … in configure() function in arm_compute::opencl::ClExp 60 void ClNeg::configure(const ClCompileContext &compile_context, const ITensorInfo *src, ITensorInfo … in configure() function in arm_compute::opencl::ClNeg 73 void ClSin::configure(const ClCompileContext &compile_context, const ITensorInfo *src, ITensorInfo … in configure() function in arm_compute::opencl::ClSin 86 void ClAbs::configure(const ClCompileContext &compile_context, const ITensorInfo *src, ITensorInfo … in configure() function in arm_compute::opencl::ClAbs 99 void ClLog::configure(const ClCompileContext &compile_context, const ITensorInfo *src, ITensorInfo … in configure() function in arm_compute::opencl::ClLog 112 void ClRound::configure(const ClCompileContext &compile_context, const ITensorInfo *src, ITensorInf… in configure() function in arm_compute::opencl::ClRound
|
D | ClElementwiseOperations.cpp | 34 void ClElementwiseDivision::configure(const ClCompileContext &compile_context, ITensorInfo *src1, I… in configure() function in arm_compute::opencl::ClElementwiseDivision 47 void ClElementwiseMax::configure(const ClCompileContext &compile_context, ITensorInfo *src1, ITenso… in configure() function in arm_compute::opencl::ClElementwiseMax 60 void ClElementwiseMin::configure(const ClCompileContext &compile_context, ITensorInfo *src1, ITenso… in configure() function in arm_compute::opencl::ClElementwiseMin 73 void ClElementwiseSquaredDiff::configure(const ClCompileContext &compile_context, ITensorInfo *src1… in configure() function in arm_compute::opencl::ClElementwiseSquaredDiff 86 void ClElementwisePower::configure(const ClCompileContext &compile_context, ITensorInfo *src1, ITen… in configure() function in arm_compute::opencl::ClElementwisePower
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/cfg/ |
D | MapperBuilder.java | 110 public B configure(MapperFeature feature, boolean state) { in configure() method in MapperBuilder 129 public B configure(SerializationFeature feature, boolean state) { in configure() method in MapperBuilder 148 public B configure(DeserializationFeature feature, boolean state) { in configure() method in MapperBuilder 169 public B configure(JsonParser.Feature feature, boolean state) { in configure() method in MapperBuilder 184 public B configure(JsonGenerator.Feature feature, boolean state) { in configure() method in MapperBuilder 209 public B configure(StreamReadFeature feature, boolean state) { in configure() method in MapperBuilder 228 public B configure(StreamWriteFeature feature, boolean state) { in configure() method in MapperBuilder
|
/external/guice/extensions/grapher/test/com/google/inject/grapher/ |
D | TransitiveDependencyVisitorTest.java | 192 protected void configure() { in configure() method in TransitiveDependencyVisitorTest.ConvertedConstantModule 199 protected void configure() { in configure() method in TransitiveDependencyVisitorTest.InstanceModule 206 protected void configure() { in configure() method in TransitiveDependencyVisitorTest.LinkedKeyModule 213 protected void configure() { in configure() method in TransitiveDependencyVisitorTest.ProviderInstanceModule 220 protected void configure() { in configure() method in TransitiveDependencyVisitorTest.HasDependenciesModule 227 protected void configure() { in configure() method in TransitiveDependencyVisitorTest.ProviderKeyModule
|
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/ |
D | PropertyConfigurator.java | 29 public static void configure(Properties properties) { in configure() method in PropertyConfigurator 32 public static void configure(String configFilename) { in configure() method in PropertyConfigurator 35 public static void configure(java.net.URL configURL) { in configure() method in PropertyConfigurator
|
D | BasicConfigurator.java | 23 public static void configure() { in configure() method in BasicConfigurator 26 public static void configure(Appender appender) { in configure() method in BasicConfigurator
|
/external/ComputeLibrary/tests/NEON/ |
D | Helper.h | 67 void configure(Args &&... args) in configure() function 95 void configure(T first, Args &&... args) in configure() function 118 void configure(T first, Args &&... args) in configure() function
|
/external/ComputeLibrary/src/cpu/operators/ |
D | CpuElementwise.cpp | 49 void CpuElementwiseArithmetic<op>::configure(const ITensorInfo *src0, const ITensorInfo *src1, ITen… in configure() function in arm_compute::cpu::CpuElementwiseArithmetic 68 void CpuElementwiseDivision::configure(const ITensorInfo *src0, const ITensorInfo *src1, ITensorInf… in configure() function in arm_compute::cpu::CpuElementwiseDivision 81 void CpuElementwisePower::configure(const ITensorInfo *src0, const ITensorInfo *src1, ITensorInfo *… in configure() function in arm_compute::cpu::CpuElementwisePower 95 void CpuElementwiseComparisonStatic<COP>::configure(const ITensorInfo *src0, const ITensorInfo *src… in configure() function in arm_compute::cpu::CpuElementwiseComparisonStatic 109 void CpuElementwiseComparison::configure(const ITensorInfo *src0, const ITensorInfo *src1, ITensorI… in configure() function in arm_compute::cpu::CpuElementwiseComparison
|
/external/guice/core/test/com/google/inject/spi/ |
D | ElementSourceTest.java | 152 public void configure() { in configure() method in ElementSourceTest.A 159 public void configure(Binder binder) { in configure() method in ElementSourceTest.B 171 public void configure() { in configure() method in ElementSourceTest.C
|
/external/dokka/integration/src/main/kotlin/org/jetbrains/dokka/ |
D | DokkaBootstrap.kt | 7 fun configure(logger: BiConsumer<String, String>, serializedConfigurationJSON: String) method
|
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/xml/ |
D | DOMConfigurator.java | 32 public static void configure(Element element) { in configure() method in DOMConfigurator 35 public static void configure(String filename) throws FactoryConfigurationError { in configure() method in DOMConfigurator 38 static public void configure(URL url) throws FactoryConfigurationError { in configure() method in DOMConfigurator
|