Searched refs:run (Results 276 - 300 of 2213) sorted by relevance

<<11121314151617181920>>

/external/eigen/Eigen/src/Core/
H A DSolveTriangular.h57 static void run(const Lhs& lhs, Rhs& rhs) function in struct:Eigen::internal::triangular_solver_selector
73 ::run(actualLhs.cols(), actualLhs.data(), actualLhs.outerStride(), actualRhs);
89 static void run(const Lhs& lhs, Rhs& rhs) function in struct:Eigen::internal::triangular_solver_selector
103 ::run(size, othersize, &actualLhs.coeffRef(0,0), actualLhs.outerStride(), &rhs.coeffRef(0,0), rhs.outerStride(), blocking);
122 static void run(const Lhs& lhs, Rhs& rhs) function in struct:Eigen::internal::triangular_solver_unroller
131 triangular_solver_unroller<Lhs,Rhs,Mode,Index+1,Size>::run(lhs,rhs);
137 static void run(const Lhs&, Rhs&) {} function in struct:Eigen::internal::triangular_solver_unroller
142 static void run(const Lhs& lhs, Rhs& rhs) function in struct:Eigen::internal::triangular_solver_selector
143 { triangular_solver_unroller<Lhs,Rhs,Mode,0,Rhs::SizeAtCompileTime>::run(lhs,rhs); }
148 static void run(cons function in struct:Eigen::internal::triangular_solver_selector
[all...]
/external/eigen/Eigen/src/Eigenvalues/
H A DMatrixBaseEigenvalues.h23 run(const MatrixBase<Derived>& m) function in class:Eigen::internal::eigenvalues_selector::MatrixBase
35 run(const MatrixBase<Derived>& m) function in class:Eigen::internal::eigenvalues_selector::MatrixBase
70 return internal::eigenvalues_selector<Derived, NumTraits<Scalar>::IsComplex>::run(derived());
/external/eigen/blas/
H A DPackedSelfadjointProduct.h25 static void run(Index size, Scalar* mat, const Scalar* vec, RealScalar alpha) function in struct:internal::selfadjoint_packed_rank1_update
45 static void run(Index size, Scalar* mat, const Scalar* vec, RealScalar alpha) function in struct:internal::selfadjoint_packed_rank1_update
47 selfadjoint_packed_rank1_update<Scalar,Index,ColMajor,UpLo==Lower?Upper:Lower,ConjRhs,ConjLhs>::run(size,mat,vec,alpha);
/external/elfutils/0.153/config/
H A Dmissing33 run=:
37 # In the cases where this matters, `missing' is being run in the
48 --run)
49 # Try to run requested program, and just exit if it succeeds.
50 run=
57 # if --run hadn't been passed.
59 run=:
74 --run try to run the given command, and emulate it if it fails
126 if test -n "$run"; the
[all...]
/external/genext2fs/
H A Dmissing35 run=:
37 # In the cases where this matters, `missing' is being run in the
48 --run)
49 # Try to run requested program, and just exit if it succeeds.
50 run=
57 # if --run hadn't been passed.
59 run=:
74 --run try to run the given command, and emulate it if it fails
115 if test -n "$run"; the
[all...]
/external/google-tv-pairing-protocol/cpp/
H A Dmissing33 run=:
37 # In the cases where this matters, `missing' is being run in the
48 --run)
49 # Try to run requested program, and just exit if it succeeds.
50 run=
57 # if --run hadn't been passed.
59 run=:
74 --run try to run the given command, and emulate it if it fails
126 if test -n "$run"; the
[all...]
/external/guava/guava/src/com/google/common/util/concurrent/
H A DAbstractExecutionThreadService.java27 * Base class for services that can implement {@link #startUp}, {@link #run} and
45 public void run() {
52 AbstractExecutionThreadService.this.run();
89 * public void run() {
96 * #triggerShutdown()}, which should cause {@link #run()} to return.
98 protected abstract void run() throws Exception; method in class:AbstractExecutionThreadService
112 * Returns the {@link Executor} that will be used to run this service.
/external/guava/guava-testlib/src/com/google/common/testing/
H A DEqualsTester.java117 for (int run = 0; run < REPETITIONS; run++) {
/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/libexif/
H A Dmissing33 run=:
37 # In the cases where this matters, `missing' is being run in the
48 --run)
49 # Try to run requested program, and just exit if it succeeds.
50 run=
57 # if --run hadn't been passed.
59 run=:
74 --run try to run the given command, and emulate it if it fails
126 if test -n "$run"; the
[all...]
/external/libmtp/
H A Dmissing33 run=:
37 # In the cases where this matters, `missing' is being run in the
48 --run)
49 # Try to run requested program, and just exit if it succeeds.
50 run=
57 # if --run hadn't been passed.
59 run=:
74 --run try to run the given command, and emulate it if it fails
126 if test -n "$run"; the
[all...]
/external/libogg/
H A Dmissing35 run=:
37 # In the cases where this matters, `missing' is being run in the
48 --run)
49 # Try to run requested program, and just exit if it succeeds.
50 run=
57 # if --run hadn't been passed.
59 run=:
74 --run try to run the given command, and emulate it if it fails
115 if test -n "$run"; the
[all...]
/external/libusb/
H A Dmissing35 run=:
39 # In the cases where this matters, `missing' is being run in the
50 --run)
51 # Try to run requested program, and just exit if it succeeds.
52 run=
59 # if --run hadn't been passed.
61 run=:
76 --run try to run the given command, and emulate it if it fails
118 if test -n "$run"; the
[all...]
/external/libusb-compat/
H A Dmissing35 run=:
39 # In the cases where this matters, `missing' is being run in the
50 --run)
51 # Try to run requested program, and just exit if it succeeds.
52 run=
59 # if --run hadn't been passed.
61 run=:
76 --run try to run the given command, and emulate it if it fails
118 if test -n "$run"; the
[all...]
/external/libvorbis/
H A Dmissing35 run=:
37 # In the cases where this matters, `missing' is being run in the
48 --run)
49 # Try to run requested program, and just exit if it succeeds.
50 run=
57 # if --run hadn't been passed.
59 run=:
74 --run try to run the given command, and emulate it if it fails
115 if test -n "$run"; the
[all...]
/external/protobuf/gtest/build-aux/
H A Dmissing35 run=:
39 # In the cases where this matters, `missing' is being run in the
50 --run)
51 # Try to run requested program, and just exit if it succeeds.
52 run=
59 # if --run hadn't been passed.
61 run=:
76 --run try to run the given command, and emulate it if it fails
118 if test -n "$run"; the
[all...]
/external/protobuf/
H A Dmissing35 run=:
39 # In the cases where this matters, `missing' is being run in the
50 --run)
51 # Try to run requested program, and just exit if it succeeds.
52 run=
59 # if --run hadn't been passed.
61 run=:
76 --run try to run the given command, and emulate it if it fails
118 if test -n "$run"; the
[all...]
/external/skia/dm/
H A DDMTask.cpp53 void CpuTask::run() { function in class:DM::CpuTask
66 task->run();
71 void GpuTask::run(GrContextFactory& factory) { function in class:DM::GpuTask
/external/skia/platform_tools/android/app/src/com/skia/
H A DSkiaSampleRenderer.java66 public void run() {
69 public void run() {
81 public void run() {
/external/stlport/test/unit/cppunit/
H A Dtest_main.cpp37 int TestCase::run(Reporter *in_reporter, const char *in_testName, bool invert) { function in class:TestCase
73 // -t=CLASS[::TEST] run the test class CLASS or member test CLASS::TEST
74 // -x=CLASS[::TEST] run all except the test class CLASS or member test CLASS::TEST
115 num_errors = CPPUNIT_NS::TestCase::run(reporter, xtestName, true);
117 num_errors = CPPUNIT_NS::TestCase::run(reporter, testName);
/external/stressapptest/
H A Dmissing35 run=:
39 # In the cases where this matters, `missing' is being run in the
50 --run)
51 # Try to run requested program, and just exit if it succeeds.
52 run=
59 # if --run hadn't been passed.
61 run=:
76 --run try to run the given command, and emulate it if it fails
118 if test -n "$run"; the
[all...]
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
H A DTool.java52 public void run() {
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassObjectReference/
H A DReflectedType002Debuggee.java28 public void run() { method in class:ReflectedType002Debuggee
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
H A DInvokeMethod003Debuggee.java38 public void run() { method in class:InvokeMethod003Debuggee
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
H A DBreakpointDebuggee.java45 public void run() { method in class:BreakpointDebuggee

Completed in 3087 milliseconds

<<11121314151617181920>>