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

1234567891011>>

/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
H A DSDL_sysmouse.c121 int run, pad, i;
144 run = PAD_BITS(w);
145 pad = PAD_BITS(allowed_x)-run;
146 aptr = cursor->ands = (Uint8 *)SDL_malloc((run+pad)*allowed_y);
147 xptr = cursor->xors = (Uint8 *)SDL_malloc((run+pad)*allowed_y);
154 memxor(xptr, data, mask, run);
155 xptr += run;
156 data += run;
157 memnot(aptr, mask, run);
158 mask += run;
[all...]
/external/eigen/Eigen/src/Core/
H A DMathFunctions.h65 static inline RealScalar run(const Scalar& x) function in struct:Eigen::internal::real_default_impl
75 static inline RealScalar run(const Scalar& x) function in struct:Eigen::internal::real_default_impl
99 static inline RealScalar run(const Scalar&) function in struct:Eigen::internal::imag_default_impl
109 static inline RealScalar run(const Scalar& x) function in struct:Eigen::internal::imag_default_impl
132 static inline RealScalar& run(Scalar& x) function in struct:Eigen::internal::real_ref_impl
136 static inline const RealScalar& run(const Scalar& x) function in struct:Eigen::internal::real_ref_impl
156 static inline RealScalar& run(Scalar& x) function in struct:Eigen::internal::imag_ref_default_impl
160 static inline const RealScalar& run(const Scalar& x) function in struct:Eigen::internal::imag_ref_default_impl
169 static inline Scalar run(Scalar&) function in struct:Eigen::internal::imag_ref_default_impl
173 static inline const Scalar run(cons function in struct:Eigen::internal::imag_ref_default_impl
195 static inline Scalar run(const Scalar& x) function in struct:Eigen::internal::conj_impl
204 static inline Scalar run(const Scalar& x) function in struct:Eigen::internal::conj_impl
225 static inline RealScalar run(const Scalar& x) function in struct:Eigen::internal::abs2_impl
234 static inline RealScalar run(const std::complex<RealScalar>& x) function in struct:Eigen::internal::abs2_impl
254 static inline RealScalar run(const Scalar& x) function in struct:Eigen::internal::norm1_default_impl
264 static inline Scalar run(const Scalar& x) function in struct:Eigen::internal::norm1_default_impl
288 static inline RealScalar run(const Scalar& x, const Scalar& y) function in struct:Eigen::internal::hypot_impl
317 static inline NewType run(const OldType& x) function in struct:Eigen::internal::cast_impl
340 static inline Scalar run(const Scalar& x, const Scalar& y) function in struct:Eigen::internal::atanh2_default_impl
356 static inline Scalar run(const Scalar&, const Scalar&) function in struct:Eigen::internal::atanh2_default_impl
380 static inline Scalar run(const Scalar& x, const Scalar& y) function in struct:Eigen::internal::pow_default_impl
390 static inline Scalar run(Scalar x, Scalar y) function in struct:Eigen::internal::pow_default_impl
439 static inline Scalar run(const Scalar& x, const Scalar& y) function in struct:Eigen::internal::random_default_impl
443 static inline Scalar run() function in struct:Eigen::internal::random_default_impl
501 static inline Scalar run(const Scalar& x, const Scalar& y) function in struct:Eigen::internal::random_default_impl
506 static inline Scalar run() function in struct:Eigen::internal::random_default_impl
524 static inline Scalar run(const Scalar& x, const Scalar& y) function in struct:Eigen::internal::random_default_impl
529 static inline Scalar run() function in struct:Eigen::internal::random_default_impl
735 static inline bool run() function in struct:Eigen::internal::random_impl
[all...]
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/search_engines/
H A DTemplateUrlServiceTest.java40 public void run() {
50 public void run() {
67 public void run() {
76 public void run() {
100 public void run() {
/external/chromium_org/components/devtools_bridge/test/android/javatests/src/org/chromium/components/devtools_bridge/
H A DSignalingThreadMock.java37 public void run() {
50 mExecutionQueue.take().run();
96 public void run() {
118 public final void run() { method in class:SignalingThreadMock.WrapperBase
159 mWrapped.run();
/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/ui/gfx/
H A Drender_text_win.h97 void LayoutTextRun(internal::TextRun* run);
99 // Helper function that calls |ScriptShape()| on the run, which has logic to
101 HRESULT ShapeTextRunWithFont(internal::TextRun* run, const Font& font);
103 // Returns the number of characters in |run| that have missing glyphs.
104 int CountCharsWithMissingGlyphs(internal::TextRun* run) const;
106 // Return the run index that contains the argument; or the length of the
111 // Given a |run|, returns the SelectionModel that contains the logical first
112 // or last caret position inside (not at a boundary of) the run.
114 SelectionModel FirstSelectionModelInsideRun(const internal::TextRun* run);
115 SelectionModel LastSelectionModelInsideRun(const internal::TextRun* run);
[all...]
H A Drender_text_pango.cc167 GSList* run = GetRunContainingCaret(selection); local
168 if (!run) {
169 // The cursor is not in any run: we're at the visual and logical edge.
174 run = (direction == CURSOR_RIGHT) ?
177 // If the cursor is moving within the current run, just move it by one
179 PangoItem* item = reinterpret_cast<PangoLayoutRun*>(run->data)->item;
192 // The cursor is at the edge of a run; move to the visually adjacent run.
194 run = (direction == CURSOR_RIGHT) ?
195 run
219 GSList* run = GetRunContainingCaret(cur); local
417 PangoLayoutRun* run = reinterpret_cast<PangoLayoutRun*>(it->data); local
496 GSList* run = current_line_->runs; local
521 GetGlyphTextIndex(PangoLayoutRun* run, int glyph_index) const argument
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowAsyncTask.java35 @Override public void run() {
41 @Override public void run() {
83 @Override public void run() {
84 future.run();
97 * Enqueue a call to {@link AsyncTask#onProgressUpdate(Object[])} on UI looper (or run it immediately
106 @Override public void run() {
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DLooperTest.java27 public void run() {
49 public void run() {
75 @Override public void run() { }
80 public void run() {
94 public void run() {
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DGeolocationTest.java75 public void run() {
170 public void run() {
186 public void run() {
206 public void run() {
223 public void run() {
243 public void run() {
253 public void run() {
/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.cc61 explicit TextRunCollection(const PP_BrowserFont_Trusted_TextRun& run) argument
64 StringVar* text_string = StringVar::FromPPVar(run.text);
69 if (run.override_direction) {
72 override_run_ = WebTextRun(text_, PP_ToBool(run.rtl), true);
76 ubidi_setPara(bidi_, text_.data(), text_.size(), run.rtl, NULL, &uerror);
90 // Returns a WebTextRun with the info for the run at the given index.
91 // The range covered by the run is in the two output params.
100 // Override run, return the single one.
117 // will contain the single text run for WebKit.
124 WebTextRun* run) {
331 WebTextRun run; local
345 WebTextRun run = runs.GetRunAt(i, &run_begin, &run_len); local
366 WebTextRun run = runs.GetRunAt(i, &run_begin, &run_len); local
416 WebTextRun run = runs.GetRunAt(i, &run_begin, &run_len); local
[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...]
/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/WebKit/Source/core/rendering/
H A DTextRunConstructor.cpp47 TextRun run(characters, length, 0, 0, expansion, direction, directionalOverride);
49 run.setRenderingContext(SVGTextRunRenderingContext::create(context));
51 return run;
68 TextRun run(characters, length, 0, 0, expansion, textDirection, directionalOverride);
70 run.setRenderingContext(SVGTextRunRenderingContext::create(context));
72 return run;
119 TextRun run = text->is8Bit() local
123 run.setDirection(directionForRun(run, hasStrongDirectionality));
124 return run;
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
H A Ddeps_updater.py31 blink_commitish = self.run(['git', 'show-ref', 'HEAD'])[1].split()[0]
49 help='allow script to run even if we have local blink commits')
59 if self.run(['git', 'diff', '--quiet', 'HEAD'], exit_on_failure=False)[0]:
63 local_blink_commits = self.run(['git', 'log', '--oneline', 'origin/master..HEAD'])[1]
81 self.run(['git', 'clone', url])
84 master_commitish = self.run(['git', 'show-ref', 'origin/master'])[1].split()[0]
95 self.run([self.host.executable, import_path, '-d', 'imported', src_repo])
98 self.run(['git', 'add', '--all', 'LayoutTests/imported/%s' % repo])
115 if self.run(['git', 'diff', '--quiet', 'HEAD'], exit_on_failure=False)[0]:
127 self.run(['gi
139 def run(self, cmd, exit_on_failure=True): member in class:DepsUpdater
[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...]

Completed in 3368 milliseconds

1234567891011>>