HomeSort by: relevance | last modified time | path
    Searched refs:test (Results 1 - 25 of 2910) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/tests/usr.bin/xlint/lint1/
stmt_for.c 13 test(void) function
  /src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/functional/src/
broken-two.c 1 int test() { ; function
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-commands-breakpoint.c 19 test (void) function
26 test ();
27 test ();
28 test ();
py-disasm.c 1 /* This test program is part of GDB, the GNU debugger.
19 test () function
30 return test ();
py-varobj.c 18 struct test { struct
22 struct test tval = {23};
24 struct test *test_ptr = &tval;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
global-var-nested-by-dso-solib1.c 18 int test; variable
23 test = 42;
global-var-nested-by-dso-solib2.c 18 int test; variable
23 test = 42;
eval-skip.exp 31 # Check to see if we have an executable to test. If not, then either we
57 proc test { val re } {
61 test "(0 && (x+y))" ".$decimal = $false"
63 test "(0 && (x-y))" ".$decimal = $false"
65 test "(0 && (x*y))" ".$decimal = $false"
67 test "(0 && (x/y))" ".$decimal = $false"
69 test "(0 && (x%y))" ".$decimal = $false"
71 test "(0 && (x&&y))" ".$decimal = $false"
73 test "(0 && (x||y))" ".$decimal = $false"
75 test "(0 && (x&y))" ".$decimal = $false
    [all...]
sss-bp-on-user-bp-2.c 19 test (void) function
27 test ();
command-line-input.exp 18 # Test issuing a command split in multiple lines with continuation
24 set test "print 1\\\\n + 2"
25 gdb_test_multiple "print 1\\\n + 2" $test {
27 pass $test
31 set test "print 1\\\\n2"
32 gdb_test_multiple "print 1\\\n2" $test {
34 pass $test
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/
tsx.c 19 extern void test (void);
24 test ();
segv.c 23 test (void) function
25 return fun (42); /* test.call */
31 return test ();
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
mi-condbreak-call-thr-state-st.c 18 /* This is single-threaded driver for the real test. */
20 extern int test (void);
25 return test ();
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-disasm.c 1 /* This test program is part of GDB, the GNU debugger.
19 test () function
30 return test ();
py-varobj.c 18 struct test { struct
22 struct test tval = {23};
24 struct test *test_ptr = &tval;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
global-var-nested-by-dso-solib1.c 18 int test; variable
23 test = 42;
global-var-nested-by-dso-solib2.c 18 int test; variable
23 test = 42;
eval-skip.exp 31 # Check to see if we have an executable to test. If not, then either we
58 proc test { val re } {
62 test "(0 && (x+y))" ".$decimal = $false"
64 test "(0 && (x-y))" ".$decimal = $false"
66 test "(0 && (x*y))" ".$decimal = $false"
68 test "(0 && (x/y))" ".$decimal = $false"
70 test "(0 && (x%y))" ".$decimal = $false"
72 test "(0 && (x&&y))" ".$decimal = $false"
74 test "(0 && (x||y))" ".$decimal = $false"
76 test "(0 && (x&y))" ".$decimal = $false
    [all...]
sss-bp-on-user-bp-2.c 19 test (void) function
27 test ();
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.btrace/
tsx.c 19 extern void test (void);
24 test ();
segv.c 23 test (void) function
25 return fun (42); /* test.call */
31 return test ();
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
mi-condbreak-call-thr-state-st.c 18 /* This is single-threaded driver for the real test. */
20 extern int test (void);
25 return test ();
  /src/external/gpl2/dtc/dist/tests/
overlay_overlay.dts 12 /* Test that we can change an int by another */
13 &test {
14 test-int-property = <43>;
17 /* Test that we can replace a string by a longer one */
18 &test {
19 test-str-property = "foobar";
22 /* Test that we add a new property */
23 &test {
24 test-str-property-2 = "foobar2";
27 /* Test that we add a new node (by phandle) *
    [all...]
overlay_base_manual_symbols.dts 11 test: test-node {
12 phandle = <&test>; /* Force phandle generation */
13 test-int-property = <42>;
14 test-str-property = "foo";
16 subtest: sub-test-node {
17 sub-test-property;
21 test = &test;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.disasm/
disassembler-options.exp 16 # This test exercises set/show disassembler-options
26 set test "set disassembler-options invalid_option_value"
27 gdb_test_multiple $test $test {
29 pass $test
32 pass $test

Completed in 105 milliseconds

1 2 3 4 5 6 7 8 91011>>