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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/
finger.py 3 # Python interface to the Internet finger daemon.
5 # Usage: finger [options] [user][@host] ...
7 # If no host is given, the finger daemon on the local host is contacted.
8 # Options are passed uninterpreted to the finger daemon!
15 # Hardcode the number of the finger port here.
21 # Function to do one remote finger invocation.
24 def finger(host, args): function
53 finger(host, options + arg)
  /external/python/cpython2/Demo/sockets/
finger.py 3 # Python interface to the Internet finger daemon.
5 # Usage: finger [options] [user][@host] ...
7 # If no host is given, the finger daemon on the local host is contacted.
8 # Options are passed uninterpreted to the finger daemon!
15 # Hardcode the number of the finger port here.
21 # Function to do one remote finger invocation.
24 def finger(host, args): function
53 finger(host, options + arg)
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/touch/
TouchPointView.java 46 List<Finger> mFingers;
55 mFingers = new ArrayList<Finger>();
71 Finger finger = new Finger(); local
72 finger.point = new Point((int)event.getX(pointerIndex), (int)event.getY(pointerIndex));
73 finger.pointerId = pointerId;
75 mFingers.add(finger);
85 Finger finger = mFingers.get(i) local
    [all...]
  /external/python/cpython3/Include/
setobject.h 61 Py_ssize_t finger; /* Search finger for pop() */ member in struct:__anon33189
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
CodeItem.java 75 long finger = insnsOffset; local
78 while (finger < insnsEnd) {
79 file.seek(finger);
83 finger += (2 * newInsn.getSize());
86 file.seek(finger);
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/touch/
TouchPointView.java 47 List<Finger> mFingers;
56 mFingers = new ArrayList<Finger>();
76 Finger finger = new Finger(); local
77 finger.point = new Point((int)event.getX(pointerIndex), (int)event.getY(pointerIndex));
78 finger.pointerId = pointerId;
80 mFingers.add(finger);
109 Finger finger = mFingers.get(i) local
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_fingerprint_FingerprintService.cpp 101 arg1 = msg.data.authenticated.finger.fid;
102 arg2 = msg.data.authenticated.finger.gid;
109 arg1 = msg.data.enroll.finger.fid;
110 arg2 = msg.data.enroll.finger.gid;
114 arg1 = msg.data.removed.finger.fid;
115 arg2 = msg.data.removed.finger.gid;
173 fingerprint_finger_id_t finger; local
174 finger.fid = fingerId;
175 finger.gid = groupId;
176 int ret = gContext.device->remove(gContext.device, finger);
    [all...]
  /external/dnsmasq/src/
forward.c 913 static int finger = 0; local
933 int j = (i+finger) % RANDOM_SOCKS;
938 finger = j;
  /hardware/libhardware/include/hardware/
fingerprint.h 74 FINGERPRINT_ACQUIRED_DETECTED = 6, /* when the finger is first detected. Used to optimize wakeup.
85 fingerprint_finger_id_t finger; member in struct:fingerprint_enroll
93 fingerprint_finger_id_t finger; member in struct:fingerprint_iterator
105 fingerprint_finger_id_t finger; member in struct:fingerprint_authenticated
182 * This will be called at the end of a multi-finger enrollment session to indicate
215 * fingerprint_msg.data.enumerated.finger indicating a template id
234 * fingerprint_msg.data.removed.finger indicating a template id deleted
  /frameworks/base/core/java/android/os/
Build.java 931 String finger = SystemProperties.get("ro.build.fingerprint"); local
    [all...]
  /packages/apps/Settings/src/com/android/settings/password/
ChooseLockGeneric.java 692 Fingerprint finger = new Fingerprint(null, groupId, 0, 0); local
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/kotlin-compiler/26.2.0-alpha16/
kotlin-compiler-26.2.0-alpha16.jar 

Completed in 433 milliseconds