Home
last modified time | relevance | path

Searched refs:test_pipe (Results 1 – 10 of 10) sorted by relevance

/external/OpenCL-CTS/test_conformance/api/
Dtest_pipe_properties_queries.cpp34 clMemWrapper test_pipe; in create_pipe_and_check_array_properties() local
38 test_pipe = clCreatePipe(context, CL_MEM_HOST_NO_ACCESS, 4, 4, in create_pipe_and_check_array_properties()
44 test_pipe = in create_pipe_and_check_array_properties()
52 error = clGetPipeInfo(test_pipe, CL_PIPE_PROPERTIES, 0, NULL, &set_size); in create_pipe_and_check_array_properties()
/external/igt-gpu-tools/tests/
Dkms_big_fb.c342 static bool test_pipe(data_t *data) in test_pipe() function
424 if (test_pipe(data)) in test_scanout()
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_windows_events.py105 def test_pipe(self): member in ProactorTests
/external/python/cffi/testing/cffi0/
Dtest_parsing.py92 def test_pipe(): function
/external/python/cpython2/Lib/test/
Dtest_posix.py419 def test_pipe(self): member in PosixTester
/external/python/parse_type/tests/
Dtest_parse.py185 def test_pipe(self): member in TestParse
/external/rust/crates/nix/test/
Dtest_unistd.rs624 fn test_pipe() { in test_pipe() function
/external/python/cpython3/Lib/test/
Dtest_posix.py845 def test_pipe(self): member in PosixTester
Dtest_subprocess.py3600 def test_pipe(self): member in ContextManagerTests
Dtest_os.py3668 def test_pipe(self): member in FDInheritanceTests