Searched defs:stop (Results 251 - 275 of 647) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorProfilerAgent.cpp141 RefPtrWillBeRawPtr<ScriptProfile> profile = ScriptProfiler::stop(id);
162 ScriptProfiler::stop(it->m_id);
164 stop(0, 0);
226 void InspectorProfilerAgent::stop(ErrorString* errorString, RefPtr<TypeBuilder::Profiler::CPUProfile>& profile) function in class:blink::InspectorProfilerAgent
228 stop(errorString, &profile);
231 void InspectorProfilerAgent::stop(ErrorString* errorString, RefPtr<TypeBuilder::Profiler::CPUProfile>* profile) function in class:blink::InspectorProfilerAgent
241 RefPtrWillBeRawPtr<ScriptProfile> scriptProfile = ScriptProfiler::stop(m_frontendInitiatedProfileId);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMarquee.cpp179 m_timer.stop();
183 void RenderMarquee::stop() function in class:blink::RenderMarquee
185 m_timer.stop();
256 // Check the loop count to see if we should now stop.
261 m_timer.stop();
316 m_timer.stop();
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBRequest.cpp397 void IDBRequest::stop() function in class:blink::IDBRequest
H A DIDBTransaction.cpp355 void IDBTransaction::stop() function in class:blink::IDBTransaction
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
H A DMediaStream.cpp258 void MediaStream::stop() function in class:blink::MediaStream
H A DRTCDataChannel.cpp86 // GC cycle stop has not been called and we need to notify the
291 void RTCDataChannel::stop() function in class:blink::RTCDataChannel
326 stop();
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGradient.cpp76 return a.stop < b.stop;
79 void Gradient::addColorStop(const Gradient::ColorStop& stop) argument
84 m_stopsSorted = m_stopsSorted && compareStops(m_stops.last(), stop);
87 m_stops.append(stop);
149 const Gradient::ColorStop* stop = stopData; local
151 if (count < 1 || stop->stop > 0.0)
153 stop += count - 1;
154 if (count < 1 || stop
172 const Gradient::ColorStop* stop = stopData; local
[all...]
H A DGradient.h59 float stop; member in struct:blink::Gradient::ColorStop
62 ColorStop(float s, const Color& c) : stop(s), color(c) { }
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
H A Dlayout_test_runner.py229 self.stop()
299 def stop(self): member in class:Worker
316 # Be careful about how and when we kill the driver; if driver.stop()
322 driver.stop()
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Ddriver.py141 self.stop()
180 # We call stop() even if we crashed or timed out in order to get any remaining stdout/stderr output.
182 out, err = self._server_process.stop(self._port.driver_stop_timeout() if stop_when_done else 0.0)
287 self.stop()
328 def stop(self, timeout_secs=0.0): member in class:Driver
330 self._server_process.stop(timeout_secs)
H A Dserver_process.py182 self.stop(0.0)
183 # stop() calls _reset(), so we have to set crashed to True after calling stop().
366 def stop(self, timeout_secs=0.0): member in class:ServerProcess
400 self.stop(0.0)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dcontrol.py29 cov.stop()
387 def stop(self): member in class:coverage
389 self.collector.stop()
/external/chromium_org/third_party/WebKit/Tools/qunit/qunit/
H A Dqunit.js94 QUnit.stop();
393 // don't start until equal number of stop-calls
397 // ignore if start is called more often then stop
416 stop: function(timeout) {
/external/chromium_org/third_party/icu/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
/external/chromium_org/third_party/icu/source/test/threadtest/
H A Dthreadtest.cpp335 UBool stop = gRunInfo.stopFlag; // Need mutex for processors with flakey memory models. local
338 if (stop) {
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_dthread.c94 int start, int stop, int y_only,
100 for (r = start; r < stop; r += num_lf_workers) {
129 lf_data->start, lf_data->stop, lf_data->y_only,
182 lf_data->stop = sb_rows;
91 loop_filter_rows_mt(const YV12_BUFFER_CONFIG *const frame_buffer, VP9_COMMON *const cm, struct macroblockd_plane planes[MAX_MB_PLANE], int start, int stop, int y_only, VP9LfSync *const lf_sync, int num_lf_workers) argument
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_soa.c126 const unsigned stop = start + width; local
149 if (stop < format_desc->block.bits) {
178 if (stop < type.width) {
179 unsigned bits = type.width - stop;
217 assert(stop == 32);
250 start = stop;
273 unsigned stop = start + 8; local
282 if (stop < 32)
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/tests/
H A Dtest_rendering.c103 static void Gradient(short *block, unsigned int start, unsigned int stop, int horizontal, unsigned int intra_unsigned) argument
106 unsigned int range = stop - start;
216 const int start = 16, stop = 235, range = stop - start; local
233 const int start = 16, stop = 240, range = stop - start; local
H A Dxvmc_bench.c192 struct timeval start, stop, diff; local
272 gettimeofday(&stop, NULL);
274 timeval_subtract(&diff, &stop, &start);
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_aatriangle.c215 GLint stop = 4, i; local
220 for (i = 0; i < stop; i++) {
233 stop = 16;
243 stop = 16;
253 stop = 16;
258 if (stop == 4)
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalkerRectangles_Test.cpp258 SkScalar stop[] = { 30, 40, 50 }; local
259 size_t stopCount = sizeof(stop) / sizeof(stop[0]);
265 bool extend = start[startIndex] == rect2.fLeft && stop[stopIndex] == rect2.fRight;
266 bool edge = start[startIndex] == rect2.fLeft || stop[stopIndex] == rect2.fRight;
267 SkRect rect1 = SkRect::MakeLTRB(start[startIndex], 0, stop[stopIndex], 10);
275 rect1 = SkRect::MakeLTRB(start[startIndex], 40, stop[stopIndex], 50);
282 rect1 = SkRect::MakeLTRB(0, start[startIndex], 10, stop[stopIndex]);
289 rect1 = SkRect::MakeLTRB(40, start[startIndex], 50, stop[stopIndex]);
303 SkScalar stop[] local
327 SkScalar stop[] = { 3, 4, 5 }; local
352 SkScalar stop[] = { 30, 40, 50 }; local
[all...]
/external/chromium_org/third_party/skia/experimental/nanomsg/
H A Dpicture_demo.cpp139 // If we got any message on the control socket, we can stop.
166 static void stop(const char* controlEndpoint) { function
171 // Sending anything (including this 0-byte message) will tell server() to stop.
177 DEFINE_bool(stop, false, "If true, tell server to stop and write its canvas out as a .png.");
186 stop(FLAGS_control[0]);
/external/chromium_org/third_party/skia/include/core/
H A DSkTDArray.h236 const T* stop = fArray + fCount;
238 for (; iter < stop; iter++) {
248 const T* stop = fArray;
250 while (iter > stop) {
252 return SkToInt(iter - stop);
294 T* stop = fArray + fCount; local
295 while (iter < stop) {
304 T* stop = fArray + fCount; local
305 while (iter < stop) {
314 T* stop local
324 T* stop = fArray + fCount; local
333 T* stop = this->end(); local
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkDescriptor.h96 // remove the aa < stop test in the loop...
99 const uint32_t* stop = (const uint32_t*)((const char*)aa + fLength); local
103 } while (aa < stop);

Completed in 1050 milliseconds

<<11121314151617181920>>