Home
last modified time | relevance | path

Searched refs:test_stack (Results 1 – 7 of 7) sorted by relevance

/external/ltp/testcases/kernel/syscalls/clone/
Dclone04.c56 void *test_stack; in main() local
67 test_stack = NULL; in main()
73 test_stack = child_stack; in main()
77 CHILD_STACK_SIZE, test_stack)); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
D3-2.c176 int test_stack(pthread_attr_t * ta, size_t newsize) in test_stack() function
409 do_stack_tests = (test_stack(NULL, 0) == 0 ? 1 : 0); in main()
437 test_stack(&scenarii[sc].ta, in main()
493 test_stack(&scenarii[sc].ta, in main()
/external/tensorflow/tensorflow/python/autograph/lang/
Dspecial_functions_test.py89 def test_stack(self): member in SpecialFunctionsTest
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/GlobalISel/
Darm-regbankselect.mir21 define void @test_stack() { ret void }
452 name: test_stack
453 # CHECK-LABEL: name: test_stack
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Davoid-sfb.ll727 define void @test_stack(%struct.S6* noalias nocapture sret %agg.result, %struct.S6* byval nocapture…
728 ; CHECK-LABEL: test_stack:
750 ; DISABLED-LABEL: test_stack:
764 ; CHECK-AVX2-LABEL: test_stack:
786 ; CHECK-AVX512-LABEL: test_stack:
/external/python/cpython2/Lib/test/
Dtest_inspect.py163 def test_stack(self): member in TestInterpreterStack
/external/python/cpython3/Lib/test/
Dtest_inspect.py292 def test_stack(self): member in TestInterpreterStack