Home
last modified time | relevance | path

Searched refs:getConfig (Results 1 – 25 of 160) sorted by relevance

1234567

/external/llvm-project/clang-tools-extra/clangd/unittests/
DConfigProviderTests.cpp64 Config Cfg = Combined->getConfig(Params(), Diags.callback()); in TEST()
70 Cfg = Combined->getConfig(Params(), Diags.callback()); in TEST()
96 auto Cfg = P->getConfig(Params(), Diags.callback()); in TEST()
103 Cfg = P->getConfig(Params(), Diags.callback()); in TEST()
109 Cfg = P->getConfig(Params(), Diags.callback()); in TEST()
116 Cfg = P->getConfig(Params(), Diags.callback()); in TEST()
139 auto Cfg = P->getConfig(Params(), Diags.callback()); in TEST()
144 Cfg = P->getConfig(ABCParams, Diags.callback()); in TEST()
153 Cfg = P->getConfig(AParams, Diags.callback()); in TEST()
159 Cfg = P->getConfig(ABCParams, Diags.callback()); in TEST()
[all …]
/external/deqp/modules/egl/
DteglNegativeApiTests.cpp159 expectFalse(getConfig(&eglConfig, FilterList() << s_renderAPIFilters[ndx])); in init()
205 if (getConfig(&config, FilterList() << surfaceBits<EGL_PBUFFER_BIT>)) in init()
315 …if (getConfig(&es1OnlyConfig, FilterList() << renderable<EGL_OPENGL_ES_BIT> << notRenderable<EGL_O… in init()
323 …if (getConfig(&es2OnlyConfig, FilterList() << renderable<EGL_OPENGL_ES2_BIT> << notRenderable<EGL_… in init()
331 …if (getConfig(&vgOnlyConfig, FilterList() << renderable<EGL_OPENVG_BIT> << notRenderable<EGL_OPENG… in init()
342 …if (getConfig(&glOnlyConfig, FilterList() << renderable<EGL_OPENGL_BIT> << notRenderable<EGL_OPENG… in init()
350 …if (getConfig(&vgOnlyConfig, FilterList() << renderable<EGL_OPENVG_BIT> << notRenderable<EGL_OPENG… in init()
361 …if (getConfig(&glOnlyConfig, FilterList() << renderable<EGL_OPENGL_BIT> << notRenderable<EGL_OPENV… in init()
369 …if (getConfig(&es1OnlyConfig, FilterList() << renderable<EGL_OPENGL_ES_BIT> << notRenderable<EGL_O… in init()
377 …if (getConfig(&es2OnlyConfig, FilterList() << renderable<EGL_OPENGL_ES2_BIT> << notRenderable<EGL_… in init()
[all …]
/external/deqp/modules/gles2/functional/
Des2fFboRenderTest.cpp325 const FboConfig& getConfig (void) const { return m_config; } in getConfig() function in deqp::gles2::Functional::FboIncompleteException
359 const FboConfig& getConfig (void) const { return m_config; } in getConfig() function in deqp::gles2::Functional::Framebuffer
544 const FboConfig& getConfig (void) const { return m_config; } in getConfig() function in deqp::gles2::Functional::FboRenderCase
668 Framebuffer fbo(context, getConfig(), width, height); in render()
697 if (fbo.getConfig().colorbufferType == GL_TEXTURE_2D) in render()
719 if(getConfig().colorbufferFormat == GL_RGB5_A1) in render()
783 Framebuffer fbo(ctx, getConfig(), width, height); in render()
805 if (fbo.getConfig().colorbufferType == GL_TEXTURE_2D) in render()
885 Framebuffer fboA(context, getConfig(), m_fboAWidth, m_fboAHeight); in render()
895 Framebuffer fboB(context, getConfig(), m_fboBWidth, m_fboBHeight); in render()
[all …]
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/image/
DBitmapContainer.java43 bitmap.getConfig().equals(Config.ARGB_8888), "Only supports loading ARGB_8888 bitmaps."); in BitmapContainer()
49 return create(bitmap.copy(bitmap.getConfig(), bitmap.isMutable())); in clone()
78 return ColorSpaceType.fromBitmapConfig(bitmap.getConfig()); in getColorSpaceType()
/external/mockito/src/test/java/org/mockitousage/annotation/
DDeprecatedAnnotationEngineApiTest.java25 ConfigurationAccess.getConfig().overrideAnnotationEngine(null); in goBackToDefaultConfiguration()
46 ConfigurationAccess.getConfig().overrideAnnotationEngine(defaultEngine); in shouldInjectMocksIfThereIsNoUserDefinedEngine()
62 ConfigurationAccess.getConfig().overrideAnnotationEngine(customizedEngine); in shouldRespectUsersEngine()
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
DTransformationUtils.java62 result = Bitmap.createBitmap(width, height, toCrop.getConfig() == null in centerCrop()
63 ? Bitmap.Config.ARGB_8888 : toCrop.getConfig()); in centerCrop()
110 … Bitmap.Config config = toFit.getConfig() != null ? toFit.getConfig() : Bitmap.Config.ARGB_8888; in fitCenter()
271 Bitmap result = pool.get(newWidth, newHeight, toOrient.getConfig()); in rotateImageExif()
273 result = Bitmap.createBitmap(newWidth, newHeight, toOrient.getConfig()); in rotateImageExif()
DCenterCrop.java28 final Bitmap toReuse = pool.get(outWidth, outHeight, toTransform.getConfig() != null in transform()
29 ? toTransform.getConfig() : Bitmap.Config.ARGB_8888); in transform()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
DDatabindContext.java49 public abstract MapperConfig<?> getConfig(); in getConfig() method in DatabindContext
220 final MapperConfig<?> config = getConfig(); in resolveAndValidateSubType()
254 final MapperConfig<?> config = getConfig(); in _resolveAndValidateGeneric()
318 final MapperConfig<?> config = getConfig(); in objectIdGeneratorInstance()
331 final MapperConfig<?> config = getConfig(); in objectIdResolverInstance()
371 final MapperConfig<?> config = getConfig(); in converterInstance()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/
DBeanDeserializerFactory.java97 final DeserializationConfig config = ctxt.getConfig(); in createBeanDeserializer()
104 deser = mod.modifyDeserializer(ctxt.getConfig(), beanDesc, deser); in createBeanDeserializer()
166 BeanDescription builderDesc = ctxt.getConfig().introspectForBuilder(builderType); in createBuilderBasedDeserializer()
185 deser = mod.modifyDeserializer(ctxt.getConfig(), beanDesc, deser); in findStdDeserializer()
218 JavaType concrete = r.resolveAbstractType(ctxt.getConfig(), beanDesc); in materializeAbstractType()
274 final DeserializationConfig config = ctxt.getConfig(); in buildBeanDeserializer()
323 final DeserializationConfig config = ctxt.getConfig(); in buildBuilderBasedDeserializer()
406 final DeserializationConfig config = ctxt.getConfig(); in buildThrowableDeserializer()
418 …SimpleBeanPropertyDefinition propDef = SimpleBeanPropertyDefinition.construct(ctxt.getConfig(), am, in buildThrowableDeserializer()
491 ? builder.getValueInstantiator().getFromObjectArguments(ctxt.getConfig()) in addBeanProps()
[all …]
DBasicDeserializerFactory.java213 final DeserializationConfig config = ctxt.getConfig(); in findValueInstantiator()
258 CreatorCollector creators = new CreatorCollector(beanDesc, ctxt.getConfig()); in _constructDefaultValueInstantiator()
262 final DeserializationConfig config = ctxt.getConfig(); in _constructDefaultValueInstantiator()
388 JsonCreator.Mode creatorMode = intr.findCreatorAnnotation(ctxt.getConfig(), ctor); in _addDeserializerConstructors()
764 ctxt.getConfig(), prop.getMember(), pn); in _checkImplicitlyNamedConstructors()
782 JsonCreator.Mode creatorMode = intr.findCreatorAnnotation(ctxt.getConfig(), factory); in _addDeserializerFactoryMethods()
994 final DeserializationConfig config = ctxt.getConfig(); in constructCreatorProperty()
1067 final DeserializationConfig config = ctxt.getConfig(); in _getSetterInfo()
1127 final DeserializationConfig config = ctxt.getConfig(); in createArrayDeserializer()
1176 final DeserializationConfig config = ctxt.getConfig(); in createCollectionDeserializer()
[all …]
/external/markdown/markdown/extensions/
Drss.py70 for tag, text in (("title", self.ext.getConfig("TITLE")),
71 ("link", self.ext.getConfig("URL")),
84 link.text = self.ext.getConfig("URL")
Dfootnotes.py85 if child.text.find(self.getConfig("PLACE_MARKER")) > -1:
88 if child.tail.find(self.getConfig("PLACE_MARKER")) > -1:
102 if self.getConfig("UNIQUE_IDS"):
109 if self.getConfig("UNIQUE_IDS"):
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
DXmlContext.java20 public ResTable_config getConfig() { in getConfig() method in XmlContext
21 return qualifiers.getConfig(); in getConfig()
DTypedResource.java24 public ResTable_config getConfig() { in getConfig() method in TypedResource
25 return xmlContext.getConfig(); in getConfig()
/external/mockito/src/test/java/org/mockitoutil/
DTestBase.java49 ConfigurationAccess.getConfig().overrideCleansStackTrace(false);
50 ConfigurationAccess.getConfig().overrideDefaultAnswer(null);
65 ConfigurationAccess.getConfig().overrideCleansStackTrace(true);
/external/mockito/src/test/java/org/mockito/exceptions/base/
DMockitoSerializationIssueTest.java20 ConfigurationAccess.getConfig().overrideCleansStackTrace(true); in should_filter_out_test_class_from_stacktrace_when_clean_flag_is_true()
33 ConfigurationAccess.getConfig().overrideCleansStackTrace(false); in should_keep_executing_class_in_stacktrace_when_clean_flag_is_false()
/external/mockito/src/test/java/org/mockito/internal/exceptions/stacktrace/
DConditionalStackTraceFilterTest.java21 ConfigurationAccess.getConfig().overrideCleansStackTrace(false); in shouldNotFilterWhenConfigurationSaysNo()
35 ConfigurationAccess.getConfig().overrideCleansStackTrace(true); in shouldFilterWhenConfigurationSaysYes()
/external/angle/src/tests/gl_tests/
DPixmapTest.cpp45 eglGetConfigAttrib(window->getDisplay(), window->getConfig(), EGL_SURFACE_TYPE, in testSetUp()
50 eglGetConfigAttrib(window->getDisplay(), window->getConfig(), EGL_BIND_TO_TEXTURE_RGBA, in testSetUp()
63 ASSERT_TRUE(eglGetConfigAttrib(window->getDisplay(), window->getConfig(), in testSetUp()
80 mPixmap = eglCreatePixmapSurface(window->getDisplay(), window->getConfig(), in testSetUp()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowBitmapRegionDecoderTest.java65 assertThat(bitmapRegionDecoder.decodeRegion(new Rect(0, 0, 1, 1), options).getConfig()) in testDecodeRegionReturnsExpectedConfig()
68 assertThat(bitmapRegionDecoder.decodeRegion(new Rect(0, 0, 1, 1), options).getConfig()) in testDecodeRegionReturnsExpectedConfig()
71 assertThat(bitmapRegionDecoder.decodeRegion(new Rect(0, 0, 1, 1), options).getConfig()) in testDecodeRegionReturnsExpectedConfig()
/external/opencensus-java/contrib/agent/src/main/java/io/opencensus/contrib/agent/
DSettings.java54 return config.getConfig(CONFIG_ROOT); in readConfig()
72 return config.getConfig(featurePath).getBoolean("enabled"); in isEnabled()
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/prefill/
DBitmapPreFillRunner.java93 toAllocate.getConfig()); in allocate()
105 + toAllocate.getConfig() + " size: " + Util.getBitmapByteSize(bitmap)); in allocate()
125 toAllocate.getConfig()); in addToBitmapPool()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/
DTestConfig.java215 assertEquals(tz1, mapper.writer().getConfig().getTimeZone()); in testDateFormatConfig()
216 assertEquals(tz1, mapper.reader().getConfig().getTimeZone()); in testDateFormatConfig()
225 assertEquals(tz1, mapper.writer().getConfig().getTimeZone()); in testDateFormatConfig()
226 assertEquals(tz1, mapper.reader().getConfig().getTimeZone()); in testDateFormatConfig()
/external/mockito/src/test/java/org/mockito/internal/configuration/
DGlobalConfigurationTest.java22 ConfigurationAccess.getConfig().overrideAnnotationEngine(new CustomAnnotationEngine()); in returns_mockito_configuration_annotation_engine_if_non_default()
49 ConfigurationAccess.getConfig().overrideAnnotationEngine(null); in reset_annotation_engine()
/external/angle/src/tests/egl_tests/
DEGLContextSharingTest.cpp64 EGLConfig config = getEGLWindow()->getConfig(); in TEST_P()
90 EGLConfig config = getEGLWindow()->getConfig(); in TEST_P()
133 EGLConfig config = getEGLWindow()->getConfig(); in TEST_P()
201 EGLConfig config = getEGLWindow()->getConfig(); in TEST_P()
244 EGLConfig config = getEGLWindow()->getConfig(); in TEST_P()
298 EGLConfig config = getEGLWindow()->getConfig(); in TEST_P()
372 EGLConfig config = window->getConfig(); in TEST_P()
/external/toolchain-utils/compiler_wrapper/
Dcros_host_config_test.go19 cfg, err := getConfig("cros.host", useCCache, useLlvmNext, "123")
49 cfg, err := getConfig("cros.host", useCCache, useLlvmNext, "123")

1234567