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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/helgrind/tests/
pth_spinlock.stderr.exp 0 Start of test.
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
sel_ldr_launcher_chrome.h 15 virtual bool Start(const char* url);
16 virtual bool Start(PP_Instance instance,
  /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
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;
IRuleReturnScope`1.cs 36 /// Rules can have start/stop info.
42 /// Gets the start element from the input stream
44 new TLabel Start
  /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/chromium_org/ui/views/
repeat_controller.cc 26 void RepeatController::Start() {
28 timer_.Start(FROM_HERE, TimeDelta::FromMilliseconds(kInitialRepeatDelay),
40 timer_.Start(FROM_HERE, TimeDelta::FromMilliseconds(kRepeatDelay), this,
  /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 {
  /external/chromium/chrome/common/
profiling.h 24 // Start profiling.
25 static void Start();
  /external/chromium_org/chrome/common/
profiling.h 23 // Start profiling.
24 static void Start();
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
TemplateSyntaxTree.java 19 import com.google.clearsilver.jsilver.syntax.node.Start;
28 private final Start root;
30 TemplateSyntaxTree(Start root) {
34 public Start getRoot() {
  /external/llvm/include/llvm/Support/
SMLoc.h 49 SMLoc Start, End;
52 SMRange(SMLoc St, SMLoc En) : Start(St), End(En) {
53 assert(Start.isValid() == End.isValid() &&
54 "Start and end should either both be valid or both be invalid!");
57 bool isValid() const { return Start.isValid(); }
  /external/llvm/runtime/libprofile/
Profiling.h 33 void write_profiling_data(enum ProfilingType PT, unsigned *Start,
  /external/clang/lib/Analysis/
FormatStringParsing.h 33 const char *Start, const char *&Beg,
38 const char *Start, const char *&Beg, const char *E,
42 FormatSpecifier &CS, const char *Start,
52 const char *Start;
56 : Start(0), Stop(stop) {}
57 SpecifierResult(const char *start,
59 : FS(fs), Start(start), Stop(false) {}
61 const char *getStart() const { return Start; }
63 bool hasValue() const { return Start != 0;
    [all...]
  /external/valgrind/main/drd/tests/
pth_spinlock.stderr.exp 2 Start of test.
unit_bitmap.stderr.exp 0 Start of DRD BM unit test.
  /external/chromium_org/remoting/client/
client_context.cc 18 void ClientContext::Start() {
19 // Start all the threads.
20 decode_thread_.Start();
21 audio_decode_thread_.Start();
  /external/chromium/net/url_request/
url_request_error_job.h 21 virtual void Start();
  /external/chromium_org/remoting/host/
continue_window.cc 22 void ContinueWindow::Start(
30 session_expired_timer_.Start(
47 session_expired_timer_.Start(
74 disconnect_timer_.Start(
  /external/chromium_org/third_party/re2/util/
thread.h 14 void Start();
  /external/regex-re2/util/
thread.h 14 void Start();
  /external/chromium_org/build/android/pylib/utils/
time_profile.py 15 self.Start()
17 def Start(self):
  /external/llvm/lib/IR/
Use.cpp 89 Use *Use::initTags(Use * const Start, Use *Stop) {
92 if (Start == Stop--)
93 return Start;
106 while (Start != Stop) {
119 return Start;
126 void Use::zap(Use *Start, const Use *Stop, bool del) {
127 while (Start != Stop)
130 ::operator delete(Start);
  /external/valgrind/unittest/output_tests/
fun_hist_test.cc 35 t1.Start();
36 t2.Start();
output_test1.cc 21 t1.Start();
22 t2.Start();

Completed in 1864 milliseconds

1 2 3 4 5 6 7 8 91011>>