Searched refs:found (Results 1 - 25 of 1377) sorted by relevance

1234567891011>>

/haiku-buildtools/binutils/gold/testsuite/
H A Dno_version_test.sh35 found=`egrep "\.gnu\.version.*" $file`
36 if test -n "$found"; then
38 echo "$found"
H A Ddiscard_locals_test.sh35 found=`egrep $sym $file`
36 if test -n "$found"; then
38 echo "$found"
48 found=`egrep $sym $file`
49 if test -z "$found"; then
H A Ddyn_weak_ref.sh32 found=`grep "$pattern" $file`
33 if test -z "$found"; then
34 echo "pattern \"$pattern\" not found in file $file."
35 echo $found
H A Dstrong_ref_weak_def.sh32 found=`grep "$pattern" $file`
33 if test -z "$found"; then
34 echo "pattern \"$pattern\" not found in file $file."
35 echo $found
H A Darm_attr_merge.sh31 found=`grep "$pattern" $file`
32 if test -z "$found"; then
33 echo "pattern \"$pattern\" not found in file $file."
H A Darm_abs_global.sh36 found=`grep " $sym\$" $file`
37 if test -z "$found"; then
38 echo "Symbol $sym not found."
44 echo "Expected symbol $sym to have relocation $reloc but found"
45 echo "$found"
H A Darm_target2_abs.sh31 found=`fgrep "Contents of section $section:" -A1 $file | tail -n 1`
32 if test -z "$found"; then
33 echo "Section \"$section\" not found in file $file"
39 match_pattern=`echo "$found" | grep -e "$pattern"`
41 echo "Expected pattern was not found in section \"$section\":"
H A Darm_target1_rel.sh31 found=`fgrep "Contents of section $section:" -A1 $file | tail -n 1`
32 if test -z "$found"; then
33 echo "Section \"$section\" not found in file $file"
39 match_pattern=`echo "$found" | grep -e "$pattern"`
41 echo "Expected pattern was not found in section \"$section\":"
H A Darm_target1_abs.sh31 found=`fgrep "Contents of section $section:" -A1 $file | tail -n 1`
32 if test -z "$found"; then
33 echo "Section \"$section\" not found in file $file"
39 match_pattern=`echo "$found" | grep -e "$pattern"`
41 echo "Expected pattern was not found in section \"$section\":"
H A Darm_target2_got_rel.sh31 found=`fgrep "Contents of section $section:" -A1 $file | tail -n 1`
32 if test -z "$found"; then
33 echo "Section \"$section\" not found in file $file"
39 match_pattern=`echo "$found" | grep -e "$pattern"`
41 echo "Expected pattern was not found in section \"$section\":"
H A Darm_target2_rel.sh31 found=`fgrep "Contents of section $section:" -A1 $file | tail -n 1`
32 if test -z "$found"; then
33 echo "Section \"$section\" not found in file $file"
39 match_pattern=`echo "$found" | grep -e "$pattern"`
41 echo "Expected pattern was not found in section \"$section\":"
H A Dmemory_test.sh38 found=`grep "$pattern" $file`
39 if test -z "$found"; then
40 echo "pattern \"$pattern\" not found in file $file."
41 echo $found
H A Dexclude_libs_test.sh36 found=`grep " $sym\$" $file`
37 if test -z "$found"; then
38 echo "Symbol $sym not found."
44 echo "Expected symbol $sym to have visibility $vis but found"
45 echo "$found"
H A Dscript_test_14.sh31 found=`fgrep "Contents of section $section:" -A1 $file | tail -n 1`
32 if test -z "$found"; then
33 echo "Section \"$section\" not found in file $file"
39 match_pattern=`echo "$found" | grep -e "$pattern"`
41 echo "Expected pattern was not found in section \"$section\":"
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/fpos/
H A D14320-1.cc37 bool found = false; local
42 found = true;
44 found = true;
46 found = true;
48 found = true;
50 found = true;
53 found = true;
56 found = true;
58 VERIFY( found );
/haiku-buildtools/binutils/gas/testsuite/gas/alpha/
H A Delf-reloc-3.l2 .*:2: Error: No ldah !gpdisp!2 was found
3 .*:1: Error: No lda !gpdisp!1 was found
H A Delf-tls-3.l2 .*:3: Error: No !tlsgd!1 was found
3 .*:6: Error: No !tlsldm!2 was found
4 .*:18: Error: No !tlsldm!5 was found
5 .*:22: Error: No !tlsgd!6 was found
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/alpha/
H A Delf-reloc-3.l2 .*:2: Error: No ldah !gpdisp!2 was found
3 .*:1: Error: No lda !gpdisp!1 was found
H A Delf-tls-3.l2 .*:3: Error: No !tlsgd!1 was found
3 .*:6: Error: No !tlsldm!2 was found
4 .*:18: Error: No !tlsldm!5 was found
5 .*:22: Error: No !tlsgd!6 was found
/haiku-buildtools/binutils/ld/testsuite/ld-mmix/
H A Da.s1 * The symbol "a" is found here.
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-mmix/
H A Da.s1 * The symbol "a" is found here.
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr26833.c4 int found = 0; local
6 for (; num_info>0 && !found; num_info--)
17 found = 1;
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dgo-dump.cc5 // license that can be found in the LICENSE file.
34 bool found = false; local
40 found = true;
43 return found;
H A Dgo-optimize.cc5 // license that can be found in the LICENSE file.
34 bool found = false; local
40 found = true;
43 return found;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/find/istreambuf_iterators/char/
H A D2.cc40 unsigned found = 0; local
47 ++found;
54 VERIFY( found == 1500 );

Completed in 258 milliseconds

1234567891011>>