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

/external/vulkan-validation-layers/libs/glm/detail/
H A Dtype_gentype.hpp36 nice, enumerator in enum:glm::profile
101 template <typename valTypeT, unsigned int colT, unsigned int rowT, profile proT = nice>
/external/adhd/cras/src/common/
H A Dcras_util.c56 int cras_set_nice_level(int nice) argument
63 * has been granted permission to adjust nice values on the system.
65 rc = setpriority(PRIO_PROCESS, syscall(__NR_gettid), nice);
67 syslog(LOG_WARNING, "Failed to set nice to %d, rc: %d",
68 nice, rc);
/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/google-breakpad/src/testing/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/googletest/googlemock/test/
H A Dgmock-nice-strict_test.cc32 #include "gmock/gmock-generated-nice-strict.h"
169 // Tests that a nice mock generates no warning for uninteresting calls.
179 // Tests that a nice mock generates no warning for uninteresting calls
192 // Tests that a nice mock generates informational logs for
209 // Tests that a nice mock allows expected calls.
217 // Tests that an unexpected call on a nice mock which returns a not-default-constructible
233 // Tests that an unexpected call on a nice mock fails.
272 NiceMock< ::Mock> nice; local
273 EXPECT_CALL(nice, DoThis());
274 nice
[all...]
/external/v8/testing/gmock/test/
H A Dgmock-nice-strict_test.cc32 #include "gmock/gmock-generated-nice-strict.h"
163 // Tests that a nice mock generates no warning for uninteresting calls.
173 // Tests that a nice mock generates no warning for uninteresting calls
186 // Tests that a nice mock generates informational logs for
203 // Tests that a nice mock allows expected calls.
211 // Tests that an unexpected call on a nice mock fails.
250 NiceMock< ::Mock> nice; local
251 EXPECT_CALL(nice, DoThis());
252 nice.DoThis();
/external/fio/
H A Dworkqueue.h45 unsigned int nice; member in struct:workqueue_ops
H A Dthread_options.h207 unsigned int nice; member in struct:thread_options
477 uint32_t nice; member in struct:thread_options_pack
/external/libchrome/base/process/
H A Dinternal_linux.cc203 uint64_t nice; local
204 if (!StringToUint64(cpu[0], &user) || !StringToUint64(cpu[1], &nice))
207 return ClockTicksToTimeDelta(user + nice);
/external/python/cpython2/Lib/plat-mac/
H A Daetypes.py19 def nice(s): function
20 """'nice' representation of an object"""
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/toybox/toys/other/
H A Dvmstat.c33 uint64_t user, nice, sys, idle, wait, irq, sirq, intr, ctxt, running, blocked; member in struct:vmstat_proc
114 top[idx].user += top[idx].nice;
129 // (Already appended nice to user)
/external/fio/os/windows/
H A Dposix.c683 int nice(int incr) function
/external/guice/lib/build/
H A Deasymock.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/easymock/ org/easymock/AbstractMatcher.class AbstractMatcher. ...
H A Dbnd-0.0.384.jarMETA-INF/MANIFEST.MF LICENSE OSGI-OPT/ OSGI-OPT/bnd.bnd OSGI-OPT/ ...
/external/toybox/generated/
H A Dglobals.h1181 // toys/posix/nice.c
1536 struct nice_data nice; member in union:global_union
/external/guice/extensions/persist/lib/
H A Deasymock.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/easymock/ org/easymock/AbstractMatcher.class AbstractMatcher. ...
/external/guice/extensions/struts2/lib/
H A Dstruts2-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/struts2/ org/apache/struts2/dispatcher/ ...

Completed in 377 milliseconds