HomeSort by relevance Sort by last modified time
    Searched refs:stop (Results 501 - 525 of 3591) sorted by null

<<21222324252627282930>>

  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
ProfileServiceTest.java 167 * Test: Start and stop a single profile repeatedly.
168 * Verify that the profiles start and stop.
182 ArgumentCaptor<ProfileService> stop = ArgumentCaptor.forClass(ProfileService.class); local
185 stop.capture(), eq(BluetoothAdapter.STATE_OFF));
186 Assert.assertEquals(start.getValue(), stop.getValue());
193 * Test: Start and stop a single profile repeatedly and verify that the profile services are
208 ArgumentCaptor<ProfileService> stop = ArgumentCaptor.forClass(ProfileService.class); local
211 stop.capture());
212 Assert.assertEquals(start.getValue(), stop.getValue());
  /prebuilts/go/darwin-x86/src/runtime/
signal_darwin.go 25 /* 17 */ {0, "SIGSTOP: stop"},
26 /* 18 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTSTP: keyboard stop"},
27 /* 19 */ {_SigNotify + _SigDefault + _SigIgn, "SIGCONT: continue after stop"},
signal_dragonfly.go 25 /* 17 */ {0, "SIGSTOP: stop"},
26 /* 18 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTSTP: keyboard stop"},
27 /* 19 */ {_SigNotify + _SigDefault + _SigIgn, "SIGCONT: continue after stop"},
signal_freebsd.go 25 /* 17 */ {0, "SIGSTOP: stop"},
26 /* 18 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTSTP: keyboard stop"},
27 /* 19 */ {_SigNotify + _SigDefault + _SigIgn, "SIGCONT: continue after stop"},
signal_nacl.go 30 /* 17 */ {0, "SIGSTOP: stop"},
31 /* 18 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTSTP: keyboard stop"},
32 /* 19 */ {_SigNotify + _SigDefault + _SigIgn, "SIGCONT: continue after stop"},
signal_netbsd.go 25 /* 17 */ {0, "SIGSTOP: stop"},
26 /* 18 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTSTP: keyboard stop"},
27 /* 19 */ {_SigNotify + _SigDefault + _SigIgn, "SIGCONT: continue after stop"},
signal_openbsd.go 25 /* 17 */ {0, "SIGSTOP: stop"},
26 /* 18 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTSTP: keyboard stop"},
27 /* 19 */ {_SigNotify + _SigDefault + _SigIgn, "SIGCONT: continue after stop"},
  /prebuilts/go/linux-x86/src/runtime/
signal_darwin.go 25 /* 17 */ {0, "SIGSTOP: stop"},
26 /* 18 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTSTP: keyboard stop"},
27 /* 19 */ {_SigNotify + _SigDefault + _SigIgn, "SIGCONT: continue after stop"},
signal_dragonfly.go 25 /* 17 */ {0, "SIGSTOP: stop"},
26 /* 18 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTSTP: keyboard stop"},
27 /* 19 */ {_SigNotify + _SigDefault + _SigIgn, "SIGCONT: continue after stop"},
signal_freebsd.go 25 /* 17 */ {0, "SIGSTOP: stop"},
26 /* 18 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTSTP: keyboard stop"},
27 /* 19 */ {_SigNotify + _SigDefault + _SigIgn, "SIGCONT: continue after stop"},
signal_nacl.go 30 /* 17 */ {0, "SIGSTOP: stop"},
31 /* 18 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTSTP: keyboard stop"},
32 /* 19 */ {_SigNotify + _SigDefault + _SigIgn, "SIGCONT: continue after stop"},
signal_netbsd.go 25 /* 17 */ {0, "SIGSTOP: stop"},
26 /* 18 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTSTP: keyboard stop"},
27 /* 19 */ {_SigNotify + _SigDefault + _SigIgn, "SIGCONT: continue after stop"},
signal_openbsd.go 25 /* 17 */ {0, "SIGSTOP: stop"},
26 /* 18 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTSTP: keyboard stop"},
27 /* 19 */ {_SigNotify + _SigDefault + _SigIgn, "SIGCONT: continue after stop"},
  /cts/tests/tests/media/src/android/media/cts/
RoutingTest.java 171 audioTrack.stop();
438 public void stop() { mPlaying = false; } method in class:RoutingTest.AudioTrackFiller
482 filler.stop();
483 audioTrack.stop();
502 public void stop() { mRecording = false; } method in class:RoutingTest.AudioRecordPuller
548 puller.stop();
549 audioRecord.stop();
597 mediaPlayer.stop();
617 mediaPlayer.stop();
649 mediaPlayer.stop();
    [all...]
SoundPoolTest.java 165 mSoundPool.stop(streamID);
181 mSoundPool.stop(streamID);
197 mSoundPool.stop(streamID1);
201 mSoundPool.stop(streamID2);
230 mSoundPool.stop(stream);
320 soundPool.stop(stream);
359 mSoundPool.stop(stream);
  /toolchain/binutils/binutils-2.27/bfd/
