Home
last modified time | relevance | path

Searched defs:name (Results 851 - 875 of 7736) sorted by relevance

1...<<31323334353637383940>>...310

/third_party/pulseaudio/src/pulsecore/
H A Dx11prop.c47 void pa_x11_set_prop(xcb_connection_t *xcb, int screen, const char *name, const char *data) { in pa_x11_set_prop() argument
70 void pa_x11_del_prop(xcb_connection_t *xcb, int screen, const char *name) { in pa_x11_del_prop() argument
89 char* pa_x11_get_prop(xcb_connection_t *xcb, int screen, const char *name, char *p, size_t l) { in pa_x11_get_prop() argument
[all...]
H A Dmemfd-wrappers.h37 static inline int memfd_create(const char *name, unsigned int flags) { in memfd_create() argument
H A Dcore-scache.h34 char *name; member
/third_party/python/Include/
H A Dstructseq.h11 const char *name; member
16 const char *name; member
/third_party/pulseaudio/src/daemon/
H A Ddumpmodules.c40 static void short_info(const char *name, const char *path, pa_modinfo *i) { in short_info() argument
47 static void long_info(const char *name, const char *path, pa_modinfo *i) { in long_info() argument
79 static void show_info(const char *name, const char *path, void (*info)(const char *name, const char *path, pa_modinfo*i)) { in show_info() argument
90 is_preloaded(const char *name) is_preloaded() argument
[all...]
/third_party/pulseaudio/src/pulse/
H A Dext-device-manager.h46 const char *name; /**< Identifier string of the device. A string like "sink:" or similar followed by the name of the device. */ member
/third_party/pulseaudio/src/modules/gsettings/
H A Dgsettings-helper.c35 static void handle_module_group(gchar *name) { in handle_module_group() argument
83 gchar **group_names, **name; in main() local
[all...]
/third_party/openssl/crypto/evp/
H A Ddh_support.c16 const char *name; member
51 int ossl_dh_gen_type_name2id(const char *name, int type) in ossl_dh_gen_type_name2id() argument
/third_party/openssl/apps/lib/
H A Dapp_rand.c41 static int loadfiles(char *name) in loadfiles() argument
/third_party/openssl/crypto/asn1/
H A Dasn_moid.c60 static int do_create(const char *value, const char *name) in do_create() argument
/third_party/openssl/crypto/
H A Dgetenv.c18 char *ossl_safe_getenv(const char *name) in ossl_safe_getenv() argument
/third_party/openssl/crypto/comp/
H A Dcomp_local.h12 const char *name; /* A text string to identify the library */ member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/
H A DvktAmberGlslTests.cpp58 std::string name; in createCrashTestGroup() member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateTests.cpp96 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx, const std::string& name) in createTests() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessTests.cpp46 IsNodeNamed(const std::string& name) in IsNodeNamed() argument
59 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx, const std::string& name) in createTests() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesShaderIntrinsicsSampled.hpp36 SparseShaderIntrinsicsCaseSampledBase(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseShaderIntrinsicsCaseSampledBase() argument
57 SparseShaderIntrinsicsCaseSampledExplicit(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseShaderIntrinsicsCaseSampledExplicit() argument
72 SparseCaseOpImageSparseSampleExplicitLod(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseCaseOpImageSparseSampleExplicitLod() argument
91 SparseShaderIntrinsicsCaseSampledImplicit(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseShaderIntrinsicsCaseSampledImplicit() argument
106 SparseCaseOpImageSparseSampleImplicitLod(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseCaseOpImageSparseSampleImplicitLod() argument
125 SparseCaseOpImageSparseGather(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseCaseOpImageSparseGather() argument
[all...]
H A DvktSparseResourcesShaderIntrinsicsStorage.hpp36 SparseShaderIntrinsicsCaseStorage(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseShaderIntrinsicsCaseStorage() argument
60 SparseCaseOpImageSparseFetch(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseCaseOpImageSparseFetch() argument
84 SparseCaseOpImageSparseRead(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseCaseOpImageSparseRead() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmLoopDepLenTests.cpp211 SpvAsmLoopControlDependencyLengthCase::SpvAsmLoopControlDependencyLengthCase (tcu::TestContext& testCtx, const char* name) in SpvAsmLoopControlDependencyLengthCase() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationTests.cpp94 const std::pair<std::string, std::string> getGroupName (SynchronizationType type, const std::string& name, VideoCodecOperationFlags videoCodecOperation) in getGroupName() argument
111 tcu::TestCaseGroup* createTestsInternal (tcu::TestContext& testCtx, SynchronizationType type, const std::string& name, VideoCodecOperationFlags videoCodecOperation) in createTestsInternal() argument
159 tcu::TestCaseGroup* createSynchronizationTests(tcu::TestContext& testCtx, const std::string& name) in createSynchronizationTests() argument
164 tcu::TestCaseGroup* createSynchronization2Tests(tcu::TestContext& testCtx, const std::string& name) in createSynchronization2Tests() argument
169 tcu::TestCaseGroup* createSynchronizationTests (tcu::TestContext& testCtx, const std::string& name, synchronizatio argument
178 createSynchronization2Tests(tcu::TestContext& testCtx, const std::string& name, synchronization::VideoCodecOperationFlags videoCodecOperation) createSynchronization2Tests() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/amber/
H A DvktAmberGlslTests.cpp58 std::string name; in createCrashTestGroup() member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DHLSLCompiler.h35 std::string name; member
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DHashNames.cpp21 ImmutableString HashName(const ImmutableString &name, ShHashFunction64 hashFunction) in HashName() argument
39 void AddToNameMapIfNotMapped(const ImmutableString &name, in AddToNameMapIfNotMapped() argument
57 ImmutableString HashName(const ImmutableString &name, in HashName() argument
73 prefixedName << kUnhashedNamePrefix << name; HashName() local
[all...]
H A DOutputGLSL.cpp37 const ImmutableString &name = node->getName(); in visitSymbol() local
64 ImmutableString TOutputGLSL::translateTextureFunction(const ImmutableString &name, in translateTextureFunction() argument
[all...]
H A DOutputESSL.cpp33 ImmutableString TOutputESSL::translateTextureFunction(const ImmutableString &name, in translateTextureFunction() argument
H A DAtomicCounterFunctionHLSL.cpp32 ImmutableString AtomicCounterFunctionHLSL::useAtomicCounterFunction(const ImmutableString &name) in useAtomicCounterFunction() argument

Completed in 11 milliseconds

1...<<31323334353637383940>>...310