Home
last modified time | relevance | path

Searched refs:nice (Results 1 – 25 of 352) sorted by relevance

12345678910>>...15

/external/netperf/src/
Dnetcpu_procstat.c50 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/
DMocksBehavior.java33 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/
Dnice02.c39 TEST(nice(NICEINC)); in verify_nice()
61 TEST(nice(DEFAULT_PRIO)); in verify_nice()
Dnice01.c40 TEST(nice(NICEINC)); in verify_nice()
63 TEST(nice(-NICEINC)); in verify_nice()
Dnice04.c33 TEST(nice(NICEINC)); in verify_nice()
Dnice03.c40 TEST(nice(NICEINC)); in nice_test()
/external/curl/tests/data/
Dtest123524 two is nice too
80 two is nice too
92 two is nice too
Dtest8726 two is nice too
58 two is nice too
/external/python/cpython2/Lib/plat-mac/
Daetypes.py19 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/
Dgmock-nice-strict_test.cc203 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/
Dfp-trunc.ll12 ; 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/
Dgmock-generated-nice-strict.h.pump3 $$ 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/
Dgmock-generated-nice-strict.h.pump3 $$ 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/
Dwarn-self-assign-field.mm17 // 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/
Dsched_tc4.c142 if (nice((priority - 50) - (nice(0) + 20)) < 0 && errno != 0) in main()
Dsched_tc5.c139 if (nice((priority - 50) - (nice(0) + 20)) < 0 && errno != 0) in main()
/external/syslinux/com32/lua/doc/
Dsyslinux.asc106 -- get nice output
184 -- get nice output
228 -- get nice output
253 -- get nice output
/external/googletest/googlemock/test/
Dgmock-nice-strict_test.cc249 NiceMock< ::Mock> nice; in TEST() local
250 EXPECT_CALL(nice, DoThis()); in TEST()
251 nice.DoThis(); in TEST()
/external/v8/testing/gmock/test/
Dgmock-nice-strict_test.cc250 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/
Dgmock-generated-nice-strict.h.pump3 $$ 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/
Dvmstat.c33 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/
Dnice.c35 if (nice(TT.priority)==-1 && errno) perror_exit("Can't set priority");
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
DCpuMonitor.java279 long nice = scanner.nextLong(); in readIdleAndRunTime() local
281 runTime = user + nice + sys; in readIdleAndRunTime()
/external/fio/examples/
Ddisk-zone-profile.fio2 ; should give a nice picture of the zoning of this drive
/external/fio/
Dworkqueue.c138 if (wq->ops.nice) { in worker_thread()
139 if (nice(wq->ops.nice) < 0) { in worker_thread()

12345678910>>...15