/third_party/mindspore/interfaces/kits/c/ |
H A D | tensor.h | 52 * @param name The name of the tensor. 61 OH_AI_API OH_AI_TensorHandle OH_AI_TensorCreate(const char *name, OH_AI_DataType type, const int64_t *shape, 80 * @brief Set the name for the tensor. 82 * @param name The name of the tensor. 85 OH_AI_API void OH_AI_TensorSetName(OH_AI_TensorHandle tensor, const char *name); 88 * @brief Obtain the name of the tensor. 90 * @return The name of the tensor.
|
/third_party/libabigail/include/ |
H A D | abg-elf-reader.h | 137 function_symbol_is_exported(const string& name) const; 140 variable_symbol_is_exported(const string& name) const;
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | layout_large_align_field.h | 47 #define TAILQ_HEAD(name, type) \ 48 struct name { \
|
/third_party/python/Lib/ctypes/ |
H A D | _endian.py | 28 name = desc[0] 31 fields.append((name, _other_endian(typ)) + rest)
|
/third_party/python/Lib/ |
H A D | io.py | 60 def __getattr__(name): 61 if name == "OpenWrapper": 73 raise AttributeError(f"module {__name__!r} has no attribute {name!r}")
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderTests.cpp | 55 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx, const std::string& name) in createTests() argument 57 GroupPtr mainGroup (new tcu::TestCaseGroup(testCtx, name.c_str(), "Mesh Shader Tests")); in createTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
H A D | vktSubgroupsTests.cpp | 84 tcu::TestCaseGroup* createTests(tcu::TestContext& testCtx, const std::string& name) in createTests() argument 87 testCtx, name.c_str(), createChildren); in createTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationTests.cpp | 81 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx, const std::string& name) in createTests() argument 83 return createTestGroup(testCtx, name.c_str(), createChildren); in createTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/ |
H A D | vktVideoTests.cpp | 38 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx, const std::string& name) in createTests() argument 40 de::MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, name.c_str())); in createTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
H A D | vktWsiTests.cpp | 92 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx, const std::string& name) in createTests() argument 94 return createTestGroup(testCtx, name.c_str(), createWsiTests); in createTests()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | HLSLCompiler.h | 35 std::string name; member 38 CompileConfig(UINT flags, const std::string &name);
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | ImageFunctionHLSL.h | 26 // Returns the name of the image function implementation to caller. 27 // The name that's passed in is the name of the GLSL image function that it should implement. 28 ImmutableString useImageFunction(const ImmutableString &name, 60 ImmutableString name() const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | Error.cpp | 26 const char* name() const noexcept override; 31 const char *_object_error_category::name() const noexcept {
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cShaderTextureImageSamplesTests.hpp | 44 ShaderTextureImageSamplesTestBase(deqp::Context& context, const char* name, const char* description); 148 ShaderTextureImageSampleFunctionalTest(deqp::Context& context, const char* name);
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/ |
H A D | esextcDrawBuffersIndexedSetGet.cpp | 38 * @param name Test case's name 41 DrawBuffersIndexedSetGet::DrawBuffersIndexedSetGet(Context& context, const ExtParameters& extParams, const char* name, in DrawBuffersIndexedSetGet() argument 43 : DrawBuffersIndexedBase(context, extParams, name, description) in DrawBuffersIndexedSetGet()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
H A D | esextcTextureCubeMapArrayGenerateMipMap.hpp | 80 TextureCubeMapArrayGenerateMipMapFilterable(Context& context, const ExtParameters& extParams, const char* name, 125 TextureCubeMapArrayGenerateMipMapNonFilterable(Context& context, const ExtParameters& extParams, const char* name,
|
/third_party/vk-gl-cts/external/amber/src/tools/ |
H A D | update_build_version.py | 52 name = project.upper().replace('-', '_') 53 return "#define {}_VERSION \"{}\"".format(name, describe(directory))
|
/third_party/skia/src/gpu/ |
H A D | GrSPIRVUniformHandler.h | 53 const char* name, const GrShaderCaps*) override; 60 const char* name,
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Buffer.cpp | 28 Buffer::Buffer(GLuint name) : NamedObject(name) in Buffer() argument
|
/third_party/skia/third_party/externals/swiftshader/src/System/Linux/ |
H A D | MemFd.cpp | 62 bool LinuxMemFd::allocate(const char *name, size_t size) in allocate() argument 72 fd_ = syscall(__NR_memfd_create, name, MFD_CLOEXEC); in allocate()
|
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/data/ |
H A D | OpenTypeDataTests.java | 30 public OpenTypeDataTests(String name) { in OpenTypeDataTests() argument 31 super(name); in OpenTypeDataTests()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | unumsys.cpp | 30 unumsys_openByName(const char *name, UErrorCode *status) in unumsys_openByName() argument 36 return (UNumberingSystem*)NumberingSystem::createInstanceByName(name, *status); in unumsys_openByName()
|
/third_party/skia/third_party/externals/icu/source/samples/csdet/ |
H A D | csdet.c | 61 const char *name = ucsdet_getName(csm[match], &status); in main() local 69 printf("%s (%s) %d\n", name, lang, confidence); in main()
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | unewdata.h | 10 * file name: unewdata.h 35 * parameters - of the form "name.type". 52 * @param name A string that specifies the name of the data. 62 udata_create(const char *dir, const char *type, const char *name, 73 udata_createDummy(const char *dir, const char *type, const char *name, UErrorCode *pErrorCode);
|
/third_party/skia/tests/ |
H A D | SamplingTest.cpp | 25 for (auto name : names) { in DEF_TEST() 26 auto src = GetResourceAsImage(name); in DEF_TEST()
|