Home
last modified time | relevance | path

Searched defs:getConfig (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/third_party/markdown/extensions/
D__init__.py51 def getConfig(self, key, default=''): member in Extension
/external/deqp/modules/egl/
DteglApiCase.cpp121 bool ApiCase::getConfig (EGLConfig* config,const eglu::FilterList& filters) in getConfig() function in deqp::egl::ApiCase
DteglImageFormatTests.cpp1629 EGLConfig ImageFormatCase::getConfig (void) in getConfig() function in deqp::egl::Image::ImageFormatCase
/external/chromium_org/third_party/angle/samples/angle/sample_util/
DSampleApplication.cpp64 EGLConfig SampleApplication::getConfig() const in getConfig() function in SampleApplication
/external/deqp/framework/egl/
DtcuEgl.hpp144 EGLConfig getConfig (void) const { return m_config; } in getConfig() function in tcu::egl::Context
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
DDownsampler.java221 private Bitmap.Config getConfig(RecyclableBufferedInputStream bis, DecodeFormat format) { in getConfig() method in Downsampler
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowBitmap.java89 public final Bitmap.Config getConfig() { in getConfig() method in ShadowBitmap
/external/markdown/markdown/
D__init__.py476 def getConfig(self, key): member in Extension
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
DDB_Results.java496 static String getConfig(int id) { in getConfig() method in DB_Results
/external/chromium_org/third_party/skia/include/core/
DSkBitmap.h61 Config getConfig() const { return this->config(); } in getConfig() function
/external/skia/include/core/
DSkBitmap.h61 Config getConfig() const { return this->config(); } in getConfig() function
/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
/external/deqp/modules/gles3/functional/
Des3fFboRenderTest.cpp143 const FboConfig& getConfig (void) const { return m_config; } in getConfig() function in deqp::gles3::Functional::Framebuffer
/external/clang/include/clang/AST/
DExprCXX.h163 const CallExpr *getConfig() const { in getConfig() function
166 CallExpr *getConfig() { return cast_or_null<CallExpr>(getPreArg(CONFIG)); } in getConfig() function