/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | f_generic.c | 1732 struct usb_string *str = (*lang)->strings; in functionfs_bind() local 1734 for (; str->s; ++id, ++str) in functionfs_bind() 1735 str->id = id; in functionfs_bind()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | annotate.c | 2984 char str[32]; in __annotation_line__write() local 2986 scnprintf(str, sizeof(str), in __annotation_line__write() 2993 str); in __annotation_line__write()
|
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | ring_buffer.c | 5714 char str[]; member 5758 memcpy(item->str, rb_string, size); in rb_write_something() 5943 if (memcmp(&item->str[0], rb_string, item->size) != 0) { in test_ringbuffer() 5945 pr_info("buffer had: %.*s\n", item->size, item->str); in test_ringbuffer()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | f_fs.c | 1825 struct usb_string *str = (*lang)->strings; in functionfs_bind() local 1827 for (; str->s; ++id, ++str) in functionfs_bind() 1828 str->id = id; in functionfs_bind()
|
H A D | f_generic.c | 1734 struct usb_string *str = (*lang)->strings; in functionfs_bind() local 1736 for (; str->s; ++id, ++str) in functionfs_bind() 1737 str->id = id; in functionfs_bind()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | annotate.c | 3144 char str[32]; in __annotation_line__write() local 3146 scnprintf(str, sizeof(str), in __annotation_line__write() 3153 str); in __annotation_line__write()
|
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_ctl.c | 3421 char str[10] = ""; in host_trace_buffer_enable_store() local 3430 if (sscanf(buf, "%9s", str) != 1) in host_trace_buffer_enable_store() 3433 if (!strcmp(str, "post")) { in host_trace_buffer_enable_store() 3485 } else if (!strcmp(str, "release")) { in host_trace_buffer_enable_store()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | qla1280.c | 4097 qla1280_get_token(char *str) in qla1280_get_token() argument 4103 sep = strchr(str, ':'); in qla1280_get_token() 4107 if (!strncmp(setup_token[i].token, str, (sep - str))) { in qla1280_get_token()
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | ring_buffer.c | 5912 char str[]; member 5956 memcpy(item->str, rb_string, size); in rb_write_something() 6138 if (memcmp(&item->str[0], rb_string, item->size) != 0) { in test_ringbuffer() 6140 pr_info("buffer had: %.*s\n", item->size, item->str); in test_ringbuffer()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | transtst.cpp | 645 UnicodeString str(s); in TestCompoundHex() 646 a->transliterate(str); in TestCompoundHex() 648 expect(*ba, str, str); in TestCompoundHex()
|
/third_party/json/tests/src/ |
H A D | unit-cbor.cpp | 1339 j.emplace(ss.str(), nullptr); 1366 j.emplace(ss.str(), nullptr); 1395 j.emplace(ss.str(), nullptr); 1848 json j3 = json::from_cbor(ss.str());
|
/third_party/node/deps/v8/src/objects/ |
H A D | intl-objects.cc | 2055 Handle<String> str = factory->NewStringFromAsciiChecked(item.c_str()); in VectorToJSArray() local 2056 fixed_array->set(index++, *str); in VectorToJSArray() 2158 Handle<String> str = factory->NewStringFromAsciiChecked(item.c_str()); in AvailableUnits() local 2159 fixed_array->set(index++, *str); in AvailableUnits()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | usearch.cpp | 124 * @param str UTF16 string where character for fcd retrieval resides 132 uint16_t getFCD(const UChar *str, int32_t *offset, in getFCD() argument 135 const UChar *temp = str + *offset; in getFCD() 136 uint16_t result = g_nfcImpl->nextFCD16(temp, str + strlength); in getFCD() 137 *offset = (int32_t)(temp - str); in getFCD()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
H A D | Record.cpp | 1365 .str(); 1427 .str(); 2127 (Twine("of type '") + VRT->getType()->getAsString() + "' ").str(); 2347 "' does not have a field named `" + FieldName.str() + "'!\n");
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86MCInstLower.cpp | 2441 OutStreamer->AddComment(CS.str()); in EmitInstruction() 2538 OutStreamer->AddComment(CS.str()); in EmitInstruction() 2550 OutStreamer->AddComment(CS.str()); in EmitInstruction() 2637 OutStreamer->AddComment(CS.str()); in EmitInstruction()
|
/third_party/python/Lib/test/ |
H A D | test_posix.py | 783 for t in str, float: 1005 item_type = str 1269 self.assertIn("'doesnotexistfilename' -> '{}'".format(dst), str(e)) 1578 pidfile.write(str(os.getpid())) 1584 self.assertEqual(f.read(), str(pid)) 1713 os.write(fd, str(sid).encode())
|
/third_party/spirv-tools/test/val/ |
H A D | val_decoration_test.cpp | 5284 std::string str = R"( in TEST_F() local 5305 CompileSuccessfully(str.c_str(), SPV_ENV_VULKAN_1_1); in TEST_F() 8929 CompileSuccessfully(ss.str(), SPV_ENV_VULKAN_1_0); in TEST_P() 8968 CompileSuccessfully(ss.str(), SPV_ENV_VULKAN_1_0); in TEST_P()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fTextureMipmapTests.cpp | 2491 name.str().c_str(), "", in init() 2537 genMipmapGroup->addChild(new Texture2DGenMipmapCase(m_testCtx, m_context.getRenderContext(), name.str().c_str(), "", in init() 2607 genMipmapGroup->addChild(new TextureCubeGenMipmapCase(m_testCtx, m_context.getRenderContext(), name.str().c_str(), "", formats[format].format, formats[format].dataType, genHints[hint].hint, cubeMapSize)); in init() 2666 name.str().c_str(), "", in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineLibraryTests.cpp | 1162 log << tcu::TestLog::Message << ess.str() << tcu::TestLog::EndMessage; in iterate() 2204 TCU_FAIL(msg.str()); in verifyOutputBuffer() 2603 programCollection.glslSources.add("comp") << glu::ComputeSource(comp.str()); in initPrograms() 2620 programCollection.glslSources.add("rgen") << glu::RaygenSource(rgen.str()) << buildOptions; in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/ |
H A D | vktVideoBaseDecodeUtils.cpp | 1196 TCU_THROW(InternalError, css.str()); 1374 DEBUGLOG(cout << s.str() <<endl); 2904 DEBUGLOG(std::cout << s.str() << ")" << std::endl); 3055 DEBUGLOG(std::cout << s.str() << ")" << std::endl);
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | chip.c | 106 char *str; /* description string */ member 112 /* str must be a string constant */ 113 #define FLAG_ENTRY(str, extra, flag) {flag, str, extra} 114 #define FLAG_ENTRY0(str, flag) {flag, str, 0} 5333 no_room = append_str(buf, &p, &len, table[i].str); in flag_string() 7119 const char *str = NULL; in link_down_reason_str() local 7122 str = link_down_reason_strs[reason]; in link_down_reason_str() 7123 if (!str) in link_down_reason_str() 10309 const char *str = NULL; state_complete_reason_code_string() local [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | chip.c | 65 char *str; /* description string */ member 71 /* str must be a string constant */ 72 #define FLAG_ENTRY(str, extra, flag) {flag, str, extra} 73 #define FLAG_ENTRY0(str, flag) {flag, str, 0} 5293 no_room = append_str(buf, &p, &len, table[i].str); in flag_string() 7080 const char *str = NULL; in link_down_reason_str() local 7083 str = link_down_reason_strs[reason]; in link_down_reason_str() 7084 if (!str) in link_down_reason_str() 10270 const char *str = NULL; state_complete_reason_code_string() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | ctrl_iface.c | 994 #define SET_FREQ_SETTING(str) \ in wpa_supplicant_ctrl_iface_tdls_chan_switch() 996 const char *pos2 = os_strstr(pos, " " #str "="); \ in wpa_supplicant_ctrl_iface_tdls_chan_switch() 998 pos2 += sizeof(" " #str "=") - 1; \ in wpa_supplicant_ctrl_iface_tdls_chan_switch() 999 freq_params.str = atoi(pos2); \ in wpa_supplicant_ctrl_iface_tdls_chan_switch() 3683 char str[20]; in wpas_ctrl_remove_cred() local 3707 res = os_snprintf(str, sizeof(str), "%d", ssid->id); in wpas_ctrl_remove_cred() 3708 if (os_snprintf_error(sizeof(str), res)) in wpas_ctrl_remove_cred() 3709 str[sizeof(str) in wpas_ctrl_remove_cred() [all...] |
/third_party/node/deps/v8/src/wasm/ |
H A D | function-body-decoder-impl.h | 135 void DecodeError(Decoder* decoder, const byte* pc, const char* str, in DecodeError() argument 143 decoder->errorf(pc, str, std::forward<Args>(args)...); in DecodeError() 149 void DecodeError(Decoder* decoder, const byte* pc, const char* str) { in DecodeError() argument 155 decoder->error(pc, str); in DecodeError() 161 void DecodeError(Decoder* decoder, const char* str, Args&&... args) { in DecodeError() argument 168 decoder->errorf(str, std::forward<Args>(args)...); in DecodeError() 174 void DecodeError(Decoder* decoder, const char* str) { in DecodeError() argument 180 decoder->error(str); in DecodeError()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cTextureViewTests.cpp | 5122 vs_string.replace(token_location, strlen(token_n_samples), n_samples_sstream.str()); in initIterationSpecificProgramObject() 5182 tc_string.replace(token_location, strlen(token_n_samples), n_samples_sstream.str()); in initIterationSpecificProgramObject() 5247 te_string.replace(token_location, strlen(token_n_samples), n_samples_sstream.str()); in initIterationSpecificProgramObject() 5336 gs_string.replace(token_location, strlen(token_n_samples), n_samples_sstream.str()); in initIterationSpecificProgramObject() 5386 fs_string.replace(token_location, strlen(token_n_samples), n_samples_sstream.str()); in initIterationSpecificProgramObject() 5757 fs_body_string.replace(token_location, strlen(n_max_samples_token), n_max_samples_sstream.str()); in initPerSampleFillerProgramObject() 7980 m_testCtx.getLog() << tcu::TestLog::Message << mipmap_data_sstream.str() << sampled_view_data_sstream.str() in verifyResultData()
|