Home
last modified time | relevance | path

Searched refs:str (Results 3601 - 3625 of 9159) sorted by relevance

1...<<141142143144145146147148149150>>...367

/third_party/node/deps/v8/src/torque/
H A Dimplementation-visitor.cc366 ReportError(s.str()); in InlineMacro()
374 ReportError(s.str()); in InlineMacro()
379 ReportError(s.str()); in InlineMacro()
950 std::stringstream str; in Visit() local
951 str << std::setprecision(std::numeric_limits<double>::digits10 + 1) in Visit()
953 return VisitResult{result_type, str.str()}; in Visit()
958 std::stringstream str; in Visit() local
959 str << "IntegerLiteral(" in Visit()
962 return VisitResult{result_type, str in Visit()
1191 FormatAssertSource(const std::string& str) FormatAssertSource() argument
[all...]
H A Dcc-generator.cc46 out() << out_buffer.str(); in EmitGraph()
116 args.push_back(s.str()); in ProcessArgumentsCommon()
365 const std::string str = "static_cast<" + in EmitInstruction() local
368 stack->Poke(stack->AboveTop() - 1, str); in EmitInstruction()
369 SetDefinitionVariable(instruction.GetValueDefinition(), str); in EmitInstruction()
435 return stream.str(); in GetBitFieldSpecialization()
/device/soc/hisilicon/hi3861v100/sdk_liteos/tools/packet_tool/
H A Dpacket_tool.py52 def crc(self, str):
54 for c in str:
153 pathName = str(pathName, encoding="utf-8")
258 pathName = str(pathName, encoding="utf-8")
354 pathName = str(pathName, encoding="utf-8")
402 pathName = str(pathName, encoding="utf-8")
/device/soc/rockchip/common/sdk_linux/scripts/kconfig/
H A Dparser.y592 static void print_quoted_string(FILE *out, const char *str)
598 while ((p = strchr(str, '"'))) {
599 len = p - str;
601 fprintf(out, "%.*s", len, str);
603 str = p + 1;
605 fputs(str, out);
/third_party/eudev/src/udev/
H A Dudev-builtin-path_id.c495 const char *str; in handle_cciss() local
498 str = udev_device_get_sysname(parent); in handle_cciss()
499 if (sscanf(str, "c%ud%u%*s", &controller, &disk) != 2) in handle_cciss()
523 const char *str; in handle_usb() local
532 str = udev_device_get_sysname(parent); in handle_usb()
533 port = strchr(str, '-'); in handle_usb()
/third_party/ffmpeg/libavdevice/
H A Dgdigrab.c70 #define WIN32_API_ERROR(str) \
71 av_log(s1, AV_LOG_ERROR, str " (error %li)\n", GetLastError())
459 #define CURSOR_ERROR(str) \ in paint_mouse_pointer()
461 WIN32_API_ERROR(str); \ in paint_mouse_pointer()
651 { "framerate", "set video frame rate", OFFSET(framerate), AV_OPT_TYPE_VIDEO_RATE, {.str = "ntsc"}, 0, INT_MAX, DEC },
652 { "video_size", "set video frame size", OFFSET(width), AV_OPT_TYPE_IMAGE_SIZE, {.str = NULL}, 0, 0, DEC },
/third_party/ffmpeg/libavutil/
H A Dparseutils.c45 int av_parse_ratio(AVRational *q, const char *str, int max, in av_parse_ratio() argument
51 if (sscanf(str, "%d:%d%c", &q->num, &q->den, &c) != 2) { in av_parse_ratio()
53 ret = av_expr_parse_and_eval(&d, str, NULL, NULL, in av_parse_ratio()
150 int av_parse_video_size(int *width_ptr, int *height_ptr, const char *str) in av_parse_video_size() argument
158 if (!strcmp(video_size_abbrs[i].abbr, str)) { in av_parse_video_size()
165 width = strtol(str, (void*)&p, 10); in av_parse_video_size()
/third_party/backends/lib/
H A Dgetopt.c228 my_index (str, chr)
229 const char *str;
232 while (*str)
234 if (*str == chr)
235 return (char *) str;
236 str++;
/third_party/curl/lib/
H A Dcurl_sasl.c356 const char *service = data->set.str[STRING_SERVICE_NAME] ? in Curl_sasl_start()
357 data->set.str[STRING_SERVICE_NAME] : in Curl_sasl_start()
360 const char *oauth_bearer = data->set.str[STRING_BEARER]; in Curl_sasl_start()
543 const char *service = data->set.str[STRING_SERVICE_NAME] ? in Curl_sasl_continue()
544 data->set.str[STRING_SERVICE_NAME] : in Curl_sasl_continue()
547 const char *oauth_bearer = data->set.str[STRING_BEARER]; in Curl_sasl_continue()
/third_party/json/include/nlohmann/detail/input/
H A Dlexer.hpp912 static void strtof(float& f, const char* str, char** endptr) noexcept
914 f = std::strtof(str, endptr);
918 static void strtof(double& f, const char* str, char** endptr) noexcept
920 f = std::strtod(str, endptr);
924 static void strtof(long double& f, const char* str, char** endptr) noexcept
926 f = std::strtold(str, endptr);
/third_party/mesa3d/src/compiler/isaspec/
H A Disa.py27 def dbg(str):
29 print(str)
144 self.name = case.bitset.name + '#assert' + str(len(case.fields))
186 self.name = bitset.name + '#case' + str(len(bitset.cases))
394 self.name = 'anon_' + str(isa.anon_expression_count)
550 parts.append('v[' + str(i) + ']')
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_builder.h77 annotation.str = inst->annotation; in fs_builder()
166 annotate(const char *str, const void *ir = NULL) const in annotate() argument
169 bld.annotation.str = str; in annotate()
371 inst->annotation = annotation.str; in emit()
880 const char *str; member
/third_party/libdrm/tests/amdgpu/
H A Dras_tests.c505 char str[128]; in amdgpu_ras_lookup_id() local
511 memset(str, 0, sizeof(str)); in amdgpu_ras_lookup_id()
514 if (get_file_contents(path, str, sizeof(str)) <= 0) in amdgpu_ras_lookup_id()
517 ret = sscanf(str, "amdgpu dev=%04hx:%02hhx:%02hhx.%01hhx", in amdgpu_ras_lookup_id()
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dphonenumber.pb.cc274 auto str = _internal_mutable_extension(); in _InternalParse() local
275 ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); in _InternalParse()
290 auto str = _internal_mutable_raw_input(); in _InternalParse() local
291 ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); in _InternalParse()
310 auto str = _internal_mutable_preferred_domestic_carrier_code(); in _InternalParse() local
311 ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); in _InternalParse()
/third_party/node/deps/v8/src/flags/
H A Dflags.cc479 const char* str = flag.string_value(); in operator <<() local
480 os << std::quoted(str ? str : ""); in operator <<()
513 std::string args(modified_args_as_string.str()); in ComputeFlagListHash()
752 int FlagList::SetFlagsFromString(const char* str, size_t len) { in SetFlagsFromString() argument
753 // make a 0-terminated copy of str in SetFlagsFromString()
755 MemCopy(copy0.get(), str, len); in SetFlagsFromString()
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_ncons.c77 # define ia5memchr(str, start, c) memchr(start, c, IA5_OFFSET_LEN(str, start))
80 static char *ia5memrchr(ASN1_IA5STRING *str, int c)
84 for (i = str->length; i > 0 && str->data[i - 1] != c; i--);
89 return (char *)&str->data[i - 1];
/third_party/python/Lib/distutils/
H A Dccompiler.py154 if isinstance(value, str):
175 (isinstance (defn[1], str) or defn[1] is None)) and
176 isinstance (defn[0], str)):
315 elif not isinstance(outdir, str):
374 elif not isinstance(output_dir, str):
422 elif not isinstance(output_dir, str):
/third_party/python/Lib/
H A Dtempfile.py9 The default path names are returned as str. If you supply bytes as
96 if return_type is str:
104 return_type = str
106 if tempdir is None or isinstance(tempdir, str):
107 return str # tempfile APIs return a str by default.
120 if output_type is str:
125 if output_type is str:
314 """Returns tempfile.tempdir as str."""
339 same type. If they are bytes, the returned name will be bytes; str
[all...]
H A Dmodulefinder.py128 def msg(self, level, str, *args):
132 print(str, end=' ')
338 self.msgout(2, "raise ImportError: " + str(exc), pathname)
369 self.msg(2, "ImportError:", str(msg))
372 self.msg(2, "SyntaxError:", str(msg))
384 self.msg(2, "ImportError:", str(msg))
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeShaderBuiltinVarTests.cpp103 static inline std::ostream& operator<< (std::ostream& str, const LogComps& c) in operator <<() argument
106 return c.numComps == 3 ? str << c.v : str << c.v.x(); in operator <<()
209 programCollection.glslSources.add(name.str()) << glu::ComputeSource(genBuiltinVarSource(m_varName, m_varType, subCase.localSize(), m_readByComponent).c_str()); in initPrograms()
260 return src.str(); in genBuiltinVarSource()
474 ComputePipelineWrapper pipeline(m_vki, m_device, m_computePipelineConstructionType, m_context.getBinaryCollection().get(program_name.str())); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingNonUniformArgsTests.cpp151 const auto descriptorsStr = descriptors.str(); in initPrograms()
207 programCollection.glslSources.add("rgen") << glu::RaygenSource(rgen.str()) << buildOptions; in initPrograms()
208 programCollection.glslSources.add("chit") << glu::ClosestHitSource(chit.str()) << buildOptions; in initPrograms()
209 programCollection.glslSources.add("miss") << glu::MissSource(miss.str()) << buildOptions; in initPrograms()
494 return tcu::TestStatus::fail(msg.str()); in iterate()
497 log << tcu::TestLog::Message << msg.str() << tcu::TestLog::EndMessage; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectCreateUtil.cpp205 programCollection.glslSources.add("vert") << glu::VertexSource(vert.str()); in addBasicShaderObjectShaders()
206 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(tesc.str()); in addBasicShaderObjectShaders()
207 programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(tese.str()); in addBasicShaderObjectShaders()
208 programCollection.glslSources.add("geom") << glu::GeometrySource(geom.str()); in addBasicShaderObjectShaders()
209 programCollection.glslSources.add("frag") << glu::FragmentSource(frag.str()); in addBasicShaderObjectShaders()
210 programCollection.glslSources.add("comp") << glu::ComputeSource(comp.str()); in addBasicShaderObjectShaders()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesShaderIntrinsicsSampled.cpp170 programCollection.glslSources.add("vertex_shader") << glu::VertexSource(vs.str()); in initPrograms()
208 programCollection.glslSources.add("geometry_shader") << glu::GeometrySource(gs.str()); in initPrograms()
402 programCollection.spirvAsmSources.add("fragment_shader") << fs.str() in initPrograms()
418 return src.str(); in sparseImageOpString()
433 return src.str(); in sparseImageOpString()
502 return src.str(); in sparseImageOpString()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationUtil.cpp464 std::ostringstream str; in getTessellationLevelsString() local
468 str << "inner: { }, " in getTessellationLevelsString()
473 str << "inner: { " << tessLevels.inner[0] << " }, " in getTessellationLevelsString()
478 str << "inner: { " << tessLevels.inner[0] << ", " << tessLevels.inner[1] << " }, " in getTessellationLevelsString()
486 return str.str(); in getTessellationLevelsString()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H A DvktComputeShaderBuiltinVarTests.cpp101 static inline std::ostream& operator<< (std::ostream& str, const LogComps& c) in operator <<() argument
104 return c.numComps == 3 ? str << c.v : str << c.v.x(); in operator <<()
199 programCollection.glslSources.add(name.str()) << glu::ComputeSource(genBuiltinVarSource(m_varName, m_varType, subCase.localSize(), m_readByComponent).c_str()); in initPrograms()
250 return src.str(); in genBuiltinVarSource()
462 const Unique<VkShaderModule> shaderModule(createShaderModule(m_vki, m_device, m_context.getBinaryCollection().get(program_name.str()), 0u)); in iterate()

Completed in 48 milliseconds

1...<<141142143144145146147148149150>>...367