Searched defs:stop (Results 276 - 300 of 647) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/skia/src/core/
H A DSkStrokerPriv.cpp15 const SkVector& normal, const SkPoint& stop,
18 path->lineTo(stop.fX, stop.fY);
22 const SkVector& normal, const SkPoint& stop,
37 stop.fX, stop.fY);
41 const SkVector& normal, const SkPoint& stop,
56 path->lineTo(stop.fX, stop.fY);
14 ButtCapper(SkPath* path, const SkPoint& pivot, const SkVector& normal, const SkPoint& stop, SkPath*) argument
21 RoundCapper(SkPath* path, const SkPoint& pivot, const SkVector& normal, const SkPoint& stop, SkPath*) argument
40 SquareCapper(SkPath* path, const SkPoint& pivot, const SkVector& normal, const SkPoint& stop, SkPath* otherPath) argument
/external/chromium_org/third_party/skia/src/fonts/
H A DSkFontMgr_fontconfig.cpp117 FcPattern** stop = iter + font_set->nfont; local
119 for (; iter < stop; ++iter) {
125 if (iter == stop || !match_name(*iter, post_config_family)) {
130 for (; iter < stop; ++iter) {
/external/chromium_org/third_party/skia/src/gpu/
H A DGrLayerCache.cpp17 SkASSERT(fKey.start() > 0 && fKey.stop() > 0);
121 int start, int stop,
125 SkASSERT(pictureID != SK_InvalidGenID && start > 0 && stop > 0);
127 GrCachedLayer* layer = SkNEW_ARGS(GrCachedLayer, (pictureID, start, stop, offset, ctm, paint));
133 int start, int stop,
136 SkASSERT(pictureID != SK_InvalidGenID && start > 0 && stop > 0);
137 return fLayerHash.find(GrCachedLayer::Key(pictureID, start, stop, offset, ctm));
141 int start, int stop,
145 SkASSERT(pictureID != SK_InvalidGenID && start > 0 && stop > 0);
146 GrCachedLayer* layer = fLayerHash.find(GrCachedLayer::Key(pictureID, start, stop, offse
120 createLayer(uint32_t pictureID, int start, int stop, const SkIPoint& offset, const SkMatrix& ctm, const SkPaint* paint) argument
132 findLayer(uint32_t pictureID, int start, int stop, const SkIPoint& offset, const SkMatrix& ctm) argument
140 findLayerOrCreate(uint32_t pictureID, int start, int stop, const SkIPoint& offset, const SkMatrix& ctm, const SkPaint* paint) argument
[all...]
H A DGrLayerCache.h54 Key(uint32_t pictureID, int start, int stop, const SkIPoint& offset, const SkMatrix& ctm) argument
57 , fStop(stop)
78 int stop() const { return fStop; } function in struct:GrCachedLayer::Key
100 GrCachedLayer(uint32_t pictureID, int start, int stop, argument
103 : fKey(pictureID, start, stop, offset, ctm)
109 SkASSERT(SK_InvalidGenID != pictureID && start >= 0 && stop >= 0);
119 int stop() const { return fKey.stop(); } function in struct:GrCachedLayer
190 GrCachedLayer* findLayer(uint32_t pictureID, int start, int stop,
193 int start, int stop,
[all...]
H A DGrStencilAndCoverTextContext.cpp71 const char* stop = text + byteLength; local
79 while (textPtr < stop) {
87 SkASSERT(textPtr == stop);
107 while (text < stop) {
149 const char* stop = text + byteLength; local
154 while (text < stop) {
164 while (text < stop) {
176 while (text < stop) {
/external/chromium_org/third_party/skia/src/utils/
H A DSkParse.cpp205 char* stop; local
206 float v = (float)strtod(str, &stop);
207 if (str == stop) {
213 return stop;
/external/chromium_org/third_party/skia/src/views/
H A DSkEventSink.cpp171 const SkEventSinkID* stop = iter + sinkList->countListners(); local
172 while (iter < stop)
212 const SkEventSinkID* stop = iter + list->countListners(); local
213 while (iter < stop) {
H A DSkTextBox.cpp16 static size_t linebreak(const char text[], const char stop[], argument
20 size_t lengthBreak = paint.breakText(text, stop - text, margin);
30 while (text < stop) {
43 while (text < stop && is_ws(SkUTF8_ToUnichar(text))) {
65 if (text < stop) {
81 if (text < stop) {
100 const char* stop = text + len; local
107 text += linebreak(text, stop, paint, width);
108 } while (text < stop);
/external/chromium_org/third_party/skia/src/xml/
H A DSkXMLWriter.cpp114 const char* stop = src + length; local
116 while (src < stop)
/external/chromium_org/third_party/skia/tools/flags/
H A DSkCommandLineFlags.cpp158 const char* stop = currLine + length; local
159 while (currLine < stop) {
/external/chromium_org/third_party/skia/tools/
H A Dwin_dbghelp.cpp90 * Callstack lines are marked by start and stop markers and they are prefixed
95 const char* stop) {
104 } else if (started && strncmp(stop, line, strlen(stop)) == 0) {
93 printCallstack(const char* filename, const char* start, const char* stop) argument
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Denhancer_interface.c60 int16_t start, stop; local
134 stop = lagmax[i] + 2;
136 stop = WEBRTC_SPL_MIN(49, stop);
137 for (k=start; k<=stop; k++) {
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test/
H A Dvideoprocessor.cc361 const webrtc::TickTime& start, const webrtc::TickTime& stop) {
362 uint64_t encode_time = (stop - start).Microseconds();
360 GetElapsedTimeMicroseconds( const webrtc::TickTime& start, const webrtc::TickTime& stop) argument
/external/chromium_org/third_party/webrtc/tools/loopback_test/
H A Dloopback_test.js122 call.stop();
123 pc1StatTracker.stop();
124 pc2StatTracker.stop();
151 // c.stop();
194 this.stop = function() {
/external/chromium_org/tools/perf/metrics/
H A Dmedia.js84 metric.appendMetric('seek' + seekLabel, metric.seekTimer.stop())
96 var actualDuration = loopTimer.stop();
115 this.metrics['time_to_play'] = this.playbackTimer.stop();
119 var time_to_end = this.playbackTimer.stop() - this.metrics['time_to_play'];
157 stop: function() {
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/tools/
H A Dminiterm.py57 --- 1 2 3 set stop bits (1, 2, 1.5)
206 def stop(self): member in class:Miniterm
428 elif c == '1': # 1 -> change to 1 stop bits
431 elif c == '2': # 2 -> change to 2 stop bits
434 elif c == '3': # 3 -> change to 1.5 stop bits
449 self.stop()
/external/deqp/framework/platform/android/
H A DtcuAndroidExecService.cpp220 m_logReader.stop();
345 void ServerThread::stop (void) function in class:tcu::Android::ServerThread
368 void ExecService::stop (void) function in class:tcu::Android::ExecService
370 m_thread.stop();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help.appserver_3.1.400.v20100427.jar ... eclipse.core.runtime.Status errorStatus public void stop (org.osgi.framework.BundleContext) throws java. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DGenerateResults.java1044 * @see org.eclipse.equinox.app.IApplication#stop()
1046 public void stop() { method in class:GenerateResults
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
H A DGMRES.h150 bool stop=(k==m || abs(w(k)) < tol || iters == maxIters); local
152 if (stop || k == restart) {
172 if (stop) {
/external/eigen/unsupported/Eigen/src/Skyline/
H A DSkylineInplaceLU.h206 Index stop = offset > 0 ? col - lIt.col() : col - uIt.row(); local
210 Map<VectorXd > rowVal(lIt.valuePtr() + (offset > 0 ? 0 : -offset), stop);
211 Map<VectorXd > colVal(uIt.valuePtr() + (offset > 0 ? offset : 0), stop);
222 for (Index k = 0; k < stop; ++k) {
243 Index stop = offset > 0 ? rrow - lIt.col() : rrow - uIt.row(); local
246 Map<VectorXd > rowVal(lIt.valuePtr() + (offset > 0 ? 0 : -offset), stop);
247 Map<VectorXd > colVal(uIt.valuePtr() + (offset > 0 ? offset : 0), stop);
256 for (Index k = 0; k < stop; ++k) {
275 Index stop = offset > 0 ? lIt.size() : uIt.size(); local
277 Map<VectorXd > rowVal(lIt.valuePtr() + (offset > 0 ? 0 : -offset), stop);
[all...]
H A DSkylineProduct.h146 const Index stop = lIt.col() + lIt.size(); local
151 while (k < stop) {
166 const Index stop = uIt.size() + uIt.row(); local
172 while (k < stop) {
210 const Index stop = uIt.col() + uIt.size(); local
215 while (k < stop) {
231 const Index stop = lIt.size() + lIt.row(); local
236 while (k < stop) {
/external/guava/guava/src/com/google/common/util/concurrent/
H A DAbstractScheduledService.java42 * {@link Scheduler}. When this service is asked to stop via {@link #stop} or {@link #stopAndWait},
43 * it will cancel the periodic task (but not interrupt it) and wait for it to stop before running
156 // A handle to the running task so that we can stop it when a shutdown has been requested.
286 @Override public final ListenableFuture<State> stop() { method in class:AbstractScheduledService
287 return delegate.stop();
365 // caught and forwarded to the service the task would stop executing but the service would
/external/icu/icu4c/source/common/unicode/
H A Dbytestrie.h359 inline void stop() { function in class:BytesTrie
H A Ducharstrie.h376 inline void stop() { function in class:UCharsTrie

Completed in 315 milliseconds

<<11121314151617181920>>