Home
last modified time | relevance | path

Searched refs:name (Results 7676 - 7700 of 17671) sorted by relevance

1...<<301302303304305306307308309310>>...707

/third_party/pulseaudio/src/pulsecore/
H A Dmodargs.c451 int pa_modargs_get_channel_map(pa_modargs *ma, const char *name, pa_channel_map *rmap) { in pa_modargs_get_channel_map() argument
459 if ((cm = pa_modargs_get_value(ma, name ? name : "channel_map", NULL))) in pa_modargs_get_channel_map()
526 int pa_modargs_get_proplist(pa_modargs *ma, const char *name, pa_proplist *p, pa_update_mode_t m) { in pa_modargs_get_proplist() argument
531 pa_assert(name); in pa_modargs_get_proplist()
534 if (!(v = modargs_get_value_raw(ma, name, NULL))) in pa_modargs_get_proplist()
/third_party/python/Modules/expat/
H A Dexpat.h156 If type == XML_CTYPE_NAME, then the name points to the name, and
158 quant fields indicates any quantifiers placed on the name.
160 CHOICE and SEQ will have name NULL, the number of children in
172 XML_Char *name; member
184 const XML_Char *name,
237 namespace. The expanded name is the concatenation of the namespace
239 name. If the namespace separator is '\0' then the namespace URI
244 part of an XML name, splitting an expanded name bac
1034 const XML_LChar *name; global() member
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
H A Dconformance_aliases.h20 // so that they can be directly used by name without creating them from scratch.
32 // Creates both a Profile and a corresponding Archetype with root name "name".
33 #define ABSL_INTERNAL_PROFILE_AND_ARCHETYPE_ALIAS(name, ...) \
34 struct name##Profile : __VA_ARGS__ {}; \
36 using name##Archetype = ::absl::types_internal::Archetype<name##Profile>; \
39 using name##Archetype##_ = ::absl::types_internal::Archetype< \
40 ::absl::types_internal::StrongProfileTypedef<name##Profile, \
/third_party/skia/include/core/
H A DSkTypes.h424 # define SK_HISTOGRAM_BOOLEAN(name, sample)
428 # define SK_HISTOGRAM_ENUMERATION(name, sample, enum_size)
432 # define SK_HISTOGRAM_EXACT_LINEAR(name, sample, value_max)
436 # define SK_HISTOGRAM_MEMORY_KB(name, sample)
439 #define SK_HISTOGRAM_PERCENTAGE(name, percent_as_int) \
440 SK_HISTOGRAM_EXACT_LINEAR(name, percent_as_int, 101)
/third_party/skia/gm/
H A Dcrop_imagefilter.cpp351 SkString name("crop_imagefilter_");
353 case SkTileMode::kDecal: name.append("decal"); break;
354 case SkTileMode::kClamp: name.append("clamp"); break;
355 case SkTileMode::kRepeat: name.append("repeat"); break;
356 case SkTileMode::kMirror: name.append("mirror"); break;
358 return name;
/third_party/skia/infra/bots/task_drivers/fm_driver/
H A Dfm_driver.go185 // Such a short type name makes it easy to write out literals. type
231 for _, name := range sources {
232 reruns[name] = true
235 // Scan stdout for lines like "<name> skipped" or "<name> <hash> ??ms"
240 name, outcome := parts[0], parts[1]
244 delete(reruns, name)
254 for name := range reruns {
255 failures += worker(ctx, []string{name}, flags)
391 // Anything else must be the name o
[all...]
/third_party/rust/crates/nix/src/net/
H A Dif_.rs1 //! Network interface name resolution.
10 pub fn if_nametoindex<P: ?Sized + NixPath>(name: &P) -> Result<c_uint> { in if_nametoindex()
11 let if_index = name in if_nametoindex()
12 .with_nix_path(|name| unsafe { libc::if_nametoindex(name.as_ptr()) })?; in if_nametoindex()
347 /// A network interface. Has a name like "eth0" or "wlp4s0" or "wlan0", as well as an index
359 /// Obtain the name of this interface.
360 pub fn name(&self) -> &CStr { in name() functions
369 .field("name", &self.name()) in fmt()
[all...]
/third_party/skia/bench/
H A DVertexColorSpaceBench.cpp45 const char* name() const override { return "VertexColorXformGP"; }
70 vertBuilder->codeAppendf("half4 color = %s;", gp.fInColor.name());
85 WriteOutputPosition(args.fVertBuilder, gpArgs, gp.fInPosition.name());
136 const char* name() const override { return "VertColorXformOp"; }
289 VertexColorSpaceBench(Mode mode, const char* name) : fMode(mode) {
291 fName.appendf("_%s", name);
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboDepthbufferTests.cpp52 BasicFboDepthCase (Context& context, const char* name, const char* desc, deUint32 format, int width, int height) in BasicFboDepthCase() argument
53 : FboTestCase (context, name, desc) in BasicFboDepthCase()
144 DepthWriteClampCase (Context& context, const char* name, const char* desc, deUint32 format, int width, int height) in DepthWriteClampCase() argument
145 : FboTestCase (context, name, desc) in DepthWriteClampCase()
230 DepthTestClampCase (Context& context, const char* name, const char* desc, deUint32 format, int width, int height) in DepthTestClampCase() argument
231 : FboTestCase (context, name, desc) in DepthTestClampCase()
H A Des3fShaderMetamorphicTests.cpp65 ShaderMetamorphicVariant (Context& context, const char* name, const std::string& vertexFilename, const std::string& recipientFilename, const std::string& variantFilename, SanityCheckFunc sanityCheck);
80 ShaderMetamorphicVariant::ShaderMetamorphicVariant (Context& context, const char* name, const std::string& vertexFilename, const std::string& recipientFilename, const std::string& variantFilename, SanityCheckFunc sanityCheck) in ShaderMetamorphicVariant() argument
81 : TestCase (context, name, "Test a given variant") in ShaderMetamorphicVariant()
212 ShaderMetamorphicShaderset (Context& context, const char* name, const std::string& vertexFilename, const std::string& recipientFilename, std::vector<std::string> variantFilenames, SanityCheckFunc sanityCheck);
226 ShaderMetamorphicShaderset::ShaderMetamorphicShaderset (Context& context, const char *name, const std::string& vertexFilename, const std::string& recipientFilename, std::vector<std::string> variantFilenames, SanityCheckFunc sanityCheck) in ShaderMetamorphicShaderset() argument
227 : TestCaseGroup (context, name, "Metamorphic Shader Set") in ShaderMetamorphicShaderset()
/third_party/vk-gl-cts/modules/gles3/stress/
H A Des3sLongShaderTests.cpp351 LongShaderCompileStressCase (Context& context, const char* name, const char* desc, const LongShaderSpec& caseSpec, const deUint32 flags);
367 LongShaderCompileStressCase::LongShaderCompileStressCase (Context& context, const char* name, const char* desc, const LongShaderSpec& caseSpec, const deUint32 flags)
368 : TestCase (context, name, desc)
371 , m_rnd (deStringHash(name) ^ 0xac9c91d)
460 const std::string name = de::toString(opCount) + "_operations_" + glu::getShaderTypeName(shaderType);
465 addChild(new LongShaderCompileStressCase(m_context, name.c_str(), desc.c_str(), caseSpec, flags));
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fFboColorbufferTests.cpp95 FboColorbufferCase (Context& context, const char* name, const char* desc, const deUint32 format) in FboColorbufferCase() argument
96 : FboTestCase (context, name, desc) in FboColorbufferCase()
117 FboColorTex2DCase (Context& context, const char* name, const char* description, deUint32 texFmt, const IVec2& texSize) in FboColorTex2DCase() argument
118 : FboColorbufferCase (context, name, description, texFmt) in FboColorTex2DCase()
202 FboColorTexCubeArrayCase (Context& context, const char* name, const char* description, deUint32 texFmt, const IVec3& texSize) in FboColorTexCubeArrayCase() argument
203 : FboColorbufferCase (context, name, description, texFmt) in FboColorTexCubeArrayCase()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineLogicOpTests.cpp73 std::string name; // Logic operator test name. member
138 const std::string& name,
151 const std::string& name, in LogicOpTest()
154 : vkt::TestCase (testCtx, name, description) in LogicOpTest()
561 formatGroup->addChild(new LogicOpTest(testCtx, params.name, "Tests the " + params.name + " logical operator", params)); in createLogicOpTests()
150 LogicOpTest(tcu::TestContext& testCtx, const std::string& name, const std::string& description, const TestParams& testParams) LogicOpTest() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemAttachmentLoadTests.cpp78 const std::string& name, in AttachmentLoadTestCase()
81 : TestCase (testCtx, name, "Clear on render pass initialization.") in AttachmentLoadTestCase()
297 const std::string name = "clear_" + de::toString(ndx + 1); in createAttachmentLoadTests() local
298 loadStaticTests->addChild(new AttachmentLoadTestCase(testCtx, name.c_str(), testData[ndx].clearValue, testData[ndx].data)); in createAttachmentLoadTests()
307 const std::string name = "clear_" + de::toString(ndx + 1); in createAttachmentLoadTests() local
320 loadRandomTests->addChild(new AttachmentLoadTestCase(testCtx, name.c_str(), clearValue, data)); in createAttachmentLoadTests()
77 AttachmentLoadTestCase(tcu::TestContext& testCtx, const std::string& name, vk::VkClearValue clearValue, ValidationData data) AttachmentLoadTestCase() argument
H A DvktProtectedMemClearColorImageTests.cpp78 const std::string& name, in ClearColorImageTestCase()
82 : TestCase (testCtx, name, "Clear color image.") in ClearColorImageTestCase()
319 const std::string name = "clear_" + de::toString(ndx + 1); in createClearColorImageTests() local
320 clearStaticTests->addChild(new ClearColorImageTestCase(testCtx, name.c_str(), testData[ndx].clearColorValue, testData[ndx].data, cmdBufferType)); in createClearColorImageTests()
329 const std::string name = "clear_" + de::toString(ndx + 1); in createClearColorImageTests() local
342 clearRandomTests->addChild(new ClearColorImageTestCase(testCtx, name.c_str(), clearValue.color, data, cmdBufferType)); in createClearColorImageTests()
77 ClearColorImageTestCase(tcu::TestContext& testCtx, const std::string& name, vk::VkClearColorValue clearColorValue, ValidationData data, CmdBufferType cmdBufferType) ClearColorImageTestCase() argument
H A DvktProtectedMemCopyBufferToImageTests.cpp79 const std::string& name, in CopyBufferToImageTestCase()
83 : TestCase (testCtx, name, "Copy buffer to image.") in CopyBufferToImageTestCase()
381 const std::string name = "copy_" + de::toString(ndx + 1); in createCopyBufferToImageTests() local
382 copyStaticTests->addChild(new CopyBufferToImageTestCase(testCtx, name.c_str(), testData[ndx].fillValue.uint, testData[ndx].data, cmdBufferType)); in createCopyBufferToImageTests()
391 const std::string name = "copy_" + de::toString(ndx + 1); in createCopyBufferToImageTests() local
409 copyRandomTests->addChild(new CopyBufferToImageTestCase(testCtx, name.c_str(), fillValue.uint, data, cmdBufferType)); in createCopyBufferToImageTests()
78 CopyBufferToImageTestCase(tcu::TestContext& testCtx, const std::string& name, deUint32 fillValue, ValidationData data, CmdBufferType cmdBufferType) CopyBufferToImageTestCase() argument
H A DvktProtectedMemCopyImageToBufferTests.cpp83 const std::string& name, in CopyImageToBufferTestCase()
89 : TestCase (testCtx, name, "Copy image to buffer.") in CopyImageToBufferTestCase()
389 const std::string name = "copy_" + de::toString(ndx + 1) + (pipelineProtectedAccess[ppa] ? "_protected_access" : "");; in createCopyImageToFloatBufferTests() local
390 copyStaticTests->addChild(new CopyImageToBufferTestCase<tcu::Vec4>(testCtx, name.c_str(), testData[ndx].fillValue, testData[ndx].data, cmdBufferType, vk::VK_FORMAT_R32G32B32A32_SFLOAT, pipelineProtectedAccess[ppa])); in createCopyImageToFloatBufferTests()
401 const std::string name = "copy_" + de::toString(ndx + 1) + (pipelineProtectedAccess[ppa] ? "_protected_access" : ""); in createCopyImageToFloatBufferTests() local
420 copyRandomTests->addChild(new CopyImageToBufferTestCase<tcu::Vec4>(testCtx, name.c_str(), clearValue.color, data, cmdBufferType, vk::VK_FORMAT_R32G32B32A32_SFLOAT, pipelineProtectedAccess[ppa])); in createCopyImageToFloatBufferTests()
82 CopyImageToBufferTestCase(tcu::TestContext& testCtx, const std::string& name, vk::VkClearColorValue fillValue, ValidationData<T> data, CmdBufferType cmdBufferType, vk::VkFormat format, bool pipelineProtectedAccess) CopyImageToBufferTestCase() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsBuiltinMaskVarTests.cpp1396 const string name = getTestName(testType); in createSubgroupsBuiltinMaskVarTests() local
1407 addFunctionCaseWithPrograms(graphicGroup.get(), name, "", supportedCheck, initPrograms, test, caseDef); in createSubgroupsBuiltinMaskVarTests()
1420 addFunctionCaseWithPrograms(raytracingGroup.get(), name, "", supportedCheck, initPrograms, test, caseDef); in createSubgroupsBuiltinMaskVarTests()
1427 const string testName = name + (requiredSubgroupSize ? "_requiredsubgroupsize" : ""); in createSubgroupsBuiltinMaskVarTests()
1445 const string testName = name + (requiredSubgroupSize ? "_requiredsubgroupsize" : "") + "_" + getShaderStageName(stage); in createSubgroupsBuiltinMaskVarTests()
1468 const string testName = name + + "_" + getShaderStageName(caseDef.shaderStage); in createSubgroupsBuiltinMaskVarTests()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_server_mschapv2.c285 const u8 *pos, *end, *peer_challenge, *nt_response, *name; in eap_mschapv2_process_response() local
318 name = pos; in eap_mschapv2_process_response()
319 name_len = end - name; in eap_mschapv2_process_response()
330 wpa_hexdump_ascii(MSG_MSGDUMP, "EAP-MSCHAPV2: Name", name, name_len); in eap_mschapv2_process_response()
334 printf_encode(buf, name_len * 4 + 1, name, name_len); in eap_mschapv2_process_response()
339 /* MSCHAPv2 does not include optional domain name in the in eap_mschapv2_process_response()
352 user = name; in eap_mschapv2_process_response()
379 "name", username, username_len); in eap_mschapv2_process_response()
381 "name", user, user_len); in eap_mschapv2_process_response()
386 wpa_hexdump_ascii(MSG_MSGDUMP, "EAP-MSCHAPV2: User name", in eap_mschapv2_process_response()
[all...]
/third_party/vk-gl-cts/framework/platform/surfaceless/
H A DtcuSurfacelessPlatform.cpp157 glw::GenericFuncType get(const char* name) const in get()
159 return (glw::GenericFuncType)m_egl.getProcAddress(name); in get()
172 glw::GenericFuncType get(const char* name) const in get()
174 return (glw::GenericFuncType)m_library->getFunction(name); in get()
212 virtual glw::GenericFuncType getProcAddress (const char* name) const { return m_egl.getProcAddress(name); } in getProcAddress()
/third_party/vk-gl-cts/modules/egl/
H A DteglCreateSurfaceTests.cpp148 CreateWindowSurfaceCase (EglTestContext& eglTestCtx, const char* name, const char* description, ApiType createType, const eglu::FilterList& filters) in CreateWindowSurfaceCase() argument
149 : SimpleConfigCase (eglTestCtx, name, description, filters) in CreateWindowSurfaceCase()
217 CreatePixmapSurfaceCase (EglTestContext& eglTestCtx, const char* name, const char* description, ApiType createType, const eglu::FilterList& filters) in CreatePixmapSurfaceCase() argument
218 : SimpleConfigCase(eglTestCtx, name, description, filters) in CreatePixmapSurfaceCase()
285 CreatePbufferSurfaceCase (EglTestContext& eglTestCtx, const char* name, const char* description, const eglu::FilterList& filters) in CreatePbufferSurfaceCase() argument
286 : SimpleConfigCase(eglTestCtx, name, description, filters) in CreatePbufferSurfaceCase()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap_server_mschapv2.c285 const u8 *pos, *end, *peer_challenge, *nt_response, *name; in eap_mschapv2_process_response() local
318 name = pos; in eap_mschapv2_process_response()
319 name_len = end - name; in eap_mschapv2_process_response()
330 wpa_hexdump_ascii(MSG_MSGDUMP, "EAP-MSCHAPV2: Name", name, name_len); in eap_mschapv2_process_response()
334 printf_encode(buf, name_len * 4 + 1, name, name_len); in eap_mschapv2_process_response()
339 /* MSCHAPv2 does not include optional domain name in the in eap_mschapv2_process_response()
352 user = name; in eap_mschapv2_process_response()
379 "name", username, username_len); in eap_mschapv2_process_response()
381 "name", user, user_len); in eap_mschapv2_process_response()
386 wpa_hexdump_ascii(MSG_MSGDUMP, "EAP-MSCHAPV2: User name", in eap_mschapv2_process_response()
[all...]
/third_party/backends/backend/
H A Dteco2.c518 get_string_list_index (SANE_String_Const list[], SANE_String_Const name) in get_string_list_index() argument
525 if (strcmp (list[index], name) == 0) in get_string_list_index()
532 DBG (DBG_error, "name %s not found in list\n", name); in get_string_list_index()
775 "teco_identify_scanner: scanner detected with this teco_name and first brand/name entry in table\n"); in teco_identify_scanner()
786 "teco_identify_scanner: scanner detected with this teco_name and second brand/name entry in table\n"); in teco_identify_scanner()
977 char *name; in teco_get_scan_size() local
990 name = "/home/fzago/sane/teco2/vm3575/gr100d-2.raw"; in teco_get_scan_size()
1000 name = "/home/fzago/sane/teco2/vm3575/out12-co50.raw"; in teco_get_scan_size()
1005 name in teco_get_scan_size()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dtls_openssl.c513 static const CERT_CONTEXT * cryptoapi_find_cert(const char *name, DWORD store) in cryptoapi_find_cert() argument
526 if (strncmp(name, "cert://", 7) == 0) { in cryptoapi_find_cert()
528 MultiByteToWideChar(CP_ACP, 0, name + 7, -1, wbuf, 255); in cryptoapi_find_cert()
533 } else if (strncmp(name, "hash://", 7) == 0) { in cryptoapi_find_cert()
536 const char *hash = name + 7; in cryptoapi_find_cert()
559 static int tls_cryptoapi_cert(SSL *ssl, const char *name) in tls_cryptoapi_cert() argument
566 if (name == NULL || in tls_cryptoapi_cert()
567 (strncmp(name, "cert://", 7) != 0 && in tls_cryptoapi_cert()
568 strncmp(name, "hash://", 7) != 0)) in tls_cryptoapi_cert()
581 priv->cert = cryptoapi_find_cert(name, CERT_SYSTEM_STORE_CURRENT_USE in tls_cryptoapi_cert()
660 tls_cryptoapi_ca_cert(SSL_CTX *ssl_ctx, SSL *ssl, const char *name) tls_cryptoapi_ca_cert() argument
729 tls_cryptoapi_cert(SSL *ssl, const char *name) tls_cryptoapi_cert() argument
1875 X509_NAME *name; match_dn_field() local
1947 char *context = NULL, *name, *value; get_value_from_field() local
2044 X509_NAME *name; tls_match_suffix_helper() local
4807 const char *name; tls_get_version() local
4823 const char *name; tls_get_cipher() local
[all...]
/third_party/curl/packages/OS400/
H A Dccsidcurl.c983 /* Convert the name and the last content, now that we know their lengths. */ in curl_formadd_ccsid()
1385 curl_mime_name_ccsid(curl_mimepart *part, const char *name, unsigned int ccsid) in curl_mime_name_ccsid() argument
1387 return mime_string_call(part, name, ccsid, curl_mime_name); in curl_mime_name_ccsid()
1479 curl_easy_option_by_name_ccsid(const char *name, unsigned int ccsid) in curl_easy_option_by_name_ccsid() argument
1483 if(name) { in curl_easy_option_by_name_ccsid()
1484 char *s = dynconvert(ASCII_CCSID, name, -1, ccsid); in curl_easy_option_by_name_ccsid()
1495 /* Return option name in the given ccsid. */
1500 char *name = NULL; in curl_easy_option_get_name_ccsid() local
1502 if(option && option->name) in curl_easy_option_get_name_ccsid()
1503 name in curl_easy_option_get_name_ccsid()
1510 curl_easy_header_ccsid(CURL *easy, const char *name, size_t index, unsigned int origin, int request, struct curl_header **hout, unsigned int ccsid) curl_easy_header_ccsid() argument
[all...]

Completed in 30 milliseconds

1...<<301302303304305306307308309310>>...707