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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/native/services/surfaceflinger/
StartPropertySetThread.cpp 25 status_t StartPropertySetThread::Start() {
34 // Start BootAnimation if not started
35 property_set("ctl.start", "bootanim");
  /prebuilts/go/darwin-x86/src/runtime/trace/
trace.go 10 // GC-related events, changes of heap size, processor start/stop, etc.
42 // Start enables tracing for the current program.
44 // Start returns an error if tracing is already enabled.
45 func Start(w io.Writer) error {
  /prebuilts/go/linux-x86/src/runtime/trace/
trace.go 10 // GC-related events, changes of heap size, processor start/stop, etc.
42 // Start enables tracing for the current program.
44 // Start returns an error if tracing is already enabled.
45 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/lzma/CPP/7zip/Common/
VirtThread.cpp 32 void CVirtThread::Start()
  /art/test/916-obsolete-jit/src/
Transform.java 20 private void Start(Consumer<String> reporter) {
29 reporter.accept("Pre Start private method call");
30 Start(reporter);
31 reporter.accept("Post Start private method call");
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
Mtftp4Support.h 19 // The structure representing a range of block numbers, [Start, End].
25 INTN Start;
35 RRQ and WRQ have different requirements for Start and End.
36 For example, during start up, WRQ initializes its whole valid block range
38 to start the upload. When the client received ACK0, it will remove 0 from the
46 @param Start The Start block number.
56 IN UINT16 Start,
  /device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/
Mtftp6Support.h 20 // The structure representing a range of block numbers, [Start, End].
26 INTN Start;
35 different requirements for Start and End. For example, during startup,
37 is because the server will send an ACK0 to inform the user to start the
46 @param[in] Start The Start block number.
56 IN UINT16 Start,
249 Start the Mtftp6 instance to perform the operation, such as read file,
305 Start the Mtftp6 instance to upload. It will first init some states,
306 then send the WRQ request packet, and start to receive the packet.
    [all...]
  /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 {
  /external/libchrome/base/test/
test_io_thread.cc 15 Start();
27 void TestIOThread::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"
  /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/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/pdfium/core/fpdfapi/render/
cpdf_imageloader.cpp 24 bool CPDF_ImageLoader::Start(const CPDF_ImageObject* pImage,
cpdf_progressiverenderer.cpp 38 void CPDF_ProgressiveRenderer::Start(IFX_PauseIndicator* pPause) {
  /external/pdfium/fpdfsdk/fpdfxfa/
cxfa_fwladaptertimermgr.cpp 38 void CXFA_FWLAdapterTimerMgr::Start(CFWL_Timer* pTimer,
  /external/swiftshader/third_party/llvm-subzero/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/tensorflow/tensorflow/stream_executor/host/
host_timer.cc 28 bool HostTimer::Start(Stream* stream) {

Completed in 387 milliseconds

1 2 3 4 5 6 7 8 91011>>