Searched defs:nice (Results 1 - 16 of 16) 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/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"
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/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/netperf/src/
H A Dnetcpu_procstat.c50 uint64_t nice; member in struct:cpu_states
183 (unsigned long long *)&res[i].nice,
197 (unsigned long long)res[i].nice,
280 diff.nice =
281 tick_subtract(lib_start_count[i].nice, lib_end_count[i].nice);
298 total_ticks = diff.user + diff.nice + diff.sys + diff.idle + diff.iowait
327 (unsigned long long)diff.nice,
/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/ltp/tools/top-LTP/proc/
H A Dreadproc.h24 ld cutime, cstime, priority, nice, timeout, it_real_value, rss,
76 nice, /* standard unix nice level of process */ member in struct:proc_t
/external/fio/os/windows/
H A Dposix.c622 int nice(int incr) function
/external/fio/
H A Dthread_options.h175 unsigned int nice; member in struct:thread_options
398 uint32_t nice; member in struct:thread_options_pack
/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 ...
/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.h1156 // toys/posix/nice.c
1506 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 1265 milliseconds