Searched refs:nice (Results 1 - 16 of 16) sorted by relevance

/external/libvpx/examples/includes/geshi/geshi/
H A Docaml.php118 1 => 'color: #06c; font-weight: bold;', /* nice blue */
119 2 => 'color: #06c; font-weight: bold;', /* nice blue */
120 3 => 'color: #06c; font-weight: bold;', /* nice blue */
121 4 => 'color: #06c; font-weight: bold;', /* nice blue */
122 5 => 'color: #06c; font-weight: bold;' /* nice blue */
133 0 => 'color: #3cb371;' /* nice green */
H A Docaml-brief.php69 1 => 'color: #06c; font-weight: bold;' /* nice blue */
80 0 => 'color: #3cb371;' /* nice green */
H A Dhaskell.php140 1 => 'color: #06c; font-weight: bold;', /* nice blue */
158 0 => 'background-color: #3cb371;' /* nice green */
H A Dmysql.php58 'CASE_KEYWORDS' => GESHI_CAPS_NO_CHANGE, // @@@ would be nice if this could be defined per group!
/external/kernel-headers/original/linux/
H A Dkernel_stat.h19 cputime64_t nice; member in struct:cpu_usage_stat
H A Dsched.h1127 extern void set_user_nice(struct task_struct *p, long nice);
1130 extern int can_nice(const struct task_struct *p, const int 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/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/netperf/
H A Dnetcpu_looper.c222 /* nice and low. also, by making system calls, it may be easier */
257 /* rely on nice(39). raj 2/26/96 */
258 nice(39);
260 nice(39);
609 /* it would appear that on some systems, in loopback, nice is
/external/elfutils/backends/
H A Dlinux-core-note.c154 FIELD (state, CHAR, nice, 'd'),
/external/mksh/src/
H A Djobs.c357 /* run nice(3) and ignore the result */
366 if (nice(ness) == -1 && (e = errno) != 0)
369 (void)nice(ness);
1363 * XXX would be nice to get the closes out of here
/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/libvpx/examples/includes/geshi/
H A Dgeshi.php3687 * surrounding it to make it look nice.
3830 // @todo: but... actually it would still be somewhat nice to merge the two loops
/external/valgrind/main/memcheck/tests/x86-linux/
H A Dscalar.stderr.exp401 Syscall param nice(inc) contains uninitialised byte(s)
/external/grub/docs/
H A Dtexinfo.tex6700 % It would be nice if we could set up a hyphenation file here.
/external/dropbear/libtomcrypt/
H A Dcrypt.tex5347 require updating. This has the nice benefit that one can add ciphers (etc.) not have to re--write portions of the API. For the most part, LibTomCrypt has also been written

Completed in 5418 milliseconds