/external/chromium-trace/trace-viewer/third_party/WebOb/docs/comment-example-code/ |
example.py | 3 import time namespace 78 time.strftime('%c', comment['time']))) 113 time=time.gmtime()))
|
/external/chromium-trace/trace-viewer/third_party/WebOb/webob/ |
datetime_utils.py | 16 import time namespace 76 # No timezone given. None would mean local time, but we'll force UTC 88 if isinstance(dt, (tuple, time.struct_time)): 92 "You must pass in a datetime, date, time tuple, or integer object, "
|
/external/chromium-trace/trace-viewer/tracing/build/ |
temporary_dev_server.py | 14 import time namespace 53 start_time = time.time() 59 now = time.time() 68 last_output_time = time.time() 71 time.sleep(poll_interval)
|
/external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/ |
gjslint.py | 42 import time namespace 62 flags.DEFINE_boolean('time', False, 'Whether to emit timing statistics.') 75 GJSLINT_ONLY_FLAGS = ['--unix_mode', '--beep', '--nobeep', '--time', 228 if FLAGS.time: 229 start_time = time.time() 284 if FLAGS.time: 285 print 'Done in %s.' % _FormatTime(time.time() - start_time)
|
/external/clang/utils/ABITest/ |
ABITestGen.py | 4 import random, atexit, time namespace 628 info += '// Generated: %s\n'%(time.strftime('%Y-%m-%d %H:%M'),)
|
/external/deqp/android/scripts/ |
debug.py | 25 import time namespace 129 time.sleep(1)
|
/external/guava/guava-tests/benchmark/com/google/common/cache/ |
LoadingCacheSingleThreadBenchmark.java | 76 @Benchmark int time(int reps) { method in class:LoadingCacheSingleThreadBenchmark
|
/external/guava/guava-tests/benchmark/com/google/common/collect/ |
MapMakerSingleThreadBenchmark.java | 79 @Benchmark int time(int reps) { method in class:MapMakerSingleThreadBenchmark
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
TimeArrayTimeZoneRule.java | 12 * <code>TimeArrayTimeZoneRule</code> represents a time zone rule whose start times are 13 * defined by an array of milliseconds since the standard base time. 26 * standard time, the amount of daylight saving offset adjustment and 29 * @param name The time zone name. 30 * @param rawOffset The UTC offset of its standard time in milliseconds. 32 * milliseconds. If this ia a rule for standard time, 34 * @param startTimes The start times in milliseconds since the base time 36 * @param timeType The time type of the start times, which is one of 56 * @return An array of the start times in milliseconds since the base time 65 * Gets the time type of the start times used by this rule. The return valu 99 long time = getUTC(startTimes[i], prevOffset, prevDSTSavings); local 117 long time = getUTC(startTimes[i], prevOffset, prevDSTSavings); local [all...] |
/external/javassist/src/test/test/javassist/bytecode/analysis/ |
ErrorFinder.java | 55 long time = System.currentTimeMillis(); local 58 System.out.println("SUCCESS: " + methodName + " - " + (System.currentTimeMillis() - time));
|
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/input/lwjgl/ |
LwjglKeyInput.java | 85 long time = Keyboard.getEventNanoseconds(); local 87 evt.setTime(time);
|
/external/jmonkeyengine/engine/src/test/jme3test/audio/ |
TestReverb.java | 40 private float time = 0; field in class:TestReverb 63 time += tpf; 65 if (time > nextTime) { 75 time = 0;
|
/external/jmonkeyengine/engine/src/test/jme3test/network/ |
TestThroughput.java | 67 long time = System.currentTimeMillis(); local 68 //System.out.println( "total:" + total + " counter:" + counter + " lastTime:" + lastTime + " time:" + time ); 70 lastTime = time; 71 } else if (time - lastTime > 1000) { 72 long delta = time - lastTime; 77 lastTime = time;
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
mce.h | 14 __u64 tsc; /* cpu time stamp counter */ 15 __u64 time; /* wall time_t when error was detected */ member in struct:mce
|
/external/libvpx/libvpx/test/android/ |
get_files.py | 19 import time namespace
|
/external/libxml2/ |
check-xinclude-test-suite.py | 3 import time namespace 202 start = time.time() 221 test_nr, test_succeed, test_failed, test_error, time.time() - start)
|
/external/lldb/examples/python/ |
memory.py | 54 import time namespace
|
types.py | 53 import time namespace
|
/external/lldb/test/attic/ |
tester.py | 4 import math, os.path, re, sys, time, unittest namespace 49 self.m_start = time.time() 51 e = time.time() 62 for time in self.m_times[key]: 63 if time > sampleMax: 64 sampleMax = time 65 if time < sampleMin: 66 sampleMin = time [all...] |
/external/lldb/test/functionalities/command_script/import/ |
TestImport.py | 3 import os, sys, time namespace
|
/external/lldb/test/functionalities/inferior-assert/ |
TestInferiorAssert.py | 3 import os, time namespace
|
/external/lldb/test/functionalities/register/ |
TestRegisters.py | 5 import os, sys, time namespace
|
/external/lldb/test/functionalities/thread/state/ |
TestThreadStates.py | 5 import os, time namespace 168 time.sleep(1) 258 time.sleep(1) 320 time.sleep(1)
|
/external/lldb/test/functionalities/watchpoint/watchpoint_commands/ |
TestWatchpointCommands.py | 5 import os, time namespace
|
/external/lldb/test/help/ |
TestHelp.py | 7 import os, time namespace
|