Home
last modified time | relevance | path

Searched refs:location_str (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dlink_interface_blocks.cpp234 char location_str[11]; in lookup() local
235 snprintf(location_str, 11, "%d", var->data.location); in lookup()
238 _mesa_hash_table_search(ht, location_str); in lookup()
260 char location_str[11]; in store() local
261 snprintf(location_str, 11, "%d", var->data.location); in store()
262 _mesa_hash_table_insert(ht, ralloc_strdup(mem_ctx, location_str), var); in store()
/external/curl/tests/server/
Dsws.c2026 const char *location_str = port_str; in main() local
2063 location_str = port_str; in main()
2070 location_str = port_str; in main()
2086 location_str = unix_socket; in main()
2250 location_str, error, strerror(error)); in main()
2255 use_gopher?"GOPHER":"HTTP", socket_type, location_str); in main()
2436 socket_type, location_str, pid, exit_signal); in main()
/external/autotest/client/site_tests/firmware_TouchMTB/
DtouchbotII_robot_wrapper.py632 location_str = ' '.join(
635 para = (robot_script, self._board, location_str, angle,
/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp2606 const glw::GLchar* location_str, glw::GLuint n_rows, const glw::GLchar* name);
Dgl4cEnhancedLayoutsTests.cpp15203 glw::GLint location, const glw::GLchar* location_str, glw::GLuint n_rows, in test() argument
15209 m_location_str = location_str; in test()