/third_party/rust/crates/syn/src/ |
H A D | lit.rs | 567 name: &str, in fmt() 570 .debug_struct(name) in fmt() 586 name: &str, in fmt() 589 .debug_struct(name) in fmt() 605 name: &str, in fmt() 608 .debug_struct(name) in fmt() 624 name: &str, in fmt() 627 .debug_struct(name) in fmt() 643 name: &str, in fmt() 646 .debug_struct(name) in fmt() [all...] |
/third_party/rust/crates/rust-openssl/openssl/src/x509/ |
H A D | tests.rs | 290 let mut name = X509Name::builder().unwrap(); in x509_builder() variables 291 name.append_entry_by_nid(Nid::COMMONNAME, "foobar.com") in x509_builder() 293 let name = name.build(); in x509_builder() 297 builder.set_subject_name(&name).unwrap(); in x509_builder() 298 builder.set_issuer_name(&name).unwrap(); in x509_builder() 433 let mut name = X509Name::builder().unwrap(); in x509_req_builder() variables 434 name.append_entry_by_nid(Nid::COMMONNAME, "foobar.com") in x509_req_builder() 436 let name = name in x509_req_builder() [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fStencilTexturingTests.cpp | 520 UploadTex2DCase (Context& context, const char* name, deUint32 format) in UploadTex2DCase() argument 521 : TestCase (context, name, glu::getTextureFormatName(format)) in UploadTex2DCase() 575 UploadTex2DArrayCase (Context& context, const char* name, deUint32 format) in UploadTex2DArrayCase() argument 576 : TestCase (context, name, glu::getTextureFormatName(format)) in UploadTex2DArrayCase() 661 UploadTexCubeCase (Context& context, const char* name, deUint32 format) in UploadTexCubeCase() argument 662 : TestCase (context, name, glu::getTextureFormatName(format)) in UploadTexCubeCase() 750 RenderTex2DCase (Context& context, const char* name, deUint32 format) in RenderTex2DCase() argument 751 : TestCase (context, name, glu::getTextureFormatName(format)) in RenderTex2DCase() 807 ClearTex2DCase (Context& context, const char* name, deUint32 format) in ClearTex2DCase() argument 808 : TestCase (context, name, gl in ClearTex2DCase() 881 CompareModeCase(Context& context, const char* name, deUint32 format) CompareModeCase() argument 940 BaseLevelCase(Context& context, const char* name, deUint32 format) BaseLevelCase() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/ |
H A D | vktProtectedMemStorageBufferTests.cpp | 219 const char* name, in StorageBufferTestCase() 226 : TestCase (testctx, name, getSSBOTestDescription(testType)) in StorageBufferTestCase() 721 const std::string name = testTypeStr + "_" + de::toString(ndx + 1); in createSpecifiedStorageBufferTests() local 722 testGroup->addChild(new StorageBufferTestCase<tcu::UVec4>(testCtx, testType, shaderType, name.c_str(), testData[ndx].values, testData[ndx], vk::VK_FORMAT_R32G32B32A32_UINT, pipelineProtectedAccess, pipelineFlags)); in createSpecifiedStorageBufferTests() 744 const char* name; member 755 const char* name; member 781 de::MovePtr<tcu::TestCaseGroup> protectedAccessGroup(new tcu::TestCaseGroup(testCtx, protectedAccess[protectedAccessNdx].name, "")); in createRWStorageBufferTests() 783 de::MovePtr<tcu::TestCaseGroup> flagsGroup(new tcu::TestCaseGroup(testCtx, flags[flagsNdx].name, "")); in createRWStorageBufferTests() 935 de::MovePtr<tcu::TestCaseGroup> protectedAccessGroup(new tcu::TestCaseGroup(testCtx, protectedAccess[protectedAccessNdx].name, "")); in createAtomicStorageBufferTests() 937 de::MovePtr<tcu::TestCaseGroup> flagsGroup(new tcu::TestCaseGroup(testCtx, flags[flagsNdx].name, "")); in createAtomicStorageBufferTests() 216 StorageBufferTestCase(tcu::TestContext& testctx, const SSBOTestType testType, const glu::ShaderType shaderType, const char* name, const tcu::UVec4 testInput, ValidationDataStorage<T> validationData, vk::VkFormat format, bool pipelineProtectedAccess, vk::VkPipelineCreateFlags pipelineFlags, const std::string& extraShader = �) StorageBufferTestCase() argument 949 const std::string name = "atomic_" + atomicTypeStr + "_" + de::toString(ndx + 1); createAtomicStorageBufferTests() local 964 const std::string name = "atomic_" + atomicTypeStr + "_" + de::toString(ndx + 1); createAtomicStorageBufferTests() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/ |
H A D | vktWsiSharedPresentableImageTests.cpp | 1090 const char* name; in createSharedPresentableImageTests() member 1100 const char* name; in createSharedPresentableImageTests() member 1109 const char* name; in createSharedPresentableImageTests() member 1125 const char* name; in createSharedPresentableImageTests() member 1138 de::MovePtr<tcu::TestCaseGroup> scaleGroup (new tcu::TestCaseGroup(testGroup->getTestContext(), scaling[scalingNdx].name, scaling[scalingNdx].name)); in createSharedPresentableImageTests() 1142 de::MovePtr<tcu::TestCaseGroup> transformGroup (new tcu::TestCaseGroup(testGroup->getTestContext(), transforms[transformNdx].name, transforms[transformNdx].name)); in createSharedPresentableImageTests() 1146 de::MovePtr<tcu::TestCaseGroup> alphaGroup (new tcu::TestCaseGroup(testGroup->getTestContext(), alphas[alphaNdx].name, alphas[alphaNdx].name)); in createSharedPresentableImageTests() 1150 const char* const name = presentModes[presentModeNdx].name; createSharedPresentableImageTests() local [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | af_biquads.c | 205 #define BIQUAD_FILTER(name, type, min, max, need_clipping) \ 206 static void biquad_## name (BiquadsContext *s, \ 288 #define BIQUAD_DII_FILTER(name, type, min, max, need_clipping) \ 289 static void biquad_dii_## name (BiquadsContext *s, \ 336 #define BIQUAD_TDI_FILTER(name, type, min, max, need_clipping) \ 337 static void biquad_tdi_## name (BiquadsContext *s, \ 392 #define BIQUAD_TDII_FILTER(name, type, min, max, need_clipping) \ 393 static void biquad_tdii_## name (BiquadsContext *s, \ 439 #define BIQUAD_LATT_FILTER(name, type, min, max, need_clipping) \ 440 static void biquad_latt_## name (BiquadsContex [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | convtest.cpp | 10 * file name: convtest.cpp 70 ConversionTest::runIndexedTest(int32_t index, UBool exec, const char *&name, char * /*par*/) { in runIndexedTest() argument 904 ConversionTest::cnv_open(const char *name, UErrorCode &errorCode) { in cnv_open() argument 905 if(name!=NULL && *name=='+') { in cnv_open() 907 ++name; in cnv_open() 909 if(name!=NULL && *name=='*') { in cnv_open() 911 return ucnv_openPackage(loadTestData(errorCode), name+1, &errorCode); in cnv_open() 913 return ucnv_open(name, in cnv_open() 1227 const char *name; ToUnicodeCase() member 1330 checkToUnicode(ConversionCase &cc, UConverter *cnv, const char *name, const UChar *result, int32_t resultLength, const int32_t *resultOffsets, UErrorCode resultErrorCode) checkToUnicode() argument 1678 const char *name, *utf8Name; FromUnicodeCase() member 1785 checkFromUnicode(ConversionCase &cc, UConverter *cnv, const char *name, const uint8_t *result, int32_t resultLength, const int32_t *resultOffsets, UErrorCode resultErrorCode) checkFromUnicode() argument [all...] |
H A D | itutil.cpp | 50 void IntlTestUtilities::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) in runIndexedTest() argument 86 void ErrorCodeTest::runIndexedTest(int32_t index, UBool exec, const char* &name, char* /*par*/) { in runIndexedTest() argument 89 case 0: name = "TestErrorCode"; if (exec) TestErrorCode(); break; in runIndexedTest() 90 case 1: name = "TestSubclass"; if (exec) TestSubclass(); break; in runIndexedTest() 91 case 2: name = "TestIcuTestErrorCode"; if (exec) TestIcuTestErrorCode(); break; in runIndexedTest() 92 default: name = ""; break; //needed to end loop in runIndexedTest() 315 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par=NULL) override; 333 void LocalPointerTest::runIndexedTest(int32_t index, UBool exec, const char *&name, char * /*par*/) { in runIndexedTest() argument 834 virtual void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par=NULL) override; 842 void EnumSetTest::runIndexedTest(int32_t index, UBool exec, const char *&name, cha argument [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | js-operator.h | 400 DefineNamedOwnPropertyParameters(const NameRef& name, in DefineNamedOwnPropertyParameters() argument 402 : name_(name), feedback_(feedback) {} in DefineNamedOwnPropertyParameters() 404 NameRef name(JSHeapBroker* broker) const { return name_.AsRef(broker); } in name() function in v8::internal::compiler::final 450 NamedAccess(LanguageMode language_mode, const NameRef& name, in NamedAccess() argument 452 : name_(name), feedback_(feedback), language_mode_(language_mode) {} in NamedAccess() 454 NameRef name(JSHeapBroker* broker) const { return name_.AsRef(broker); } in name() function in v8::internal::compiler::final 478 LoadGlobalParameters(const NameRef& name, const FeedbackSource& feedback, in LoadGlobalParameters() argument 480 : name_(name), feedback_(feedback), typeof_mode_(typeof_mode) {} in LoadGlobalParameters() 482 NameRef name(JSHeapBroker* broker) const { return name_.AsRef(broker); } in name() function in v8::internal::compiler::final 510 const FeedbackSource& feedback, const NameRef& name) in StoreGlobalParameters() 509 StoreGlobalParameters(LanguageMode language_mode, const FeedbackSource& feedback, const NameRef& name) StoreGlobalParameters() argument 515 NameRef name(JSHeapBroker* broker) const { return name_.AsRef(broker); } name() function in v8::internal::compiler::final [all...] |
H A D | js-native-context-specialization.cc | 411 NameRef name = MakeRef(broker(), isolate()->factory()->has_instance_symbol()); in ReduceJSInstanceOf() local 413 receiver_map, name, AccessMode::kLoad, dependencies()); in ReduceJSInstanceOf() 750 NameRef const& name) { in ForPropertyCellValue() 759 kTaggedBase, PropertyCell::kValueOffset, name.object(), map, type, r, in ForPropertyCellValue() 774 NameRef const& name, AccessMode access_mode, Node* key, in ReduceGlobalAccess() 825 // Ensure that {key} matches the specified {name} (if {key} is given). in ReduceGlobalAccess() 827 effect = BuildCheckEqualsName(name, key, effect, control); in ReduceGlobalAccess() 901 representation, property_cell_value_type, map, name)), in ReduceGlobalAccess() 954 MaybeHandle<Map>(), name)), in ReduceGlobalAccess() 966 MaybeHandle<Map>(), name)), in ReduceGlobalAccess() 748 ForPropertyCellValue(MachineRepresentation representation, Type type, MaybeHandle<Map> map, NameRef const& name) ForPropertyCellValue() argument 772 ReduceGlobalAccess( Node* node, Node* lookup_start_object, Node* receiver, Node* value, NameRef const& name, AccessMode access_mode, Node* key, PropertyCellRef const& property_cell, Node* effect) ReduceGlobalAccess() argument 1400 NameRef name = p.name(broker()); ReduceJSLoadNamed() local 1440 NameRef name = p.name(broker()); ReduceJSLoadNamedFromSuper() local 2113 Node* name = n.key(); ReduceJSLoadProperty() local 2276 BuildPropertyLoad( Node* lookup_start_object, Node* receiver, Node* context, Node* frame_state, Node* effect, Node* control, NameRef const& name, ZoneVector<Node*>* if_exceptions, PropertyAccessInfo const& access_info) BuildPropertyLoad() argument 2349 BuildPropertyAccess( Node* lookup_start_object, Node* receiver, Node* value, Node* context, Node* frame_state, Node* effect, Node* control, NameRef const& name, ZoneVector<Node*>* if_exceptions, PropertyAccessInfo const& access_info, AccessMode access_mode) BuildPropertyAccess() argument 2374 BuildPropertyStore( Node* receiver, Node* value, Node* context, Node* frame_state, Node* effect, Node* control, NameRef const& name, ZoneVector<Node*>* if_exceptions, PropertyAccessInfo const& access_info, AccessMode access_mode) BuildPropertyStore() argument 3367 BuildCheckEqualsName(NameRef const& name, Node* value, Node* effect, Node* control) BuildCheckEqualsName() argument [all...] |
/third_party/pulseaudio/src/pulse/ |
H A D | context.c | 107 pa_context *pa_context_new(pa_mainloop_api *mainloop, const char *name) { in pa_context_new() argument 108 return pa_context_new_with_proplist(mainloop, name, NULL); in pa_context_new() 133 pa_context *pa_context_new_with_proplist(pa_mainloop_api *mainloop, const char *name, const pa_proplist *p) { in pa_context_new_with_proplist() argument 153 if (name) in pa_context_new_with_proplist() 154 pa_proplist_sets(c->proplist, PA_PROP_APPLICATION_NAME, name); in pa_context_new_with_proplist() 816 pa_log_warn("Unable to contact DBUS: %s: %s", error.name, error.message); 830 pa_log_warn("Unable to track org.pulseaudio.Server: %s: %s", error.name, error.message); 1268 pa_operation* pa_context_set_default_sink(pa_context *c, const char *name, pa_context_success_cb_t cb, void *userdata) { argument 1281 pa_tagstruct_puts(t, name); 1288 pa_operation* pa_context_set_default_source(pa_context *c, const char *name, pa_context_success_cb_ argument 1318 pa_context_set_name(pa_context *c, const char *name, pa_context_success_cb_t cb, void *userdata) global() argument 1468 const char *name; global() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassDepthStencilResolveTests.cpp | 1323 PropertiesTestCase (tcu::TestContext& testCtx, const std::string& name) in PropertiesTestCase() argument 1324 : vkt::TestCase(testCtx, name) in PropertiesTestCase() 1391 const char* name; in initTests() member 1409 std::string name; in initTests() member 1502 const char* formatName = formatData.name; in initTests() 1550 std::string baseName = "depth_" + dResolve.name + "_stencil_" + sResolve.name; in initTests() 1556 std::string name = baseName + "_testing_depth"; in initTests() local 1557 const char* testName = name.c_str(); in initTests() 1590 std::string compatibilityTestName = "compatibility_" + name; in initTests() 1600 std::string name = baseName + "_testing_stencil"; initTests() local 1718 std::string name = "depth_" + mode.name + unusedSuffix; initTests() local 1752 std::string name = "stencil_" + mode.name + unusedSuffix; initTests() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 674 #define AARCH64_DYNAMIC_TAG(name, value) in enumeration() 675 #define MIPS_DYNAMIC_TAG(name, value) in enumeration() 676 #define HEXAGON_DYNAMIC_TAG(name, value) in enumeration() 677 #define PPC_DYNAMIC_TAG(name, value) in enumeration() 678 #define PPC64_DYNAMIC_TAG(name, value) in enumeration() 680 #define DYNAMIC_TAG_MARKER(name, value) in enumeration() 687 #define AARCH64_DYNAMIC_TAG(name, value) DYNAMIC_TAG(name, value) in enumeration() 690 #define AARCH64_DYNAMIC_TAG(name, value) in enumeration() 694 #define MIPS_DYNAMIC_TAG(name, valu in enumeration() [all...] |
/third_party/python/Modules/_sqlite/ |
H A D | connection.c | 419 Table name. 421 Column name. 428 name: str = "main" 429 Database name. 436 sqlite3_int64 row, int readonly, const char *name) in blobopen_impl() 447 rc = sqlite3_blob_open(self->db, name, table, col, row, !readonly, &blob); in blobopen_impl() 991 name: str 1002 PyTypeObject *cls, const char *name, in pysqlite_connection_create_function_impl() 1032 rc = sqlite3_create_function_v2(self->db, name, narg, flags, ctx, in pysqlite_connection_create_function_impl() 1139 name 435 blobopen_impl(pysqlite_Connection *self, const char *table, const char *col, sqlite3_int64 row, int readonly, const char *name) blobopen_impl() argument 1001 pysqlite_connection_create_function_impl(pysqlite_Connection *self, PyTypeObject *cls, const char *name, int narg, PyObject *func, int deterministic) pysqlite_connection_create_function_impl() argument 1153 create_window_function_impl(pysqlite_Connection *self, PyTypeObject *cls, const char *name, int num_params, PyObject *aggregate_class) create_window_function_impl() argument 1212 pysqlite_connection_create_aggregate_impl(pysqlite_Connection *self, PyTypeObject *cls, const char *name, int n_arg, PyObject *aggregate_class) pysqlite_connection_create_aggregate_impl() argument 1923 pysqlite_connection_backup_impl(pysqlite_Connection *self, pysqlite_Connection *target, int pages, PyObject *progress, const char *name, double sleep) pysqlite_connection_backup_impl() argument 2029 pysqlite_connection_create_collation_impl(pysqlite_Connection *self, PyTypeObject *cls, const char *name, PyObject *callable) pysqlite_connection_create_collation_impl() argument 2092 serialize_impl(pysqlite_Connection *self, const char *name) serialize_impl() argument 2147 deserialize_impl(pysqlite_Connection *self, Py_buffer *data, const char *name) deserialize_impl() argument [all...] |
/third_party/python/Modules/ |
H A D | _winapi.c | 19 * notice appear in supporting documentation, and that the name of the 184 name = type_ + '_converter' 186 type(name, (CConverter,), {'type': type_, 'format_unit': format_unit}) 348 .name = "_winapi.Overlapped", 500 name: LPCWSTR 508 DWORD max_size_low, LPCWSTR name) in _winapi_CreateFileMapping_impl() 516 name); in _winapi_CreateFileMapping_impl() 520 PyObject *temp = PyUnicode_FromWideChar(name, -1); in _winapi_CreateFileMapping_impl() 593 - A junction point has two components: a print name and a substitute in _winapi_CreateJunction_impl() 594 name in _winapi_CreateJunction_impl() 505 _winapi_CreateFileMapping_impl(PyObject *module, HANDLE file_handle, LPSECURITY_ATTRIBUTES security_attributes, DWORD protect, DWORD max_size_high, DWORD max_size_low, LPCWSTR name) _winapi_CreateFileMapping_impl() argument 684 _winapi_CreateNamedPipe_impl(PyObject *module, LPCTSTR name, DWORD open_mode, DWORD pipe_mode, DWORD max_instances, DWORD out_buffer_size, DWORD in_buffer_size, DWORD default_timeout, LPSECURITY_ATTRIBUTES security_attributes) _winapi_CreateNamedPipe_impl() argument 750 getulong(PyObject* obj, const char* name) getulong() argument 766 gethandle(PyObject* obj, const char* name) gethandle() argument 888 gethandlelist(PyObject *mapping, const char *name, Py_ssize_t *size) gethandlelist() argument 954 getattributelist(PyObject *obj, const char *name, AttributeList *attribute_list) getattributelist() argument 1439 _winapi_OpenFileMapping_impl(PyObject *module, DWORD desired_access, BOOL inherit_handle, LPCWSTR name) _winapi_OpenFileMapping_impl() argument 1774 _winapi_WaitNamedPipe_impl(PyObject *module, LPCTSTR name, DWORD timeout) _winapi_WaitNamedPipe_impl() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassDepthStencilResolveTests.cpp | 1323 PropertiesTestCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description) in PropertiesTestCase() argument 1324 : vkt::TestCase(testCtx, name, description) in PropertiesTestCase() 1391 const char* name; in initTests() member 1409 std::string name; in initTests() member 1500 const char* formatName = formatData.name; in initTests() 1548 std::string baseName = "depth_" + dResolve.name + "_stencil_" + sResolve.name; in initTests() 1554 std::string name = baseName + "_testing_depth"; in initTests() local 1555 const char* testName = name.c_str(); in initTests() 1588 std::string compatibilityTestName = "compatibility_" + name; in initTests() 1598 std::string name = baseName + "_testing_stencil"; initTests() local 1716 std::string name = "depth_" + mode.name + unusedSuffix; initTests() local 1750 std::string name = "stencil_" + mode.name + unusedSuffix; initTests() local [all...] |
/third_party/vk-gl-cts/modules/gles2/stress/ |
H A D | es2sSpecialFloatTests.cpp | 106 RenderCase (Context& context, const char* name, const char* desc, RenderTargetType renderTargetType = RENDERTARGETTYPE_SCREEN); 123 RenderCase::RenderCase (Context& context, const char* name, const char* desc, RenderTargetType renderTargetType) in RenderCase() argument 124 : TestCase (context, name, desc) in RenderCase() 365 FramebufferRenderCase (Context& context, const char* name, const char* desc, FrameBufferType fboType); 382 FramebufferRenderCase::FramebufferRenderCase (Context& context, const char* name, const char* desc, FrameBufferType fboType) in FramebufferRenderCase() argument 383 : RenderCase (context, name, desc, (fboType == FBO_DEFAULT) ? (RENDERTARGETTYPE_SCREEN) : (RENDERTARGETTYPE_FBO)) in FramebufferRenderCase() 524 VertexAttributeCase (Context& context, const char* name, const char* desc, Storage storage, ShaderType type); 542 VertexAttributeCase::VertexAttributeCase (Context& context, const char* name, const char* desc, Storage storage, ShaderType type) 543 : RenderCase (context, name, desc) 786 UniformCase (Context& context, const char* name, cons [all...] |
/third_party/f2fs-tools/tools/ |
H A D | f2fscrypt.c | 548 char name[4]; member 588 if (strcmp(keyring, keyrings[x].name) == 0) { in get_keyring_id() 879 #define CMD(name) { #name, do_##name, name##_desc, name##_help, 0 } 880 #define _CMD(name) { #name, do_##name, NUL [all...] |
/third_party/elfutils/libdwfl/ |
H A D | dwfl_segment_report_module.c | 291 dwfl_segment_report_module (Dwfl *dwfl, int ndx, const char *name, in dwfl_segment_report_module() argument 737 if (module->name[0] != '\0') in dwfl_segment_report_module() 739 name = basename (module->name); in dwfl_segment_report_module() 779 name = file_note_name; in dwfl_segment_report_module() 782 fd = open (name, O_RDONLY); in dwfl_segment_report_module() 807 If it has DT_SONAME, we'll use that as the module name. in dwfl_segment_report_module() 888 /* We'll use the name passed in or a stupid default if not DT_SONAME. */ in dwfl_segment_report_module() 889 if (name == NULL) in dwfl_segment_report_module() 890 name in dwfl_segment_report_module() [all...] |
/third_party/ffmpeg/libavdevice/ |
H A D | pulse_audio_enc.c | 39 const char *name; member 263 static int pulse_finish_stream_operation(PulseData *s, pa_operation *op, const char *name) in pulse_finish_stream_operation() argument 267 av_log(s, AV_LOG_ERROR, "%s failed.\n", name); in pulse_finish_stream_operation() 276 av_log(s, AV_LOG_ERROR, "%s failed.\n", name); in pulse_finish_stream_operation() 307 static int pulse_finish_context_operation(PulseData *s, pa_operation *op, const char *name) in pulse_finish_context_operation() argument 311 av_log(s, AV_LOG_ERROR, "%s failed.\n", name); in pulse_finish_context_operation() 320 av_log(s, AV_LOG_ERROR, "%s failed.\n", name); in pulse_finish_context_operation() 541 s->ctx = pa_context_new(mainloop_api, s->name); in pulse_write_header() 766 { "name", "set application name", OFFSE [all...] |
/third_party/curl/lib/ |
H A D | hostip.c | 92 * asynchronous name resolves. This can be Windows or *nix. 95 * Windows, and then the name resolve will be done in a new thread, and the 105 * hostasyn.c - functions for asynchronous name resolves 106 * hostsyn.c - functions for synchronous name resolves 110 * The two asynchronous name resolver backends are implemented in: 111 * asyn-ares.c - functions for ares-using name resolves 112 * asyn-thread.c - functions for threaded name resolves 165 create_hostcache_id(const char *name, in create_hostcache_id() argument 166 size_t nlen, /* 0 or actual name length */ in create_hostcache_id() 169 size_t len = nlen ? nlen : strlen(name); in create_hostcache_id() 528 get_localhost6(int port, const char *name) get_localhost6() argument 565 get_localhost(int port, const char *name) get_localhost() argument [all...] |
H A D | krb5.c | 21 * 3. Neither the name of the Institute nor the names of its contributors 197 const char *host = conn->host.name; in krb5_auth() 258 failf(data, "Error importing service name %s@%s", service, host); in krb5_auth() 395 const char *name; member 403 static unsigned char name_to_level(const char *name) in name_to_level() argument 407 if(curl_strequal(name, level_names[i].name)) in name_to_level() 832 mech->name); in choose_mech() 837 infof(data, "Trying mechanism %s...", mech->name); in choose_mech() 838 ret = ftp_send_command(data, "AUTH %s", mech->name); in choose_mech() [all...] |
/third_party/googletest/googletest/test/ |
H A D | googletest-param-test-test.cc | 14 // * Neither the name of Google Inc. nor the names of its 846 EXPECT_STREQ(index_stream.GetString().c_str(), test_info->name()); in TEST_P() 864 EXPECT_STREQ("FooSomeTestName/0", test_info->name()); in PREFIX_WITH_FOO() 878 EXPECT_STREQ("FooSomeTestName", test_info->name()); in PREFIX_WITH_FOO() 887 know_suite_names.insert(suite->name()); in TEST() 891 know_test_names.insert(std::string(suite->name()) + "." + info->name()); in TEST() 895 // Check that the expected form of the test suit name actually exists. in TEST() 901 // Check that the expected form of the test name actually exists. in TEST() 968 test_names.insert(std::string(test_info->name())); in TEST() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | TimeZoneNamesImpl.java | 269 String name = tzNames.getName(type); in getDisplayNames() 270 if (name == null) { in getDisplayNames() 279 name = mzNames.getName(type); in getDisplayNames() 281 dest[destOffset + i] = name; in getDisplayNames() 517 * NameSearchHandler is used for collecting name matches. 663 String name = names[i]; in getNames() 664 if (name != null) { in getNames() 665 if (name.equals(ICUResourceBundle.NO_INHERITANCE_MARKER)) { in getNames() 675 // Return the full array if the last name is set. in getNames() 690 * This class stores name dat [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | TimeZoneNamesImpl.java | 271 String name = tzNames.getName(type); in getDisplayNames() 272 if (name == null) { in getDisplayNames() 281 name = mzNames.getName(type); in getDisplayNames() 283 dest[destOffset + i] = name; in getDisplayNames() 519 * NameSearchHandler is used for collecting name matches. 665 String name = names[i]; in getNames() 666 if (name != null) { in getNames() 667 if (name.equals(ICUResourceBundle.NO_INHERITANCE_MARKER)) { in getNames() 677 // Return the full array if the last name is set. in getNames() 692 * This class stores name dat [all...] |