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

1 2

  /external/ltp/testcases/kernel/syscalls/move_pages/
move_pages.sh 8 testprog=move_pages${1}
10 if [ -f $LTPROOT/testcases/bin/${testprog} ]; then
11 exec $testprog
13 export TCID=$testprog
  /prebuilts/go/darwin-x86/src/runtime/testdata/testprognet/
signal.go 7 // This is in testprognet instead of testprog because testprog
signalexec.go 7 // This is in testprognet instead of testprog because testprog
  /prebuilts/go/linux-x86/src/runtime/testdata/testprognet/
signal.go 7 // This is in testprognet instead of testprog because testprog
signalexec.go 7 // This is in testprognet instead of testprog because testprog
  /prebuilts/go/darwin-x86/src/runtime/
crash_test.go 35 var testprog struct { var
109 testprog.Lock()
110 defer testprog.Unlock()
111 if testprog.dir == "" {
116 testprog.dir = dir
120 if testprog.target == nil {
121 testprog.target = make(map[string]buildexe)
127 target, ok := testprog.target[name]
132 exe := filepath.Join(testprog.dir, name+".exe")
138 testprog.target[name] = targe
    [all...]
numcpu_freebsd_test.go 10 got := runTestProg(t, "testprog", "FreeBSDNumCPU")
proc_test.go 340 output := runTestProg(t, "testprog", "GCFairness")
348 output := runTestProg(t, "testprog", "GCFairness2")
356 output := runTestProg(t, "testprog", "NumGoroutine")
861 testLockOSThreadExit(t, "testprog")
crash_unix_test.go 248 exe, err := buildTestProg(t, "testprog")
string_test.go 180 output := runTestProg(t, "testprog", "stringconcat")
syscall_windows_test.go 507 o := runTestProg(t, "testprog", "RaiseException")
517 o := runTestProg(t, "testprog", "ZeroDivisionException")
542 o := runTestProg(t, "testprog", "StackMemory")
gc_test.go 23 got := runTestProg(t, "testprog", "GCSys")
  /prebuilts/go/linux-x86/src/runtime/
crash_test.go 35 var testprog struct { var
109 testprog.Lock()
110 defer testprog.Unlock()
111 if testprog.dir == "" {
116 testprog.dir = dir
120 if testprog.target == nil {
121 testprog.target = make(map[string]buildexe)
127 target, ok := testprog.target[name]
132 exe := filepath.Join(testprog.dir, name+".exe")
138 testprog.target[name] = targe
    [all...]
numcpu_freebsd_test.go 10 got := runTestProg(t, "testprog", "FreeBSDNumCPU")
proc_test.go 340 output := runTestProg(t, "testprog", "GCFairness")
348 output := runTestProg(t, "testprog", "GCFairness2")
356 output := runTestProg(t, "testprog", "NumGoroutine")
861 testLockOSThreadExit(t, "testprog")
crash_unix_test.go 248 exe, err := buildTestProg(t, "testprog")
string_test.go 180 output := runTestProg(t, "testprog", "stringconcat")
syscall_windows_test.go 507 o := runTestProg(t, "testprog", "RaiseException")
517 o := runTestProg(t, "testprog", "ZeroDivisionException")
542 o := runTestProg(t, "testprog", "StackMemory")
  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/
objcopy.exp 420 if { [target_compile $srcdir/$subdir/testprog.c tmpdir/testprog.o object debug] != "" } {
427 verbose -log "$READELF -a tmpdir/testprog.o > tmpdir/osabi.in"
428 set exec_output [remote_exec host "$READELF -h tmpdir/testprog.o" "" "/dev/null" "tmpdir/osabi.in"]
440 set objfile [remote_download host tmpdir/testprog.o]
444 set objfile tmpdir/testprog.o
471 verbose -log "$READELF -a tmpdir/testprog.o > tmpdir/osabi.out"
472 set exec_output [remote_exec host "$READELF -h tmpdir/testprog.o" "" "/dev/null" "tmpdir/osabi.out"]
486 if { [target_compile $srcdir/$subdir/testprog.c tmpdir/testprog.o object debug] != "" }
    [all...]
readelf.exp 148 if { [target_compile $srcdir/$subdir/testprog.c tmpdir/testprog.o object debug] != "" } {
155 set tempfile [remote_download host tmpdir/testprog.o]
190 ".*DW_AT_name.*(testprog.c|indirect string).*"
compress.exp 694 if { [target_compile $srcdir/$subdir/testprog.c tmpdir/testprog exectuable debug] != "" } {
698 set got [remote_exec host "$OBJDUMP -S tmpdir/testprog" "" "/dev/null" "tmpdir/testprog.dump"]
703 if { [binutils_run $STRIP "--strip-debug --remove-section=.comment --remove-section=.note tmpdir/testprog -o tmpdir/testprog.strip"] != "" } {
707 if { [binutils_run $OBJCOPY "--only-keep-debug --decompress-debug-sections tmpdir/testprog tmpdir/testprog.decompress"] != "" } {
711 if { [binutils_run $OBJCOPY "--only-keep-debug --compress-debug-sections tmpdir/testprog tmpdir/testprog.compress"] != "" }
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/
dwarf_test.go 47 for _, prog := range []string{"testprog", "testprogcgo"} {
  /prebuilts/go/linux-x86/src/cmd/link/
dwarf_test.go 47 for _, prog := range []string{"testprog", "testprogcgo"} {
  /prebuilts/go/darwin-x86/src/debug/pe/
file_test.go 318 err = template.Must(template.New("main").Parse(testprog)).Execute(file, linktype != linkNoCgo)
478 const testprog = ` const
  /prebuilts/go/linux-x86/src/debug/pe/
file_test.go 318 err = template.Must(template.New("main").Parse(testprog)).Execute(file, linktype != linkNoCgo)
478 const testprog = ` const

Completed in 111 milliseconds

1 2