Home
last modified time | relevance | path

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

/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/skia/include/core/
DSkBitmap.h101 Config getConfig() const { return this->config(); } in getConfig() function
/external/quake/src/com/android/quake/
DDownloaderActivity.java550 private Config getConfig() throws DownloaderException, in getConfig() method in DownloaderActivity.Downloader
/external/clang/include/clang/AST/
DExprCXX.h140 const CallExpr *getConfig() const { in getConfig() function
143 CallExpr *getConfig() { return cast_or_null<CallExpr>(getPreArg(CONFIG)); } in getConfig() function