HomeSort by relevance Sort by last modified time
    Searched defs:Start (Results 151 - 175 of 826) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/go/darwin-x86/src/syscall/
exec_unix_test.go 37 func (c *command) Start() {
38 if err := c.proc.Start(); err != nil {
71 cmd.Start()
91 cmd.Start()
115 cmd1.Start()
138 cmd2.Start()
191 cmd.Start()
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
timings.go 15 // which are added trough a sequence of Start/Stop calls.
25 start bool
33 func (t *Timings) append(labels []string, start bool) {
34 t.list = append(t.list, timestamp{time.Now(), strings.Join(labels, ":"), start})
37 // Start marks the beginning of a new phase and implicitly stops the previous phase.
39 func (t *Timings) Start(labels ...string) {
51 // phase if Start or Stop hasn't been called yet. The unit specifies
67 // The prefix is printed at the start of each line.
79 // accumulated time between Stop/Start timestamps
82 // process Start/Stop timestamp
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
exec_unix_test.go 37 func (c *command) Start() {
38 if err := c.proc.Start(); err != nil {
71 cmd.Start()
91 cmd.Start()
115 cmd1.Start()
138 cmd2.Start()
191 cmd.Start()
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-view/
startfile.py 84 class Start(BaseController):
85 '''Controller for the win32 start progam through os.startfile.'''
97 _controllers['windows-default'] = Start('start')
  /prebuilts/misc/linux-x86/analyzer/tools/scan-view/
startfile.py 84 class Start(BaseController):
85 '''Controller for the win32 start progam through os.startfile.'''
97 _controllers['windows-default'] = Start('start')
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/benchmarks/
filesystem.bench.cpp 54 auto Start = Iter(PP.native().begin());
57 benchmark::DoNotOptimize(Start);
60 const path P(Start, End);
  /test/vts/agents/hal/
SocketServerForDriver.cpp 69 void SocketServerForDriver::Start() {
72 LOG(INFO) << "Start server for driver with callback ID: " << message.id();
132 server.Start();
  /test/vts/drivers/hal/libmeasurement/
vts_measurement.cpp 43 // (in which case it will complain at start-up time).
70 void VtsMeasurement::Start() {
  /test/vts/runners/host/tcp_server/
callback_server.py 147 def Start(self, port=0):
158 CallbackServerError is raised if the server fails to start.
165 # Start a thread with the server.
169 server_thread.start()
176 'Failed to start CallbackServer on (%s:%s).' %
  /test/vts/utils/python/systrace/
systrace_controller.py 28 '''A util to start/stop systrace through shell command.
49 'Tool will not start if multiple devices are connected.')
99 def Start(self):
100 '''Start systrace process.
102 Use shell command to start a python systrace script
112 'Cannot start systrace: configuration is not correct for %s.',
154 logging.error('Failed to start systrace on process %s',
  /external/skia/tests/
ArenaAllocTest.cpp 46 struct Start {
47 ~Start() {
48 if (start) {
49 start->~Node();
52 Node* start; member in struct:__anon34246::Start
163 Start start; local
169 start.start = current;
  /external/skqp/tests/
ArenaAllocTest.cpp 41 struct Start {
42 ~Start() {
43 if (start) {
44 start->~Node();
47 Node* start; member in struct:__anon34914::Start
158 Start start; local
164 start.start = current;
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
Gpt.asm 33 Start:
36 ; Start Print
175 ; EDX:EAX = Start LBA
213 dd 0h, 0h ; Start LBA (To be fixed each times)
268 db 0ffh ; Start Header
269 db 0ffh ; Start Sector
270 db 0ffh ; Start Track
Mbr.asm 33 Start:
36 ; Start Print
125 mov eax, dword ptr es:[bp + di + 8] ; Start LBA
127 shr edx, 16 ; DX:AX = Start LBA
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/
Synchronization.c 108 UINT64 Start, End;
112 Start = 0;
118 GetPerformanceCounterProperties (&Start, &End),
123 if (Start < End) {
132 ASSERT ((Start < End) ^ (Tick <= GetPerformanceCounter ()));
SynchronizationMsc.c 113 UINT64 Start, End;
117 Start = 0;
123 GetPerformanceCounterProperties (&Start, &End),
128 if (Start < End) {
137 ASSERT ((Start < End) ^ (Tick <= GetPerformanceCounter ()));
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeReportStatusCodeLib/
ReportStatusCodeLib.c 112 CONST EFI_DEVICE_PATH_PROTOCOL *Start;
117 Start = DevicePath;
123 // Subtract the start node from the end node and add in the size of the end node
125 return ((UINTN) DevicePath - (UINTN) Start) + DevicePathNodeLength (DevicePath);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/SmmRuntimeDxeReportStatusCodeLib/
ReportStatusCodeLib.c 92 CONST EFI_DEVICE_PATH_PROTOCOL *Start;
97 Start = DevicePath;
103 // Subtract the start node from the end node and add in the size of the end node
105 return ((UINTN) DevicePath - (UINTN) Start) + DevicePathNodeLength (DevicePath);
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
Pthreads.c 86 THREAD_THUNK_THREAD_ENTRY Start;
99 THREAD_THUNK_THREAD_ENTRY Start;
103 Start = mThreadMangle.Start;
111 // We have to start the thread in SEC as we need to follow
113 // to the callers Start.
118 return (VOID *)ReverseGasketUint64 ((CALL_BACK)Start, (UINTN)Context);
125 IN THREAD_THUNK_THREAD_ENTRY Start,
133 // Threads inherit interrupt state so disable interrupts before we start thread
144 mThreadMangle.Start = Start
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/
DriverEntryPoint.c 45 CONST EFI_DEVICE_PATH_PROTOCOL *Start;
54 Start = DevicePath;
62 return ((UINTN) DevicePath - (UINTN) Start) + sizeof (EFI_DEVICE_PATH_PROTOCOL);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/
RegularExpressionDxe.c 93 OnigUChar *Start;
115 Start = (OnigUChar*)Pattern;
118 Start,
119 Start + onigenc_str_bytelen_null (CHAR16_ENCODING, Start),
135 Start = (OnigUChar*)String;
143 Start,
144 Start + onigenc_str_bytelen_null (CHAR16_ENCODING, Start),
145 Start,
    [all...]
  /external/autotest/client/cros/cellular/pseudomodem/
state_machine.py 77 This function must be called before |Start|. In this mode, the machine
97 def Start(self):
98 """ Start the state machine. """
163 logging.info('StateMachine cannot start.')
  /external/clang/lib/Basic/
Version.cpp 49 size_t Start = URL.find("cfe/");
50 if (Start != StringRef::npos)
51 URL = URL.substr(Start + 4);
67 size_t Start = URL.find("llvm/");
68 if (Start != StringRef::npos)
69 URL = URL.substr(Start);
  /external/google-breakpad/src/tools/linux/symupload/
minidump_upload.cc 59 static void Start(Options *options) {
149 Start(&options);
  /external/libchrome/base/threading/
simple_thread.cc 30 void SimpleThread::Start() {
31 DCHECK(!HasBeenStarted()) << "Tried to Start a thread multiple times.";
65 // We've initialized our new thread, signal that we're done to Start().
109 void DelegateSimpleThreadPool::Start() {
110 DCHECK(threads_.empty()) << "Start() called with outstanding threads.";
113 thread->Start();

Completed in 1602 milliseconds

1 2 3 4 5 67 8 91011>>