Searched refs:run (Results 226 - 250 of 2134) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/tools/
H A Dsubmit_try29 # Alias which can be used to run a try on every builder.
31 # Alias which can be used to run a try on all compile builders.
33 # Alias which can be used to run a try on all builders that are run in the CQ.
119 cq_trybots: list of strings; Trybots who get run by the commit queue.
146 -b, --bot Builder(s) or Alias on which to run the try. Required.
149 -r <revision#> Revision from which to run the try.
175 Can also use the following aliases to run on groups of builders-
176 %s: Will run against all trybots.
177 %s: Will run agains
[all...]
/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/skia/tools/
H A Dsubmit_try29 # Alias which can be used to run a try on every builder.
31 # Alias which can be used to run a try on all compile builders.
33 # Alias which can be used to run a try on all builders that are run in the CQ.
119 cq_trybots: list of strings; Trybots who get run by the commit queue.
146 -b, --bot Builder(s) or Alias on which to run the try. Required.
149 -r <revision#> Revision from which to run the try.
175 Can also use the following aliases to run on groups of builders-
176 %s: Will run against all trybots.
177 %s: Will run agains
[all...]
/external/chromium_org/content/child/
H A Dbrowser_font_resource_trusted.cc62 explicit TextRunCollection(const PP_BrowserFont_Trusted_TextRun& run) argument
65 StringVar* text_string = StringVar::FromPPVar(run.text);
70 if (run.override_direction) {
73 override_run_ = WebTextRun(text_, PP_ToBool(run.rtl), true);
77 ubidi_setPara(bidi_, text_.data(), text_.size(), run.rtl, NULL, &uerror);
91 // Returns a WebTextRun with the info for the run at the given index.
92 // The range covered by the run is in the two output params.
101 // Override run, return the single one.
118 // will contain the single text run for WebKit.
125 WebTextRun* run) {
332 WebTextRun run; local
346 WebTextRun run = runs.GetRunAt(i, &run_begin, &run_len); local
367 WebTextRun run = runs.GetRunAt(i, &run_begin, &run_len); local
417 WebTextRun run = runs.GetRunAt(i, &run_begin, &run_len); local
[all...]
/external/chromium_org/ui/gfx/
H A Drender_text_pango.cc147 GSList* run = GetRunContainingCaret(selection); local
148 if (!run) {
149 // The cursor is not in any run: we're at the visual and logical edge.
154 run = (direction == CURSOR_RIGHT) ?
157 // If the cursor is moving within the current run, just move it by one
159 PangoItem* item = reinterpret_cast<PangoLayoutRun*>(run->data)->item;
172 // The cursor is at the edge of a run; move to the visually adjacent run.
174 run = (direction == CURSOR_RIGHT) ?
175 run
199 GSList* run = GetRunContainingCaret(cur); local
419 PangoLayoutRun* run = reinterpret_cast<PangoLayoutRun*>(it->data); local
493 GSList* run = current_line_->runs; local
518 GetGlyphTextIndex(PangoLayoutRun* run, int glyph_index) const argument
[all...]
/external/eigen/Eigen/src/Core/products/
H A DCoeffBasedProduct.h166 ScalarCoeffImpl::run(row, col, m_lhs, m_rhs, res);
178 ScalarCoeffImpl::run(row, col, m_lhs, m_rhs, res);
189 ::run(row, col, m_lhs, m_rhs, res);
242 static EIGEN_STRONG_INLINE void run(Index row, Index col, const Lhs& lhs, const Rhs& rhs, RetScalar &res) function in struct:Eigen::internal::product_coeff_impl
244 product_coeff_impl<DefaultTraversal, UnrollingIndex-1, Lhs, Rhs, RetScalar>::run(row, col, lhs, rhs, res);
253 static EIGEN_STRONG_INLINE void run(Index row, Index col, const Lhs& lhs, const Rhs& rhs, RetScalar &res) function in struct:Eigen::internal::product_coeff_impl
263 static EIGEN_STRONG_INLINE void run(Index row, Index col, const Lhs& lhs, const Rhs& rhs, RetScalar& res) function in struct:Eigen::internal::product_coeff_impl
281 static EIGEN_STRONG_INLINE void run(Index row, Index col, const Lhs& lhs, const Rhs& rhs, typename Lhs::PacketScalar &pres) function in struct:Eigen::internal::product_coeff_vectorized_unroller
283 product_coeff_vectorized_unroller<UnrollingIndex-PacketSize, Lhs, Rhs, Packet>::run(row, col, lhs, rhs, pres);
292 static EIGEN_STRONG_INLINE void run(Inde function in struct:Eigen::internal::product_coeff_vectorized_unroller
304 static EIGEN_STRONG_INLINE void run(Index row, Index col, const Lhs& lhs, const Rhs& rhs, RetScalar &res) function in struct:Eigen::internal::product_coeff_impl
317 static EIGEN_STRONG_INLINE void run(Index row, Index col, const Lhs& lhs, const Rhs& rhs, typename Lhs::Scalar &res) function in struct:Eigen::internal::product_coeff_vectorized_dyn_selector
329 static EIGEN_STRONG_INLINE void run(Index /*row*/, Index col, const Lhs& lhs, const Rhs& rhs, typename Lhs::Scalar &res) function in struct:Eigen::internal::product_coeff_vectorized_dyn_selector
339 static EIGEN_STRONG_INLINE void run(Index row, Index /*col*/, const Lhs& lhs, const Rhs& rhs, typename Lhs::Scalar &res) function in struct:Eigen::internal::product_coeff_vectorized_dyn_selector
349 static EIGEN_STRONG_INLINE void run(Index /*row*/, Index /*col*/, const Lhs& lhs, const Rhs& rhs, typename Lhs::Scalar &res) function in struct:Eigen::internal::product_coeff_vectorized_dyn_selector
359 static EIGEN_STRONG_INLINE void run(Index row, Index col, const Lhs& lhs, const Rhs& rhs, typename Lhs::Scalar &res) function in struct:Eigen::internal::product_coeff_impl
373 static EIGEN_STRONG_INLINE void run(Index row, Index col, const Lhs& lhs, const Rhs& rhs, Packet &res) function in struct:Eigen::internal::product_packet_impl
384 static EIGEN_STRONG_INLINE void run(Index row, Index col, const Lhs& lhs, const Rhs& rhs, Packet &res) function in struct:Eigen::internal::product_packet_impl
395 static EIGEN_STRONG_INLINE void run(Index row, Index col, const Lhs& lhs, const Rhs& rhs, Packet &res) function in struct:Eigen::internal::product_packet_impl
405 static EIGEN_STRONG_INLINE void run(Index row, Index col, const Lhs& lhs, const Rhs& rhs, Packet &res) function in struct:Eigen::internal::product_packet_impl
415 static EIGEN_STRONG_INLINE void run(Index row, Index col, const Lhs& lhs, const Rhs& rhs, Packet& res) function in struct:Eigen::internal::product_packet_impl
428 static EIGEN_STRONG_INLINE void run(Index row, Index col, const Lhs& lhs, const Rhs& rhs, Packet& res) function in struct:Eigen::internal::product_packet_impl
[all...]
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/eigen/blas/
H A Dlevel3_impl.h23 func[NOTR | (NOTR << 2)] = (internal::general_matrix_matrix_product<DenseIndex,Scalar,ColMajor,false,Scalar,ColMajor,false,ColMajor>::run);
24 func[TR | (NOTR << 2)] = (internal::general_matrix_matrix_product<DenseIndex,Scalar,RowMajor,false,Scalar,ColMajor,false,ColMajor>::run);
25 func[ADJ | (NOTR << 2)] = (internal::general_matrix_matrix_product<DenseIndex,Scalar,RowMajor,Conj, Scalar,ColMajor,false,ColMajor>::run);
26 func[NOTR | (TR << 2)] = (internal::general_matrix_matrix_product<DenseIndex,Scalar,ColMajor,false,Scalar,RowMajor,false,ColMajor>::run);
27 func[TR | (TR << 2)] = (internal::general_matrix_matrix_product<DenseIndex,Scalar,RowMajor,false,Scalar,RowMajor,false,ColMajor>::run);
28 func[ADJ | (TR << 2)] = (internal::general_matrix_matrix_product<DenseIndex,Scalar,RowMajor,Conj, Scalar,RowMajor,false,ColMajor>::run);
29 func[NOTR | (ADJ << 2)] = (internal::general_matrix_matrix_product<DenseIndex,Scalar,ColMajor,false,Scalar,RowMajor,Conj, ColMajor>::run);
30 func[TR | (ADJ << 2)] = (internal::general_matrix_matrix_product<DenseIndex,Scalar,RowMajor,false,Scalar,RowMajor,Conj, ColMajor>::run);
31 func[ADJ | (ADJ << 2)] = (internal::general_matrix_matrix_product<DenseIndex,Scalar,RowMajor,Conj, Scalar,RowMajor,Conj, ColMajor>::run);
78 func[NOTR | (LEFT << 2) | (UP << 3) | (NUNIT << 4)] = (internal::triangular_solve_matrix<Scalar,DenseIndex,OnTheLeft, Upper|0, false,ColMajor,ColMajor>::run);
[all...]
/external/jpeg/
H A Dltmain.sh71 run=
114 --dry-run | -n)
115 run=:
219 # These modes are in order of execution frequency so that they run quickly.
311 $run $rm $obj $libobj
312 trap "$run $rm $obj $libobj; exit 1" 1 2 15
314 $run $rm $libobj
315 trap "$run $rm $libobj; exit 1" 1 2 15
325 if $run eval "$base_compile\$pic_flag -DPIC \$srcfile"; then :
327 test -n "$obj" && $run
[all...]
/external/qemu/distrib/jpeg-6b/
H A Dltmain.sh71 run=
114 --dry-run | -n)
115 run=:
219 # These modes are in order of execution frequency so that they run quickly.
311 $run $rm $obj $libobj
312 trap "$run $rm $obj $libobj; exit 1" 1 2 15
314 $run $rm $libobj
315 trap "$run $rm $libobj; exit 1" 1 2 15
325 if $run eval "$base_compile\$pic_flag -DPIC \$srcfile"; then :
327 test -n "$obj" && $run
[all...]
/external/bison/build-aux/
H A Dmissing32 run=:
36 # In the cases where this matters, 'missing' is being run in the
47 --run)
48 # Try to run requested program, and just exit if it succeeds.
49 run=
56 # if --run hadn't been passed.
58 run=:
73 --run try to run the given command, and emulate it if it fails
124 if test -z "$run"
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
H A Dwebrunner.js10 // The type of run that we're doing (options are "runs/s" or "ms")
14 // iteration to run
37 // Anything that you want to have run in order, but not actually test
58 // fn = A function holding the test to run
86 // run tests
209 // Queue of functions to run
324 $("#wrapper").append("<br style='clear:both;'/><center><a href='?" + names.join("|") + "'>Re-run tests</a></center>");
467 $("#overview").before("<div class='results'>Viewing test run #" + id +
468 ", run on: " + data.created_at + " by:<br>" + data.useragent + "</div>");
481 var run
[all...]
/external/chromium_org/third_party/opus/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
125 if test -z "$run"
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/
H A DbuildAll.bat17 REM vm used to run the build. Defaults to java on system path
20 REM target used if not default (to allow run just a portion of buildAll)
36 if x%1==x goto run
45 :run label
52 echo "usage: buildAll [-mapVersionTag HEAD|<branch name>] [-vm <url to java executable to run build>] [-bc <bootclasspath>] [-target <buildall target to execute>] [-buildID <buildID, e.g. 2.1.2>] [-ftp <userid> <password>] I|M"
/external/libcap-ng/libcap-ng-0.7/
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/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/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.h125 static unsigned stringBegin(const ComplexTextRun& run) { return run.stringLocation() + run.indexBegin(); } argument
126 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/chromium_org/third_party/openssl/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/chromium_org/third_party/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/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...]

Completed in 579 milliseconds

1234567891011>>