Home
last modified time | relevance | path

Searched refs:name (Results 20651 - 20675 of 64934) sorted by relevance

1...<<821822823824825826827828829830>>...2598

/third_party/backends/backend/
H A Ds9036.c545 if (strcmp (dev->sane.name, devname) == 0) in attach()
601 dev->sane.name = strdup (devname); in attach()
696 s->opt[OPT_DEPTH].name = SANE_NAME_BIT_DEPTH; in init_options()
706 s->opt[OPT_RESOLUTION].name = SANE_NAME_SCAN_RESOLUTION; in init_options()
723 s->opt[OPT_TL_X].name = SANE_NAME_SCAN_TL_X; in init_options()
733 s->opt[OPT_TL_Y].name = SANE_NAME_SCAN_TL_Y; in init_options()
743 s->opt[OPT_BR_X].name = SANE_NAME_SCAN_BR_X; in init_options()
753 s->opt[OPT_BR_Y].name = SANE_NAME_SCAN_BR_Y; in init_options()
770 s->opt[OPT_BRIGHTNESS].name = SANE_NAME_BRIGHTNESS; in init_options()
781 s->opt[OPT_CONTRAST].name in init_options()
[all...]
/third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
H A DTestConversion.java921 charset.name()=="BOCU-1" ||charset.name()== "SCSU"|| charset.name()=="lmbcs1" || charset.name()== "lmbcs2" || in TestGetUnicodeSet()
922 charset.name()== "lmbcs3" || charset.name()== "lmbcs4" || charset.name()=="lmbcs5" || charset.name()=="lmbcs6" || in TestGetUnicodeSet()
923 charset.name()== "lmbcs8" || charset.name() in TestGetUnicodeSet()
[all...]
/third_party/jinja2/
H A Dfilters.py391 Can be a list of attributes like ``"age,name"``.
399 {% for user in users|sort(attribute="name")
409 {% for user in users|sort(attribute="age,name") %}
415 attributes, e.g. ``"age,name"``.
657 {{ data | selectattr('name', '==', 'Jinja') | list | last }}
997 {{ "%s, %s!"|format(greeting, name) }}
1005 {{ "%s, %s!" % (greeting, name) }}
1006 {{ "{}, {}!".format(greeting, name) }}
1197 <li>{{ user.name }}
1218 <li>{{ city }}: {{ items|map(attribute="name")|joi
[all...]
/third_party/ltp/lib/
H A Dtst_test.c49 #define CVE_DB_URL "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-"
587 for (i = 0; tags[i].name; i++) { in print_test_tags()
588 if (!strcmp(tags[i].name, "CVE")) in print_test_tags()
590 else if (!strcmp(tags[i].name, "linux-git")) in print_test_tags()
592 else if (!strcmp(tags[i].name, "linux-stable-git")) in print_test_tags()
594 else if (!strcmp(tags[i].name, "glibc-git")) in print_test_tags()
596 else if (!strcmp(tags[i].name, "musl-git")) in print_test_tags()
599 fprintf(stderr, "%s: %s\n", tags[i].name, tags[i].value); in print_test_tags()
837 for (i = 0; tags[i].name; i++) { in print_failure_hint()
838 if (!strcmp(tags[i].name, ta in print_failure_hint()
1190 const char *name; do_setup() local
[all...]
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_qlog.c107 static uint8_t *write_pair_impl(uint8_t *p, const uint8_t *name, size_t namelen, in write_pair_impl() argument
109 p = write_string_impl(p, name, namelen); in write_pair_impl()
117 static uint8_t *write_pair_hex_impl(uint8_t *p, const uint8_t *name, in write_pair_hex_impl() argument
120 p = write_string_impl(p, name, namelen); in write_pair_hex_impl()
129 static uint8_t *write_pair_number_impl(uint8_t *p, const uint8_t *name, in write_pair_number_impl() argument
131 p = write_string_impl(p, name, namelen); in write_pair_number_impl()
140 static uint8_t *write_pair_duration_impl(uint8_t *p, const uint8_t *name, in write_pair_duration_impl() argument
143 p = write_string_impl(p, name, namelen); in write_pair_duration_impl()
152 static uint8_t *write_pair_tstamp_impl(uint8_t *p, const uint8_t *name, in write_pair_tstamp_impl() argument
154 p = write_string_impl(p, name, namele in write_pair_tstamp_impl()
163 write_pair_bool_impl(uint8_t *p, const uint8_t *name, size_t namelen, int b) write_pair_bool_impl() argument
174 write_pair_cid_impl(uint8_t *p, const uint8_t *name, size_t namelen, const ngtcp2_cid *cid) write_pair_cid_impl() argument
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dssearch.cpp71 void SSearchTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char *params ) in runIndexedTest() argument
76 case 0: name = "searchTest"; in runIndexedTest()
80 case 1: name = "offsetTest"; in runIndexedTest()
84 case 2: name = "monkeyTest"; in runIndexedTest()
88 case 3: name = "sharpSTest"; in runIndexedTest()
92 case 4: name = "goodSuffixTest"; in runIndexedTest()
96 case 5: name = "searchTime"; in runIndexedTest()
100 default: name = ""; in runIndexedTest()
1279 static int32_t getIntParam(UnicodeString name, UnicodeString &params, int32_t defaultVal) { in getIntParam() argument
1282 name in getIntParam()
1314 monkeyTestCase(UCollator *coll, const UnicodeString &testCase, const UnicodeString &pattern, const UnicodeString &altPattern, const char *name, const char *strength, uint32_t seed) monkeyTestCase() argument
[all...]
/third_party/node/deps/v8/src/objects/
H A Dmap-updater.cc55 Name name = map->instance_descriptors(isolate).GetKey(modify_index); in PrintGeneralization() local
56 if (name.IsString()) { in PrintGeneralization()
57 String::cast(name).PrintOn(file); in PrintGeneralization()
59 os << "{symbol " << reinterpret_cast<void*>(name.ptr()) << "}"; in PrintGeneralization()
934 Name name = descriptors->GetKey(i); in FindSplitMap() local
938 .SearchTransition(name, details.kind(), details.attributes()); in FindSplitMap()
1073 Name name = map->instance_descriptors(isolate).GetKey(modify_index); in PrintReconfiguration() local
1074 if (name.IsString()) { in PrintReconfiguration()
1075 String::cast(name).PrintOn(file); in PrintReconfiguration()
1077 os << "{symbol " << reinterpret_cast<void*>(name in PrintReconfiguration()
1114 UpdateFieldType(Isolate* isolate, Handle<Map> map, InternalIndex descriptor, Handle<Name> name, PropertyConstness new_constness, Representation new_representation, const MaybeObjectHandle& new_wrapped_type) UpdateFieldType() argument
[all...]
/third_party/node/deps/v8/src/regexp/
H A Dregexp-interpreter.cc125 // Despite the name 'backtracking' stack, it's actually used as a generic stack
330 #define BC_LABEL(name) BC_##name:
344 #define BC_LABEL(name) case BC_##name:
359 #define ADVANCE(name) \
360 next_pc = pc + RegExpBytecodeLength(BC_##name); \
375 #define BYTECODE(name) \
376 BC_LABEL(name) \
378 current_char, RegExpBytecodeLength(BC_##name), #nam
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemStorageBufferTests.cpp208 const char* name, in StorageBufferTestCase()
215 : TestCase (testctx, name) in StorageBufferTestCase()
710 const std::string name = testTypeStr + "_" + de::toString(ndx + 1); in createSpecifiedStorageBufferTests() local
711 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()
733 const char* name; member
744 const char* name; member
769 de::MovePtr<tcu::TestCaseGroup> protectedAccessGroup(new tcu::TestCaseGroup(testCtx, protectedAccess[protectedAccessNdx].name)); in createRWStorageBufferTests()
771 de::MovePtr<tcu::TestCaseGroup> flagsGroup(new tcu::TestCaseGroup(testCtx, flags[flagsNdx].name)); in createRWStorageBufferTests()
926 de::MovePtr<tcu::TestCaseGroup> protectedAccessGroup(new tcu::TestCaseGroup(testCtx, protectedAccess[protectedAccessNdx].name)); in createAtomicStorageBufferTests()
928 de::MovePtr<tcu::TestCaseGroup> flagsGroup(new tcu::TestCaseGroup(testCtx, flags[flagsNdx].name)); in createAtomicStorageBufferTests()
205 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
940 const std::string name = "atomic_" + atomicTypeStr + "_" + de::toString(ndx + 1); createAtomicStorageBufferTests() local
955 const std::string name = "atomic_" + atomicTypeStr + "_" + de::toString(ndx + 1); createAtomicStorageBufferTests() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/
H A DesextcTextureBufferOperations.cpp47 * @param name Test case's name
50 TextureBufferOperations::TextureBufferOperations(Context& context, const ExtParameters& extParams, const char* name, in TextureBufferOperations() argument
52 : TestCaseBase(context, extParams, name, description) in TextureBufferOperations()
765 * @param name Test case's name
770 const char* name, in TextureBufferOperationsViaBufferObjectLoad()
772 : TextureBufferOperations(context, extParams, name, description) in TextureBufferOperationsViaBufferObjectLoad()
795 * @param name Test case's name
768 TextureBufferOperationsViaBufferObjectLoad(Context& context, const ExtParameters& extParams, const char* name, const char* description) TextureBufferOperationsViaBufferObjectLoad() argument
798 TextureBufferOperationsViaCPUWrites(Context& context, const ExtParameters& extParams, const char* name, const char* description) TextureBufferOperationsViaCPUWrites() argument
836 TextureBufferOperationsViaFrambufferReadBack( Context& context, const ExtParameters& extParams, const char* name, const char* description) TextureBufferOperationsViaFrambufferReadBack() argument
1134 TextureBufferOperationsViaTransformFeedback(Context& context, const ExtParameters& extParams, const char* name, const char* description) TextureBufferOperationsViaTransformFeedback() argument
1353 TextureBufferOperationsViaImageStore(Context& context, const ExtParameters& extParams, const char* name, const char* description) TextureBufferOperationsViaImageStore() argument
1471 TextureBufferOperationsViaSSBOWrites(Context& context, const ExtParameters& extParams, const char* name, const char* description) TextureBufferOperationsViaSSBOWrites() argument
[all...]
/third_party/skia/third_party/externals/libpng/
H A Dpngtest.c165 /* Utility to save typing/errors, the argument must be a name */
458 const char *name = "UNKNOWN (ERROR!)"; in pngtest_warning() local
465 name = test->file_name; in pngtest_warning()
467 fprintf(STDERR, "\n%s: libpng warning: %s\n", name, message); in pngtest_warning()
706 * png_byte name[5]; in read_user_chunk_callback()
713 if (chunk->name[0] == 115 && chunk->name[1] == 84 && /* s T */ in read_user_chunk_callback()
714 chunk->name[2] == 69 && chunk->name[3] == 82) /* E R */ in read_user_chunk_callback()
733 if (chunk->name[ in read_user_chunk_callback()
1166 png_charp name; test_one_file() local
[all...]
/third_party/skia/src/svg/
H A DSkSVGDevice.cpp249 AutoElement(const char name[], SkXMLWriter* writer)
252 fWriter->startElement(name);
255 AutoElement(const char name[], const std::unique_ptr<SkXMLWriter>& writer)
256 : AutoElement(name, writer.get()) {}
258 AutoElement(const char name[], SkSVGDevice* svgdev,
266 fWriter->startElement(name);
279 void addAttribute(const char name[], const char val[]) {
280 fWriter->addAttribute(name, val);
283 void addAttribute(const char name[], const SkString& val) {
284 fWriter->addAttribute(name, va
[all...]
/third_party/python/Lib/xmlrpc/
H A Dclient.py74 # notice appear in supporting documentation, and that the name of
128 name (None if not present).
606 write("<name>%s</name>\n" % escape(k))
771 dispatch["name"] = end_string # struct keys are always strings
836 def __init__(self, call_list, name):
838 self.__name = name
839 def __getattr__(self, name):
840 return _MultiCallMethod(self.__call_list, "%s.%s" % (self.__name, name))
884 def __getattr__(self, name)
[all...]
/third_party/rust/crates/syn/src/
H A Dlit.rs567 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 Dtests.rs290 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 Des31fStencilTexturingTests.cpp520 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 DvktProtectedMemStorageBufferTests.cpp219 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 DvktWsiSharedPresentableImageTests.cpp1090 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...]
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c57 #define REG_SET_E(vop2, name, off, reg, mask, v, relaxed) \
60 #define REG_SET(x, name, off, reg, v, relaxed) REG_SET_E(x, name, off, reg, (reg).mask, v, relaxed)
61 #define REG_SET_MASK(x, name, off, reg, mask, v, relaxed) REG_SET_E(x, name, off, reg, (reg).mask &(mask), v, relaxed)
63 #define VOP_CLUSTER_SET(x, win, name, v) \
66 REG_SET(x, name, 0, (win)->regs->cluster->name, v, true); \
69 #define VOP_AFBC_SET(x, win, name, v) \
72 REG_SET(x, name, (wi
289 const char *name; global() member
718 const char *name; global() member
4746 const char *name; vop2_crtc_regs_dump() member
4848 char name[0xc]; vop2_crtc_debugfs_init() local
5255 vop2_clk_get(struct vop2 *vop2, const char *name) vop2_clk_get() argument
8460 char name[DRM_PROP_NAME_LEN]; vop2_win_init() local
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c57 #define _REG_SET(vop2, name, off, reg, mask, v, relaxed) \
60 #define REG_SET(x, name, off, reg, v, relaxed) \
61 _REG_SET(x, name, off, reg, reg.mask, v, relaxed)
62 #define REG_SET_MASK(x, name, off, reg, mask, v, relaxed) \
63 _REG_SET(x, name, off, reg, reg.mask & mask, v, relaxed)
65 #define VOP_CLUSTER_SET(x, win, name, v) \
68 REG_SET(x, name, 0, win->regs->cluster->name, v, true); \
71 #define VOP_AFBC_SET(x, win, name, v) \
74 REG_SET(x, name, wi
305 const char *name; global() member
744 const char *name; global() member
4757 const char *name; vop2_crtc_regs_dump() member
4860 char name[12]; vop2_crtc_debugfs_init() local
5279 vop2_clk_get(struct vop2 *vop2, const char *name) vop2_clk_get() argument
8572 char name[DRM_PROP_NAME_LEN]; vop2_win_init() local
[all...]
/third_party/backends/sanei/
H A Dsanei_usb.c324 kernel_get_vendor_product (int fd, const char *name, int *vendorID, int *productID) in kernel_get_vendor_product() argument
332 "of device %s failed: %s\n", name, strerror (errno)); in kernel_get_vendor_product()
338 "of device %s failed: %s\n", name, strerror (errno)); in kernel_get_vendor_product()
380 if (strncmp (buf, name, sizeof (buf)) == 0) in kernel_get_vendor_product()
391 "vendor/product ID from device %s\n", name); in kernel_get_vendor_product()
624 const char* name) in sanei_xml_find_first_child_with_name()
629 if (xmlStrcmp(curr_child->name, (const xmlChar*)name) == 0) in sanei_xml_find_first_child_with_name()
637 const char* name) in sanei_xml_find_next_child_with_name()
642 if (xmlStrcmp(curr_child->name, (cons in sanei_xml_find_next_child_with_name()
623 sanei_xml_find_first_child_with_name(xmlNode* parent, const char* name) sanei_xml_find_first_child_with_name() argument
636 sanei_xml_find_next_child_with_name(xmlNode* child, const char* name) sanei_xml_find_next_child_with_name() argument
650 sanei_xml_get_prop(xmlNode* node, const char* name) sanei_xml_get_prop() argument
656 sanei_xml_get_prop_uint(xmlNode* node, const char* name) sanei_xml_get_prop_uint() argument
2325 sanei_usb_attach_matching_devices(const char *name, SANE_Status (*attach) (const char *dev)) sanei_usb_attach_matching_devices() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArraySampling.cpp71 /** Constructor. Stores strings used to create variable name
75 * @param name Name part. Must not be null.
78 var2str(const glw::GLchar* prefix, const glw::GLchar* name, const glw::GLchar* index) in var2str()
79 : m_prefix(prefix), m_name(name), m_index(index) in var2str()
153 /* Image types and name */
162 /* Sampler types and name */
1710 * @param name Test case's name
1714 const char* name, const char* description) in TextureCubeMapArraySamplingTest()
1715 : TestCaseBase(context, extParams, name, descriptio in TextureCubeMapArraySamplingTest()
1713 TextureCubeMapArraySamplingTest(Context& context, const ExtParameters& extParams, const char* name, const char* description) TextureCubeMapArraySamplingTest() argument
1776 glw::GLchar* name = 0; checkUniformAndResourceApi() local
4191 formatDefinition(glw::GLenum internal_format, glw::GLenum format, glw::GLenum type, bool is_compressed, samplerType sampler_type, const glw::GLchar* name) global() argument
4213 formatDefinition(glw::GLenum src_internal_format, glw::GLenum src_format, glw::GLenum src_type, bool src_is_compressed, glw::GLenum dst_internal_format, glw::GLenum dst_format, glw::GLenum dst_type, samplerType sampler_type, const glw::GLchar* name) global() argument
4563 samplingFunctionDefinition(samplingFunction function, const glw::GLchar* name) global() argument
4739 shaderConfiguration(shaderType type, glw::GLenum primitive_type, const glw::GLchar* name) global() argument
5156 getTextureFileName(glw::GLuint width, glw::GLuint height, glw::GLuint level, glw::GLuint index, glw::GLuint face, std::string& name) global() argument
[all...]
/third_party/python/Lib/test/
H A Dtest_logging.py7 # supporting documentation, and that the name of Vinay Sajip
83 log_format = "%(name)s -> %(levelname)s: %(message)s"
101 for name in saved_loggers:
102 logger_states[name] = getattr(saved_loggers[name],
154 for name in self.logger_states:
155 if logger_states[name] is not None:
156 self.saved_loggers[name].disabled = logger_states[name]
372 parts = record.name
769 name = 2 global() variable in StreamWithIntName
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_modes.c27 * Except as contained in this notice, the name of the copyright holder(s)
333 /* Fill the mode line name */ in drm_cvt_mode()
747 * drm_mode_set_name - set the name on a mode
748 * @mode: name will be set in this mode
750 * Set the name of @mode to a standard format which is <hdisplay>x<vdisplay>
758 ret = snprintf(mode->name, DRM_DISPLAY_MODE_LEN, "%dx%d%s", mode->hdisplay, mode->vdisplay, interlaced ? "i" : ""); in drm_mode_set_name()
1254 * removed from the list, and if @verbose the status code and mode name is also
1267 DRM_DEBUG_KMS("Not using %s mode: %s\n", mode->name, drm_get_mode_status_name(mode->status)); in drm_mode_prune_invalid()
1731 const char *name; in drm_mode_parse_command_line_for_connector() local
1747 name in drm_mode_parse_command_line_for_connector()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/aacraid/
H A Dlinit.c251 * aac_info - Returns the host adapter name
260 return aac_drivers[dev->cardtype].name; in aac_info()
572 .name = "level",
600 .name = "unique_id",
1368 .name = "model",
1375 .name = "vendor",
1382 .name = "flags",
1389 .name = "hba_kernel_version",
1396 .name = "hba_monitor_version",
1403 .name
[all...]

Completed in 71 milliseconds

1...<<821822823824825826827828829830>>...2598