Home
last modified time | relevance | path

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

12345678910>>...14

/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`
59 if [ -f $cpu/online ] && grep -q $state $cpu/online; then
77 grep -q 1 $SYSFS/devices/system/cpu/cpu$1/online
82 grep -q 0 $SYSFS/devices/system/cpu/cpu$1/online
87 echo 1 > $SYSFS/devices/system/cpu/cpu$1/online
92 echo 0 > $SYSFS/devices/system/cpu/cpu$1/online
116 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_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/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_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/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/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
69 GET /online/1,1795,Welcome,00.html/280002.txt?logout=TRUE HTTP/1.1
/external/python/cpython3/PC/icons/
Dlauncher.svg1online{fill:#007acc}.graph-lightgrey{fill:#dfdfdf}.st0{fill:#0078d7}.st1{fill:#fff}.st2{fill:url(#…
/external/linux-kselftest/tools/testing/selftests/cpufreq/
Dcpu.sh35 echo 0 > $CPUROOT/$1/online
42 echo 1 > $CPUROOT/$1/online
/external/v8/tools/
Dcpu.sh21 echo 1 > $CPUPATH/cpu$i/online
23 echo 0 > $CPUPATH/cpu$i/online
/external/icu/icu4c/source/data/translit/
Dsat_Olck_sat_FONIPA.txt36 # ᱵᱽ /b/, ᱫᱽ /d/, ᱡᱽ /d\u0361ʒ/, and ᱜᱽ /ɡ/. In online texts, however,
43 # ejective, not glottal). In online texts, however, we have frequently
46 # Some online texts use a decomposed form of U+1C7A MU-GAAHLAA TTUDDAG.
58 # 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/chromium-trace/catapult/devil/devil/android/perf/
Dperf_control_devicetest.py31 for _, online, governor in cpu_info:
32 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/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
Dothergui.rst15 GTK+ comes with many more widgets than Tkinter provides. An online
23 `GNOME <https://www.gnome.org/>`_. An online `tutorial
44 an extensive set of widgets, wxPython provides classes for online
/external/e2fsprogs/resize/
DMakefile.in18 RESIZE_OBJS= extent.o resize2fs.o main.o online.o resource_track.o \
26 $(srcdir)/online.c \
144 online.o: $(srcdir)/online.c $(top_builddir)/lib/config.h \
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/
DREADME27 onlining and offlining CPUs, determining if a given CPU is valid and/or online,
28 getting lists of CPUs that are available, online, and offline, and

12345678910>>...14