Searched refs:expected_location (Results 1 – 4 of 4) sorted by relevance
/external/ltp/testcases/kernel/syscalls/symlink/ |
D | symlink01.c | 1495 char expected_location[PATH_MAX]; in do_chdir() local 1500 strcpy(expected_location, tst_get_tmpdir()); in do_chdir() 1501 strcat(expected_location, "/"); in do_chdir() 1502 strcat(expected_location, tc_ptr->fn_arg[2]); in do_chdir() 1506 } else if (strcmp(cwd, expected_location) == 0) { in do_chdir() 1514 cwd, expected_location); in do_chdir()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cEnhancedLayoutsTests.hpp | 426 glw::GLint expected_location, const Type& type, glw::GLboolean normalized, 430 glw::GLint expected_location, Interface* interface, glw::GLuint n_array_elements, 456 …glw::GLint expected_location, const Type& type, glw::GLboolean normalized, glw::GLuint n_array_ele… in Variable() 461 …, m_descriptor(name, qualifiers, expected_component, expected_location, type, normalized, n_array_… in Variable() 469 glw::GLint expected_location, Interface* interface, glw::GLuint n_array_elements, in Variable() 474 …, m_descriptor(name, qualifiers, expected_component, expected_location, interface, n_array_element… in Variable() 507 …glw::GLint expected_location, const Type& type, glw::GLboolean normalized, … 511 …Variable* var = new Variable(name, qualifiers, expected_component, expected_location, type, normal… 523 …glw::GLint expected_location, Interface* interface, glw::GLuint n_array_elements, … 526 …Variable* var = new Variable(name, qualifiers, expected_component, expected_location, interface, … [all …]
|
D | gl4cEnhancedLayoutsTests.cpp | 3946 GLint expected_location, const Type& type, GLboolean normalized, in Descriptor() argument 3949 , m_expected_location(expected_location) in Descriptor() 3973 GLint expected_location, Interface* interface, GLuint n_array_elements, in Descriptor() argument 3976 , m_expected_location(expected_location) in Descriptor() 4238 GLint expected_location, const Type& type, GLboolean normalized, in Member() argument 4241 …return AddMember(Variable::Descriptor(name, qualifiers, expected_component, expected_location, typ… in Member() 4260 GLint expected_location, Interface* nterface, GLuint n_array_elements, in Member() argument 4263 …return AddMember(Variable::Descriptor(name, qualifiers, expected_component, expected_location, nte… in Member()
|
D | gl4cShadingLanguage420PackTests.cpp | 7944 static const GLint expected_location = 2; in prepareVertexBuffer() local 7949 if (expected_location != test_loc) in prepareVertexBuffer()
|