/external/netperf/src/ |
D | netcpu_procstat.c | 50 uint64_t nice; member 183 (unsigned long long *)&res[i].nice, in get_cpu() 197 (unsigned long long)res[i].nice, in get_cpu() 280 diff.nice = in calc_cpu_util_internal() 281 tick_subtract(lib_start_count[i].nice, lib_end_count[i].nice); in calc_cpu_util_internal() 298 total_ticks = diff.user + diff.nice + diff.sys + diff.idle + diff.iowait in calc_cpu_util_internal() 327 (unsigned long long)diff.nice, in calc_cpu_util_internal()
|
/external/easymock/src/org/easymock/internal/ |
D | MocksBehavior.java | 33 private final boolean nice; field in MocksBehavior 47 public MocksBehavior(boolean nice) { in MocksBehavior() argument 48 this.nice = nice; in MocksBehavior() 106 if (stubOrNice == null && nice) { in addActual()
|
/external/ltp/testcases/kernel/syscalls/nice/ |
D | nice02.c | 39 TEST(nice(NICEINC)); in verify_nice() 61 TEST(nice(DEFAULT_PRIO)); in verify_nice()
|
D | nice01.c | 40 TEST(nice(NICEINC)); in verify_nice() 63 TEST(nice(-NICEINC)); in verify_nice()
|
D | nice04.c | 33 TEST(nice(NICEINC)); in verify_nice()
|
D | nice03.c | 40 TEST(nice(NICEINC)); in nice_test()
|
/external/curl/tests/data/ |
D | test1235 | 24 two is nice too 80 two is nice too 92 two is nice too
|
D | test87 | 26 two is nice too 58 two is nice too
|
/external/python/cpython2/Lib/plat-mac/ |
D | aetypes.py | 19 def nice(s): function 156 return "%s thru %s" % (nice(self.start), nice(self.stop)) 176 return "%s %s %s" % (nice(self.obj1), string.strip(self.relo), nice(self.obj2)) 230 return "%s %s %s" % (nice(self.term[0]), 232 nice(self.term[1])) 234 return "%s(%s)" % (string.strip(self.logc), nice(self.term))
|
/external/google-breakpad/src/testing/test/ |
D | gmock-nice-strict_test.cc | 203 NiceMock< ::Mock> nice; in TEST() local 204 EXPECT_CALL(nice, DoThis()); in TEST() 205 nice.DoThis(); in TEST()
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | fp-trunc.ll | 12 ; FIXME: It would be nice if this compiled down to a cvtpd2ps 21 ; FIXME: It would be nice if this compiled down to a series of cvtpd2ps
|
/external/googletest/googlemock/include/gmock/ |
D | gmock-generated-nice-strict.h.pump | 3 $$ gmock-generated-nice-strict.h. 49 // switch the default behavior of mocks to be nice, as that in general 56 // you can write NiceMock<MockFoo>(5, "a") to construct a nice mock 63 // If a mock method is defined in a base class of MockFoo, the "nice" 132 // user errors of nesting nice and strict mocks. They do NOT catch
|
/external/v8/testing/gmock/include/gmock/ |
D | gmock-generated-nice-strict.h.pump | 3 $$ gmock-generated-nice-strict.h. 49 // switch the default behavior of mocks to be nice, as that in general 56 // you can write NiceMock<MockFoo>(5, "a") to construct a nice mock 63 // If a mock method is defined in a base class of MockFoo, the "nice" 132 // user errors of nesting nice and strict mocks. They do NOT catch
|
/external/clang/test/Sema/ |
D | warn-self-assign-field.mm | 17 // Would be nice to have, but not important. 31 // Would be nice to have, but even less important.
|
/external/ltp/testcases/kernel/sched/sched_stress/ |
D | sched_tc4.c | 142 if (nice((priority - 50) - (nice(0) + 20)) < 0 && errno != 0) in main()
|
D | sched_tc5.c | 139 if (nice((priority - 50) - (nice(0) + 20)) < 0 && errno != 0) in main()
|
/external/syslinux/com32/lua/doc/ |
D | syslinux.asc | 106 -- get nice output 184 -- get nice output 228 -- get nice output 253 -- get nice output
|
/external/googletest/googlemock/test/ |
D | gmock-nice-strict_test.cc | 249 NiceMock< ::Mock> nice; in TEST() local 250 EXPECT_CALL(nice, DoThis()); in TEST() 251 nice.DoThis(); in TEST()
|
/external/v8/testing/gmock/test/ |
D | gmock-nice-strict_test.cc | 250 NiceMock< ::Mock> nice; in TEST() local 251 EXPECT_CALL(nice, DoThis()); in TEST() 252 nice.DoThis(); in TEST()
|
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-generated-nice-strict.h.pump | 3 $$ gmock-generated-nice-strict.h. 47 // write NiceMock<MockFoo>(5, "a") to construct a nice mock where 54 // mock method is defined in a base class of MockFoo, the "nice" or 144 // user errors of nesting nice and strict mocks. They do NOT catch
|
/external/toybox/toys/other/ |
D | vmstat.c | 33 uint64_t user, nice, sys, idle, wait, irq, sirq, intr, ctxt, running, blocked; member 114 top[idx].user += top[idx].nice; in vmstat_main()
|
/external/toybox/toys/posix/ |
D | nice.c | 35 if (nice(TT.priority)==-1 && errno) perror_exit("Can't set priority");
|
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/ |
D | CpuMonitor.java | 279 long nice = scanner.nextLong(); in readIdleAndRunTime() local 281 runTime = user + nice + sys; in readIdleAndRunTime()
|
/external/fio/examples/ |
D | disk-zone-profile.fio | 2 ; should give a nice picture of the zoning of this drive
|
/external/fio/ |
D | workqueue.c | 138 if (wq->ops.nice) { in worker_thread() 139 if (nice(wq->ops.nice) < 0) { in worker_thread()
|