HomeSort by relevance Sort by last modified time
    Searched defs:time (Results 76 - 100 of 2276) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/sys/
timeb.h 31 #include <sys/time.h>
36 time_t time; member in struct:timeb
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/sys/
timeb.h 31 #include <sys/time.h>
36 time_t time; member in struct:timeb
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/sys/
timeb.h 31 #include <sys/time.h>
36 time_t time; member in struct:timeb
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/sys/
timeb.h 31 #include <sys/time.h>
36 time_t time; member in struct:timeb
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/sys/
timeb.h 31 #include <sys/time.h>
36 time_t time; member in struct:timeb
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/sys/
timeb.h 31 #include <sys/time.h>
36 time_t time; member in struct:timeb
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/sys/
timeb.h 31 #include <sys/time.h>
36 time_t time; member in struct:timeb
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/sys/
timeb.h 31 #include <sys/time.h>
36 time_t time; member in struct:timeb
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/sys/
timeb.h 31 #include <sys/time.h>
36 time_t time; member in struct:timeb
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/subprocessdata/
sigchild_ignore.py 1 import signal, subprocess, sys, time namespace
12 time.sleep(0.01) # Avoid being a CPU busy loop.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/subprocessdata/
sigchild_ignore.py 1 import signal, subprocess, sys, time namespace
12 time.sleep(0.01) # Avoid being a CPU busy loop.
  /cts/apps/CameraITS/tools/
run_all_tests.py 19 import time namespace
128 t0 = time.time()
131 t1 = time.time()
  /development/ndk/sources/android/ndk_helper/
perfMonitor.cpp 48 struct timeval Time;
49 gettimeofday( &Time, NULL );
51 double time = Time.tv_sec + Time.tv_usec * 1.0 / 1000000.0; local
52 double tick = time - last_tick_;
54 last_tick_ = time;
56 if( Time.tv_sec - tv_last_sec_ >= 1 )
58 double time = Time.tv_sec + Time.tv_usec * 1.0 / 1000000.0 local
    [all...]
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/debug/
debugapp.py 11 import time namespace
54 time.sleep(self.delay)
  /external/compiler-rt/test/asan/android_commands/
android_common.py 2 import time namespace
  /external/jarjar/src/main/com/tonicsystems/jarjar/util/
EntryStruct.java 26 public long time; field in class:EntryStruct
  /external/libcap-ng/libcap-ng-0.7/bindings/python/test/
capng-test.py 5 import time namespace
  /external/lldb/test/arm_emulation/
TestEmulations.py 5 import os, time namespace
  /external/lldb/test/expression_command/persistent_types/
TestPersistentTypes.py 5 import os, time namespace
  /external/lldb/test/expression_command/persistent_variables/
TestPersistentVariables.py 5 import os, time namespace
  /external/lldb/test/expression_command/radar_8638051/
Test8638051.py 5 import os, time namespace
  /external/lldb/test/expression_command/radar_9531204/
TestPrintfAfterUp.py 5 import os, time namespace
  /external/lldb/test/expression_command/radar_9673664/
TestExprHelpExamples.py 5 import os, time namespace
  /external/lldb/test/functionalities/backticks/
TestBackticksWithoutATarget.py 5 import os, time namespace
  /external/lldb/test/functionalities/set-data/
TestSetData.py 5 import os, time namespace

Completed in 3254 milliseconds

1 2 34 5 6 7 8 91011>>