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

  /hardware/bsp/intel/peripheral/libupm/examples/python/
zfm20.py 73 myid = upmZfm20.uint16Array(0) variable
74 myid.__setitem__(0, 0)
80 rv = myFingerprintSensor.search(1, myid, myscore)
90 print "ID: %d, Score: %d" % (myid.__getitem__(0), myscore.__getitem__(0))
  /external/valgrind/helgrind/tests/
tc17_sembar.c 140 "if (myid == 4) { unprotected = 99; }" and
141 "if (myid == 3) { unprotected = 88; }" into a conditional
158 long myid = (long)argV; local
159 // assert(myid >= 2 && myid <= 5);
166 if (myid == 4) {
177 if (myid == 3) {

Completed in 68 milliseconds