Home
last modified time | relevance | path

Searched refs:attribute_name (Results 1 – 12 of 12) sorted by relevance

/third_party/gn/src/gn/
Dxml_element_writer.h46 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/
Dgenerator_impl_test.cc38 const char* attribute_name; member
50 std::string(params.attribute_name)); in TEST_P()
/third_party/skia/third_party/externals/tint/src/writer/glsl/
Dgenerator_impl_test.cc51 const char* attribute_name; member
63 std::string(params.attribute_name)); in TEST_P()
/third_party/skia/third_party/externals/tint/src/writer/msl/
Dgenerator_impl_test.cc47 const char* attribute_name; member
60 std::string(params.attribute_name)); in TEST_P()
/third_party/python/Lib/unittest/test/testmock/
Dtestpatch.py1272 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/
Dmock.py1268 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/
Dntfsinfo.c1361 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/
DesextcGPUShader5TextureGatherOffset.cpp845 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()
DesextcGPUShader5TextureGatherOffset.hpp52 const glw::GLchar* attribute_name; member
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cVertexAttrib64BitTest.cpp1671 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/
DesextcTextureCubeMapArraySampling.cpp3528 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/
Dstring.rst210 field_name: arg_name ("." `attribute_name` | "[" `element_index` "]")*
212 attribute_name: `identifier`