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

12

  /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...]
  /pdk/apps/CameraITS/pymodules/its/
image.py 18 import its.error namespace
125 raise its.error.Error('Invalid arg LUT size: %d' % (n))
227 raise its.error.Error('Unsupported image type')
device.py 15 import its.error namespace
27 """Controls a device over adb to run ITS scripts.
55 DEVICE_FOLDER_ROOT = '/sdcard/its'
57 INTENT_CAPTURE = 'com.android.camera2.its.CAPTURE'
58 INTENT_3A = 'com.android.camera2.its.3A'
59 INTENT_GETPROPS = 'com.android.camera2.its.GETPROPS'
60 TAG = 'CAMERA-ITS-PY'
127 raise its.error.Error('FAIL device msg received')
201 raise its.error.Error('Invalid device message: %s' % (msg))
217 raise its.error.Error('Device msg not RECV: %s' % (msg)
    [all...]
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
Scaling.h 86 int its = 0; local
132 its++;
133 }while ( (EpsRow >m_tol || EpsCol > m_tol) && (its < m_maxits) );
  /pdk/apps/CameraITS/service/src/com/android/camera2/its/
ItsSerializer.java 17 package com.android.camera2.its;
ItsService.java 17 package com.android.camera2.its;
58 public static final String PYTAG = "CAMERA-ITS-PY";
61 public static final String ACTION_CAPTURE = "com.android.camera2.its.CAPTURE";
62 public static final String ACTION_3A = "com.android.camera2.its.3A";
63 public static final String ACTION_GETPROPS = "com.android.camera2.its.GETPROPS";
132 // Open the camera device, and get its properties.
ItsUtils.java 17 package com.android.camera2.its;
54 public static final String DEFAULT_CAPTURE_DIR = "its";
  /external/opencv/cvaux/src/
cvlmeds.cpp 585 int i3, i9, j, num3, its = 0, a, t; local
600 if( its++ > 1e+2 )
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
zipfile.py 11 import zlib # We may need its compression method namespace
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
zipfile.py 11 import zlib # We may need its compression method namespace
    [all...]
  /external/chromium_org/net/cookies/
cookie_monster.cc 1386 CookieMapItPair its = cookies_.equal_range(key); local
    [all...]
  /frameworks/base/services/java/com/android/server/pm/
Settings.java 399 // Check to see if its a disabled system app
445 // that we can keep its data.
473 // means to leave it at its original value, and the
614 + "; I am not changing its files so it will probably fail!");
621 + "; I am not changing its files so it will probably fail!");
634 * are removed from the shared user's gid list only if its
1633 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/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 1835 milliseconds

12