Home
last modified time | relevance | path

Searched refs:online (Results 1 – 25 of 442) sorted by relevance

12345678910>>...18

/external/ltp/testcases/kernel/hotplug/cpu_hotplug/include/
Dcpuhotplug_hotplug.sh72 if [ ! -w /sys/devices/system/cpu/cpu${CPU}/online ]; then
78 $TIME echo 1 > /sys/devices/system/cpu/cpu${CPU}/online
93 if [ ! -w /sys/devices/system/cpu/cpu${CPU}/online ]; then
99 $TIME echo 0 > /sys/devices/system/cpu/cpu${CPU}/online
185 if [ -e /sys/devices/system/cpu/$cpu/online ]; then
209 echo `cd /sys/devices/system/cpu/ && grep '' */online | \
241 echo `cd /sys/devices/system/cpu/ && grep 1 */online | cut -d '/' -f 1`
253 echo `cd /sys/devices/system/cpu/ && grep 0 */online | cut -d '/' -f 1`
266 cat /sys/devices/system/cpu/cpu${CPU}/online > /dev/null 2>&1
280 if [ `cat /sys/devices/system/cpu/cpu${CPU}/online` = "1" ]; then
/external/linux-kselftest/tools/testing/selftests/cpu-hotplug/
Dcpu-on-off-test.sh32 online_cpus=`cat $SYSFS/devices/system/cpu/online`
63 if [ -f $cpu/online ] && grep -q $state $cpu/online; then
81 grep -q 1 $SYSFS/devices/system/cpu/cpu$1/online
86 grep -q 0 $SYSFS/devices/system/cpu/cpu$1/online
91 echo 1 > $SYSFS/devices/system/cpu/cpu$1/online
96 echo 0 > $SYSFS/devices/system/cpu/cpu$1/online
120 echo $FUNCNAME $cpu: unexpected online >&2
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/thermal/thermal_post_core_offline/
Dformat10 field:unsigned int online; offset:12; size:4; signed:0;
12 print fmt: "device=cpu%u online=%u", REC->cpu, REC->online
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/thermal/thermal_post_core_online/
Dformat10 field:unsigned int online; offset:12; size:4; signed:0;
12 print fmt: "device=cpu%u online=%u", REC->cpu, REC->online
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/thermal/thermal_post_core_online/
Dformat10 field:unsigned int online; offset:12; size:4; signed:0;
12 print fmt: "device=cpu%u online=%u", REC->cpu, REC->online
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/thermal/thermal_post_core_offline/
Dformat10 field:unsigned int online; offset:12; size:4; signed:0;
12 print fmt: "device=cpu%u online=%u", REC->cpu, REC->online
/external/e2fsprogs/scrub/
De2scrub_all_cron.in36 online=$(cat "$psu/online")
38 [ "$online" = 1 ] && return 0
39 [ "$online" = 0 ] && any_known=yes
/external/autotest/client/site_tests/network_PortalStress/
Dcontrol9 that the service is either in online or portal state.
18 clients3.google.com is accessible or if portal code detects online
37 # Run online cycle for hundred(s) of iterations because this is fast
39 force_portal=False, tag='online', test_iterations=100, **dict_args)
/external/toolchain-utils/cros_utils/
Ddevice_setup_utils_unittest.py366 online = [0]
375 self.dw.SetupCpuFreq(online)
384 online = [0]
393 self.dw.SetupCpuFreq(online)
402 online = [0]
411 self.dw.SetupCpuFreq(online)
420 online = [0, 1]
432 self.dw.SetupCpuFreq(online)
446 online = [0, 1]
450 self.dw.SetupCpuFreq(online)
[all …]
/external/autotest/server/cros/crosperf/
Ddevice_setup_utils_unittest.py449 online = [0]
459 device_setup_utils.setup_cpu_freq(self.dut, cpu_frq_pct, online)
480 online = [0]
490 device_setup_utils.setup_cpu_freq(self.dut, cpu_frq_pct, online)
503 online = [0]
513 device_setup_utils.setup_cpu_freq(self.dut, cpu_frq_pct, online)
526 online = [0, 1]
540 device_setup_utils.setup_cpu_freq(self.dut, cpu_frq_pct, online)
567 online = [0, 1]
570 device_setup_utils.setup_cpu_freq(self.dut, cpu_frq_pct, online)
[all …]
/external/libcups/templates/pt_BR/
Dhelp-header.tmpl17 <H3 CLASS="title">Documentos de ajuda online</H3>
36 <H1>Ajuda online</H1>
38online do CUPS. Forne&ccedil;a express&otilde;es de pesquisa acima ou clique em qualquer um dos li…
/external/linux-kselftest/tools/testing/selftests/memory-hotplug/
Dmem-on-off-test.sh58 hotpluggable_memory online
63 grep -q online $SYSFS/devices/system/memory/memory$1/state
73 echo online > $SYSFS/devices/system/memory/memory$1/state
103 echo $FUNCNAME $memory: unexpected online >&2
/external/curl/tests/data/
Dtest2814 Location: /online/1,1795,Welcome,00.html/280002.txt?logout=TRUE
33 Location: /online/1,1795,Welcome,00.html/280002.txt?logout=TRUE
67 GET /online/1,1795,Welcome,00.html/280002.txt?logout=TRUE HTTP/1.1
/external/linux-kselftest/tools/testing/selftests/cpufreq/
Dcpu.sh35 echo 0 > $CPUROOT/$1/online
42 echo 1 > $CPUROOT/$1/online
/external/python/cpython3/PC/icons/
Dlauncher.svg1online{fill:#007acc}.graph-lightgrey{fill:#dfdfdf}.st0{fill:#0078d7}.st1{fill:#fff}.st2{fill:url(#…
/external/chromium-trace/catapult/devil/devil/android/perf/
Dperf_control_devicetest.py30 for _, online, governor in cpu_info:
31 self.assertTrue(online)
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/doc/
Dhotplug02.txt12 Make sure the cpu is online
27 Turn the CPU back online
Dhotplug05.txt18 if cpu is online
21 online it
Dtodo.txt4 > hotplug_locking: create 10 threads, make them try to online/offline
10 > frequency?) while trying to online/offline that cpu from another
Dhotplug03.txt4 This test verifies that when you online a new CPU, that the scheduler
26 Now online the specified CPU
/external/icu/icu4c/source/data/translit/
Dsat_Olck_sat_FONIPA.txt37 # ᱵᱽ /b/, ᱫᱽ /d/, ᱡᱽ /d\u0361ʒ/, and ᱜᱽ /ɡ/. In online texts, however,
44 # ejective, not glottal). In online texts, however, we have frequently
47 # Some online texts use a decomposed form of U+1C7A MU-GAAHLAA TTUDDAG.
59 # Some online texts use U+1C7C PHAARKAA instead of U+1C7B RELAA for indicating
/external/python/cpython2/Doc/library/
Dpydoc.rst1 :mod:`pydoc` --- Documentation generator and online help system
5 :synopsis: Documentation generator and online help system.
14 single: documentation; online
15 single: help; online
32 The built-in function :func:`help` invokes the online help system in the
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_load_balance_test/
Dcpuset_sched_domains_test.sh242 0 online
244 1 online
295 1,2 1 1,3 1 online
/external/python/cpython3/Doc/library/
Dpydoc.rst1 :mod:`pydoc` --- Documentation generator and online help system
5 :synopsis: Documentation generator and online help system.
14 single: documentation; online
15 single: help; online
30 The built-in function :func:`help` invokes the online help system in the
/external/bc/gen/
Dbc_help.txt39 language. For details, use `man %s` or see the online documentation at
60 man page or online documentation.
78 be restored on returning from functions. See the man page or online
101 online documentation for details.

12345678910>>...18