Home
last modified time | relevance | path

Searched refs:str (Results 4626 - 4650 of 9331) sorted by relevance

1...<<181182183184185186187188189190>>...374

/third_party/vk-gl-cts/framework/delibs/depool/
H A DdePoolStringBuilder.h33 deBool dePoolStringBuilder_appendString (dePoolStringBuilder* builder, const char* str);
/third_party/vk-gl-cts/framework/xexml/
H A DxeDefs.cpp38 return msg.str(); in formatError()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUnicodeSet.java1412 String str = s.toString(); in add()
1413 if (!strings.contains(str)) { in add()
1414 addString(str); in add()
1653 String str = s.toString(); in remove()
1654 if (strings.contains(str)) { in remove()
1655 strings.remove(str); in remove()
3917 // use str as a temporary string to avoid constructing one
4005 String str = UCharacter.foldCase(s, 0); in closeOver()
4006 if(!csp.addStringCaseClosure(str, foldSet)) { in closeOver()
4007 foldSet.add(str); // doe in closeOver()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DUnicodeSet.java1343 String str = s.toString(); in add()
1344 if (!strings.contains(str)) { in add()
1345 addString(str); in add()
1572 String str = s.toString(); in remove()
1573 if (strings.contains(str)) { in remove()
1574 strings.remove(str); in remove()
3792 // use str as a temporary string to avoid constructing one
3879 String str = UCharacter.foldCase(s, 0); in closeOver()
3880 if(!csp.addStringCaseClosure(str, foldSet)) { in closeOver()
3881 foldSet.add(str); // doe in closeOver()
[all...]
/third_party/python/Lib/
H A Ddatetime.py493 if name is not None and not isinstance(name, str):
931 isinstance(year, (bytes, str)) and len(year) == 4 and
934 if isinstance(year, str):
982 if not isinstance(date_string, str):
983 raise TypeError('fromisoformat: argument must be str')
1041 if not isinstance(fmt, str):
1042 raise TypeError("must be str, not %s" % type(fmt).__name__)
1045 return str(self)
1350 if (isinstance(hour, (bytes, str)) and len(hour) == 6 and
1353 if isinstance(hour, str)
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassFragmentDensityMapTests.cpp2926 std::stringstream str; in createChildren() local
2927 str << "_" << area.x() << "_" << area.y(); in createChildren()
2951 sampleGroup->addChild(new FragmentDensityMapTest(testCtx, std::string("static_subsampled") + str.str(), params)); in createChildren()
2953 sampleGroup->addChild(new FragmentDensityMapTest(testCtx, std::string("deferred_subsampled") + str.str(), params)); in createChildren()
2956 sampleGroup->addChild(new FragmentDensityMapTest(testCtx, std::string("dynamic_subsampled") + str.str(), params)); in createChildren()
2963 sampleGroup->addChild(new FragmentDensityMapTest(testCtx, std::string("static_nonsubsampled") + str.str(), param in createChildren()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/
H A DvktUniformBlockCase.cpp269 std::ostream& operator<< (std::ostream& str, const PrecisionFlagsFmt& fmt) in operator <<() argument
273 str << (fmt.flags & PRECISION_LOW ? "lowp" : in operator <<()
276 return str; in operator <<()
286 std::ostream& operator<< (std::ostream& str, const LayoutFlagsFmt& fmt) in operator <<() argument
308 str << ", "; in operator <<()
309 str << bitDesc[descNdx].token; in operator <<()
311 str << " = " << fmt.offset; in operator <<()
316 return str; in operator <<()
920 void generateCompareFuncs (std::ostream& str, const ShaderInterface& interface) in generateCompareFuncs() argument
937 str << getCompareFuncForTyp in generateCompareFuncs()
947 operator <<(std::ostream& str, const Indent& indent) operator <<() argument
[all...]
/third_party/python/Lib/test/
H A Dtest_traceback.py201 str_value = '<exception str() failed>'
223 output_encoding = str(stdout, 'ascii').splitlines()[0]
361 str(inspect.signature(traceback.print_exception)),
366 str(inspect.signature(traceback.format_exception)),
371 str(inspect.signature(traceback.format_exception_only)),
1485 return 'bad str'
1505 bad_note = 'bad str'
1510 err_msg = '<note str() failed>'
1581 str_value = '<exception str() failed>'
2379 self.assertEqual(str(exc_inf
[all...]
/third_party/selinux/libsepol/src/
H A Dkernel_to_conf.c35 char *str = NULL; in cond_expr_to_str() local
103 str = new_val; in cond_expr_to_str()
106 return str; in cond_expr_to_str()
125 char *str = NULL; in constraint_expr_to_str() local
253 str = new_val; in constraint_expr_to_str()
257 return str; in constraint_expr_to_str()
1515 char *str = NULL; in attr_strs_to_str() local
1527 str = malloc(len); in attr_strs_to_str()
1528 if (!str) { in attr_strs_to_str()
1533 p = str; in attr_strs_to_str()
1559 char *str = NULL; attrmap_to_str() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ubo/
H A DvktUniformBlockCase.cpp269 std::ostream& operator<< (std::ostream& str, const PrecisionFlagsFmt& fmt) in operator <<() argument
273 str << (fmt.flags & PRECISION_LOW ? "lowp" : in operator <<()
276 return str; in operator <<()
286 std::ostream& operator<< (std::ostream& str, const LayoutFlagsFmt& fmt) in operator <<() argument
308 str << ", "; in operator <<()
309 str << bitDesc[descNdx].token; in operator <<()
311 str << " = " << fmt.offset; in operator <<()
316 return str; in operator <<()
920 void generateCompareFuncs (std::ostream& str, const ShaderInterface& interface) in generateCompareFuncs() argument
937 str << getCompareFuncForTyp in generateCompareFuncs()
947 operator <<(std::ostream& str, const Indent& indent) operator <<() argument
[all...]
/device/soc/rockchip/rk2206/sdk_liteos/platform/system/
H A Dprintf.c175 static inline unsigned int _strnlen_s(const char* str, size_t maxsize) in _strnlen_s() argument
179 for (s = str; *s && str_maxsize--; ++s) { in _strnlen_s()
181 return (unsigned int)(s - str); in _strnlen_s()
194 static unsigned int _atoi(const char** str) in _atoi() argument
197 while (_is_digit(**str)) { in _atoi()
198 i = i * 10U + (unsigned int)(*((*str)++) - '0'); in _atoi()
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/
H A Drga_drv.c362 sscanf(rga->rga_scheduler[i]->version.str, "%x.%x.%*x", in rga_ioctl()
379 if (copy_to_user((void *)arg, rga->rga_scheduler[i]->version.str, in rga_ioctl()
380 sizeof(rga->rga_scheduler[i]->version.str))) in rga_ioctl()
422 strncpy((char *)driver_version.str, DRIVER_VERSION, sizeof(driver_version.str)); in rga_ioctl()
842 rga_scheduler->version.str); in rga_drv_probe()
/third_party/ffmpeg/libavcodec/
H A Dass_split.c154 char *str = av_malloc(len + 1); in convert_str() local
155 if (str) { in convert_str()
156 memcpy(str, buf, len); in convert_str()
157 str[len] = 0; in convert_str()
160 *(char **)dest = str; in convert_str()
162 return !str; in convert_str()
/third_party/ffmpeg/libavfilter/
H A Davf_showfreqs.c82 { "size", "set video size", OFFSET(w), AV_OPT_TYPE_IMAGE_SIZE, {.str = "1024x512"}, 0, 0, FLAGS },
83 { "s", "set video size", OFFSET(w), AV_OPT_TYPE_IMAGE_SIZE, {.str = "1024x512"}, 0, 0, FLAGS },
84 { "rate", "set video rate", OFFSET(frame_rate), AV_OPT_TYPE_VIDEO_RATE, {.str = "25"}, 0, INT_MAX, FLAGS },
85 { "r", "set video rate", OFFSET(frame_rate), AV_OPT_TYPE_VIDEO_RATE, {.str = "25"}, 0, INT_MAX, FLAGS },
103 { "colors", "set channels colors", OFFSET(colors), AV_OPT_TYPE_STRING, {.str = "red|green|blue|yellow|orange|lime|pink|magenta|brown" }, 0, 0, FLAGS },
112 { "channels", "set channels to draw", OFFSET(ch_layout_str), AV_OPT_TYPE_STRING, {.str="all"}, 0, 0, FLAGS },
/third_party/json/tests/src/
H A Dunit-testsuites.cpp1338 std::string trim(const std::string& str);
1341 std::string trim(const std::string& str)
1343 size_t first = str.find_first_not_of(' ');
1346 return str;
1348 size_t last = str.find_last_not_of(' ');
1349 return str.substr(first, (last - first + 1));
/third_party/ltp/include/
H A Dtst_safe_macros.h183 #define SAFE_STRTOL(str, min, max) \
184 safe_strtol(__FILE__, __LINE__, NULL, (str), (min), (max))
186 #define SAFE_STRTOUL(str, min, max) \
187 safe_strtoul(__FILE__, __LINE__, NULL, (str), (min), (max))
189 #define SAFE_STRTOF(str, min, max) \
190 safe_strtof(__FILE__, __LINE__, NULL, (str), (min), (max))
/third_party/node/deps/v8/tools/debug_helper/
H A Dget-object-properties.cc39 return brief.empty() ? brief_stream.str() in AppendAddressAndType()
40 : brief + " (" + brief_stream.str() + ")"; in AppendAddressAndType()
476 auto str = ReadStringVisitor::Visit(accessor_, heap_addresses_, object); variable
477 if (str.has_value()) {
478 brief_ = "\"" + *str + "\"";
656 stream.str(), kSmi); in GetObjectProperties()
/third_party/node/src/
H A Dutil-inl.h405 std::string_view str, in ToV8Value()
408 if (UNLIKELY(str.size() >= static_cast<size_t>(v8::String::kMaxLength))) { in ToV8Value()
416 isolate, str.data(), v8::NewStringType::kNormal, str.size()) in ToV8Value()
594 constexpr size_t FastStringKey::HashImpl(std::string_view str) { in HashImpl() argument
597 for (const char c : str) { in HashImpl()
404 ToV8Value(v8::Local<v8::Context> context, std::string_view str, v8::Isolate* isolate) ToV8Value() argument
/third_party/node/deps/cares/src/lib/
H A Dares_dns_parse.c70 char *str = NULL; in ares_dns_parse_and_set_dns_str() local
72 status = ares__buf_parse_dns_str(buf, max_len, &str, allow_multiple); in ares_dns_parse_and_set_dns_str()
77 if (!blank_allowed && ares_strlen(str) == 0) { in ares_dns_parse_and_set_dns_str()
78 ares_free(str); in ares_dns_parse_and_set_dns_str()
82 status = ares_dns_rr_set_str_own(rr, key, str); in ares_dns_parse_and_set_dns_str()
84 ares_free(str); in ares_dns_parse_and_set_dns_str()
/third_party/libinput/tools/
H A Dlibinput-record-verify-yaml.py90 self.assertTrue(isinstance(version, str))
93 self.assertTrue(isinstance(git, str))
99 self.assertTrue(isinstance(kernel, str))
103 self.assertTrue(isinstance(dmi, str))
128 self.assertTrue(isinstance(name, str))
677 type=str,
/third_party/littlefs/scripts/
H A Dsummary.py53 if isinstance(x, str):
73 return str(self.x)
131 if isinstance(x, str):
172 if isinstance(a, str) and b is None:
405 ','.join(str(getattr(r, k) or '') for k in by): r
408 ','.join(str(getattr(r, k) or '') for k in by): r
/third_party/ltp/tools/sparse/sparse-src/
H A Dexpression.c263 const char *str = token->number; in get_number_value() local
272 value = parse_num(str, &end); in get_number_value()
273 if (end == str) in get_number_value()
300 if (str[0] != '0' && !want_unsigned) in get_number_value()
361 expr->fvalue = string_to_ld(str, &end); in get_number_value()
362 if (str == end) in get_number_value()
/third_party/node/deps/v8/src/baseline/arm/
H A Dbaseline-assembler-arm-inl.h232 __ str(source, output); in Move()
391 __ str(tmp, FieldMemOperand(target, offset)); in StoreTaggedSignedField()
399 __ str(value, FieldMemOperand(target, offset)); in StoreTaggedFieldWithWriteBarrier()
407 __ str(value, FieldMemOperand(target, offset)); in StoreTaggedFieldNoWriteBarrier()
424 __ str(interrupt_budget, in AddToInterruptBudgetAndJumpIfNotExceeded()
447 __ str(interrupt_budget, in AddToInterruptBudgetAndJumpIfNotExceeded()
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_blend.c521 char *str, unsigned len) in get_equation_str()
534 ret = snprintf(str, len, "replace"); in get_equation_str()
543 ret = snprintf(str, len, "%s%s%s(func=%s,src_factor=%s%s,dst_factor=%s%s)%s", in get_equation_str()
554 str += ret; in get_equation_str()
562 ret = snprintf(str, len, "A(func=%s,src_factor=%s%s,dst_factor=%s%s)", in get_equation_str()
569 str += ret; in get_equation_str()
520 get_equation_str(const struct pan_blend_rt_state *rt_state, char *str, unsigned len) get_equation_str() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleBaseResolveAndPerSampleFetch.cpp65 programCollection.glslSources.add("per_sample_fetch_vs") << glu::VertexSource(vs.str()); in initPrograms()
84 programCollection.glslSources.add("per_sample_fetch_fs") << glu::FragmentSource(fs.str()); in initPrograms()
778 << tcu::TestLog::Section(resolveName.str(), resolveName.str()) in iterate()
804 << tcu::TestLog::Section(sampleName.str(), sampleName.str()) in iterate()

Completed in 54 milliseconds

1...<<181182183184185186187188189190>>...374