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

  /external/libnfc-nxp/Linux_x86/
phOsalNfc_Timer.c 165 * this is the case, then it reserves it for future usage and returns its
214 struct itimerspec its; local
223 its.it_interval.tv_sec = 0;
224 its.it_interval.tv_nsec = 0;
225 its.it_value.tv_sec = RegTimeCnt / 1000;
226 its.it_value.tv_nsec = 1000000 * (RegTimeCnt % 1000);
227 if(its.it_value.tv_sec == 0 && its.it_value.tv_nsec == 0)
230 its.it_value.tv_nsec = 1;
237 timer_settime(timers[TimerId].handle, 0, &its, NULL)
248 struct itimerspec its = {{0, 0}, {0, 0}}; local
    [all...]
  /external/opencv/cvaux/src/
cvlmeds.cpp 585 int i3, i9, j, num3, its = 0, a, t; local
600 if( its++ > 1e+2 )
    [all...]
  /frameworks/base/services/java/com/android/server/pm/
Settings.java 362 // Check to see if its a disabled system app
413 // that we can keep its data.
548 + "; I am not changing its files so it will probably fail!");
555 + "; I am not changing its files so it will probably fail!");
568 * are removed from the shared user's gid list only if its
1443 final Iterator<String> its = kList.iterator(); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.6.2.M20110210-1200.jar 

Completed in 316 milliseconds