| /ndk/sources/third_party/googletest/googletest/test/ |
| gtest-death-test_test.cc | 382 // Sets SIGPROF action and ITIMER_PROF timer (interval: 1ms). 384 struct itimerval timer; local 385 timer.it_interval.tv_sec = 0; 386 timer.it_interval.tv_usec = 1; 387 timer.it_value = timer.it_interval; 388 ASSERT_EQ(0, setitimer(ITIMER_PROF, &timer, NULL)); 397 // Disables ITIMER_PROF timer and ignores SIGPROF signal. 399 struct itimerval timer; local 400 timer.it_interval.tv_sec = 0 [all...] |
| /packages/apps/Mms/tests/src/com/android/mms/ui/ |
| SmsTest.java | 216 * send a message and verify the receiption using the local number and default timer 225 * @param receiveTimer timer to wait for the received message, if it is null, default timer 230 protected boolean sendAndReceiveMessage(String recipientNumber, long timer) 233 if (timer > 0) { 234 receiveTimer = timer;
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/alsa/ |
| timer.h | 2 * \file include/timer.h 36 * \defgroup Timer Timer Interface 37 * Timer Interface. See \ref timer page for more details. 46 /** timer identification structure */ 48 /** timer global info structure */ 50 /** timer global params structure */ 52 /** timer global status structure */ 54 /** timer info structure * [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/ |
| timer.h | 2 * \file include/timer.h 36 * \defgroup Timer Timer Interface 37 * Timer Interface. See \ref timer page for more details. 46 /** timer identification structure */ 48 /** timer global info structure */ 50 /** timer global params structure */ 52 /** timer global status structure */ 54 /** timer info structure * [all...] |
| /external/chromium_org/ash/wm/ |
| system_gesture_event_filter_unittest.cc | 23 #include "base/timer/timer.h" 204 base::OneShotTimer<LongPressAffordanceHandler>* timer = local 206 EXPECT_TRUE(timer->IsRunning()); 210 timer->user_task().Run(); 211 timer->Stop(); 224 EXPECT_TRUE(timer->IsRunning()); 225 timer->user_task().Run(); 226 timer->Stop();
|
| /external/oprofile/ |
| oprofile_android | 115 print " -t, --timer : enable timer based profiling" 119 print " (not supported in timer mode)" 206 timer = False 213 'te:c:k:', ['timer', 'event=', 'callgraph=', 'kernel=']) 219 if o in ('-t', '--timer'): 220 timer = True 233 if not timer and len(events) == 0: 234 print '* Must specify --timer or at least one --event argument.' 237 if timer and len(events) != 0 [all...] |
| /external/skia/bench/ |
| Android.mk | 272 ../tools/timer/Timer.cpp \ 273 ../tools/timer/TimerData.cpp \ 274 ../tools/timer/GpuTimer.cpp \ 275 ../tools/timer/SysTimer_posix.cpp \ 309 $(LOCAL_PATH)/../tools/timer
|
| /external/srtp/test/ |
| srtp_driver.c | 465 clock_t timer; local 496 timer = clock(); 512 timer = clock() - timer; 517 num_trials * CLOCKS_PER_SEC / timer; 526 clock_t timer; local 547 timer = clock(); 552 timer = clock() - timer; 556 return (double) num_trials * CLOCKS_PER_SEC / timer; [all...] |
| /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/ |
| ScreenViewer.java | 48 import javax.swing.Timer; 71 private Timer timer; field in class:ScreenViewer 83 timer = new Timer(5000, this); 84 timer.setInitialDelay(0); 85 timer.setRepeats(true); 99 timer.start(); 152 timer.setDelay(rate); 153 timer.setInitialDelay(0) [all...] |
| /external/chromium_org/chrome/browser/resources/ |
| about_stats.js | 20 /* Timer accessor for Name Node. */ 25 /* Timer accessor for Value Node. */ 30 /* Timer accessor for Time Node. */ 35 /* Timer accessor for Average Time Node. */ 58 var nodes = document.getElementsByName('timer'); 86 var nodes = document.getElementsByName('timer'); 96 var nodes = document.getElementsByName('timer');
|
| /external/chromium_org/chrome/browser/resources/cryptotoken/ |
| usbsignhelper.js | 14 * @param {Countdown} timer Timer after whose expiration the caller is no longer 24 function UsbSignHelper(factory, timer, errorCb, successCb, opt_logMsgUrl) { 28 this.timer_ = timer; 324 * @param {Countdown} timer Timer after whose expiration the caller is no longer 334 function(timer, errorCb, successCb, opt_logMsgUrl) { 336 new UsbSignHelper(this.gnubbyFactory_, timer, errorCb, successCb,
|
| usbenrollhelper.js | 12 * @param {!Countdown} timer A timer for enroll timeout 24 function UsbEnrollHelper(factory, timer, errorCb, successCb, opt_progressCb, 29 this.timer_ = timer; 424 * @param {!Countdown} timer Timeout timer 436 function(timer, errorCb, successCb, opt_progressCb, opt_logMsgUrl) { 438 new UsbEnrollHelper(this.gnubbyFactory_, timer, errorCb, successCb,
|
| /external/chromium_org/chrome/browser/ui/ |
| hung_plugin_tab_helper.cc | 232 base::Timer timer; member in struct:HungPluginTabHelper::PluginState 238 // Since the scope of the timer manages our callback, this struct should 252 timer(false, false) { 337 // Schedule the timer to re-show the infobar if the plugin continues to be 339 state->timer.Start(FROM_HERE, state->next_reshow_delay, 398 // The timer should have been cancelled if the record isn't in our map
|
| /external/chromium_org/third_party/WebKit/Source/web/ |
| AssociatedURLLoader.cpp | 38 #include "platform/Timer.h" 153 void notifyError(Timer<ClientAdapter>*); 160 Timer<ClientAdapter> m_errorTimer; 278 // If an error has already been received, start a timer to report it to the client 284 void AssociatedURLLoader::ClientAdapter::notifyError(Timer<ClientAdapter>* timer) 286 ASSERT_UNUSED(timer, timer == &m_errorTimer);
|
| /external/libnfc-nci/halimpl/bcm2079x/hal/hal/ |
| nfc_hal_main.c | 89 nfc_hal_cb.timer.p_cback = nfc_hal_main_timeout_cback; 127 nfc_hal_main_start_quick_timer (&nfc_hal_cb.timer, NFC_HAL_TTYPE_NFCC_ENABLE, 278 HAL_TRACE_DEBUG1 ("nfc_hal_main_timeout_cback: unhandled timer event (0x%04x)", p_tlent->event); 331 ** Description Start a timer for the specified amount of time. 344 /* if timer list is currently empty, start periodic GKI timer */ 347 /* if timer starts on other than NCIT task (script wrapper) */ 350 /* post event to start timer in NCIT task */ 366 p_tle->ticks = timeout; /* Save the number of ticks for the timer */ 375 ** Description Stop a timer [all...] |
| /external/nist-sip/java/gov/nist/javax/sip/stack/ |
| SIPTransactionStack.java | 61 import java.util.Timer; 102 * Number of milliseconds between timer ticks (500). 126 // Global timer. Use this for all timer tasks. 128 private Timer timer; field in class:SIPTransactionStack 364 // / Timer to regularly ping the thread auditor (on behalf of the timer 367 // / Timer thread handle 376 // Check if we still have a timer (it may be null after shutdown [all...] |
| /external/qemu/android/ |
| looper-qemu.c | 18 #include "qemu/timer.h" 30 /* Model a timer simple as a QEMUTimer for the host_clock */ 83 LoopTimer* timer, 87 timer->clazz = (LoopTimerClass*) &qlooptimer_class; 88 timer->impl = timer_new(QEMU_CLOCK_HOST, SCALE_MS, callback, opaque);
|
| /frameworks/base/tools/velocityplot/ |
| velocityplot.py | 117 self.timer = self.fig.canvas.new_timer(interval=100) 118 self.timer.add_callback(lambda: self.update()) 119 self.timer.start()
|
| /developers/samples/android/wearable/wear/SkeletonWearableApp/Wearable/src/main/java/com/example/android/skeletonwearableapp/ |
| MainActivity.java | 97 * Handles the button to start a DelayedConfirmationView timer. 101 findViewById(R.id.timer);
|
| /development/ndk/platforms/android-9/arch-mips/include/asm/ip32/ |
| crime.h | 110 volatile unsigned long timer; member in struct:sgi_crime
|
| /development/samples/JetBoy/src/com/example/android/jetboy/ |
| JetBoy.java | 49 // game window timer 73 // set up handles for instruction text and game timer text 75 mTimerView = (TextView)findViewById(R.id.timer);
|
| /development/samples/wearable/SkeletonWearableApp/Wearable/src/main/java/com/example/android/google/wearable/app/ |
| MainActivity.java | 97 * Handles the button to start a DelayedConfirmationView timer. 101 findViewById(R.id.timer);
|
| /external/chromium_org/base/message_loop/ |
| message_pump_mac.h | 121 // Timer callback scheduled by ScheduleDelayedWork. This does not do any 124 static void RunDelayedWorkTimer(CFRunLoopTimerRef timer, void* info); 181 // The timer, sources, and observers are described above alongside their 196 // to be able to reset the timer properly after waking from system sleep.
|
| /external/libnfc-nci/src/nfc/int/ |
| ce_int.h | 92 TIMER_LIST_ENT timer; /* timeout for update file */ member in struct:__anon28153
|
| /external/libnfc-nci/src/nfc/llcp/ |
| llcp_main.c | 131 nfc_stop_quick_timer (&llcp_cb.lcb.timer);
|