Home
last modified time | relevance | path

Searched refs:str (Results 1501 - 1525 of 10605) sorted by relevance

1...<<61626364656667686970>>...425

/third_party/rust/crates/rust-openssl/openssl/src/
H A Dversion.rs54 pub fn version() -> &'static str { in version()
65 pub fn c_flags() -> &'static str { in c_flags()
75 pub fn built_on() -> &'static str { in built_on()
85 pub fn platform() -> &'static str { in platform()
95 pub fn dir() -> &'static str { in dir()
115 fn expected_name() -> &'static str { in test_versions()
119 fn expected_name() -> &'static str { in expected_name()
123 fn expected_name() -> &'static str { in expected_name()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Duuid.c15 int uuid_str2bin(const char *str, u8 *bin) in uuid_str2bin() argument
20 pos = str; in uuid_str2bin()
50 int uuid_bin2str(const u8 *bin, char *str, size_t max_len) in uuid_bin2str() argument
53 len = os_snprintf(str, max_len, "%02x%02x%02x%02x-%02x%02x-%02x%02x-" in uuid_bin2str()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Duuid.c15 int uuid_str2bin(const char *str, u8 *bin) in uuid_str2bin() argument
20 pos = str; in uuid_str2bin()
50 int uuid_bin2str(const u8 *bin, char *str, size_t max_len) in uuid_bin2str() argument
53 len = os_snprintf(str, max_len, "%02x%02x%02x%02x-%02x%02x-%02x%02x-" in uuid_bin2str()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorBufferTests.cpp629 std::ostringstream str; in getCaseNameUpdateHash() local
631 str << toString(params.queue) in getCaseNameUpdateHash()
639 str << "_" << toString(params.descriptor); in getCaseNameUpdateHash()
643 str << "_custom_border_color"; in getCaseNameUpdateHash()
648 str << "_buffers" << params.bufferBindingCount in getCaseNameUpdateHash()
653 str << "_sampler" << params.samplerBufferBindingCount in getCaseNameUpdateHash()
658 str << "_buffers" << params.embeddedImmutableSamplerBufferBindingCount in getCaseNameUpdateHash()
663 str << "_sets" << (params.bufferBindingCount + 1) in getCaseNameUpdateHash()
670 str << "_imm_samplers"; in getCaseNameUpdateHash()
673 params.updateHash(baseHash ^ deStringHash(str in getCaseNameUpdateHash()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingDescriptorBufferTests.cpp628 std::ostringstream str; in getCaseNameUpdateHash() local
630 str << toString(params.queue) in getCaseNameUpdateHash()
638 str << "_" << toString(params.descriptor); in getCaseNameUpdateHash()
642 str << "_custom_border_color"; in getCaseNameUpdateHash()
647 str << "_buffers" << params.bufferBindingCount in getCaseNameUpdateHash()
652 str << "_sampler" << params.samplerBufferBindingCount in getCaseNameUpdateHash()
657 str << "_buffers" << params.embeddedImmutableSamplerBufferBindingCount in getCaseNameUpdateHash()
662 str << "_sets" << (params.bufferBindingCount + 1) in getCaseNameUpdateHash()
669 str << "_imm_samplers"; in getCaseNameUpdateHash()
672 params.updateHash(baseHash ^ deStringHash(str in getCaseNameUpdateHash()
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A Dutil.h26 bool atof_clamp(const char *str, float *value);
30 bool atoi_clamp(const char *str, int *value);
34 bool atou_clamp(const char *str, unsigned int *value);
/device/soc/rockchip/common/sdk_linux/init/
H A Dmain.c185 static int __init set_reset_devices(char *str) in set_reset_devices() argument
213 int n = strlen(p->str); in obsolete_checksetup()
214 if (parameqn(line, p->str, n)) { in obsolete_checksetup()
224 pr_warn("Parameter %s is obsolete, ignored\n", p->str); in obsolete_checksetup()
243 static int __init debug_kernel(char *str) in debug_kernel() argument
249 static int __init quiet_kernel(char *str) in quiet_kernel() argument
258 static int __init loglevel(char *str) in loglevel() argument
267 if (get_option(&str, &newlevel)) { in loglevel()
500 static int __init warn_bootconfig(char *str) in warn_bootconfig() argument
598 static int __init init_setup(char *str) in init_setup() argument
616 rdinit_setup(char *str) rdinit_setup() argument
1124 initcall_blacklist(char *str) initcall_blacklist() argument
1180 initcall_blacklist(char *str) initcall_blacklist() argument
1392 set_debug_rodata(char *str) set_debug_rodata() argument
[all...]
/third_party/elfutils/libcpu/
H A Di386_disasm.c55 #define MNESTRFIELD1(line) str##line
64 char str[0]; member
295 #define ADD_STRING(str) \
297 const char *_str0 = (str); \
302 #define ADD_NSTRING(str, len) \
304 const char *_str = (str); \
712 const char *str; in i386_disasm() local
725 str = "nop"; in i386_disasm()
733 str = "cltq"; in i386_disasm()
739 str in i386_disasm()
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_drawbox.c447 { "x", "set horizontal position of the left box edge", OFFSET(x_expr), AV_OPT_TYPE_STRING, { .str="0" }, 0, 0, FLAGS },
448 { "y", "set vertical position of the top box edge", OFFSET(y_expr), AV_OPT_TYPE_STRING, { .str="0" }, 0, 0, FLAGS },
449 { "width", "set width of the box", OFFSET(w_expr), AV_OPT_TYPE_STRING, { .str="0" }, 0, 0, FLAGS },
450 { "w", "set width of the box", OFFSET(w_expr), AV_OPT_TYPE_STRING, { .str="0" }, 0, 0, FLAGS },
451 { "height", "set height of the box", OFFSET(h_expr), AV_OPT_TYPE_STRING, { .str="0" }, 0, 0, FLAGS },
452 { "h", "set height of the box", OFFSET(h_expr), AV_OPT_TYPE_STRING, { .str="0" }, 0, 0, FLAGS },
453 { "color", "set color of the box", OFFSET(color_str), AV_OPT_TYPE_STRING, { .str = "black" }, 0, 0, FLAGS },
454 { "c", "set color of the box", OFFSET(color_str), AV_OPT_TYPE_STRING, { .str = "black" }, 0, 0, FLAGS },
455 { "thickness", "set the box thickness", OFFSET(t_expr), AV_OPT_TYPE_STRING, { .str="3" }, 0, 0, FLAGS },
456 { "t", "set the box thickness", OFFSET(t_expr), AV_OPT_TYPE_STRING, { .str
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DRbnfTest.java130 String str = fmt0.toString(); in TestCoverage()
131 logln(str); in TestCoverage()
141 str = fmt3.toString(); in TestCoverage()
142 logln(str); in TestCoverage()
164 str = fmt3.format(2.3, names[0]); in TestCoverage()
165 logln(str); in TestCoverage()
166 str = fmt3.format(2.3, "%%foo"); in TestCoverage()
174 str = fmt3.format(123L, names[0]); in TestCoverage()
175 logln(str); in TestCoverage()
176 str in TestCoverage()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DRbnfTest.java127 String str = fmt0.toString(); in TestCoverage()
128 logln(str); in TestCoverage()
138 str = fmt3.toString(); in TestCoverage()
139 logln(str); in TestCoverage()
161 str = fmt3.format(2.3, names[0]); in TestCoverage()
162 logln(str); in TestCoverage()
163 str = fmt3.format(2.3, "%%foo"); in TestCoverage()
171 str = fmt3.format(123L, names[0]); in TestCoverage()
172 logln(str); in TestCoverage()
173 str in TestCoverage()
[all...]
/third_party/python/Tools/wasm/
H A Dwasm_build.py124 local: Dict[str, Any] = {}
134 def read_python_version(configure: pathlib.Path = CONFIGURE) -> str:
153 def __init__(self, info: str, text: str):
180 name: str
181 pythonexe: str
259 f"{'.'.join(str(v) for v in EMSDK_MIN_VERSION)}.",
374 def emport_args(self) -> List[str]:
385 def embuilder_args(self) -> List[str]:
408 def emport_args(self) -> List[str]
[all...]
/test/testfwk/developer_test/libs/benchmark/report/
H A Dgenerate_report.py161 (subsystem_root, str(sbs_name),
162 str(module_name), str(testsuit_name))))
219 sbs_mdl_summary["RunType"] = str(json_data.get("run_type", ""))
221 str(json_data.get("aggregate_name", "normal"))
267 str(self.sbs_mdl_summary_list) + \
277 content_new = str(content_new)
312 str(benchmark_info["Subsystem"]),
313 str(benchmark_info["Module"]),
314 str(benchmark_inf
[all...]
/third_party/cups-filters/cupsfilters/
H A Dcolord.c176 char str[256]; in get_profile_for_device_path() local
197 snprintf(str, sizeof(str), "%s.%s.%s", in get_profile_for_device_path()
201 key[i++] = strdup(str); in get_profile_for_device_path()
202 snprintf(str, sizeof(str), "%s.%s.*", in get_profile_for_device_path()
205 key[i++] = strdup(str); in get_profile_for_device_path()
206 snprintf(str, sizeof(str), "%s.*.%s", in get_profile_for_device_path()
209 key[i++] = strdup(str); in get_profile_for_device_path()
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dtzbdtest.cpp78 UnicodeString str; in findDaylightBoundaryUsingDate() local
79 if (dateToString(d, str).indexOf(startMode) == - 1) { in findDaylightBoundaryUsingDate()
80 logln(UnicodeString("Error: ") + startMode + " not present in " + str); in findDaylightBoundaryUsingDate() local
86 UnicodeString* s = &dateToString(mid, str); in findDaylightBoundaryUsingDate()
121 UnicodeString str; in findDaylightBoundaryUsingTimeZone() local
125 dataerrln("FAIL: " + tz->getID(str) + " inDaylightTime(" + dateToString(d) + ") != " + (startsInDST ? "true" : "false")); in findDaylightBoundaryUsingTimeZone()
130 dataerrln("FAIL: " + tz->getID(str) + " inDaylightTime(" + dateToString(max) + ") != " + (startsInDST ? "false" : "true")); in findDaylightBoundaryUsingTimeZone()
145 logln(tz->getID(str) + " Before: " + showDate(min)); in findDaylightBoundaryUsingTimeZone()
146 logln(tz->getID(str) + " After: " + showDate(max)); in findDaylightBoundaryUsingTimeZone()
193 UnicodeString str; in verifyDST() local
454 UnicodeString str; findBoundariesStepwise() local
[all...]
/third_party/node/deps/v8/src/torque/
H A Dinstance-type-generator.cc406 header << values_list.str(); in GenerateInstanceTypes()
412 header << fully_defined_single_instance_types.str(); in GenerateInstanceTypes()
418 header << fully_defined_multiple_instance_types.str(); in GenerateInstanceTypes()
426 header << only_declared_single_instance_types.str(); in GenerateInstanceTypes()
434 header << only_declared_multiple_instance_types.str(); in GenerateInstanceTypes()
440 header << fully_defined_range_instance_types.str(); in GenerateInstanceTypes()
448 header << only_declared_range_instance_types.str(); in GenerateInstanceTypes()
484 header << torque_defined_class_list.str(); in GenerateInstanceTypes()
487 header << torque_defined_varsize_instance_type_list.str(); in GenerateInstanceTypes()
490 header << torque_defined_fixed_instance_type_list.str(); in GenerateInstanceTypes()
[all...]
/third_party/python/Tools/c-analyzer/c_common/
H A Dtables.py17 if type(markers) is not str:
25 if isinstance(row, str):
48 yield empty if value is None else str(value)
58 elif isinstance(fix, str):
75 elif isinstance(fix, str):
90 if isinstance(infile, str):
104 if not isinstance(header, str):
128 if isinstance(outfile, str):
141 if isinstance(header, str):
206 if not isinstance(header, str)
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationWindingTests.cpp60 std::ostringstream str; in getCaseName() local
61 str << getShaderLanguageName(shaderLanguage) << "_" << getTessPrimitiveTypeShaderName(primitiveType) << "_" << getWindingShaderName(winding); in getCaseName()
63 str << "_yflip"; in getCaseName()
64 return str.str(); in getCaseName()
242 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms()
264 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(src.str()); in initPrograms()
281 programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(src.str()); in initPrograms()
296 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in initPrograms()
308 programCollection.hlslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms()
[all...]
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DDecodeUtf8Test.java21 String str = new String(Character.toChars(i)); in testRoundTripAllValidChars()
22 assertRoundTrips(str); in testRoundTripAllValidChars()
165 String str = "The quick brown fox jumps over the lazy dog"; in testBufferSlice()
166 assertRoundTrips(str, 10, 4); in testBufferSlice()
167 assertRoundTrips(str, str.length(), 0); in testBufferSlice()
280 private void assertRoundTrips(String str) throws Exception { in assertRoundTrips() argument
281 assertRoundTrips(str, 0, -1); in assertRoundTrips()
284 private void assertRoundTrips(String str, int index, int size) throws Exception { in assertRoundTrips() argument
285 byte[] bytes = str in assertRoundTrips()
317 codepoints(String str) codepoints() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationWindingTests.cpp60 std::ostringstream str; in getCaseName() local
61 str << getShaderLanguageName(shaderLanguage) << "_" << getTessPrimitiveTypeShaderName(primitiveType) << "_" << getWindingShaderName(winding); in getCaseName()
63 str << "_yflip"; in getCaseName()
64 return str.str(); in getCaseName()
242 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms()
264 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(src.str()); in initPrograms()
281 programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(src.str()); in initPrograms()
296 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in initPrograms()
308 programCollection.hlslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/
H A Dp2p-nfc.py81 cmd = "WPS_NFC_TAG_READ " + str(message).encode("hex")
136 cmd = "NFC_REPORT_HANDOVER " + type + " P2P " + str(req).encode("hex") + " " + str(sel).encode("hex")
147 cmd = "NFC_REPORT_HANDOVER " + type + " WPS " + str(req).encode("hex") + " " + str(sel).encode("hex")
186 print(str(message).encode("hex"))
198 summary("Other exception: " + str(e))
225 print(str(message).encode("hex"))
360 print(str(sel).encode("hex"))
418 summary("Tag found - writing - " + str(ta
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/
H A Dp2p-nfc.py81 cmd = "WPS_NFC_TAG_READ " + str(message).encode("hex")
136 cmd = "NFC_REPORT_HANDOVER " + type + " P2P " + str(req).encode("hex") + " " + str(sel).encode("hex")
147 cmd = "NFC_REPORT_HANDOVER " + type + " WPS " + str(req).encode("hex") + " " + str(sel).encode("hex")
186 print(str(message).encode("hex"))
198 summary("Other exception: " + str(e))
225 print(str(message).encode("hex"))
360 print(str(sel).encode("hex"))
418 summary("Tag found - writing - " + str(ta
[all...]
/third_party/ffmpeg/libavformat/
H A Drtmppkt.c43 void ff_amf_write_string(uint8_t **dst, const char *str) in ff_amf_write_string() argument
46 bytestream_put_be16(dst, strlen(str)); in ff_amf_write_string()
47 bytestream_put_buffer(dst, str, strlen(str)); in ff_amf_write_string()
73 void ff_amf_write_field_name(uint8_t **dst, const char *str) in ff_amf_write_field_name() argument
75 bytestream_put_be16(dst, strlen(str)); in ff_amf_write_field_name()
76 bytestream_put_buffer(dst, str, strlen(str)); in ff_amf_write_field_name()
97 int ff_amf_get_string(GetByteContext *bc, uint8_t *str, in ff_amf_get_string() argument
105 readsize = bytestream2_get_buffer(bc, str, stringle in ff_amf_get_string()
115 ff_amf_read_string(GetByteContext *bc, uint8_t *str, int strsize, int *length) ff_amf_read_string() argument
689 ff_amf_match_string(const uint8_t *data, int size, const char *str) ff_amf_match_string() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/
H A DesextcTextureBorderClampParameterTextureBorderColor.cpp442 << " expected values:[" << expectedDataStream.str() << "]" in verifyGLGetSamplerParameterfvResult()
443 << " result values:[" << returnedDataStream.str() << "]\n" in verifyGLGetSamplerParameterfvResult()
487 << " expected values:[" << expectedDataStream.str() << "]" in verifyGLGetSamplerParameterivResult()
488 << " result values:[" << returnedDataStream.str() << "]\n" in verifyGLGetSamplerParameterivResult()
530 << " expected values:[" << expectedDataStream.str() << "]" in verifyGLGetSamplerParameterIivResult()
531 << " result values:[" << returnedDataStream.str() << "]\n" in verifyGLGetSamplerParameterIivResult()
572 << " expected values:[" << expectedDataStream.str() << "]" in verifyGLGetSamplerParameterIuivResult()
573 << " result values:[" << returnedDataStream.str() << "]\n" in verifyGLGetSamplerParameterIuivResult()
613 << " expected values:[" << expectedDataStream.str() << "]" in verifyGLGetTexParameterfvResult()
614 << " result values:[" << returnedDataStream.str() << "]\ in verifyGLGetTexParameterfvResult()
[all...]
/third_party/jerryscript/tests/jerry/es2015/
H A Dstring-prototype-split.js15 var str = "foo//bar/baz//foo"; variable
16 res = str.split("a", Infinity);
22 res = str.split(/\/\//, -1);

Completed in 21 milliseconds

1...<<61626364656667686970>>...425