HomeSort by relevance Sort by last modified time
    Searched full:idle (Results 1 - 25 of 3254) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/trappy/tests/trace_sched.txt.cache/
SchedWakeup.csv 2 0.0814890000001,<idle>,1,0,rcu_preempt,7,120,1,1
3 1.981491,<idle>,1,0,rcu_preempt,7,120,1,1
SchedContribScaleFactor.csv 2 0.000167999999576,<idle>,0,0,0,1024,426
  /external/python/cpython2/Lib/idlelib/
__init__.py 1 """The idlelib package implements the Idle application.
3 Idle includes an interactive shell and editor.
4 Use the files named idle.* to start Idle.
idle.bat 2 rem Start IDLE using the appropriate Python interpreter
4 start "IDLE" "%CURRDIR%..\..\pythonw.exe" "%CURRDIR%idle.pyw" %1 %2 %3 %4 %5 %6 %7 %8 %9
idle.py 4 # Enable running IDLE with idlelib in a non-standard location.
5 # This was once used to run development versions of IDLE.
6 # Because PEP 434 declared idle.py a public interface,
  /external/python/cpython3/Lib/idlelib/
__init__.py 1 """The idlelib package implements the Idle application.
3 Idle includes an interactive shell and editor.
4 Starting with Python 3.6, IDLE requires tcl/tk 8.5 or later.
5 Use the files named idle.* to start Idle.
__main__.py 2 IDLE main entry point
4 Run IDLE as python -m idlelib
idle.bat 2 rem Start IDLE using the appropriate Python interpreter
4 start "IDLE" "%CURRDIR%..\..\pythonw.exe" "%CURRDIR%idle.pyw" %1 %2 %3 %4 %5 %6 %7 %8 %9
idle.py 5 # Enable running IDLE with idlelib in a non-standard location.
6 # This was once used to run development versions of IDLE.
7 # Because PEP 434 declared idle.py a public interface,
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/xc16x/
syscontrol1.s 6 idle
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
idle.bat 2 rem Start IDLE using the appropriate Python interpreter
4 start "IDLE" "%CURRDIR%..\..\pythonw.exe" "%CURRDIR%idle.pyw" %1 %2 %3 %4 %5 %6 %7 %8 %9
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
idle.bat 2 rem Start IDLE using the appropriate Python interpreter
4 start "IDLE" "%CURRDIR%..\..\pythonw.exe" "%CURRDIR%idle.pyw" %1 %2 %3 %4 %5 %6 %7 %8 %9
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
idle.bat 2 rem Start IDLE using the appropriate Python interpreter
4 start "IDLE" "%CURRDIR%..\..\pythonw.exe" "%CURRDIR%idle.pyw" %1 %2 %3 %4 %5 %6 %7 %8 %9
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
idle.bat 2 rem Start IDLE using the appropriate Python interpreter
4 start "IDLE" "%CURRDIR%..\..\pythonw.exe" "%CURRDIR%idle.pyw" %1 %2 %3 %4 %5 %6 %7 %8 %9
  /tools/loganalysis/tests/src/com/android/loganalysis/parser/
BatteryDischargeStatsInfoParserTest.java 36 " #0: +4m53s738ms to 0 (screen-on, power-save-off, device-idle-off)",
37 " #1: +4m5s586ms to 1 (screen-on, power-save-off, device-idle-off)",
38 " #2: +3m0s157ms to 2 (screen-on, power-save-off, device-idle-off)",
39 " #3: +2m52s243ms to 3 (screen-on, power-save-off, device-idle-off)",
40 " #4: +2m27s599ms to 4 (screen-on, power-save-off, device-idle-off)",
41 " #5: +5m0s172ms to 5 (screen-on, power-save-off, device-idle-off)",
42 " #6: +2m21s664ms to 6 (screen-on, power-save-off, device-idle-off)",
43 " #7: +5m18s811ms to 7 (screen-on, power-save-off, device-idle-off)",
44 " #8: +3m35s622ms to 8 (screen-on, power-save-off, device-idle-off)",
45 " #9: +4m52s605ms to 9 (screen-on, power-save-off, device-idle-off)"
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3368/drivers/pmu/
pmu.c 44 static inline int rk3368_pmu_bus_idle(uint32_t req, uint32_t idle)
55 idle_target = (idle << pmu_idle_ack_cluster_l);
60 idle_target = (idle << pmu_idle_ack_cluster_b);
65 idle_target = ((!idle) << pmu_idle_ack_cxcs);
70 idle_target = ((!idle) << pmu_idle_ack_cci400);
75 idle_target = (idle << pmu_idle_ack_gpu) |
76 (idle << pmu_idle_gpu);
81 idle_target = (idle << pmu_idle_ack_core) |
82 (idle << pmu_idle_core);
87 idle_target = (idle << pmu_idle_ack_bus)
    [all...]
  /external/v8/src/heap/
scavenge-job.h 19 // This class posts idle tasks and performs scavenges in the idle tasks.
38 // Posts an idle task if the cumulative bytes allocated since the last
39 // idle task exceed kBytesAllocatedBeforeNextIdleTask.
42 // Posts an idle task ignoring the bytes allocated, but makes sure
43 // that the new idle task cannot reschedule again.
62 // Estimate of the average idle time that an idle task gets.
64 // The number of bytes to be allocated in new space before the next idle
  /external/autotest/client/site_tests/power_StatsCPUIdle/
control 7 PURPOSE = "Measure time spent at each CPU idle level when system is idle."
15 This test measures percentage time spent at each CPU idle level while
  /external/autotest/server/site_tests/hardware_MemoryIntegrity/
control.idle 5 NAME = 'hardware_MemoryIntegrity.idle'
7 PURPOSE = 'Check memory integrity after long idle'
14 then after idle for an hour, verify the integrity of that data.
  /external/python/cpython2/PC/VS8.0/
idle.bat 2 rem start idle
3 rem Usage: idle [-d]
12 set cmd=%exe% ../../Lib/idlelib/idle.py %1 %2 %3 %4 %5 %6 %7 %8 %9
  /external/python/cpython2/PC/VS9.0/
idle.bat 2 rem start idle
3 rem Usage: idle [-d]
12 set cmd=%exe% ../Lib/idlelib/idle.py %1 %2 %3 %4 %5 %6 %7 %8 %9
  /external/python/cpython2/PCbuild/
idle.bat 2 rem start idle
3 rem Usage: idle [-d]
12 set cmd=%exe% ../Lib/idlelib/idle.py %1 %2 %3 %4 %5 %6 %7 %8 %9
  /external/python/cpython3/Lib/idlelib/idle_test/
__init__.py 2 which tests the IDLE application as part of the stdlib test suite.
3 Run IDLE tests alone with "python -m test.test_idle".
4 Starting with Python 3.6, IDLE requires tcl/tk 8.5 or later.
  /external/python/cpython3/PCbuild/
idle.bat 2 rem start idle
3 rem Usage: idle [-d]
12 set cmd=%exe% ../Lib/idlelib/idle.py %1 %2 %3 %4 %5 %6 %7 %8 %9
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/bfin/
event.s 2 .global idle
3 idle: label
4 IDle;

Completed in 1260 milliseconds

1 2 3 4 5 6 7 8 91011>>