Searched refs:attribute_name (Results 1 – 12 of 12) sorted by relevance
/third_party/gn/src/gn/ |
D | xml_element_writer.h | 46 const std::string& attribute_name, 63 const std::string& attribute_name, 95 const std::string& attribute_name, in XmlElementWriter() argument 104 out << ' ' << attribute_name << "=\""; in XmlElementWriter() 112 const std::string& attribute_name, in SubElement() argument 116 out_, tag, attribute_name, attribute_value_writer, indent_ + 2); in SubElement()
|
/third_party/skia/third_party/externals/tint/src/writer/hlsl/ |
D | generator_impl_test.cc | 38 const char* attribute_name; member 50 std::string(params.attribute_name)); in TEST_P()
|
/third_party/skia/third_party/externals/tint/src/writer/glsl/ |
D | generator_impl_test.cc | 51 const char* attribute_name; member 63 std::string(params.attribute_name)); in TEST_P()
|
/third_party/skia/third_party/externals/tint/src/writer/msl/ |
D | generator_impl_test.cc | 47 const char* attribute_name; member 60 std::string(params.attribute_name)); in TEST_P()
|
/third_party/python/Lib/unittest/test/testmock/ |
D | testpatch.py | 1272 patcher.attribute_name = 'f' 1275 other.attribute_name = 'g' 1497 patcher.attribute_name = 'f' 1500 good.attribute_name = 'g' 1503 bad.attribute_name = 'missing' 1525 patcher.attribute_name = 'f' 1528 good.attribute_name = 'g' 1531 bad.attribute_name = 'foo'
|
/third_party/python/Lib/unittest/ |
D | mock.py | 1268 attribute_name = None variable in _patch 1314 patcher.attribute_name = self.attribute_name 1349 if patching.attribute_name is not None: 1547 if self.attribute_name is not None: 1550 extra_args[self.attribute_name] = new 1679 patcher.attribute_name = attribute 1685 this_patcher.attribute_name = attribute
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfsinfo.c | 1361 char *attribute_name = NULL; in ntfs_dump_attribute_header() local 1363 attribute_name = ntfs_attr_get_name_mbs(a); in ntfs_dump_attribute_header() 1364 if (attribute_name) { in ntfs_dump_attribute_header() 1365 printf("\tAttribute name:\t\t '%s'\n", attribute_name); in ntfs_dump_attribute_header() 1366 free(attribute_name); in ntfs_dump_attribute_header()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/ |
D | esextcGPUShader5TextureGatherOffset.cpp | 845 gl.getAttribLocation(m_program_object_id, m_vertex_buffer_infos[i].attribute_name); in prepareProgramInput() 1130 info.attribute_name = m_coordinates_attribute_name; in prepareVertexBufferInfoForCoordinates() 1446 info.attribute_name = m_offsets_attribute_name; in prepareVertexBuffersData() 2345 info.attribute_name = m_offsets_attribute_name; in prepareVertexBuffersData() 2671 info.attribute_name = m_offsets_attribute_name; in prepareVertexBuffersData()
|
D | esextcGPUShader5TextureGatherOffset.hpp | 52 const glw::GLchar* attribute_name; member
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cVertexAttrib64BitTest.cpp | 1671 std::stringstream attribute_name; in configureAttribute() local 1676 attribute_name << "attribute_" << attribute_ordinal; in configureAttribute() 1680 attribute_name << "attribute_" << n_type << "[" << i << "]"; in configureAttribute() 1684 GLint attribute_location = gl.getAttribLocation(program_id, attribute_name.str().c_str()); in configureAttribute() 1689 …m_log << tcu::TestLog::Message << "GetAttribLocation(" << program_id << ", " << attribute_name.str… in configureAttribute()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArraySampling.cpp | 3528 std::string attribute_name = attribute.name; in setupSharedStorageBuffer() local 5087 std::string attribute_name = vertex_shader_input; local 5092 attribute_name.append(attribute.name); 5127 glw::GLint attribute_location = m_gl->getAttribLocation(program_id, attribute_name.c_str());
|
/third_party/python/Doc/library/ |
D | string.rst | 210 field_name: arg_name ("." `attribute_name` | "[" `element_index` "]")* 212 attribute_name: `identifier`
|