HomeSort by relevance Sort by last modified time
    Searched full:nice (Results 1 - 25 of 1660) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/test/096-array-copy-concurrent-gc/
info.txt 1 This is a test to verify that System.arraycopy works nice together with
  /frameworks/opt/vcard/tests/res/raw/
v21_title_before_org.vcf 3 FN:Nice Guy
  /external/toybox/toys/posix/
nice.c 0 /* nice.c - Run a program at a different niceness level.
5 * See http://opengroup.org/onlinepubs/9699919799/utilities/nice.html
7 USE_NICE(NEWTOY(nice, "^<1n#", TOYFLAG_USR|TOYFLAG_BIN))
9 config NICE
10 bool "nice"
13 usage: nice [-n PRIORITY] command [args...]
35 if (nice(TT.priority)==-1 && errno) perror_exit("Can't set priority");
  /art/test/020-string/
expected.txt 1 testStr is 'This is a very nice string'
2 This is a very nice string
  /external/fio/examples/
disk-zone-profile.fio 2 ; should give a nice picture of the zoning of this drive
  /bionic/libc/upstream-netbsd/lib/libc/gen/
nice.c 1 /* $NetBSD: nice.c,v 1.13 2011/05/01 02:49:54 christos Exp $ */
35 static char sccsid[] = "@(#)nice.c 8.1 (Berkeley) 6/4/93";
37 __RCSID("$NetBSD: nice.c,v 1.13 2011/05/01 02:49:54 christos Exp $");
49 __weak_alias(nice,_nice)
53 * Backwards compatible nice.
56 nice(int incr)
  /frameworks/base/docs/html/guide/topics/media/
index.jd 14 <h4>Allowing applications to play nice(r) with each other: Handling remote control
22 href="http://android-developers.blogspot.com/2011/11/making-android-games-that-play-nice.html">
23 <h4>Making Android Games that Play Nice</h4>
29 <a href="http://android-developers.blogspot.com/2011/12/more-android-games-that-play-nice.html">
30 <h4>More Android Games that Play Nice</h4>
  /external/clang/test/CodeGen/
union-init.c 3 // A nice and complicated initialization example with unions from Python
  /external/fio/lib/
tp.c 31 if (nice(prio) < 0)
32 log_err("fio: nice %s\n", strerror(errno));
36 if (nice(prio) < 0)
37 log_err("fio: nice %s\n", strerror(errno));
  /external/valgrind/massif/tests/
basic.c 3 // Allocate some memory and then deallocate it, to get a nice up-then-down
pages_as_heap.vgtest 4 # would be nice to test that pages as heap works properly using
  /external/e2fsprogs/lib/uuid/
gen_uuid_nt.c 15 // Here is a nice example why it's not a good idea
54 // Nice, but instead of including ntddk.h ot winnt.h
  /external/kernel-headers/original/uapi/asm-generic/
resource.h 44 #define RLIMIT_NICE 13 /* max nice prio allowed to raise to
45 0-39 for nice level 19 .. -20 */
  /external/google-breakpad/src/testing/test/
gmock-nice-strict_test.cc 32 #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/llvm/test/Transforms/InstCombine/
align-2d-gep.ll 6 ; Nice case to prove 16 byte alignment. In the Awkward case, the inner
11 @Nice = global [1001 x [20000 x double]] zeroinitializer, align 32
25 %t4 = getelementptr [1001 x [20000 x double]], [1001 x [20000 x double]]* @Nice, i64 0, i64 %i, i64 %j
  /development/ndk/platforms/android-3/include/linux/
kernel_stat.h 24 cputime64_t nice; member in struct:cpu_usage_stat
  /external/clang/test/Headers/
altivec-intrin.c 15 // FIXME: As noted in ms-intrin.cpp, it would be nice if we didn't have to
  /external/libnl/include/linux/
netfilter.h 15 * number. Not nice, but better than additional function arguments. */
  /external/strace/qemu_multiarch_testing/
parallel-build-hdc-img.sh 10 nice -n10 time ./native-build.sh ../hdc.img
  /external/strace/tests/
select.c 20 * Start with a nice simple select.
  /external/toybox/toys/example/
hello.c 19 Occasionally nice to smoketest kernel booting via "init=/usr/bin/hello".
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
netfilter.h 17 * number. Not nice, but better than additional function arguments. */
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
kernel_stat.h 24 cputime64_t nice; member in struct:cpu_usage_stat
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
kernel_stat.h 24 cputime64_t nice; member in struct:cpu_usage_stat
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
kernel_stat.h 24 cputime64_t nice; member in struct:cpu_usage_stat

Completed in 3032 milliseconds

1 2 3 4 5 6 7 8 91011>>