HomeSort by relevance Sort by last modified time
    Searched defs:stop (Results 276 - 300 of 1139) sorted by null

<<11121314151617181920>>

  /external/guava/guava-tests/test/com/google/common/base/
StopwatchTest.java 62 assertSame(stopwatch, stopwatch.stop());
68 stopwatch.stop();
77 stopwatch.stop();
79 stopwatch.stop();
122 stopwatch.stop();
130 stopwatch.stop();
139 stopwatch.stop();
181 stopwatch.stop();
189 stopwatch.stop();
198 stopwatch.stop();
    [all...]
  /external/icu4c/tools/ctestfw/unicode/
uperf.h 100 UTimer start, stop; local
105 utimer_getTime(&stop);
106 return utimer_getDeltaSeconds(&start,&stop); // ms
  /external/jmonkeyengine/engine/src/core/com/jme3/cinematic/events/
RotationTrack.java 85 stop(); method
ScaleTrack.java 85 stop(); method
  /external/jmonkeyengine/engine/src/desktop/com/jme3/app/
AppletHarness.java 165 public void stop(){ method in class:AppletHarness
167 System.out.println("applet:stop");
179 app.stop(true);
  /external/jmonkeyengine/engine/src/test/jme3test/awt/
AppHarness.java 132 public void stop(){ method in class:AppHarness
134 System.out.println("applet:stop");
146 app.stop(true);
TestApplet.java 128 public void stop(){ method in class:TestApplet
130 System.out.println("applet:stop");
141 app.stop(true);
  /external/junit/src/junit/framework/
TestResult.java 146 * Checks whether the test run should stop
163 * Marks that the test run should stop.
165 public synchronized void stop() { method in class:TestResult
  /external/lzma/C/
MtCoder.c 29 if (p->stop)
39 p->stop = 0;
47 p->stop = 1;
187 static SRes MtThread_Process(CMtThread *p, Bool *stop)
190 *stop = True;
207 next->stopReading = *stop = (size != p->mtCoder->blockSize);
212 p->outBuf, &destSize, p->inBuf, size, *stop));
231 Bool stop; local
233 SRes res = MtThread_Process(p, &stop);
244 if (stop)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_soa.c 126 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/oprofile/module/
oprofile.h 75 /* dump and stop */
115 /* stop profiling on all CPUs */
116 void (*stop)(void); member in struct:op_int_operations
119 /* stop profiling on the given CPU */
  /external/proguard/src/proguard/gui/splash/
SplashPanel.java 108 public void stop() method in class:SplashPanel
113 // Let the animation thread stop itself.
154 // Check if we should stop the animation.
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_rwops.h 86 Uint8 *stop; member in struct:SDL_RWops::__anon26737::__anon26741
  /external/skia/gm/
arithmode.cpp 102 const SkScalar* stop = k + SK_ARRAY_COUNT(K); local
105 while (k < stop) {
  /external/skia/include/views/
SkTouchGesture.h 18 void stop() { fActive = false; } function in struct:SkFlingState
41 void stop() { fFlinger.stop(); } function in class:SkTouchGesture
  /external/skia/src/core/
SkDescriptor.h 96 // 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);
SkPackBits.cpp 196 const uint16_t* stop = src + count; local
199 count = stop - src;
217 if (s == stop) {
224 if (++s == stop) {
239 const uint8_t* stop = src + count; local
242 count = stop - src;
259 if (s == stop) {
266 if (++s == stop) {
269 // only stop if we hit 3 in a row,
285 const uint8_t* stop = src + srcSize local
307 const uint8_t* stop = src + srcSize; local
    [all...]
  /external/skia/src/utils/
SkParse.cpp 205 char* stop; local
206 float v = (float)strtod(str, &stop);
207 if (str == stop) {
213 return stop;
SkParsePath.cpp 198 char* stop = buffer + len; local
201 char* stop = SkStrAppendScalar(buffer, value);
203 stream->write(buffer, stop - buffer);
  /external/skia/src/views/
SkTextBox.cpp 16 static size_t linebreak(const char text[], const char stop[],
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/skia/tests/
Writer32Test.cpp 167 uint32_t* stop = ptr + (dataSize>>2); local
168 while (ptr < stop) {
192 const char* stop = readPtr + SkAlign4(len); local
194 while (readPtr < stop) {
  /external/skia/tools/
render_pdfs_main.cpp 223 char* const* stop = argv + argc; local
225 for (++argv; argv < stop; ++argv) {
231 if (argv >= stop) {
239 if (argv >= stop) {
  /external/svox/pico/compat/src/com/android/tts/compat/
SynthProxy.java 70 public int stop() { method in class:SynthProxy
75 * Synchronous stop of the synthesizer. This method returns when the synth
76 * has completed the stop procedure and doesn't use any of the resources it
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorSRC.cpp 65 stop();
83 status_t VideoEditorSRC::stop() { function in class:android::VideoEditorSRC
84 ALOGV("stop %p(%p)", this, mSource.get());
93 mSource->stop();
145 stop();
191 stop();
242 // We cannot call stop() here because stop() will release the
244 // So just remember the fact and let read() call stop().
  /frameworks/av/media/libmedia/
IAudioTrack.cpp 34 STOP,
80 virtual void stop() function in class:android::BpAudioTrack
84 remote()->transact(STOP, data, &reply);
212 case STOP: {
214 stop();

Completed in 465 milliseconds

<<11121314151617181920>>