Searched defs:run (Results 251 - 275 of 990) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/markdown/extensions/
H A Dabbr.py80 def run(self, lines): member in class:AbbrPreprocessor
H A Ddef_list.py70 def run(self, parent, blocks): member in class:DefListProcessor
/external/chromium_org/third_party/skia/dm/
H A DDMTask.cpp48 void CpuTask::run() { function in class:DM::CpuTask
63 task->run();
68 void GpuTask::run(GrContextFactory* factory) { function in class:DM::GpuTask
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DQuadraticReduceOrder_Test.cpp39 } run = RunAll; local
42 run = RunQuadraticLines;
45 int firstQuadraticLineTest = run == RunAll ? 0 : run == RunQuadraticLines ? firstTestIndex : SK_MaxS32;
46 int firstQuadraticModLineTest = run == RunAll ? 0 : run == RunQuadraticModLines ? firstTestIndex : SK_MaxS32;
/external/chromium_org/third_party/skia/gm/
H A Dtextblobshader.cpp39 const SkTextBlobBuilder::RunBuffer* run; variable
41 run = &builder.allocRun(p, glyphCount, 10, 10, NULL);
42 memcpy(run->glyphs, fGlyphs.begin(), glyphCount * sizeof(uint16_t));
44 run = &builder.allocRunPosH(p, glyphCount, 80, NULL);
45 memcpy(run->glyphs, fGlyphs.begin(), glyphCount * sizeof(uint16_t));
47 run->pos[i] = p.getTextSize() * i * .75f;
50 run = &builder.allocRunPos(p, glyphCount, NULL);
51 memcpy(run->glyphs, fGlyphs.begin(), glyphCount * sizeof(uint16_t));
53 run->pos[i * 2] = p.getTextSize() * i * .75f;
54 run
[all...]
/external/chromium_org/third_party/skia/tests/
H A DPathOpsQuadReduceOrderTest.cpp38 } run = RunAll; local
41 run = RunQuadraticLines;
44 int firstQuadraticLineTest = run == RunAll ? 0 : run == RunQuadraticLines ? firstTestIndex
46 int firstQuadraticModLineTest = run == RunAll ? 0 : run == RunQuadraticModLines ? firstTestIndex
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/tests/
H A D__init__.py50 def run(self, test): member in class:Runner
59 def unit(run = []):
63 if not run or test.__name__ in run:
64 failures |= runner.run(test)
/external/chromium_org/tools/gyp/
H A Dgyptest.py110 def run(self, command, display=None, stdout=None, stderr=None): member in class:CommandRunner
154 help="run all tests")
158 help="run tests with the specified formats")
242 status = cr.run([sys.executable, test] + gyp_options,
/external/chromium_org/ui/file_manager/file_manager/common/js/
H A Dasync_util.js15 * run completionCallback to notify the completion.
35 queue.run(function(element, index, iterationCompletionCallback) {
39 queue.run(function(iterationCompletionCallback) {
46 * Added tasks will be started in order they were added. Tasks are run
47 * concurrently. At most, |limit| jobs will be run at the same time.
49 * @param {number} limit The number of jobs to run at the same time.
89 AsyncUtil.ConcurrentQueue.prototype.run = function(closure) {
100 * Cancels the queue. It removes all the not-run (yet) tasks. Note that this
209 AsyncUtil.Group.prototype.run = function(opt_onCompletion) {
263 * |delay| amount of time passes after the last call to run()
[all...]
/external/chromium_org/v8/test/mjsunit/
H A Dmath-min-max.js119 function run(crankshaft_test) { function
169 run(crankshaft_test_1);
178 run(crankshaft_test_2);
204 run(crankshaft_test_3);
/external/chromium_org/v8/tools/
H A Dtest-server.py47 setup Creates or updates the environment for the server to run.
158 print("Failed to import implementation. Have you run 'setup'?") namespace
164 print("No 'v8' working directory found. Have you run 'setup'?")
/external/clang/test/SemaCXX/
H A Dcxx1y-init-captures.cpp91 int run = test(); member in namespace:odr_use_within_init_capture
167 int run = test(); //expected-note {{instantiation}} member in namespace:odr_use_within_init_capture_template
/external/clang/tools/diagtool/
H A DListWarnings.cpp52 int ListWarnings::run(unsigned int argc, char **argv, llvm::raw_ostream &out) { function in class:ListWarnings
/external/clang/tools/scan-view/
H A Dscan-view56 def run(port, options, root): function
128 run(port, options, root)
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dstandalone_malloc_test.cc62 static void *run(void *t) { function in struct:DeepStack
64 DeepStack<depth - 1>::run(t);
72 static void *run(void *t) { function in struct:DeepStack
82 pthread_create(&t[i], 0, DeepStack<200>::run, reinterpret_cast<void *>(i));
/external/deqp/execserver/
H A DxsTcpServer.cpp157 void ConnectionHandler::run (void) function in class:xs::ConnectionHandler
165 printf("ConnectionHandler::run(): %s\n", e.what());
/external/deqp/framework/platform/android/
H A DtcuAndroidTestActivity.cpp56 void TestThread::run (void) function in class:tcu::Android::TestThread
58 RenderThread::run();
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DConstCollector.java75 cc.run();
90 private void run() { method in class:ConstCollector
H A DLiteralOpUpgrader.java56 dc.run();
82 private void run() { method in class:LiteralOpUpgrader
/external/eigen/Eigen/src/Core/products/
H A DTriangularSolverVector.h20 static void run(Index size, const LhsScalar* _lhs, Index lhsStride, RhsScalar* rhs) function in struct:Eigen::internal::triangular_solve_vector
25 >::run(size, _lhs, lhsStride, rhs);
36 static void run(Index size, const LhsScalar* _lhs, Index lhsStride, RhsScalar* rhs) function in struct:Eigen::internal::triangular_solve_vector
61 general_matrix_vector_product<Index,LhsScalar,RowMajor,Conjugate,RhsScalar,false>::run(
90 static void run(Index size, const LhsScalar* _lhs, Index lhsStride, RhsScalar* rhs) function in struct:Eigen::internal::triangular_solve_vector
125 general_matrix_vector_product<Index,LhsScalar,ColMajor,Conjugate,RhsScalar,false>::run(
/external/eigen/Eigen/src/LU/
H A DDeterminant.h37 static inline typename traits<Derived>::Scalar run(const Derived& m) function in struct:Eigen::internal::determinant_impl
47 static inline typename traits<Derived>::Scalar run(const Derived& m) function in struct:Eigen::internal::determinant_impl
55 static inline typename traits<Derived>::Scalar run(const Derived& m) function in struct:Eigen::internal::determinant_impl
63 static inline typename traits<Derived>::Scalar run(const Derived& m) function in struct:Eigen::internal::determinant_impl
73 static typename traits<Derived>::Scalar run(const Derived& m) function in struct:Eigen::internal::determinant_impl
96 return internal::determinant_impl<typename internal::remove_all<Nested>::type>::run(derived());
/external/eigen/bench/
H A DbenchGeometry.cpp28 static EIGEN_DONT_INLINE res run( arg1& a1, arg2& a2 ) function in struct:func
38 static EIGEN_DONT_INLINE res run( arg1& a1, arg2& a2 ) function in struct:func
48 static EIGEN_DONT_INLINE res run( arg1& a1, arg2& a2 ) function in struct:func
58 static void run() function in struct:test_transform
71 a2 = func::run( a1, a2 );
85 test_transform< Func, Trans, Vec >::run();\
93 test_transform< Func, Trans, Trans >::run();\
/external/guava/guava-tests/test/com/google/common/testing/
H A DTearDownStackTest.java47 assertEquals("tearDown should have run", true, tearDown.ran);
59 public void run() {
60 assertEquals("tearDownTwo should have been run before tearDownOne",
73 assertEquals("tearDownOne should have run", true, tearDownOne.ran);
74 assertEquals("tearDownTwo should have run", true, tearDownTwo.ran);
165 callback.run();
172 void run(); method in interface:TearDownStackTest.Callback
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DExecutionListTest.java59 // If it passed, then verify an Add will be executed without calling run
73 public void run() { method in class:ExecutionListTest.MockRunnable
93 @Override public void run() {
98 @Override public void run() {
/external/jmdns/src/javax/jmdns/impl/tasks/resolver/
H A DDNSResolverTask.java56 * @see java.util.TimerTask#run()
59 public void run() { method in class:DNSResolverTask
66 logger.finer(this.getName() + ".run() JmDNS " + this.description());
82 logger.log(Level.WARNING, this.getName() + ".run() exception ", e);

Completed in 4080 milliseconds

<<11121314151617181920>>