HomeSort by relevance Sort by last modified time
    Searched defs:tim (Results 1 - 9 of 9) sorted by null

  /external/ltp/testcases/kernel/timers/timer_settime/
timer_settime03.c 91 static kernel_timer_t timer, tim; variable
109 TEST(ltp_syscall(__NR_timer_settime, tim, 0, new_temp,
137 tim = timer;
154 tim = (kernel_timer_t) - 1;
159 tim = timer;
  /packages/apps/TV/tests/common/src/com/android/tv/testing/
Utils.java 73 TvInputManager tim = (TvInputManager) context.getSystemService(Context.TV_INPUT_SERVICE); local
74 for (TvInputInfo info : tim.getTvInputList()) {
83 TvInputManager tim = (TvInputManager) context.getSystemService(Context.TV_INPUT_SERVICE); local
84 for (TvInputInfo info : tim.getTvInputList()) {
  /device/google/contexthub/firmware/os/core/
timer.c 78 static void timCallFunc(struct Timer *tim)
81 TaggedPtr callInfo = tim->callInfo;
84 osSetCurrentTid(tim->tid);
85 ((TimTimerCbkF)taggedPtrToPtr(callInfo))(tim->id, tim->callData);
89 evt->timerId = tim->id;
90 evt->data = tim->callData;
91 if (!osEnqueuePrivateEvt(EVT_APP_TIMER, evt, timerCallFuncFreeF, tim->tid)) {
107 struct Timer *tim; local
117 for (i = 0, tim = &mTimers[0]; i < MAX_TIMERS; i++, tim++)
256 struct Timer *tim; local
    [all...]
  /developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/
TvContractUtils.java 294 TvInputManager tim = (TvInputManager) context.getSystemService(Context.TV_INPUT_SERVICE); local
295 for (TvInputInfo info : tim.getTvInputList()) {
  /device/google/contexthub/firmware/os/platform/stm32/
platform.c 336 struct StmTim *tim = (struct StmTim*)TIM2_BASE; local
339 tim->SR &=~ 1;
342 tim->CR1 &=~ 1;
388 struct StmTim *tim = (struct StmTim*)TIM2_BASE; local
392 tim->CR1 &=~ 1;
399 tim->CNT = delayInUsecs;
400 tim->SR &=~ 1; //clear int
401 tim->CR1 |= 1;
465 struct StmTim *tim = (struct StmTim*)TIM2_BASE; local
474 tim->CR1 &=~ 1
    [all...]
  /external/tcpdump/
print-802_11.c 296 struct tim_t tim; member in struct:mgmt_body_t
1008 struct tim_t tim; local
1178 memcpy(&tim, p + offset, 2);
1181 if (tim.length <= 3) {
1182 offset += tim.length;
1183 length -= tim.length;
1186 if (tim.length - 3 > (int)sizeof tim.bitmap)
1188 memcpy(&tim.count, p + offset, 3);
1192 memcpy(tim.bitmap, p + (tim.length - 3)
    [all...]
  /external/libvncserver/webclients/java-applet/ssl/
SignedUltraViewerSSL.jar 
UltraViewerSSL.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 395 milliseconds