HomeSort by relevance Sort by last modified time
    Searched full:timer_start (Results 1 - 25 of 95) sorted by null

1 2 3 4

  /external/chromium_org/third_party/sqlite/src/src/
os_common.h 53 #define TIMER_START g_start=sqlite3Hwtime()
57 #define TIMER_START
  /packages/apps/DeskClock/res/layout/
time_setup_view.xml 92 android:id="@+id/timer_start"
93 android:text="@string/timer_start"
  /packages/apps/DeskClock/res/layout-land/
time_setup_view.xml 106 android:id="@+id/timer_start"
107 android:text="@string/timer_start"
  /development/samples/training/notify-user/res/values/
strings.xml 44 <string name="timer_start">Setting the timer</string>
  /development/samples/training/notify-user/src/com/example/android/pingme/
MainActivity.java 52 Toast.makeText(this, R.string.timer_start, Toast.LENGTH_SHORT).show();
PingService.java 136 Log.d(CommonConstants.DEBUG_TAG, getString(R.string.timer_start));
  /external/libppp/src/
timer.h 51 extern void timer_Start(struct pppTimer *);
timer.c 77 timer_Start(struct pppTimer *tp)
116 log_Printf(LogTIMER, "timer_Start: Inserting %s timer[%p] before %s "
119 log_Printf(LogTIMER, "timer_Start: Inserting %s timer[%p]\n", tp->name, tp);
fsm.c 182 timer_Start(&fp->StoppedTimer);
275 timer_Start(&fp->OpenTimer);
387 timer_Start(&fp->FsmTimer); /* Start restart timer */
402 timer_Start(&fp->FsmTimer); /* Start restart timer */
429 timer_Start(&fp->FsmTimer);
763 timer_Start(&fp->FsmTimer); /* Start restart timer */
throughput.c 192 timer_Start(&t->Timer);
222 timer_Start(&t->Timer);
auth.c 394 timer_Start(&authp->authtimer);
426 timer_Start(&authp->authtimer);
i4b.c 108 timer_Start(&dev->Timer);
168 timer_Start(&dev->Timer);
radius.c 665 timer_Start(&r->cx.timer);
1066 timer_Start(&r->cx.timer);
    [all...]
chat.c 102 timer_Start(&c->pause);
122 timer_Start(&c->timeout);
hdlc.c 418 timer_Start(&hdlc->ReportTimer);
429 timer_Start(&hdlc->ReportTimer);
lqr.c 197 timer_Start(&p->hdlc.lqm.timer);
325 timer_Start(&p->hdlc.lqm.timer);
tty.c 125 timer_Start(&dev->Timer);
192 timer_Start(&dev->Timer);
prompt.c 563 timer_Start(&bgtimer);
bundle.c 487 timer_Start(&bundle->choked.timer);
    [all...]
cbcp.c 139 timer_Start(&cbcp->fsm.timer);
  /packages/apps/DeskClock/src/com/android/deskclock/
TimerSetupView.java 109 View timerStart = findViewById(R.id.timer_start);
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerFragment.java 477 mStart = (Button)v.findViewById(R.id.timer_start);
    [all...]
  /packages/apps/DeskClock/res/values-be/
strings.xml 183 <string name="timer_start" msgid="6158486445614356442">"??????"</string>
  /packages/apps/DeskClock/res/values-km/
strings.xml 167 <string name="timer_start" msgid="6158486445614356442">"?????????"</string>
  /packages/apps/DeskClock/res/values-ne/
strings.xml 167 <string name="timer_start" msgid="6158486445614356442">"???? ?????????"</string>

Completed in 915 milliseconds

1 2 3 4