Home
last modified time | relevance | path

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

12345678

/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/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/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/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.c30 uint64_t user, nice, sys, idle, wait, irq, sirq, intr, ctxt, running, blocked; member
111 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/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/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/trace-viewer/third_party/WebOb/
DREADME.rst21 as a result, WebOb is also a nice way to create HTTP requests and
/external/netperf/
Dnetcpu_looper.c258 nice(39); in sit_and_spin()
260 nice(39); in sit_and_spin()
/external/llvm/test/Verifier/
Ddbg-typerefs.ll2 ; Check that the debug info verifier gives nice errors for bad type refs
/external/strace/xlat/
Dmmap_flags.in33 * It'd be nice to come up with some way of eliminating it from
/external/llvm/test/CodeGen/ARM/
Dvfp-regs-dwarf.ll11 ; monotonic in memory is also a nice property to have.
/external/jmonkeyengine/engine/src/core-effects/Common/MatDefs/Post/
DCartoonEdge.frag43 // Filter out very small changes, in order to produce nice clean results.
DCartoonEdge15.frag45 // Filter out very small changes, in order to produce nice clean results.
/external/pdfium/testing/
Dgmock.gyp20 'gmock/include/gmock/gmock-generated-nice-strict.h',
/external/markdown/docs/extensions/
DHTML_Tidy.txt26 may also transform poorly formed raw HTML into nice, valid HTML. Take these
/external/v8/testing/
Dgmock.gyp20 'gmock/include/gmock/gmock-generated-nice-strict.h',
/external/libvncserver/vncterm/
DREADME16 nice). Colours and other ANSI sequences need to be added.
/external/toybox/toys/pending/
Dtop.c101 int nice; in read_stat() local
121 &proc->state[0], &proc->ppid, &proc->utime, &proc->stime, &nice, in read_stat()
125 if (nice < 0 ) proc->state[2] = '<'; in read_stat()
126 else if (nice) proc->state[2] = 'N'; in read_stat()
/external/fio/
Dthread_options.h175 unsigned int nice; member
398 uint32_t nice; member
/external/llvm/test/Transforms/LoopUnroll/
D2011-08-09-IVSimplify.ll4 ; expose nice opportunities for GVN.
/external/liblzf/
DChanges14 buffer (analyzed and nice testcase by Salvatore Sanfilippo).
23 when outputting back references. reported with nice testcase

12345678