pei-x86_64.c 471 bfd_size_type stop; local
487 stop = pei_section_data (abfd, pdata_section)->virt_size;
488 if ((stop % onaline) != 0)
491 pdata_section->name, (long) stop, onaline);
496 if (stop)
503 if (stop == 0 && strcmp (abfd->xvec->name, "pe-x86-64") == 0)
505 stop = (datasize / onaline) * onaline;
508 else if (datasize < stop)
513 (unsigned long) stop);
515 stop = datasize / onaline
    [all...]
  /external/protobuf/objectivec/
GPBDictionary.h 69 (void (^)(uint32_t key, uint32_t value, BOOL *stop))block;
104 (void (^)(uint32_t key, int32_t value, BOOL *stop))block;
139 (void (^)(uint32_t key, uint64_t value, BOOL *stop))block;
174 (void (^)(uint32_t key, int64_t value, BOOL *stop))block;
209 (void (^)(uint32_t key, BOOL value, BOOL *stop))block;
244 (void (^)(uint32_t key, float value, BOOL *stop))block;
279 (void (^)(uint32_t key, double value, BOOL *stop))block;
326 (void (^)(uint32_t key, int32_t value, BOOL *stop))block;
334 (void (^)(uint32_t key, int32_t rawValue, BOOL *stop))block;
380 (void (^)(uint32_t key, ObjectType object, BOOL *stop))block
    [all...]
  /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/libunwind_llvm/src/
UnwindLevel1.c 39 // Walk each frame looking for a place to stop.
85 // If there is a personality routine, ask it if it will want to stop at
99 // stop search and remember stack pointer at the frame
135 // Walk each frame until we reach where search phase said to stop.
200 // Phase 1 said we would stop at this frame, but we did not...
202 "stop here, but now in phase2 it did not stop here");
240 _Unwind_Stop_Fn stop, void *stop_parameter) {
243 // Walk each frame until we reach where search phase said to stop
271 // Call stop function at each frame
    [all...]
  /external/ltp/testcases/open_posix_testsuite/functional/threads/pi_test/
pitest-2.c 34 * 7. Stop these threads.
58 volatile int stop; member in struct:thread_param
118 while (!tp->stop) {
156 while (!tp->stop) {
337 /* Stop TL thread */
338 tp[0].stop = 1;
341 /* Stop TP thread */
342 tp[1].stop = 1;
345 tp[2].stop = 1;
348 /* Stop TF threads *
    [all...]
pitest-3.c 34 * 6. Stop these threads.
59 volatile int stop; member in struct:thread_param
121 while (!tp->stop) {
162 while (!tp->stop) {
349 /* Stop TL thread */
350 tp[0].stop = 1;
353 /* Stop TP thread */
354 tp[1].stop = 1;
357 tp[2].stop = 1;
360 /* Stop TF threads *
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/
ScanManagerTest.java 148 manager.stop();
260 instance.stop();
264 instance.stop();
284 manager.stop();
307 * Test of stop method, of class com.sun.jmx.examples.scandir.ScanManager.
310 System.out.println("stop");
317 manager.stop();
322 manager.stop();
325 doTestOperation(manager,op,EnumSet.of(STOPPED),"stop");
350 manager.stop();
    [all...]
  /prebuilts/jdk/jdk8/linux-x86/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/
ScanManagerTest.java 148 manager.stop();
260 instance.stop();
264 instance.stop();
284 manager.stop();
307 * Test of stop method, of class com.sun.jmx.examples.scandir.ScanManager.
310 System.out.println("stop");
317 manager.stop();
322 manager.stop();
325 doTestOperation(manager,op,EnumSet.of(STOPPED),"stop");
350 manager.stop();
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Interpreter.java 103 int stop = input.index()-1; local
109 token.setStopIndex(stop);
147 NFAState stop = grammar.getRuleStopState(startRule); local
148 parseEngine(startRule, start, stop, in, ruleInvocationStack,
184 NFAState stop = grammar.getRuleStopState(startRule); local
185 parseEngine(startRule, start, stop, input, ruleInvocationStack,
213 NFAState stop,
225 while ( s!=stop ) {
287 //System.out.println("stack empty in stop state for "+s.getEnclosingRule());
383 //System.out.println("hit stop state for "+stop.getEnclosingRule())
    [all...]
  /frameworks/av/media/libstagefright/
AudioPlayer.cpp 225 mSource->stop();
253 mSource->stop();
276 mAudioSink->stop();
278 mAudioTrack->stop();
318 mAudioSink->stop();
334 mAudioTrack->stop();
344 // source is able to stop().
358 mSource->stop();
523 // no more buffers to push - stop() and wait for STREAM_END
526 mAudioSink->stop();
    [all...]

Completed in 884 milliseconds

<<21222324252627282930>>