Searched defs:nice (Results 1 - 4 of 4) sorted by relevance

/external/kernel-headers/original/linux/
H A Dkernel_stat.h19 cputime64_t nice; member in struct:cpu_usage_stat
/external/chromium/testing/gmock/test/
H A Dgmock-nice-strict_test.cc32 #include "gmock/gmock-generated-nice-strict.h"
112 // Tests that a nice mock generates no warning for uninteresting calls.
122 // Tests that a nice mock generates no warning for uninteresting calls
135 // Tests that a nice mock generates informational logs for
156 // Tests that a nice mock allows expected calls.
164 // Tests that an unexpected call on a nice mock fails.
203 NiceMock< ::Mock> nice; local
204 EXPECT_CALL(nice, DoThis());
205 nice.DoThis();
/external/easymock/src/org/easymock/internal/
H A DMocksBehavior.java33 private final boolean nice; field in class:MocksBehavior
47 public MocksBehavior(boolean nice) { argument
48 this.nice = nice;
106 if (stubOrNice == null && nice) {
113 // Do not move the cursor in case of stub, nice or error
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.sat4j.pb_2.2.0.v20100429.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 84 milliseconds