/external/bcc/tests/cc/ |
D | test_hash_table.cc | 81 auto offline = t.get_table_offline(); variable 82 REQUIRE(offline.size() == 10); 83 for (const auto &pair : offline) { 176 auto offline = t.get_table_offline(); variable 177 REQUIRE(offline.size() == 10); 180 REQUIRE(offline.at(i).first % 3 == 0); 184 REQUIRE(offline.at(i).second.at(cpu) == cpu * offline.at(i).first);
|
/external/linux-kselftest/tools/testing/selftests/memory-hotplug/ |
D | mem-on-off-test.sh | 53 hotpluggable_memory offline 68 grep -q offline $SYSFS/devices/system/memory/memory$1/state 78 echo offline > $SYSFS/devices/system/memory/memory$1/state 89 echo $FUNCNAME $memory: unexpected offline >&2 117 echo $FUNCNAME $memory: unexpected offline >&2 131 echo $FUNCNAME $memory: unexpected offline >&2
|
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_hotplug_test/ |
D | cpuset_hotplug_test.sh | 234 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/ |
D | cpu-on-off-test.sh | 42 offline_cpus=`cat $SYSFS/devices/system/cpu/offline` 103 echo $FUNCNAME $cpu: unexpected offline >&2 129 echo $FUNCNAME $cpu: unexpected offline >&2 142 echo $FUNCNAME $cpu: unexpected offline >&2
|
/external/ltp/testcases/kernel/controllers/cpuset/ |
D | cpuset_funcs.sh | 229 cpu_hotplug $HOTPLUG_CPU offline 243 local offline="$(cat $file)" 244 if [ $offline -eq 0 ]; then
|
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/doc/ |
D | hotplug06.txt | 36 Make sure the specified cpu is offline 45 offline 51 Verify that the number of CPUs offline has changed
|
D | todo.txt | 4 > hotplug_locking: create 10 threads, make them try to online/offline 10 > frequency?) while trying to online/offline that cpu from another
|
D | hotplug01.txt | 7 affinity to just that CPU, then offline that CPU, and verify that the 42 offline the cpu
|
D | hotplug04.txt | 4 This test verifies that we can't offline ALL of the CPUs in the system.
|
D | hotplug05.txt | 19 offline it
|
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_load_balance_test/ |
D | cpuset_sched_domains_test.sh | 241 0 offline 243 1 offline 294 1,2 1 1,3 1 offline
|
/external/scapy/scapy/ |
D | sendrecv.py | 601 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/ |
D | Dockerfile | 114 $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/ |
D | verify-offline.groovy | 1 File realBaseDir = new File(basedir, "../../../target/it-offline/build");
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/sched/sched_cpu_hotplug/ |
D | format | 13 print fmt: "cpu %d %s error=%d", REC->affected_cpu, REC->status ? "online" : "offline", REC->error
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/sched/sched_cpu_hotplug/ |
D | format | 13 print fmt: "cpu %d %s error=%d", REC->affected_cpu, REC->status ? "online" : "offline", REC->error
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_hammerhead_MRA59G_3.4.0/events/sched/sched_cpu_hotplug/ |
D | format | 14 print fmt: "cpu %d %s error=%d", REC->affected_cpu, REC->status ? "online" : "offline", REC->error
|
/external/robolectric-shadows/ |
D | robotest.sh | 81 -Drobolectric.offline=true
|
/external/autotest/client/site_tests/power_FlashVideoSuspend/ |
D | control.html5 | 14 # failure mode when there's a bug is that the DUT goes offline, and
|
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/functional/ |
D | cpuhotplug01.sh | 32 -f time delay after offline of cpu
|
/external/libcups/cups/ |
D | http-support.c | 1623 int offline = 0; /* offline-report state set? */ in _httpResolveURI() local 1830 if ((options & _HTTP_RESOLVE_STDERR) && offline == 0 && in _httpResolveURI() 1834 offline = 1; in _httpResolveURI() 1909 if ((options & _HTTP_RESOLVE_STDERR) && offline == 0 && in _httpResolveURI() 1913 offline = 1; in _httpResolveURI()
|
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/ |
D | README | 28 getting lists of CPUs that are available, online, and offline, and
|
/external/elfutils/libdwfl/ |
D | Makefile.am | 45 derelocate.c offline.c segment.c \
|
D | ChangeLog | 87 * offline.c (process_elf): Record the elfdir before we close the 216 * offline.c: Likewise. 449 * offline.c (dwfl_report_offline): Likewise. 720 * offline.c (dwfl_offline_section_address): Assert shndx is not zero. 1452 * offline.c (process_elf): Use true add_p_vaddr for dwfl_report_elf. 1599 * offline.c (process_archive_member): Ignore entry "/SYM64/". 2015 * offline.c (process_elf): Call it with false, so we don't refuse 2069 * offline.c (__libdwfl_report_offline): Likewise. 2100 * offline.c (process_archive): Don't call elf_end and close if 2285 * offline.c (process_archive_member): Take FD argument, pass it down [all …]
|
/external/jacoco/ |
D | README.android | 8 Since we only use offline instrumentation for code coverage (using Jack) and do not execute these
|