HomeSort by relevance Sort by last modified time
    Searched defs:Start (Results 1 - 25 of 453) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium-trace/catapult/telemetry/telemetry/core/
profiling_controller.py 11 def Start(self, profiler_name, base_output_file):
12 self._profiling_controller_backend.Start(profiler_name, base_output_file)
  /prebuilts/go/darwin-x86/src/runtime/trace/
trace.go 8 // changes of heap size, processor start/stop, etc and writes them to an io.Writer
19 // Start enables tracing for the current program.
21 // Start returns an error if tracing is already enabled.
22 func Start(w io.Writer) error {
  /prebuilts/go/linux-x86/src/runtime/trace/
trace.go 8 // changes of heap size, processor start/stop, etc and writes them to an io.Writer
19 // Start enables tracing for the current program.
21 // Start returns an error if tracing is already enabled.
22 func Start(w io.Writer) error {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
RuleReturnScope.cs 35 /// Rules can have start/stop info.
40 /// Gets the start element from the input stream
42 TLabel Start {
ParserRuleReturnScope.cs 47 * from start and stop using the input stream's toString() method. I
63 public TToken Start {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
IRuleReturnScope.cs 36 /// Rules can have start/stop info.
41 /// Gets the start element from the input stream
43 object Start
IRuleReturnScope`1.cs 36 /// Rules can have start/stop info.
42 /// Gets the start element from the input stream
44 new TLabel Start
ParserRuleReturnScope.cs 48 * from start and stop using the input stream's toString() method. I
64 public TToken Start
90 object IRuleReturnScope.Start
94 return Start;
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
profiling_controller_backend.py 14 def Start(self, profiler_name, base_output_file):
  /external/lzma/CPP/7zip/Common/
VirtThread.cpp 32 void CVirtThread::Start()
  /system/core/metricsd/uploader/
metricsd_service_runner.cc 32 void MetricsdServiceRunner::Start() {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeRuleReturnScope.cs 36 * the start property is a tree nodes not Token object
45 public TTree Start {
  /prebuilts/go/darwin-x86/test/interface/
pointer.go 18 start Inst
21 type Start struct {
25 func (start *Start) Next() *Inst { return nil }
35 var x Inst = AddInst(new(Start)) // ERROR "pointer to interface"
37 var y *Inst = new(Start) // ERROR "pointer to interface|incompatible type"
  /prebuilts/go/linux-x86/test/interface/
pointer.go 18 start Inst
21 type Start struct {
25 func (start *Start) Next() *Inst { return nil }
35 var x Inst = AddInst(new(Start)) // ERROR "pointer to interface"
37 var y *Inst = new(Start) // ERROR "pointer to interface|incompatible type"
  /system/bt/service/ipc/
ipc_manager.cpp 38 bool IPCManager::Start(Type type, Delegate* delegate) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreeRuleReturnScope`1.cs 37 * the start property is a tree nodes not Token object
47 public TTree Start
60 object IRuleReturnScope.Start
64 return Start;
  /external/dng_sdk/source/
dng_filter_task.cpp 58 void dng_filter_task::Start (uint32 threadCount,
  /external/libchrome/base/test/
test_io_thread.cc 27 Start();
39 void TestIOThread::Start() {
  /external/llvm/lib/Support/
StringExtras.cpp 40 StringRef::size_type Start = Source.find_first_not_of(Delimiters);
43 StringRef::size_type End = Source.find_first_of(Delimiters, Start);
45 return std::make_pair(Source.slice(Start, End), Source.substr(End));
  /external/llvm/lib/Target/SystemZ/
SystemZTargetTransformInfo.cpp 151 unsigned Start, End;
152 if (TII->isRxSBGMask(Imm.getZExtValue(), BitSize, Start, End))
  /external/opencv3/3rdparty/openexr/IlmThread/
IlmThreadPosix.cpp 52 typedef void * (* Start) (void *);
89 Thread::start () function in class:IlmThread::Thread
91 if (int error = ::pthread_create (&_thread, 0, Start (threadLoop), this))
  /external/pdfium/fpdfsdk/src/fpdfxfa/
fpdfxfa_util.cpp 13 FWL_ERR CXFA_FWLAdapterTimerMgr::Start(IFWL_Timer* pTimer,
  /external/regex-re2/util/
thread.cc 25 void Thread::Start() {
  /external/webrtc/talk/app/webrtc/java/jni/
androidnetworkmonitor_jni.cc 62 void AndroidNetworkMonitor::Start() {
  /external/webrtc/talk/app/webrtc/
remotevideocapturer.cc 39 cricket::CaptureState RemoteVideoCapturer::Start(
43 << "RemoteVideoCapturer::Start called when it's already started.";
47 LOG(LS_INFO) << "RemoteVideoCapturer::Start";

Completed in 3503 milliseconds

1 2 3 4 5 6 7 8 91011>>