Home
last modified time | relevance | path

Searched refs:str (Results 11376 - 11400 of 14703) sorted by relevance

1...<<451452453454455456457458459460>>...589

/third_party/ffmpeg/libavfilter/
H A Dvsrc_testsrc.c98 { "size", "set video size", OFFSET(w), AV_OPT_TYPE_IMAGE_SIZE, {.str = "320x240"}, 0, 0, FLAGS },\
99 { "s", "set video size", OFFSET(w), AV_OPT_TYPE_IMAGE_SIZE, {.str = "320x240"}, 0, 0, FLAGS },\
102 { "rate", "set video rate", OFFSET(frame_rate), AV_OPT_TYPE_VIDEO_RATE, {.str = "25"}, 0, INT_MAX, FLAGS },\
103 { "r", "set video rate", OFFSET(frame_rate), AV_OPT_TYPE_VIDEO_RATE, {.str = "25"}, 0, INT_MAX, FLAGS },\
202 { "color", "set color", OFFSET(color_rgba), AV_OPT_TYPE_COLOR, {.str = "black"}, 0, 0, FLAGSR },
203 { "c", "set color", OFFSET(color_rgba), AV_OPT_TYPE_COLOR, {.str = "black"}, 0, 0, FLAGSR },
1894 { "patch_size", "set the single patch size", OFFSET(pw), AV_OPT_TYPE_IMAGE_SIZE, {.str="64x64"}, 0, 0, FLAGS },
/third_party/node/deps/v8/src/web-snapshot/
H A Dweb-snapshot.cc268 v8::Local<v8::String> str = in TakeSnapshot() local
270 if (str->Length() == 0) { in TakeSnapshot()
274 DiscoverString(Handle<String>::cast(Utils::OpenHandle(*str))); in TakeSnapshot()
275 v8::ScriptCompiler::Source source(str); in TakeSnapshot()
292 v8::Local<v8::String> str = in TakeSnapshot() local
294 if (str->Length() == 0) { in TakeSnapshot()
298 Handle<String>::cast(Utils::OpenHandle(*str))); in TakeSnapshot()
/third_party/node/deps/icu-small/source/i18n/
H A Dcalendar.cpp906 const UnicodeString* str = dynamic_cast<const UnicodeString*>(u); in makeInstance() local
907 if(str != nullptr) { in makeInstance()
911 LocaleUtility::initLocaleFromName(*str, l); in makeInstance()
933 str = dynamic_cast<const UnicodeString*>(c); in makeInstance()
934 if(str != nullptr) { in makeInstance()
940 int32_t len = str->length(); in makeInstance()
945 str->extract(0,len,tmp); in makeInstance()
/third_party/python/Lib/
H A Dargparse.py589 choice_strs = [str(choice) for choice in action.choices]
638 choices_str = ', '.join([str(c) for c in params['choices']])
822 returns the converted value. The standard Python types str, int,
824 str is used.
1904 self.error(str(err))
2135 isinstance(action.default, str) and
2183 self.error(str(err))
2479 if isinstance(value, str):
2534 msg = str(err)
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiImageClearingTests.cpp289 stringResult = s.str(); in comparePixelToDepthClearValue()
311 stringResult = s.str(); in comparePixelToDepthClearValue()
338 stringResult = s.str(); in comparePixelToStencilClearValue()
379 stringResult = s.str(); in comparePixelToColorClearValue()
404 stringResult = s.str(); in comparePixelToColorClearValue()
429 stringResult = s.str(); in comparePixelToColorClearValue()
461 stringResult = s.str(); in comparePixelToColorClearValue()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp1919 TCU_THROW(NotSupportedError, msg.str()); in checkSupport()
1971 return textureType.str(); in getGlslTextureType()
1979 return imageCount > 1 ? samplerArray.str() : "texSampler"; in getGlslSamplerDecl()
1987 return imageCount > 1 ? textureArray.str() : "texImage"; in getGlslTextureDecl()
2184 sourceCollections.glslSources.add("tex_vert") << glu::VertexSource(vertexSrc.str()); in initPrograms()
2185 sourceCollections.glslSources.add("tex_frag") << glu::FragmentSource(fragmentSrc.str()); in initPrograms()
2395 return samplerType.str(); in getGlslSamplerType()
H A DvktPipelineDynamicOffsetTests.cpp851 + inputBlocks.str() + in initPrograms()
859 + inputSum.str() + in initPrograms()
1417 + inputBlocks.str() + in initPrograms()
1426 + inputSum.str() + in initPrograms()
2168 sourceCollections.glslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms()
2196 sourceCollections.glslSources.add("frag") << glu::FragmentSource(src.str()); in initPrograms()
2227 sourceCollections.glslSources.add("comp") << glu::ComputeSource(src.str()); in initPrograms()
H A DvktPipelineVertexInputTests.cpp732 programCollection.glslSources.add("attribute_test_vert") << glu::VertexSource(vertexSrc.str()); in initPrograms()
788 return glslInputs.str(); in getGlslInputDeclarations()
865 return glslCode.str(); in getGlslVertexCheck()
910 accessStream << attributeVar.str(); in getGlslAttributeConditions()
922 accessStr = accessStream.str(); in getGlslAttributeConditions()
1057 return glslCode.str(); in getGlslAttributeConditions()
1769 return caseName.str(); in getAttributeInfoCaseName()
H A DvktPipelineExtendedDynamicStateTests.cpp3357 TCU_THROW(NotSupportedError, msg.str()); in checkSupport()
3368 TCU_THROW(NotSupportedError, msg.str()); in checkSupport()
3446 const auto pushConstants = pushSource.str(); in initPrograms()
3464 const auto fragOutputLocations = fragOutputLocationStream.str(); in initPrograms()
3560 tcu::StringTemplate vertSourceTemplate (vertSourceTemplateStream.str()); in initPrograms()
3592 tcu::StringTemplate fragSourceTemplate (fragSourceTemplateStream.str()); in initPrograms()
3597 activeMap["ATTRIBUTES"] = activeAttribs.str(); in initPrograms()
3598 activeMap["CALCULATIONS"] = activeCalcs.str(); in initPrograms()
3599 activeMap["FRAG_INPUTS"] = activeFragInputs.str(); in initPrograms()
3600 activeMap["FRAG_CALCULATIONS"] = activeFragCalcs.str(); in initPrograms()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiImageClearingTests.cpp281 stringResult = s.str(); in comparePixelToDepthClearValue()
303 stringResult = s.str(); in comparePixelToDepthClearValue()
330 stringResult = s.str(); in comparePixelToStencilClearValue()
367 stringResult = s.str(); in comparePixelToColorClearValue()
386 stringResult = s.str(); in comparePixelToColorClearValue()
405 stringResult = s.str(); in comparePixelToColorClearValue()
433 stringResult = s.str(); in comparePixelToColorClearValue()
/third_party/skia/src/core/
H A DSkMatrix.cpp1623 SkString str; in dump() local
1624 str.appendf("[%8.4f %8.4f %8.4f][%8.4f %8.4f %8.4f][%8.4f %8.4f %8.4f]", in dump()
1627 SkDebugf("%s\n", str.c_str()); in dump()
1631 SkString str; in dump() local
1632 str.appendf("[%8.4f %8.4f %8.4f][%8.4f %8.4f %8.4f][%8.4f %8.4f %8.4f]", in dump()
1636 desc += std::string(str.c_str()); in dump()
1639 SkDebugf("%s\n", str.c_str()); in dump()
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dpngfix.c915 emit_string(const char *str, FILE *out) in emit_string() argument
920 for (; *str; ++str) in emit_string()
921 if (isgraph(UCHAR_MAX & *str)) in emit_string()
922 putc(*str, out); in emit_string()
924 else if (isspace(UCHAR_MAX & *str)) in emit_string()
928 fprintf(out, "\\%.3o", *str); in emit_string()
/third_party/python/Lib/unittest/
H A Dmock.py1635 if type(target) is str:
1637 f"{target!r} must be the actual object to be patched, not a str"
1668 if type(target) is str:
1866 if isinstance(self.in_dict, str):
1955 "hash str sizeof "
2492 if isinstance(first, str):
2502 if isinstance(value, str):
2548 elif isinstance(value, str):
2557 if isinstance(first, str):
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fProgramUniformTests.cpp129 static inline string beforeLast (const string& str, const char c) in beforeLast() argument
131 return str.substr(0, str.find_last_of(c)); in beforeLast()
602 return result.str(); in shaderVarValueStr()
635 return result.str(); in apiVarValueStr()
1175 return result.str(); in generateVertexSource()
1203 return result.str(); in generateFragmentSource()
H A Des31fPrimitiveBoundingBoxTests.cpp1117 return buf.str();
1141 return buf.str();
1223 return buf.str();
1260 return buf.str();
1316 return buf.str();
1626 return buf.str();
1650 return buf.str();
1729 return buf.str();
1761 return buf.str();
1811 return buf.str();
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineDynamicOffsetTests.cpp854 + inputBlocks.str() + in initPrograms()
862 + inputSum.str() + in initPrograms()
1441 + inputBlocks.str() + in initPrograms()
1450 + inputSum.str() + in initPrograms()
2172 sourceCollections.glslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms()
2200 sourceCollections.glslSources.add("frag") << glu::FragmentSource(src.str()); in initPrograms()
2231 sourceCollections.glslSources.add("comp") << glu::ComputeSource(src.str()); in initPrograms()
H A DvktPipelineSamplerTests.cpp467 sourceCollections.glslSources.add("tex_vert") << glu::VertexSource(vertexSrc.str()); in initPrograms()
468 sourceCollections.glslSources.add("tex_frag") << glu::FragmentSource(fragmentSrc.str()); in initPrograms()
582 return samplerType.str(); in getGlslSamplerType()
950 return name.str(); in getComponentMappingGroupName()
1105 return caseName.str(); in getAddressModesCaseName()
1379 programCollection.glslSources.add("vert") << glu::VertexSource{vertexShader.str()}; in initPrograms()
1414 programCollection.glslSources.add("frag") << glu::FragmentSource{fragmentShader.str()}; in initPrograms()
/third_party/elfutils/src/
H A Dreadelf.c132 "decodedline, ranges, pubnames, str, macinfo, macro or exception"), 0 },
560 else if (strcmp (arg, "str") == 0) in parse_opt()
1650 const char *str; in handle_scngrp() local
1654 && (str = elf_strptr (ebl->elf, shstrndx, grpshdr->sh_name)) in handle_scngrp()
1655 ? str : _("<INVALID SECTION>")); in handle_scngrp()
1695 const char *str; member
1757 fputs_unlocked (flags[cnt].str, stdout); in print_flags()
3522 char *str = xasprintf (_("\ in handle_gnu_hash() local
3533 lengths, str); in handle_gnu_hash()
3535 free (str); in handle_gnu_hash()
7288 const char *str = dwarf_formstring (attrp); attr_callback() local
8321 char *str; print_form_data() local
10636 const char *str = (const char *) data->d_buf + offset; print_debug_str_section() local
10823 const char *str = dwarf_getstring (dbg, offset, NULL); print_debug_str_offsets_section() local
[all...]
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dbtf.c88 #define BTF_STR_SEC(str) \
89 .str_sec = str, .str_sec_size = sizeof(str)
1589 .descr = "btf_header test. Gap between type and str",
1610 .descr = "btf_header test. Overlap between type and str",
3562 const char *str, in btf_raw_create()
3567 const char *next_str = str, *end_str = str + str_sec_size; in btf_raw_create()
3616 ret_types[i] = strs_idx[next_str_idx++] - str; in btf_raw_create()
3626 ret_types[i] = strs_idx[idx-1] - str; in btf_raw_create()
3560 btf_raw_create(const struct btf_header *hdr, const __u32 *raw_types, const char *str, unsigned int str_sec_size, unsigned int *btf_size, const char **ret_next_str) btf_raw_create() argument
5778 patch_name_tbd(const __u32 *raw_u32, const char *str, __u32 str_off, unsigned int str_sec_size, unsigned int *ret_size) patch_name_tbd() argument
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dbtf.c85 #define BTF_STR_SEC(str) \
86 .str_sec = str, .str_sec_size = sizeof(str)
1586 .descr = "btf_header test. Gap between type and str",
1607 .descr = "btf_header test. Overlap between type and str",
4207 const char *str, in btf_raw_create()
4212 const char *next_str = str, *end_str = str + str_sec_size; in btf_raw_create()
4261 ret_types[i] = strs_idx[next_str_idx++] - str; in btf_raw_create()
4271 ret_types[i] = strs_idx[idx-1] - str; in btf_raw_create()
4205 btf_raw_create(const struct btf_header *hdr, const __u32 *raw_types, const char *str, unsigned int str_sec_size, unsigned int *btf_size, const char **ret_next_str) btf_raw_create() argument
6420 patch_name_tbd(const __u32 *raw_u32, const char *str, __u32 str_off, unsigned int str_sec_size, unsigned int *ret_size) patch_name_tbd() argument
[all...]
/third_party/node/deps/v8/tools/
H A Dgrokdump.py1183 extra.append(str(object))
1198 p.Print(str(self))
1346 p.Print(str(self))
1441 p.Print(str(self))
1445 return "Oddball(%08x, <%s>)" % (self.address, str(self.to_string))
2359 address_info.append(str(heap_object))
2947 return html.escape(str(heap_object or ""))
3099 f.write(str(code))
3176 extra.append(html.escape(str(object_info)))
3514 expr = expr.replace("$"+register, str(sel
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArraySampling.cpp2146 out_fragment_shader_code = stream.str(); in getPassThroughFragmentShaderCode()
2211 out_tesselation_control_shader_code = stream.str(); in getPassThroughTesselationControlShaderCode()
2255 out_tesselation_evaluation_shader_code = stream.str(); in getPassThroughTesselationEvaluationShaderCode()
2335 out_vertex_shader_code = stream.str(); in getPassThroughVertexShaderCode()
2471 out_compute_shader_code = stream.str(); in getSamplingComputeShaderCode()
2551 out_fragment_shader_code = stream.str(); in getSamplingFragmentShaderCode()
2674 out_code = stream.str(); in getSamplingFunctionCall()
2758 out_geometry_shader_code = stream.str(); in getSamplingGeometryShaderCode()
2844 out_tesselation_control_shader_code = stream.str(); in getSamplingTesselationControlShaderCode()
2931 out_tesselation_evaluation_shader_code = stream.str(); in getSamplingTesselationEvaluationShaderCode()
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
H A Dqib_iba7322.c6049 char *nxt, *str; in set_no_qsfp_atten() local
6055 str = txselect_list; in set_no_qsfp_atten()
6058 deflt = simple_strtoul(str, &nxt, 0); in set_no_qsfp_atten()
6067 str = ++nxt; in set_no_qsfp_atten()
6068 unit = simple_strtoul(str, &nxt, 0); in set_no_qsfp_atten()
6069 if (nxt == str || !*nxt || *nxt != ',') { in set_no_qsfp_atten()
6074 str = ++nxt; in set_no_qsfp_atten()
6075 port = simple_strtoul(str, &nxt, 0); in set_no_qsfp_atten()
6076 if (nxt == str || *nxt != '=') { in set_no_qsfp_atten()
6081 str in set_no_qsfp_atten()
6135 setup_txselect(const char *str, const struct kernel_param *kp) setup_txselect() argument
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/
H A Dqib_iba7322.c6027 char *nxt, *str; in set_no_qsfp_atten() local
6033 str = txselect_list; in set_no_qsfp_atten()
6036 deflt = simple_strtoul(str, &nxt, 0); in set_no_qsfp_atten()
6045 str = ++nxt; in set_no_qsfp_atten()
6046 unit = simple_strtoul(str, &nxt, 0); in set_no_qsfp_atten()
6047 if (nxt == str || !*nxt || *nxt != ',') { in set_no_qsfp_atten()
6052 str = ++nxt; in set_no_qsfp_atten()
6053 port = simple_strtoul(str, &nxt, 0); in set_no_qsfp_atten()
6054 if (nxt == str || *nxt != '=') { in set_no_qsfp_atten()
6059 str in set_no_qsfp_atten()
6113 setup_txselect(const char *str, const struct kernel_param *kp) setup_txselect() argument
[all...]

Completed in 148 milliseconds

1...<<451452453454455456457458459460>>...589