/external/mockito/src/test/java/org/mockito/internal/configuration/ |
H A D | ConfigurationAccess.java | 11 public static MockitoConfiguration getConfig() { method in class:ConfigurationAccess
|
/external/libese/esed/ |
H A D | Weaver.cpp | 39 Return<void> Weaver::getConfig(getConfig_cb _hidl_cb) { function in class:android::esed::Weaver
|
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/prefill/ |
H A D | PreFillType.java | 57 Bitmap.Config getConfig() { method in class:PreFillType 146 Bitmap.Config getConfig() { method in class:PreFillType.Builder
|
/external/guice/extensions/servlet/test/com/google/inject/servlet/ |
H A D | FilterDefinitionTest.java | 75 final FilterConfig filterConfig = mockFilter.getConfig(); 305 public FilterConfig getConfig() { method in class:FilterDefinitionTest.MockFilter
|
/external/deqp/modules/egl/ |
H A D | teglApiCase.cpp | 159 bool ApiCase::getConfig (EGLConfig* config, const eglu::FilterList& filters) function in class:deqp::egl::ApiCase
|
H A D | teglMultiContextTests.cpp | 94 eglw::EGLConfig getConfig (const eglw::Library& egl, eglw::EGLDisplay display) function in namespace:deqp::egl::__anon4332 124 const eglw::EGLConfig config = getConfig(egl, *display);
|
H A D | teglImageTests.cpp | 258 EGLConfig getConfig (void) const { return m_config; } function in class:deqp::egl::Image::Context 374 log << TestLog::Message << "Using EGL config " << eglu::getConfigID(egl, dpy, context.getConfig()) << TestLog::EndMessage; 433 log << TestLog::Message << "Using EGL config " << eglu::getConfigID(m_eglTestCtx.getLibrary(), context.getEglDisplay(), context.getConfig()) << TestLog::EndMessage;
|
H A D | teglSwapBuffersWithDamageTests.cpp | 275 virtual EGLConfig getConfig (const Library& egl, EGLDisplay eglDisplay); 312 EGLConfig SwapBuffersWithDamageTest::getConfig (const Library& egl, EGLDisplay eglDisplay) function in class:deqp::egl::__anon4353::SwapBuffersWithDamageTest 328 m_eglConfig = getConfig(egl, m_eglDisplay); 458 EGLConfig getConfig (const Library& egl, EGLDisplay eglDisplay); 471 EGLConfig SwapBuffersWithDamageAndPreserveBufferTest::getConfig (const Library& egl, EGLDisplay eglDisplay) function in class:deqp::egl::__anon4353::SwapBuffersWithDamageAndPreserveBufferTest
|
H A D | teglImageFormatTests.cpp | 870 EGLConfig getConfig (void); 886 EGLConfig ImageFormatCase::getConfig (void) function in class:deqp::egl::Image::ImageFormatCase 968 m_config = getConfig();
|
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/ |
H A D | Downsampler.java | 193 Bitmap.Config config = getConfig(is, decodeFormat); 233 private static Bitmap.Config getConfig(InputStream is, DecodeFormat format) { method in class:Downsampler
|
/external/markdown/markdown/ |
H A D | __init__.py | 476 def getConfig(self, key): member in class:Extension
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
H A D | ShadowBitmap.java | 89 public final Bitmap.Config getConfig() { method in class:ShadowBitmap
|
/external/parameter-framework/upstream/test/functional-tests/ |
H A D | Handle.cpp | 58 AllParamsPF() : ParameterFramework{getConfig()} { REQUIRE_NOTHROW(start()); } 97 Config getConfig() function in struct:parameterFramework::AllParamsPF 548 MappingPF() : ParameterFramework{getConfig()} { REQUIRE_NOTHROW(start()); } 575 Config getConfig() function in struct:parameterFramework::MappingPF
|
/external/r8/src/main/java/com/android/tools/r8/shaking/ |
H A D | ProguardConfigurationParser.java | 78 public ProguardConfiguration getConfig() { method in class:ProguardConfigurationParser
|
/external/deqp/modules/gles3/functional/ |
H A D | es3fFboRenderTest.cpp | 143 const FboConfig& getConfig (void) const { return m_config; } function in class:deqp::gles3::Functional::Framebuffer 589 if (fbo.getConfig().colorType == GL_TEXTURE_2D) 720 if (fboA.getConfig().colorType == GL_TEXTURE_2D) 731 readPixels(context, dst, 0, 0, width, height, glu::mapGLInternalFormat(fboA.getConfig().colorFormat), Vec4(1.0f), Vec4(0.0f)); 1156 if (fbo.getConfig().colorType == GL_TEXTURE_2D) 1169 switch (fbo.getConfig().colorType) 1173 context.texImage2D(GL_TEXTURE_2D, 0, fbo.getConfig().colorFormat, newWidth, newHeight); 1178 context.renderbufferStorage(GL_RENDERBUFFER, fbo.getConfig().colorFormat, newWidth, newHeight); 1187 switch (fbo.getConfig().depthStencilType) 1191 context.texImage2D(GL_TEXTURE_2D, 0, fbo.getConfig() [all...] |
/external/deqp/modules/gles2/functional/ |
H A D | es2fFboRenderTest.cpp | 325 const FboConfig& getConfig (void) const { return m_config; } function in class:deqp::gles2::Functional::FboIncompleteException 359 const FboConfig& getConfig (void) const { return m_config; } function in class:deqp::gles2::Functional::Framebuffer 544 const FboConfig& getConfig (void) const { return m_config; } function in class:deqp::gles2::Functional::FboRenderCase 668 Framebuffer fbo(context, getConfig(), width, height); 697 if (fbo.getConfig().colorbufferType == GL_TEXTURE_2D) 773 Framebuffer fbo(ctx, getConfig(), width, height); 795 if (fbo.getConfig().colorbufferType == GL_TEXTURE_2D) 875 Framebuffer fboA(context, getConfig(), m_fboAWidth, m_fboAHeight); 885 Framebuffer fboB(context, getConfig(), m_fboBWidth, m_fboBHeight); 957 Framebuffer fbo(context, getConfig(), widt [all...] |
/external/clang/include/clang/AST/ |
H A D | ExprCXX.h | 173 const CallExpr *getConfig() const { function in class:clang::CUDAKernelCallExpr 176 CallExpr *getConfig() { return cast_or_null<CallExpr>(getPreArg(CONFIG)); } function in class:clang::CUDAKernelCallExpr 183 assert(!getConfig() &&
|
/external/testng/ant/3rdparty/ |
H A D | DTDDoc.jar | META-INF/ META-INF/MANIFEST.MF DTDDoc/ DTDDoc/AntLogger.class AntLogger.java package DTDDoc ... |
/external/guice/lib/build/ |
H A D | felix-2.0.5.jar | META-INF/MANIFEST.MF META-INF/ META-INF/LICENSE META-INF/NOTICE META- ... |
/external/robolectric/v3/ |
H A D | robolectric-3.1-SNAPSHOT.jar | META-INF/ META-INF/MANIFEST.MF org/ org/robolectric/ org/robolectric/util/ org/robolectric/res/ org/ ... |
/external/guice/extensions/struts2/lib/ |
H A D | jetty-6.1.0.jar | META-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/jetty/ org/mortbay/jetty/webapp/ ... |
H A D | xwork-core-2.2.1.jar | META-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0.dtd xwork ... |
H A D | struts2-core-2.2.1.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/struts2/ org/apache/struts2/dispatcher/ ... |
/external/guice/extensions/persist/lib/ |
H A D | xwork-2.0.4.jar | META-INF/ META-INF/MANIFEST.MF com/ com/opensymphony/ com/opensymphony/xwork2/ com/opensymphony/xwork2/config/ ... |
/external/robolectric/v1/lib/main/ |
H A D | sqlite-jdbc-3.7.2.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ... |