Home
last modified time | relevance | path

Searched refs:name (Results 41151 - 41175 of 65854) sorted by relevance

1...<<1641164216431644164516461647164816491650>>...2635

/third_party/rust/crates/bindgen/csmith-fuzzing/
H A Dpredicate.py182 TEMP_FILES.append(temp.name)
183 return temp.name
/third_party/rust/crates/env_logger/src/
H A Dlib.rs10 //! Despite having "env" in its name, **`env_logger`** can also be configured by
70 //! If the binary name contains hyphens, you will need to replace
81 //! in their name, although `cargo` continues to accept them.
102 //! The path is rooted in the name of the crate it was compiled for, so if
115 //! When providing the crate name or a module path, explicitly specifying the
149 //! * `trace` turns on all logging for the application, regardless of its name
150 //! * `TRACE` turns on all logging for the application, regardless of its name (same as previous)
300 /// The default name for the environment variable to read filters from.
303 /// The default name for the environment variable to read style preferences from.
324 name
[all...]
/third_party/rust/crates/clap/src/parser/
H A Darg_matcher.rs91 for (name, matched_arg) in vals_map.iter_mut() { in fill_in_global_values()
92 self.matches.args.insert(name.clone(), matched_arg.clone()); in fill_in_global_values()
/third_party/rust/crates/libloading/src/os/unix/
H A Dmod.rs103 /// matching file name.
219 /// Get a pointer to a function or static variable by symbol name.
265 /// Get a pointer to function or static variable by symbol name.
428 #[cfg_attr(any(target_os = "linux", target_os = "android"), link(name="dl"))]
429 #[cfg_attr(any(target_os = "freebsd", target_os = "dragonfly"), link(name="c"))]
/third_party/openssl/test/
H A Dciphername_test.c27 const char *name; member
374 return cipher_names[i].name; in get_std_name_by_id()
444 /* check if p is a valid standard name */ in test_cipher_name()
/third_party/python/Lib/distutils/
H A Dcmd.py252 """Ensure that 'option' is the name of an existing file."""
259 "directory name",
337 def mkpath(self, name, mode=0o777):
338 dir_util.mkpath(name, mode, dry_run=self.dry_run)
H A Dbcppcompiler.py262 # name of dll/exe file
275 # full name which prefers bcpp_xxx.lib over xxx.lib
325 for name in try_names:
326 libfile = os.path.join(dir, self.library_filename(name))
H A Dunixccompiler.py219 return any(name in compiler_name for name in ("gcc", "g++", "clang"))
/third_party/python/Lib/multiprocessing/
H A Dutil.py142 # get name of a temp directory which will be automatically cleaned up
352 info('calling terminate() for daemon %s', p.name)
356 info('calling join() for process %s', p.name)
/third_party/pulseaudio/src/modules/dbus/
H A Diface-memstats.c67 .name = PA_DBUSIFACE_MEMSTATS_INTERFACE,
215 pa_assert_se(pa_dbus_protocol_remove_interface(m->dbus_protocol, m->path, memstats_interface_info.name) >= 0); in pa_dbusiface_memstats_free()
/third_party/pulseaudio/src/modules/oss/
H A Doss-util.c336 int pa_oss_get_hw_description(const char *dev, char *name, size_t l) { in pa_oss_get_hw_description() argument
385 // Include the number to disambiguate devices with the same name in pa_oss_get_hw_description()
386 pa_snprintf(name, l, "%u - %s", device, k); in pa_oss_get_hw_description()
/third_party/python/Lib/distutils/tests/
H A Dtest_install.py48 dist = Distribution({"name": "foopkg"})
110 dist = Distribution({'name': 'xx'})
114 options = [name for name, short, lable in
136 dist = Distribution({'name': 'xx', 'extra_path': 'path,dirs'})
164 dist = Distribution({'name': 'xx'})
H A Dtest_register.py70 def getheader(self, name, default=None):
73 }.get(name.lower(), default)
99 'name': 'xxx', 'version': 'xxx'}
224 'name': 'xxx', 'version': 'xxx',
258 'author_email': 'xxx', 'name': 'xxx',
279 'name': 'xxx', 'version': 'xxx',
/third_party/python/Include/
H A Dpyerrors.h33 automatically the name of the current function, unless the Py_LIMITED_API
226 const char *name, PyObject *base, PyObject *dict);
228 const char *name, const char *doc, PyObject *base, PyObject *dict);
/third_party/openssl/crypto/bio/
H A Dbio_sock.c123 struct hostent *BIO_gethostbyname(const char *name) in BIO_gethostbyname() argument
129 return gethostbyname(name); in BIO_gethostbyname()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOCornerCase.cpp49 CornerCase (tcu::TestContext &testCtx, const char *name) in CornerCase() argument
50 : TestCase (testCtx, name) in CornerCase()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureFilteringAnisotropyTests.cpp170 const string& name, in FilteringAnisotropyTests()
172 : vkt::TestCase (testCtx, name) in FilteringAnisotropyTests()
169 FilteringAnisotropyTests(tcu::TestContext& testCtx, const string& name, const AnisotropyParams& refParams) FilteringAnisotropyTests() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/
H A DRewriteR32fImages.cpp198 const ImmutableString &functionName = node->getFunction()->name(); in RewriteBuiltinFunctionCall()
251 // 1. Converts the layout(r32f, ...) ... image* name; declarations to use the r32ui format
329 new TVariable(oldVariable.uniqueId(), oldVariable.name(), oldVariable.symbolType(),
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/converged/
H A DCompositorNativeWindow11.cpp224 bool AssignProcAddress(HMODULE comBaseModule, const char *name, T *&outProc) in AssignProcAddress() argument
226 outProc = reinterpret_cast<T *>(GetProcAddress(comBaseModule, name)); in AssignProcAddress()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DBlit11.h232 const char *name);
253 const char *name);
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderTextureImageSamplesTests.cpp46 * @param name Test name
49 ShaderTextureImageSamplesTestBase::ShaderTextureImageSamplesTestBase(deqp::Context& context, const char* name, in ShaderTextureImageSamplesTestBase() argument
51 : deqp::TestCase(context, name, description) in ShaderTextureImageSamplesTestBase()
H A Dgl4cSparseTextureTests.hpp194 SparseTextureAllocationTestCase(deqp::Context& context, const char* name, const char* description);
223 SparseTextureCommitmentTestCase(deqp::Context& context, const char* name, const char* description);
/third_party/vk-gl-cts/external/openglcts/modules/glesext/fragment_shading_rate/
H A DesextcFragmentShadingRateBasic.cpp50 /// @param name Test case's name
52 FragmentShadingRateBasic::FragmentShadingRateBasic(Context& context, const ExtParameters& extParams, const char* name, in FragmentShadingRateBasic() argument
54 : TestCaseBase(context, extParams, name, description), m_program(nullptr) in FragmentShadingRateBasic()
159 // Generate a new texture name in setupTest()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderLayeredRenderingFBONoAttachment.cpp115 * @param name Test case's name
119 Context& context, const ExtParameters& extParams, const char* name, const char* description) in GeometryShaderLayeredRenderingFBONoAttachment()
120 : TestCaseBase(context, extParams, name, description) in GeometryShaderLayeredRenderingFBONoAttachment()
118 GeometryShaderLayeredRenderingFBONoAttachment( Context& context, const ExtParameters& extParams, const char* name, const char* description) GeometryShaderLayeredRenderingFBONoAttachment() argument
H A DesextcGeometryShaderNonarrayInput.cpp157 * @param name Test case's name
161 const char* name, const char* description) in GeometryShaderNonarrayInputCase()
162 : TestCaseBase(context, extParams, name, description) in GeometryShaderNonarrayInputCase()
160 GeometryShaderNonarrayInputCase(Context& context, const ExtParameters& extParams, const char* name, const char* description) GeometryShaderNonarrayInputCase() argument

Completed in 46 milliseconds

1...<<1641164216431644164516461647164816491650>>...2635