Searched refs:run (Results 251 - 275 of 2213) sorted by relevance

<<11121314151617181920>>

/external/libopus/
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
125 if test -z "$run"
[all...]
/external/openfst/
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
125 if test -z "$run"
[all...]
/external/pixman/
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
125 if test -z "$run"
[all...]
/external/eigen/Eigen/src/Core/
H A DRedux.h85 static EIGEN_STRONG_INLINE Scalar run(const Derived &mat, const Func& func) function in struct:Eigen::internal::redux_novec_unroller
87 return func(redux_novec_unroller<Func, Derived, Start, HalfLength>::run(mat,func),
88 redux_novec_unroller<Func, Derived, Start+HalfLength, Length-HalfLength>::run(mat,func));
102 static EIGEN_STRONG_INLINE Scalar run(const Derived &mat, const Func&) function in struct:Eigen::internal::redux_novec_unroller
110 // for 0 length run() will never be called at all.
115 static EIGEN_STRONG_INLINE Scalar run(const Derived&, const Func&) { return Scalar(); } function in struct:Eigen::internal::redux_novec_unroller
131 static EIGEN_STRONG_INLINE PacketScalar run(const Derived &mat, const Func& func) function in struct:Eigen::internal::redux_vec_unroller
134 redux_vec_unroller<Func, Derived, Start, HalfLength>::run(mat,func),
135 redux_vec_unroller<Func, Derived, Start+HalfLength, Length-HalfLength>::run(mat,func) );
152 static EIGEN_STRONG_INLINE PacketScalar run(cons function in struct:Eigen::internal::redux_vec_unroller
173 static EIGEN_STRONG_INLINE Scalar run(const Derived& mat, const Func& func) function in struct:Eigen::internal::redux_impl
199 static Scalar run(const Derived& mat, const Func& func) function in struct:Eigen::internal::redux_impl
257 static Scalar run(const Derived& mat, const Func& func) function in struct:Eigen::internal::redux_impl
299 static EIGEN_STRONG_INLINE Scalar run(const Derived& mat, const Func& func) function in struct:Eigen::internal::redux_impl
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
H A DComplexTextController.h123 static unsigned stringBegin(const ComplexTextRun& run) { return run.stringLocation() + run.indexBegin(); } argument
124 static unsigned stringEnd(const ComplexTextRun& run) { return run.stringLocation() + run.indexEnd(); } argument
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pt_vsplit.c77 vsplit->middle->run(vsplit->middle,
155 vsplit->base.run = vsplit_run_linear;
158 vsplit->base.run = vsplit_run_ubyte;
161 vsplit->base.run = vsplit_run_ushort;
164 vsplit->base.run = vsplit_run_uint;
207 vsplit->base.run = NULL;
/external/eigen/Eigen/src/Core/products/
H A DGeneralMatrixVector_MKL.h43 * general_matrix_vector_product::run(..) method for float, double,
56 static void run( \
63 general_matrix_vector_product<Index,Scalar,ColMajor,ConjugateLhs,Scalar,ConjugateRhs,BuiltIn>::run( \
66 general_matrix_vector_product_gemv<Index,Scalar,ColMajor,ConjugateLhs,Scalar,ConjugateRhs>::run( \
73 static void run( \
79 general_matrix_vector_product_gemv<Index,Scalar,RowMajor,ConjugateLhs,Scalar,ConjugateRhs>::run( \
95 static void run( \
/external/guava/guava-testlib/src/com/google/common/util/concurrent/testing/
H A DAbstractListenableFutureTest.java83 public void run() {
139 public void run() {
171 public void run() {
178 public void run() {
225 public void run() {
233 public void run() {
/external/iproute2/examples/
H A Dgaiconf14 function run ()
31 run ${IP} -6 addrlabel flush
34 run ${IP} -6 addrlabel add prefix $prefix label $label
/external/junit/src/org/junit/experimental/max/
H A DMaxCore.java23 * to maximize the chances that a failing test occurs early in the test run.
27 * <li> Never-run tests first, in arbitrary order
30 * <li> Within a group, run the fastest tests first.
60 * @return a {@link Result} describing the details of the test run and the failed tests.
62 public Result run(Class<?> testClass) { method in class:MaxCore
63 return run(Request.aClass(testClass));
69 * @return a {@link Result} describing the details of the test run and the failed tests.
71 public Result run(Request request) { method in class:MaxCore
72 return run(request, new JUnitCore());
79 * run shoul
85 public Result run(Request request, JUnitCore core) { method in class:MaxCore
[all...]
/external/lldb/test/pexpect-2.4/examples/
H A Drippy.py23 options interactively. So if you run rippy with 'dry_run=1' then you can run
27 If you run rippy with 'dry_run' and 'verbose' true then the output generated is
30 rate because these cannot be calculated in a dry run. This is useful if you
36 you are really motivated and have a lot of time on your hands then you can run
40 the video_bitrate with this revised bitrate; and then run Rippy all over again.
165 before they are run. This is useful to see exactly how commands are run.""",1),
166 'dry_run_flag':("N","dry run?","""This sets 'dry run' mod
353 def run(cmd): function
[all...]
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_vsplit.c77 vsplit->middle->run(vsplit->middle,
155 vsplit->base.run = vsplit_run_linear;
158 vsplit->base.run = vsplit_run_ubyte;
161 vsplit->base.run = vsplit_run_ushort;
164 vsplit->base.run = vsplit_run_uint;
207 vsplit->base.run = NULL;
/external/openssl/crypto/rc2/
H A Drc2speed.c114 long run=0; variable
128 run=0;
189 printf("To get the most accurate results, try to run this\n");
214 #define COND(c) (run)
222 for (count=0,run=1; COND(ca); count+=4)
240 for (count=0,run=1; COND(cb); count+=4)
262 for (count=0,run=1; COND(cc); count++)
/external/skia/include/utils/
H A DSkThreadPool.h46 * Queues up an SkRunnable to run when a thread is available, or synchronously if count is 0.
53 * Same as add, but adds the runnable as the very next to run rather than enqueueing it.
110 void run(SkTRunnable<T>* r) { r->run(data); } function in struct:SkThreadPoolPrivate::ThreadLocal
116 void run(SkTRunnable<void>* r) { r->run(); } function in struct:SkThreadPoolPrivate::ThreadLocal
130 threadLocal.run(r);
195 // The queue is not empty, so we have something to run. Claim it.
200 // Having claimed our SkRunnable, we now give up the lock while we run it.
207 threadLocal.run(
[all...]
/external/chromium_org/extensions/renderer/resources/
H A Dlast_error.js110 function run(name, message, stack, callback, args) { function
124 exports.run = run;
/external/chromium_org/mojo/android/javatests/src/org/chromium/mojo/bindings/
H A DExecutorFactoryTest.java49 public void run() {
72 public void run() {
76 public void run() {
/external/chromium_org/sdch/open-vcdiff/
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/chromium_org/third_party/libxml/src/
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/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/platform_tools/android/app/src/com/skia/
H A DSkiaSampleRenderer.java66 public void run() {
69 public void run() {
81 public void run() {
/external/chromium_org/third_party/tcmalloc/vendor/
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/chromium_org/third_party/yasm/source/patched-yasm/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/chromium_org/ui/gfx/
H A Drender_text_pango.h48 // Returns the run that contains the character attached to the caret in the
52 // Given a |run|, returns the SelectionModel that contains the logical first
53 // or last caret position inside (not at a boundary of) the run.
55 SelectionModel FirstSelectionModelInsideRun(const PangoItem* run);
56 SelectionModel LastSelectionModelInsideRun(const PangoItem* run);
67 // Get the text index corresponding to the |run|'s |glyph_index|.
68 size_t GetGlyphTextIndex(PangoLayoutRun* run, int glyph_index) const;
/external/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp40 void ReplaceStmtWithText::run( function in class:clang::tooling::ReplaceStmtWithText
53 void ReplaceStmtWithStmt::run( function in class:clang::tooling::ReplaceStmtWithStmt
66 void ReplaceIfStmtWithItsBody::run( function in class:clang::tooling::ReplaceIfStmtWithItsBody
/external/cmockery/cmockery_0_1_2/
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...]

Completed in 639 milliseconds

<<11121314151617181920>>