Home
last modified time | relevance | path

Searched refs:offline (Results 1 – 25 of 83) sorted by relevance

1234

/external/linux-kselftest/tools/testing/selftests/memory-hotplug/
Dmem-on-off-test.sh50 hotpluggable_memory offline
65 grep -q offline $SYSFS/devices/system/memory/memory$1/state
75 echo offline > $SYSFS/devices/system/memory/memory$1/state
86 echo $FUNCNAME $memory: unexpected offline >&2
114 echo $FUNCNAME $memory: unexpected offline >&2
128 echo $FUNCNAME $memory: unexpected offline >&2
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_hotplug_test/
Dcpuset_hotplug_test.sh234 offline $tmp_cpus $cpus_all
250 offline 0-1 0 0
251 offline 1 EMPTY $cpus_all
252 offline 0 0 0
/external/linux-kselftest/tools/testing/selftests/cpu-hotplug/
Dcpu-on-off-test.sh40 offline_cpus=`cat $SYSFS/devices/system/cpu/offline`
101 echo $FUNCNAME $cpu: unexpected offline >&2
127 echo $FUNCNAME $cpu: unexpected offline >&2
140 echo $FUNCNAME $cpu: unexpected offline >&2
/external/ltp/testcases/kernel/controllers/cpuset/
Dcpuset_funcs.sh229 cpu_hotplug $HOTPLUG_CPU offline
243 local offline="$(cat $file)"
244 if [ $offline -eq 0 ]; then
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/doc/
Dhotplug06.txt36 Make sure the specified cpu is offline
45 offline
51 Verify that the number of CPUs offline has changed
Dtodo.txt4 > hotplug_locking: create 10 threads, make them try to online/offline
10 > frequency?) while trying to online/offline that cpu from another
Dhotplug01.txt7 affinity to just that CPU, then offline that CPU, and verify that the
42 offline the cpu
Dhotplug04.txt4 This test verifies that we can't offline ALL of the CPUs in the system.
Dhotplug05.txt19 offline it
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_load_balance_test/
Dcpuset_sched_domains_test.sh241 0 offline
243 1 offline
294 1,2 1 1,3 1 offline
/external/scapy/scapy/
Dsendrecv.py601 def sniff(count=0, store=True, offline=None, prn=None, lfilter=None, argument
676 if offline is not None:
678 if isinstance(offline, list):
682 ), fname) for fname in offline)
683 elif isinstance(offline, dict):
687 ), label) for fname, label in six.iteritems(offline))
690 offline if flt is None else
691 tcpdump(offline, args=["-w", "-", flt], getfd=True)
692 )] = offline
/external/protobuf/jenkins/docker/
DDockerfile114 $MVN install dependency:go-offline -Dmaven.repo.local=$MAVEN_REPO -P lite && \
115 $MVN install dependency:go-offline -Dmaven.repo.local=$MAVEN_REPO && \
117 $MVN install dependency:go-offline -Dmaven.repo.local=$MAVEN_REPO
/external/jacoco/org.jacoco.examples.test/src/test/resources/
Dverify-offline.groovy1 File realBaseDir = new File(basedir, "../../../target/it-offline/build");
/external/perfetto/src/ftrace_reader/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/sched/sched_cpu_hotplug/
Dformat13 print fmt: "cpu %d %s error=%d", REC->affected_cpu, REC->status ? "online" : "offline", REC->error
/external/perfetto/src/ftrace_reader/test/data/android_seed_N2F62_3.10.49/events/sched/sched_cpu_hotplug/
Dformat13 print fmt: "cpu %d %s error=%d", REC->affected_cpu, REC->status ? "online" : "offline", REC->error
/external/perfetto/src/ftrace_reader/test/data/android_hammerhead_MRA59G_3.4.0/events/sched/sched_cpu_hotplug/
Dformat14 print fmt: "cpu %d %s error=%d", REC->affected_cpu, REC->status ? "online" : "offline", REC->error
/external/devlib/devlib/module/
Dbiglittle.py36 self.target.hotplug.offline(*self.bigs)
42 self.target.hotplug.offline(*self.littles)
Dhotplug.py31 def offline(self, *args): member in HotplugModule
/external/robolectric-shadows/
Drobotest.sh81 -Drobolectric.offline=true
/external/autotest/client/site_tests/power_FlashVideoSuspend/
Dcontrol.html514 # failure mode when there's a bug is that the DUT goes offline, and
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/functional/
Dcpuhotplug01.sh32 -f time delay after offline of cpu
/external/elfutils/libdwfl/
DMakefile.am45 derelocate.c offline.c segment.c \
DChangeLog118 * offline.c (dwfl_report_offline): Likewise.
389 * offline.c (dwfl_offline_section_address): Assert shndx is not zero.
1121 * offline.c (process_elf): Use true add_p_vaddr for dwfl_report_elf.
1268 * offline.c (process_archive_member): Ignore entry "/SYM64/".
1684 * offline.c (process_elf): Call it with false, so we don't refuse
1738 * offline.c (__libdwfl_report_offline): Likewise.
1769 * offline.c (process_archive): Don't call elf_end and close if
1954 * offline.c (process_archive_member): Take FD argument, pass it down
2034 * offline.c (dwfl_offline_section_address): Bail early if there is
2043 * offline.c (dwfl_offline_section_address): Never called for sh_addr
[all …]
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/
DREADME28 getting lists of CPUs that are available, online, and offline, and
/external/jacoco/
DREADME.android8 Since we only use offline instrumentation for code coverage (using Jack) and do not execute these

1234