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

1 2 3 45 6 7 8 91011>>

  /system/extras/libperfmgr/include/perfmgr/
NodeLooperThread.h 56 virtual ~NodeLooperThread() { Stop(); }
58 // Need call Stop() as the threadloop will hold a strong pointer
60 // the out looper can call deconstructor to Stop() thread
61 void Stop();
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m68hc11/
insns.s 13 Stop:
52 jmp Stop
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/xgate/
insns-dwarf2.d 37 0+0012 <Stop>:
39 Stop:
71 bra Stop
72 28: 3f f4 bra \*-22 Abs\* 0x12 <Stop>
  /external/libchrome/base/threading/
thread_unittest.cc 47 ~SleepInsideInitThread() override { Stop(); }
87 ~CaptureToEventList() override { Stop(); }
184 // it to use StopSoon() and not wait for a complete Stop().
255 a.Stop();
268 a.Stop();
269 // Same with Stop().
270 a.Stop();
275 a.Stop();
279 // check in Thread::Stop() as part of http://crbug.com/629139.
289 base::Bind(&Thread::Stop, base::Unretained(&a)))
    [all...]
  /external/webrtc/webrtc/base/
task.cc 47 Stop();
90 Stop();
92 // verify that stop removed this from its parent
127 Stop();
129 // verify that stop removed this from its parent
150 // "done_" is set before calling "Stop()" to ensure that this code
152 Stop();
154 // verify that stop removed this from its parent
222 void Task::Stop() {
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/EblCmdLib/
EblCmdLib.c 229 UINT64 Start, Stop, TimeStamp;
234 TicksPerSecond = GetPerformanceCounterProperties (&Start, &Stop);
235 if (Start < Stop) {
243 Key = GetPerformanceMeasurement (Key, (CONST VOID **)&Handle, &Token, &Module, &Start, &Stop);
246 if (Stop == 0) {
247 // The entry for EBL is still running so the stop time will be zero. Skip it
250 Delta = CountUp?(Stop - Start):(Start - Stop);
263 Key = GetPerformanceMeasurement (Key, (CONST VOID **)&Handle, &Token, &Module, &Start, &Stop);
267 Delta = CountUp?(Stop - Start):(Start - Stop);
    [all...]
  /external/tensorflow/tensorflow/contrib/gdr/
gdr_server_lib.cc 75 Status GdrServer::Stop() {
76 TF_RETURN_IF_ERROR(GrpcServer::Stop());
77 remote_memory_manager_->Stop();
  /external/webrtc/webrtc/test/
fake_audio_device.cc 44 Stop();
46 thread_.Stop();
139 void FakeAudioDevice::Stop() {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DriverBinding/
DriverBinding.h 100 Stop this driver on ControllerHandle.
104 ControllerHandle - Handle of device to stop driver on
106 children is zero stop the entire bus driver.
107 ChildHandleBuffer - List of Child Handles to Stop.
122 EFI_DRIVER_BINDING_STOP Stop;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Ip4Config/
Ip4Config.h 65 EFI_IP4_CONFIG_STOP Stop;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DriverBinding.h 127 The Stop() function is designed to be invoked from the EFI boot service DisconnectController().
128 As a result, much of the error checking on the parameters to Stop() has been moved
129 into this common boot service. It is legal to call Stop() from other locations,
141 to use to stop the device.
161 /// If a controller is supported, then it also provides routines to start and stop the controller.
166 EFI_DRIVER_BINDING_STOP Stop;
Ip4Config.h 119 The Stop() function stops the configuration policy for the EFI IPv4 Protocol driver.
120 All configuration data will be lost after calling Stop().
176 EFI_IP4_CONFIG_STOP Stop;
  /external/autotest/client/cros/cellular/pseudomodem/
run_pseudomodem.py 47 pmc.Stop()
  /external/google-breakpad/src/client/linux/crash_generation/
crash_generation_server.h 83 // Stop the server.
84 void Stop();
  /external/google-breakpad/src/client/mac/crash_generation/
crash_generation_server.h 103 // Stop the server.
104 bool Stop();
136 // The name of the mach port. Stored so the Stop method can message
  /external/libchrome/components/timers/
alarm_timer_chromeos.cc 30 Stop();
33 void AlarmTimer::Stop() {
40 base::Timer::Stop();
64 // Cancel any previous callbacks and stop watching |alarm_fd_|.
138 // stop it.
143 Stop();
alarm_timer_chromeos.h 31 // instantiated. Start() and Stop() must be called from a thread that supports
38 void Stop() override;
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineLoopRanges.h 57 bool overlaps(SlotIndex Start, SlotIndex Stop);
  /external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
DriverBinding.h 85 Stop this driver on ControllerHandle. This service is called by the
90 to call Stop() it must also follow these calling restrictions.
93 @param ControllerHandle Handle of device to stop driver on
95 children is zero stop the entire bus driver.
96 @param ChildHandleBuffer List of Child Handles to Stop.
113 /// If a controller is supported, then it also provides routines to start and stop the controller.
118 EFI_DRIVER_BINDING_STOP Stop;
  /external/tensorflow/tensorflow/core/platform/profile_utils/
clock_cycle_profiler.h 37 // Stop counting clock cycle.
38 inline void Stop() {
  /external/webrtc/talk/app/webrtc/
remotevideocapturer.cc 52 void RemoteVideoCapturer::Stop() {
55 << "RemoteVideoCapturer::Stop called when it's already stopped.";
59 LOG(LS_INFO) << "RemoteVideoCapturer::Stop";
  /external/webrtc/talk/media/devices/
yuvframescapturer.h 67 virtual void Stop();
  /external/webrtc/talk/session/media/
audiomonitor.h 54 void Stop();
currentspeakermonitor.h 69 void Stop();
  /external/webrtc/webrtc/audio/
audio_send_stream.h 37 void Stop() override;

Completed in 459 milliseconds

1 2 3 45 6 7 8 91011>>