/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
eventhistory.cpp | 67 void EventListModel::addEvent(QString time, QString msg) 70 timeList << time; local
|
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/ |
BitmapDrawableDupe.java | 64 long time = android.os.SystemClock.elapsedRealtimeNanos(); local 73 time = android.os.SystemClock.elapsedRealtimeNanos()-time; 75 t.setText("avgS=" + df.format(time / (icon.length * 1000000.)) + " ms");
|
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/util/ |
DateUtilTests.java | 22 import android.text.format.Time; 34 Time time = new Time(); local 37 assertEquals(0, DateUtils.getDayDifference(time, date1, date2)); 38 assertEquals(0, DateUtils.getDayDifference(time, date2, date1)); 45 Time time = new Time(); local 48 assertEquals(1, DateUtils.getDayDifference(time, date1, date2)) 56 Time time = new Time(); local [all...] |
/packages/experimental/procstatlog/ |
procstatreport.py | 24 import time namespace 137 writer.writerow(["Time"] + titles) 157 "date": cgi.escape(time.ctime()), 659 time = (scan_time + float(line[4:])) / 2.0 660 history[time] = dict(current_state)
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/database/ |
DeletedContactsTableUtil.java | 73 long time = Clock.getInstance().currentTimeMillis() - local 76 String[] args = new String[]{time + ""};
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/ |
shape.h | 48 Time time; /* server timestamp when region changed */ member in struct:__anon30361
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/ |
shape.h | 45 Time time; /* server timestamp when region changed */ member in struct:__anon32220
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_dep_util.py | 4 import time namespace
|
test_spawn.py | 4 import time namespace
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
fork_wait.py | 15 import os, sys, time, unittest namespace 33 time.sleep(SHORTSLEEP) 44 time.sleep(2 * SHORTSLEEP) 53 time.sleep(LONGSLEEP) 68 time.sleep(LONGSLEEP) 79 time.sleep(2*SHORTSLEEP) # Wait for threads to die
|
sortperf.py | 9 import time namespace 60 t0 = time.clock() 62 t1 = time.clock() 71 The output displays i, 2**i, and the time to sort arrays of 2**i
|
test_bsddb3.py | 8 import time namespace 38 # How much time in seconds before printing a 'Still working' message. 45 next_time = time.time() + _PRINT_WORKING_MSG_INTERVAL 49 now = time.time()
|
test_fork1.py | 8 import time namespace 26 time.sleep(1.0) 40 time.sleep(0.01) # Give the other thread time to try and acquire.
|
test_imp.py | 58 with test_support.CleanImport('time'): 59 import time namespace 60 imp.reload(time)
|
test_kqueue.py | 6 import time namespace 133 time.sleep(1.0)
|
test_resource.py | 3 import time namespace 62 time.sleep(.1)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_dep_util.py | 4 import time namespace
|
test_spawn.py | 4 import time namespace
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/readwrite/ |
adjlist.py | 135 import time namespace 138 + comments + " GMT %s\n" % (time.asctime(time.gmtime()))
|
multiline_adjlist.py | 176 import time namespace 180 + comments + " GMT %s\n" % (time.asctime(time.gmtime()))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
fork_wait.py | 15 import os, sys, time, unittest namespace 33 time.sleep(SHORTSLEEP) 44 time.sleep(2 * SHORTSLEEP) 53 time.sleep(LONGSLEEP) 68 time.sleep(LONGSLEEP) 79 time.sleep(2*SHORTSLEEP) # Wait for threads to die
|
sortperf.py | 9 import time namespace 60 t0 = time.clock() 62 t1 = time.clock() 71 The output displays i, 2**i, and the time to sort arrays of 2**i
|
test_bsddb3.py | 8 import time namespace 38 # How much time in seconds before printing a 'Still working' message. 45 next_time = time.time() + _PRINT_WORKING_MSG_INTERVAL 49 now = time.time()
|
test_fork1.py | 8 import time namespace 26 time.sleep(1.0) 40 time.sleep(0.01) # Give the other thread time to try and acquire.
|
test_imp.py | 58 with test_support.CleanImport('time'): 59 import time namespace 60 imp.reload(time)
|