HomeSort by relevance Sort by last modified time
    Searched refs:Stop (Results 176 - 200 of 840) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/go/linux-x86/src/runtime/trace/
trace.go 10 // GC-related events, changes of heap size, processor start/stop, etc.
61 // Stop stops the current tracing, if any.
62 // Stop only returns after all the writes for the trace have completed.
63 func Stop() {
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m68hc11/
insns-dwarf2.d 32 0000000c <Stop>:
34 Stop:
100 jmp Stop
insns.d 19 0+000c <Stop> .byte 0xcd, 0x03
20 0+000e <Stop\+0x2> bra 0x0+0+ <_start>
60 [ ]+55: R_M68HC11_16 Stop
  /build/soong/zip/
rate_limit.go 26 stop chan struct{}
41 stop: make(chan struct{}),
68 // Stop the background goroutine
69 func (r *RateLimit) Stop() {
70 close(r.stop)
94 case <-r.stop:
137 func (e CPURateLimiter) Stop() {
138 e.impl.Stop()
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/SnpDxe/
SnpDxe.inf 45 Stop.c
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRCommonToken.h 66 Stop:(NSInteger)aStop;
81 Stop:(NSInteger)theStop;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRCommonToken.h 66 Stop:(NSInteger)aStop;
81 Stop:(NSInteger)theStop;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRCommonToken.h 66 Stop:(NSInteger)aStop;
81 Stop:(NSInteger)theStop;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRCommonToken.h 59 Stop:(NSInteger)aStop;
74 Stop:(NSInteger)theStop;
  /external/google-breakpad/src/client/mac/crash_generation/
crash_generation_server.cc 65 Stop();
75 bool CrashGenerationServer::Stop() {
  /external/libchrome/base/
sync_socket_unittest.cc 35 void Stop() {
123 thread.Stop();
  /external/swiftshader/third_party/LLVM/include/llvm/
Use.h 117 static Use *initTags(Use *Start, Use *Stop);
121 static void zap(Use *Start, const Use *Stop, bool del = false);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineLoopRanges.cpp 72 bool MachineLoopRange::overlaps(SlotIndex Start, SlotIndex Stop) {
74 return I.valid() && Stop > I.start();
110 OS << " [" << I.start() << ';' << I.stop() << ')';
SplitKit.cpp 167 SlotIndex Start, Stop;
168 tie(Start, Stop) = LIS.getSlotIndexes()->getMBBRange(BI.MBB);
173 if (UseI == UseE || *UseI >= Stop) {
178 if (LVI->end < Stop)
185 while (UseI != UseE && *UseI < Stop);
187 assert(BI.LastInstr < Stop);
201 while (LVI->end < Stop) {
203 if (++LVI == LVE || LVI->start >= Stop) {
233 // LVI is now at LVE or LVI->end >= Stop.
238 // Live segment ends exactly at Stop. Move to the next segment
    [all...]
  /external/webrtc/talk/app/webrtc/
dtlsidentitystore_unittest.cc 139 worker_thread_->Stop();
149 worker_thread_->Stop();
rtpsender.h 110 void Stop() override;
168 void Stop() override;
  /external/webrtc/webrtc/base/
profiler.h 93 void Stop();
94 void Stop(uint64_t stop_time);
  /prebuilts/go/darwin-x86/misc/cgo/testsanitizers/src/
tsan10.go 28 defer signal.Stop(c)
  /prebuilts/go/darwin-x86/src/runtime/
norace_linux_test.go 29 defer check.Stop()
  /prebuilts/go/linux-x86/misc/cgo/testsanitizers/src/
tsan10.go 28 defer signal.Stop(c)
  /prebuilts/go/linux-x86/src/runtime/
norace_linux_test.go 29 defer check.Stop()
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/
messages.properties 44 DeviceView_Stop_Method_Profiling=Stop Method Profiling
45 DeviceView_Stop_Method_Profiling_Tooltip=Stop Method Profiling
46 DeviceView_Stop_Process=Stop Process
47 DeviceView_Stop_Process_Tooltip=Stop Process
  /system/core/libmemunreachable/tests/
Binder_test.cpp 66 ~ServiceProcess() { Stop(); }
82 bool Stop() {
  /external/llvm/lib/CodeGen/
SplitKit.cpp 205 SlotIndex Start, Stop;
206 std::tie(Start, Stop) = LIS.getSlotIndexes()->getMBBRange(BI.MBB);
211 if (UseI == UseE || *UseI >= Stop) {
216 if (LVI->end < Stop)
223 while (UseI != UseE && *UseI < Stop);
225 assert(BI.LastInstr < Stop);
239 while (LVI->end < Stop) {
241 if (++LVI == LVE || LVI->start >= Stop) {
271 // LVI is now at LVE or LVI->end >= Stop.
276 // Live segment ends exactly at Stop. Move to the next segment
    [all...]
  /art/runtime/gc/
task_processor.h 60 // Stop tells the RunAllTasks to finish up the remaining tasks as soon as
62 void Stop(Thread* self) REQUIRES(!lock_);

Completed in 906 milliseconds

1 2 3 4 5 6 78 91011>>