/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/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/fio/lib/ |
D | tp.c | 31 if (nice(prio) < 0) in tp_flush_work() 36 if (nice(prio) < 0) in tp_flush_work()
|
/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/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 | 30 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/ |
D | nice.c | 35 if (nice(TT.priority)==-1 && errno) perror_exit("Can't set priority");
|
/external/fio/examples/ |
D | disk-zone-profile.fio | 2 ; should give a nice picture of the zoning of this drive
|
/external/valgrind/massif/tests/ |
D | pages_as_heap.vgtest | 4 # would be nice to test that pages as heap works properly using
|
/external/llvm/test/Linker/ |
D | 2003-11-18-TypeResolution.ll | 3 ; table class is DROPPING one of the values, instead of renaming it like a nice
|
/external/chromium-trace/trace-viewer/third_party/WebOb/ |
D | README.rst | 21 as a result, WebOb is also a nice way to create HTTP requests and
|
/external/netperf/ |
D | netcpu_looper.c | 258 nice(39); in sit_and_spin() 260 nice(39); in sit_and_spin()
|
/external/llvm/test/Verifier/ |
D | dbg-typerefs.ll | 2 ; Check that the debug info verifier gives nice errors for bad type refs
|
/external/strace/xlat/ |
D | mmap_flags.in | 33 * It'd be nice to come up with some way of eliminating it from
|
/external/llvm/test/CodeGen/ARM/ |
D | vfp-regs-dwarf.ll | 11 ; monotonic in memory is also a nice property to have.
|
/external/jmonkeyengine/engine/src/core-effects/Common/MatDefs/Post/ |
D | CartoonEdge.frag | 43 // Filter out very small changes, in order to produce nice clean results.
|
D | CartoonEdge15.frag | 45 // Filter out very small changes, in order to produce nice clean results.
|
/external/pdfium/testing/ |
D | gmock.gyp | 20 'gmock/include/gmock/gmock-generated-nice-strict.h',
|
/external/markdown/docs/extensions/ |
D | HTML_Tidy.txt | 26 may also transform poorly formed raw HTML into nice, valid HTML. Take these
|
/external/v8/testing/ |
D | gmock.gyp | 20 'gmock/include/gmock/gmock-generated-nice-strict.h',
|
/external/libvncserver/vncterm/ |
D | README | 16 nice). Colours and other ANSI sequences need to be added.
|
/external/toybox/toys/pending/ |
D | top.c | 101 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/ |
D | thread_options.h | 175 unsigned int nice; member 398 uint32_t nice; member
|
/external/llvm/test/Transforms/LoopUnroll/ |
D | 2011-08-09-IVSimplify.ll | 4 ; expose nice opportunities for GVN.
|
/external/liblzf/ |
D | Changes | 14 buffer (analyzed and nice testcase by Salvatore Sanfilippo). 23 when outputting back references. reported with nice testcase
|