HomeSort by relevance Sort by last modified time
    Searched refs:garbage (Results 1 - 25 of 311) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/compiler/glsl/glcpp/tests/
102-garbage-after-endif.c 2 #endif garbage
103-garbage-after-else-0.c 2 #else garbage
123-garbage-after-else-1.c 2 #else garbage
126-garbage-after-directive.c 1 #ifdef MACRO garbage
4 #ifndef MORE garbage
  /external/valgrind/gdbserver_tests/
filter_make_empty 8 ps -lf -p $PPID >> garbage.filtered.out
9 date >> garbage.filtered.out
10 cat >> garbage.filtered.out
send_signal 24 (while ! $GUARDCMD >> garbage.filtered.out 2>&1
simulate_control_c 22 (while ! $GUARDCMD >> garbage.filtered.out 2>&1
make_local_links 110 # cleanup the possibly big garbage previously collected output
111 rm -f gdbserver_tests/garbage.filtered.out
112 rm -f gdbserver_tests/solaris/garbage.filtered.out
  /external/clang/test/Lexer/
msdos-cpm-eof.c 8 I am random garbage after ^Z
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/macros/
test3.s 7 m ".long foo1",.garbage
  /external/ltp/tools/pounder21/test_scripts/
time_drift 57 diff -u $POUNDER_TMPDIR/ntpdrift-$$ $LOGFILE | while read a b c d e field drift garbage; do
64 $c $d $e $field $drift $garbage
68 $c $d $e $field $drift $garbage
  /external/ltp/tools/pounder21/build_scripts/
ide_cdrom_copy 46 read garbage
  /prebuilts/go/darwin-x86/test/bench/garbage/
stats.go 22 fmt.Printf("garbage.%sMem%s Alloc=%d/%d Heap=%d NextGC=%d Mallocs=%d\n", name, cpus, st.Alloc, st.TotalAlloc, st.Sys, st.NextGC, st.Mallocs)
23 fmt.Printf("garbage.%s%s %d %d ns/op\n", name, cpus, n, t.Nanoseconds()/int64(n))
24 fmt.Printf("garbage.%sLastPause%s 1 %d ns/op\n", name, cpus, st.PauseNs[(st.NumGC-1)%uint32(len(st.PauseNs))])
25 fmt.Printf("garbage.%sPause%s %d %d ns/op\n", name, cpus, st.NumGC, int64(st.PauseTotalNs)/int64(st.NumGC))
31 fmt.Printf("garbage.%sPause5%s: %d %d %d %d %d\n", name, cpus, t1, t2, t3, t4, t5)
33 // fmt.Printf("garbage.%sScan: %v\n", name, st.ScanDist)
  /prebuilts/go/linux-x86/test/bench/garbage/
stats.go 22 fmt.Printf("garbage.%sMem%s Alloc=%d/%d Heap=%d NextGC=%d Mallocs=%d\n", name, cpus, st.Alloc, st.TotalAlloc, st.Sys, st.NextGC, st.Mallocs)
23 fmt.Printf("garbage.%s%s %d %d ns/op\n", name, cpus, n, t.Nanoseconds()/int64(n))
24 fmt.Printf("garbage.%sLastPause%s 1 %d ns/op\n", name, cpus, st.PauseNs[(st.NumGC-1)%uint32(len(st.PauseNs))])
25 fmt.Printf("garbage.%sPause%s %d %d ns/op\n", name, cpus, st.NumGC, int64(st.PauseTotalNs)/int64(st.NumGC))
31 fmt.Printf("garbage.%sPause5%s: %d %d %d %d %d\n", name, cpus, t1, t2, t3, t4, t5)
33 // fmt.Printf("garbage.%sScan: %v\n", name, st.ScanDist)
  /prebuilts/go/darwin-x86/src/runtime/
chanbarrier_test.go 68 var garbage []byte
75 garbage = make([]byte, 1<<10)
78 global = garbage
  /prebuilts/go/darwin-x86/test/
init1.go 7 // Test that goroutines and garbage collection run during init.
32 // Generate 1,000 MB of garbage, only retaining 1 MB total.
37 // Verify that the garbage collector ran by seeing if we
gc.go 7 // Simple test of the garbage collector.
gc1.go 7 // A simple test of the garbage collector.
  /prebuilts/go/linux-x86/src/runtime/
chanbarrier_test.go 68 var garbage []byte
75 garbage = make([]byte, 1<<10)
78 global = garbage
  /prebuilts/go/linux-x86/test/
init1.go 7 // Test that goroutines and garbage collection run during init.
32 // Generate 1,000 MB of garbage, only retaining 1 MB total.
37 // Verify that the garbage collector ran by seeing if we
gc.go 7 // Simple test of the garbage collector.
gc1.go 7 // A simple test of the garbage collector.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/parse/
lselbug.s 5 ; garbage bits while the one without parens worked fine.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
err-builtin.s 13 GET garbage % { dg-error "invalid operands" "" }
14 PUT garbage % { dg-error "invalid operands" "" }
  /external/deqp/framework/delibs/debase/
deSha1.c 279 const int garbage = 0xde; local
288 deMemset(&hash, garbage, sizeof(deSha1));
300 deMemset(&hash, garbage, sizeof(deSha1));
314 deMemset(&hashA, garbage, sizeof(deSha1));
315 deMemset(&hashB, garbage, sizeof(deSha1));
340 deMemset(&hashA, garbage, sizeof(deSha1));
341 deMemset(&hashB, garbage, sizeof(deSha1));
360 deMemset(&hash, garbage, sizeof(hash));
361 deMemset(&result, garbage, sizeof(result));

Completed in 705 milliseconds

1 2 3 4 5 6 7 8 91011>>