/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/ |
D | MultiSynch.java | 35 public void run(Object[] params); in run() method 45 public static void run(Object[] params, Set synchSet, Action action) { in run() method in MultiSynch 54 public static void run(Object[] params, List synchList, Action action) { in run() method in MultiSynch 63 public static void run(Object[] params, Object[] synchArr, Action action) { in run() method in MultiSynch 74 private static void run(Object[] params, Object[] synchArr, Action action, int depth) { in run() method in MultiSynch
|
/external/eigen/bench/ |
D | product_threshold.cpp | 76 static void run() in run() function 90 struct loop_on_k<M,N,END> { static void run(){} }; in run() function 96 static void run() in run() function 111 struct loop_on_m<END,N,K> { static void run(){} }; in run() function 116 static void run() in run() function 125 struct loop_on_n<M,END,K,Scalar,Mode> { static void run(){} }; in run() function 129 static void run() in run() function 136 template<> struct print_n<END> { static void run(){} }; in run() function
|
D | benchGeometry.cpp | 28 static EIGEN_DONT_INLINE res run( arg1& a1, arg2& a2 ) in run() function 38 static EIGEN_DONT_INLINE res run( arg1& a1, arg2& a2 ) in run() function 48 static EIGEN_DONT_INLINE res run( arg1& a1, arg2& a2 ) in run() function 58 static void run() in run() function
|
/external/icu/icu4c/source/layoutex/ |
D | playout.cpp | 223 pl_getVisualRunFont(const pl_visualRun *run) in pl_getVisualRunFont() 235 pl_getVisualRunDirection(const pl_visualRun *run) in pl_getVisualRunDirection() 247 pl_getVisualRunGlyphCount(const pl_visualRun *run) in pl_getVisualRunGlyphCount() 259 pl_getVisualRunGlyphs(const pl_visualRun *run) in pl_getVisualRunGlyphs() 271 pl_getVisualRunPositions(const pl_visualRun *run) in pl_getVisualRunPositions() 283 pl_getVisualRunGlyphToCharMap(const pl_visualRun *run) in pl_getVisualRunGlyphToCharMap() 295 pl_getVisualRunAscent(const pl_visualRun *run) in pl_getVisualRunAscent() 307 pl_getVisualRunDescent(const pl_visualRun *run) in pl_getVisualRunDescent() 319 pl_getVisualRunLeading(const pl_visualRun *run) in pl_getVisualRunLeading()
|
/external/junit/src/org/junit/runner/ |
D | JUnitCore.java | 116 public Result run(Class<?>... classes) { in run() method in JUnitCore 126 public Result run(Computer computer, Class<?>... classes) { in run() method in JUnitCore 135 public Result run(Request request) { in run() method in JUnitCore 144 public Result run(junit.framework.Test test) { in run() method in JUnitCore 151 public Result run(Runner runner) { in run() method in JUnitCore
|
/external/markdown/markdown/ |
D | blockprocessors.py | 80 def run(self, parent, blocks): member in BlockProcessor 129 def run(self, parent, blocks): member in ListIndentProcessor 192 def run(self, parent, blocks): member in CodeBlockProcessor 224 def run(self, parent, blocks): member in BlockQuoteProcessor 268 def run(self, parent, blocks): member in OListProcessor 339 def run(self, parent, blocks): member in HashHeaderProcessor 370 def run(self, parent, blocks): member in SetextHeaderProcessor 396 def run(self, parent, blocks): member in HRProcessor 428 def run(self, parent, blocks): member in EmptyBlockProcessor 447 def run(self, parent, blocks): member in ParagraphProcessor
|
D | postprocessors.py | 30 def run(self, text): member in Postprocessor 43 def run(self, text): member in RawHtmlPostprocessor 75 def run(self, text): member in AndSubstitutePostprocessor
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | AbstractExecutionThreadServiceTest.java | 131 @Override protected void run() { in run() method in AbstractExecutionThreadServiceTest.WaitOnRunService 189 @Override protected void run() { in run() method in AbstractExecutionThreadServiceTest.ThrowOnStartUpService 236 @Override protected void run() { in run() method in AbstractExecutionThreadServiceTest.ThrowOnRunService 267 @Override protected void run() { in run() method in AbstractExecutionThreadServiceTest.ThrowOnShutDown 304 protected void run() throws Exception { in run() method in AbstractExecutionThreadServiceTest.TimeoutOnStartUp 361 @Override protected void run() throws Exception { in run() method in AbstractExecutionThreadServiceTest.FakeService
|
D | ForwardingObjectTesterTest.java | 44 @Override public void run() {} in run() method in ForwardingObjectTesterTest.FailToForward 48 @Override public void run() { in run() method in ForwardingObjectTesterTest.ForwardToDelegate
|
/external/eigen/test/ |
D | mapstaticmethods.cpp | 24 static void run(const PlainObjectType& m) in run() function 70 static void run(const PlainObjectType& m) in run() function 116 static void run(const PlainObjectType& v) in run() function
|
/external/junit/src/org/junit/experimental/max/ |
D | MaxCore.java | 62 public Result run(Class<?> testClass) { in run() method in MaxCore 71 public Result run(Request request) { in run() method in MaxCore 85 public Result run(Request request, JUnitCore core) { in run() method in MaxCore
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/debuggee/ |
D | HelloWorld.java | 36 public void run() { in run() method in HelloWorld 48 void run(); in run() method
|
/external/antlr/antlr-3.4/runtime/Python/ |
D | setup.py | 20 def run(self): member in clean 82 def run(self): member in unittest 177 def run(self): member in functest
|
/external/vogar/src/vogar/tasks/ |
D | PrepareTarget.java | 26 private final Run run; field in PrepareTarget 29 public PrepareTarget(Run run, Target target) { in PrepareTarget()
|
D | RetrieveFilesTask.java | 26 private final Run run; field in RetrieveFilesTask 29 public RetrieveFilesTask(Run run, File deviceFile) { in RetrieveFilesTask()
|
/external/clang/test/SemaObjC/ |
D | method-lookup-2.m | 29 - (void) run; method in NSRunLoopConveniences 40 -(int) run { return 0; } method 41 +(int) run { class
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/ |
D | EventDebuggee.java | 45 public void run() { in run() method in EventDebuggee.SimpleThread 54 public void run() { in run() method in EventDebuggee
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/ |
D | EventDebuggee.java | 45 public void run() { in run() method in EventDebuggee.SimpleThread 54 public void run() { in run() method in EventDebuggee
|
D | MonitorContendedEnterAndEnteredDebuggee.java | 33 public void run() { in run() method in MonitorContendedEnterAndEnteredDebuggee 65 public void run() { in run() method in MonitorContendedEnterAndEnteredDebuggee.BlockedThread
|
/external/lldb/test/python_api/event/ |
D | TestEvents.py | 100 def run(self): member in EventAPITestCase.do_listen_for_and_print_event.MyListeningThread 172 def run(self): member in EventAPITestCase.do_wait_for_event.MyListeningThread 244 def run(self): member in EventAPITestCase.do_add_listener_to_broadcaster.MyListeningThread
|
/external/eigen/blas/ |
D | Rank2Update.h | 21 …static void run(Index size, Scalar* mat, Index stride, const Scalar* u, const Scalar* v, Scalar al… in run() function 39 static void run(Index size, Scalar* mat, const Scalar* u, const Scalar* v, Scalar alpha) in run() function
|
/external/clang/lib/Tooling/ |
D | RefactoringCallbacks.cpp | 40 void ReplaceStmtWithText::run( in run() function in clang::tooling::ReplaceStmtWithText 53 void ReplaceStmtWithStmt::run( in run() function in clang::tooling::ReplaceStmtWithStmt 66 void ReplaceIfStmtWithItsBody::run( in run() function in clang::tooling::ReplaceIfStmtWithItsBody
|
/external/eigen/Eigen/src/SVD/ |
D | JacobiSVD.h | 56 bool run(JacobiSVD<MatrixType, QRPreconditioner>&, const MatrixType&) in run() function 87 bool run(JacobiSVD<MatrixType, FullPivHouseholderQRPreconditioner>& svd, const MatrixType& matrix) in run() function 133 bool run(JacobiSVD<MatrixType, FullPivHouseholderQRPreconditioner>& svd, const MatrixType& matrix) in run() function 172 bool run(JacobiSVD<MatrixType, ColPivHouseholderQRPreconditioner>& svd, const MatrixType& matrix) in run() function 226 bool run(JacobiSVD<MatrixType, ColPivHouseholderQRPreconditioner>& svd, const MatrixType& matrix) in run() function 272 bool run(JacobiSVD<MatrixType, HouseholderQRPreconditioner>& svd, const MatrixType& matrix) in run() function 325 bool run(JacobiSVD<MatrixType, HouseholderQRPreconditioner>& svd, const MatrixType& matrix) in run() function
|
/external/eigen/unsupported/Eigen/src/SVD/ |
D | JacobiSVD.h | 56 bool run(JacobiSVD<MatrixType, QRPreconditioner>&, const MatrixType&) in run() function 87 bool run(JacobiSVD<MatrixType, FullPivHouseholderQRPreconditioner>& svd, const MatrixType& matrix) in run() function 133 bool run(JacobiSVD<MatrixType, FullPivHouseholderQRPreconditioner>& svd, const MatrixType& matrix) in run() function 172 bool run(JacobiSVD<MatrixType, ColPivHouseholderQRPreconditioner>& svd, const MatrixType& matrix) in run() function 226 bool run(JacobiSVD<MatrixType, ColPivHouseholderQRPreconditioner>& svd, const MatrixType& matrix) in run() function 272 bool run(JacobiSVD<MatrixType, HouseholderQRPreconditioner>& svd, const MatrixType& matrix) in run() function 325 bool run(JacobiSVD<MatrixType, HouseholderQRPreconditioner>& svd, const MatrixType& matrix) in run() function
|
/external/llvm/unittests/IR/ |
D | LegacyPassManagerTest.cpp | 53 static char run; member 65 char ModuleNDNM::run=0; member in llvm::__anon4dffe3bf0111::ModuleNDNM 69 static char run; member 78 char ModuleNDM::run=0; member in llvm::__anon4dffe3bf0111::ModuleNDM 82 static char run; member 91 char ModuleNDM2::run=0; member in llvm::__anon4dffe3bf0111::ModuleNDM2 95 static char run; member 110 char ModuleDNM::run=0; member in llvm::__anon4dffe3bf0111::ModuleDNM 119 void run() { in run() function 340 void MemoryTestHelper(int run) { in MemoryTestHelper() [all …]
|