Home
last modified time | relevance | path

Searched refs:name (Results 25201 - 25225 of 59386) sorted by relevance

1...<<1001100210031004100510061007100810091010>>...2376

/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx509cset.c30 int X509_CRL_set_issuer_name(X509_CRL *x, const X509_NAME *name) in X509_CRL_set_issuer_name() argument
34 return X509_NAME_set(&x->crl.issuer, name); in X509_CRL_set_issuer_name()
/third_party/libabigail/src/
H A Dabg-symtab-reader.h239 lookup_symbol(const std::string& name) const;
254 update_main_symbol(GElf_Addr addr, const std::string& name);
273 /// Lookup map name->symbol(s)
H A Dabg-elf-helpers.h70 const std::string& name,
74 find_section_by_name(Elf* elf_handle, const std::string& name);
/third_party/rust/crates/cxx/gen/cmd/src/gen/
H A Dnested.rs123 assert_eq!(cxx_type.name.cxx.to_string(), expected); in assert_ident()
139 name: Pair { in make_api()
H A Dcfg.rs12 fn eval(&self, name: &str, value: Option<&str>) -> CfgResult { in eval()
13 let _ = name; in eval()
/third_party/rust/crates/cxx/gen/src/
H A Dcfg.rs12 fn eval(&self, name: &str, value: Option<&str>) -> CfgResult { in eval()
13 let _ = name; in eval()
H A Dnested.rs123 assert_eq!(cxx_type.name.cxx.to_string(), expected); in assert_ident()
139 name: Pair { in make_api()
/third_party/rust/crates/cxx/src/
H A Dweak_ptr.rs115 ($segment:expr, $name:expr, $ty:ty) => {
118 f.write_str($name) in __typename()
/third_party/rust/crates/libc/ci/
H A Dstyle.rs66 let name = entry.file_name().into_string().unwrap(); in walk()
67 match &name[..] { in walk()
/third_party/rust/crates/cxx/gen/build/src/gen/
H A Dcfg.rs12 fn eval(&self, name: &str, value: Option<&str>) -> CfgResult { in eval()
13 let _ = name; in eval()
H A Dnested.rs123 assert_eq!(cxx_type.name.cxx.to_string(), expected); in assert_ident()
139 name: Pair { in make_api()
/third_party/rust/crates/cxx/gen/lib/src/gen/
H A Dnested.rs123 assert_eq!(cxx_type.name.cxx.to_string(), expected); in assert_ident()
139 name: Pair { in make_api()
/third_party/python/Tools/demo/
H A Deiffel.py14 def __new__(meta, name, bases, dict):
17 meta, name, bases, dict)
/third_party/python/Tools/peg_generator/pegen/
H A Dtestutil.py22 name for index, name in token.tok_name.items() if index not in EXACT_TOKENS.values()
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DFieldMaskPartial.cs16 // * Neither the name of Google Inc. nor the names of its
53 /// <paramref name="diagnosticOnly"/> is ignored. Otherwise, if the parameter is <c>true</c>,
56 /// <param name="paths">Paths in the field mask</param>
57 /// <param name="diagnosticOnly">Determines the handling of non-normalized values</param>
58 /// <exception cref="InvalidOperationException">The represented field mask is invalid, and <paramref name="diagnosticOnly"/> is <c>false</c>.</exception>
117 /// <typeparam name="T">The type to validate the field paths against.</typeparam>
126 /// <typeparam name="T">The type to validate the field paths against.</typeparam>
153 /// <typeparam name="T">The type to validate the field paths against.</typeparam>
162 /// <typeparam name="T">The type to validate the field paths against.</typeparam>
210 /// <typeparam name
[all...]
/third_party/python/Lib/test/support/
H A Dwarnings_helper.py9 def import_deprecated(name):
10 """Import *name* while suppressing DeprecationWarning."""
13 return importlib.import_module(name)
/third_party/python/Lib/distutils/tests/
H A Dsupport.py195 if os.name == 'nt':
208 name, equals, value = runshared.partition('=')
H A Dtest_check.py33 for name, value in options.items():
34 setattr(cmd, name, value)
53 'name': 'xxx', 'version': 'xxx'}
67 'author_email': 'xxx', 'name': 'xxx',
101 'name': 'xxx', 'version': 'xxx',
/third_party/python/Lib/test/
H A Dbisect_cmd.py33 for name in tests:
34 print(name, file=fp)
/third_party/python/Lib/asyncio/
H A Dtaskgroups.py151 def create_task(self, coro, *, name=None, context=None):
166 tasks._set_task_name(task, name)
/third_party/pulseaudio/src/pulsecore/
H A Dthread-win32.c71 pa_thread* pa_thread_new(const char *name, pa_thread_func_t thread_func, void *userdata) { in pa_thread_new() argument
143 void pa_thread_set_name(pa_thread *t, const char *name) { in pa_thread_set_name() argument
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-util.h125 void pa_alsa_init_proplist_ctl(pa_proplist *p, const char *name);
152 snd_mixer_elem_t *pa_alsa_mixer_find_pcm(snd_mixer_t *mixer, const char *name, unsigned int device);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryTestsUtil.hpp50 const char* name; member
117 bool compareWithFileImage (Context& context, const tcu::ConstPixelBufferAccess& resultImage, std::string name);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesShaderIntrinsicsBase.hpp109 const std::string& name, in SparseShaderIntrinsicsCaseBase()
115 : TestCase(testCtx, name) in SparseShaderIntrinsicsCaseBase()
108 SparseShaderIntrinsicsCaseBase(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) SparseShaderIntrinsicsCaseBase() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
H A DvktGeometryTestsUtil.hpp50 const char* name; member
117 bool compareWithFileImage (Context& context, const tcu::ConstPixelBufferAccess& resultImage, std::string name);

Completed in 33 milliseconds

1...<<1001100210031004100510061007100810091010>>...2376