Home
last modified time | relevance | path

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

1234567891011

/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()
Dnetcpu_looper.c258 nice(39); in sit_and_spin()
260 nice(39); in sit_and_spin()
/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/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/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/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/fio/lib/
Dtp.c31 if (nice(prio) < 0) in tp_flush_work()
36 if (nice(prio) < 0) in tp_flush_work()
/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/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/valgrind/massif/tests/
Dpages_as_heap.vgtest4 # would be nice to test that pages as heap works properly using
/external/vulkan-validation-layers/libs/glm/detail/
Dtype_gentype.hpp36 nice, enumerator
/external/c-ares/
DREADME.cares9 within the curl project (hence the letter C) and it makes a nice pun. Also,
/external/llvm/test/Linker/
D2003-11-18-TypeResolution.ll3 ; table class is DROPPING one of the values, instead of renaming it like a nice
/external/chromium-trace/catapult/third_party/WebOb/
DREADME.rst21 as a result, WebOb is also a nice way to create HTTP requests and
/external/strace/xlat/
Dmmap_flags.in33 * It'd be nice to come up with some way of eliminating it from
/external/llvm/test/Verifier/
Ddbg-typerefs.ll2 ; Check that the debug info verifier gives nice errors for bad type refs
/external/skia/gyp/
Dgmslides.gypi19 # It'd be nice to do this in SampleApp.gypi, but I can't find a way to make it work.
/external/llvm/test/CodeGen/ARM/
Dvfp-regs-dwarf.ll11 ; monotonic in memory is also a nice property to have.
/external/pdfium/testing/
Dgmock.gyp20 'gmock/include/gmock/gmock-generated-nice-strict.h',

1234567891011