/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
H A D | vktInfoTests.cpp | 153 << details.str() in logPlatformInfo() 199 std::ostream& operator<< (std::ostream& str, const PrettySize<SizeType>& size) in operator <<() argument 208 return str << tmp.str(); in operator <<()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | eapol_test.py | 38 id = self.request("REMOVE_NETWORK " + str(id)) 44 res = self.request("SET_NETWORK " + str(id) + " " + field + " " + value) 50 res = self.request("SET_NETWORK " + str(id) + " " + field + ' "' + value + '"') 129 t[i] = threading.Thread(target=run, args=(str(i), iter,
|
/third_party/python/Lib/test/ |
H A D | test_pathlib.py | 210 # from a str subclass instance, and it then gets converted to 211 # a pure str object. 212 class StrSubclass(str): 218 self.assertIs(type(part), str) 260 self.assertEqual(str(p), expected.replace('/', self.sep)) 268 # Other tests for str() are in test_equivalences(). 418 self.assertEqual(str(p), canon) 705 self.assertEqual(str(pp), str(p)) 802 self.assertEqual(str( [all...] |
/kernel/linux/linux-5.10/arch/arm/crypto/ |
H A D | poly1305-armv4.pl | 72 str r3,[$ctx,#0] @ zero hash value 73 str r3,[$ctx,#4] 74 str r3,[$ctx,#8] 75 str r3,[$ctx,#12] 76 str r3,[$ctx,#16] 77 str r3,[$ctx,#36] @ clear is_base2_26 88 str r3,[$ctx,#28] @ impossible key power value 153 str r4,[$ctx,#0] 155 str r5,[$ctx,#4] 157 str r [all...] |
/kernel/linux/linux-6.6/arch/arm/crypto/ |
H A D | poly1305-armv4.pl | 72 str r3,[$ctx,#0] @ zero hash value 73 str r3,[$ctx,#4] 74 str r3,[$ctx,#8] 75 str r3,[$ctx,#12] 76 str r3,[$ctx,#16] 77 str r3,[$ctx,#36] @ clear is_base2_26 88 str r3,[$ctx,#28] @ impossible key power value 153 str r4,[$ctx,#0] 155 str r5,[$ctx,#4] 157 str r [all...] |
/kernel/linux/linux-5.10/drivers/s390/net/ |
H A D | qeth_l2_main.c | 1144 char str[7][32]; in qeth_bridge_emit_host_event() local 1150 snprintf(str[i], sizeof(str[i]), "BRIDGEDHOST=%s", in qeth_bridge_emit_host_event() 1153 env[i] = str[i]; i++; in qeth_bridge_emit_host_event() 1155 snprintf(str[i], sizeof(str[i]), "VLAN=%d", in qeth_bridge_emit_host_event() 1157 env[i] = str[i]; i++; in qeth_bridge_emit_host_event() 1160 snprintf(str[i], sizeof(str[i]), "MAC=%pM", in qeth_bridge_emit_host_event() 1162 env[i] = str[ in qeth_bridge_emit_host_event() [all...] |
/kernel/linux/linux-6.6/drivers/s390/net/ |
H A D | qeth_l2_main.c | 1252 char str[7][32]; in qeth_bridge_emit_host_event() local 1258 scnprintf(str[i], sizeof(str[i]), "BRIDGEDHOST=%s", in qeth_bridge_emit_host_event() 1261 env[i] = str[i]; i++; in qeth_bridge_emit_host_event() 1263 scnprintf(str[i], sizeof(str[i]), "VLAN=%d", in qeth_bridge_emit_host_event() 1265 env[i] = str[i]; i++; in qeth_bridge_emit_host_event() 1268 scnprintf(str[i], sizeof(str[i]), "MAC=%pM", in qeth_bridge_emit_host_event() 1270 env[i] = str[ in qeth_bridge_emit_host_event() [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | code-assembler.cc | 301 TNode<String> CodeAssembler::StringConstant(const char* str) { in StringConstant() argument 303 factory()->InternalizeString(base::OneByteVector(str)); in StringConstant() 526 void CodeAssembler::Comment(std::string str) { in Comment() argument 528 raw_assembler()->Comment(str); in Comment() 1450 std::stringstream str; in value() local 1451 str << "#Use of unbound variable:" in value() 1453 state_->PrintCurrentBlock(str); in value() 1454 FATAL("%s", str.str().c_str()); in value() 1457 std::stringstream str; in value() local 1545 std::stringstream str; MergeVariables() local 1565 std::stringstream str; Bind() local 1612 std::stringstream str; UpdateVariablesAfterBind() local [all...] |
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/ |
H A D | poly1305-armv4.pl | 73 str r3,[$ctx,#0] @ zero hash value 74 str r3,[$ctx,#4] 75 str r3,[$ctx,#8] 76 str r3,[$ctx,#12] 77 str r3,[$ctx,#16] 78 str r3,[$ctx,#36] @ is_base2_26 152 str r4,[$ctx,#0] 154 str r5,[$ctx,#4] 156 str r6,[$ctx,#8] 158 str r [all...] |
/third_party/libabigail/src/ |
H A D | abg-suppression.cc | 1774 string str = val->get_content()[0]; in read_type_suppression() local 1775 if (str == "end") in read_type_suppression() 1778 else if (isdigit(str[0])) in read_type_suppression() 1780 (atoi(str.c_str())); in read_type_suppression() 1782 type_suppression::insertion_range::create_fn_call_expr_boundary(ini::read_function_call_expr(str))) in read_type_suppression() 1787 str = val->get_content()[1]; in read_type_suppression() 1788 if (str == "end") in read_type_suppression() 1791 else if (isdigit(str[0])) in read_type_suppression() 1793 (atoi(str.c_str())); in read_type_suppression() 1795 type_suppression::insertion_range::create_fn_call_expr_boundary(ini::read_function_call_expr(str))) in read_type_suppression() 1848 string str = list_value->get_content()[0]; read_type_suppression() local 3041 read_parameter_spec_from_string(const string& str) read_parameter_spec_from_string() argument [all...] |
/third_party/openssl/crypto/poly1305/asm/ |
H A D | poly1305-armv4.pl | 73 str r3,[$ctx,#0] @ zero hash value 74 str r3,[$ctx,#4] 75 str r3,[$ctx,#8] 76 str r3,[$ctx,#12] 77 str r3,[$ctx,#16] 78 str r3,[$ctx,#36] @ is_base2_26 152 str r4,[$ctx,#0] 154 str r5,[$ctx,#4] 156 str r6,[$ctx,#8] 158 str r [all...] |
/third_party/zlib/ |
H A D | deflate.c | 145 * Insert string str in the dictionary and set match_head to the previous head 151 * characters and the first MIN_MATCH bytes of str are valid (except for 155 #define INSERT_STRING(s, str, match_head) \ 156 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \ 158 s->head[s->ins_h] = (Pos)(str)) 160 #define INSERT_STRING(s, str, match_head) \ 161 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \ 162 match_head = s->prev[(str) & s->w_mask] = s->head[s->ins_h], \ 163 s->head[s->ins_h] = (Pos)(str)) 311 uInt str in fill_window() local 557 uInt str, n; deflateSetDictionary() local 872 Bytef *str; deflateBound() local [all...] |
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_opencl.c | 211 char *str; in opencl_get_platform_string() local 217 str = av_malloc(size); in opencl_get_platform_string() 218 if (!str) in opencl_get_platform_string() 220 cle = clGetPlatformInfo(platform_id, key, size, str, &size); in opencl_get_platform_string() 222 av_free(str); in opencl_get_platform_string() 225 av_assert0(strlen(str) + 1 == size); in opencl_get_platform_string() 226 return str; in opencl_get_platform_string() 232 char *str; in opencl_get_device_string() local 238 str = av_malloc(size); in opencl_get_device_string() 239 if (!str) in opencl_get_device_string() 253 char *str; opencl_check_platform_extension() local 266 char *str; opencl_check_device_extension() local 335 char *str; opencl_filter_platform() local 410 char *str; opencl_filter_device() local [all...] |
/third_party/skia/third_party/externals/tint/src/writer/glsl/ |
H A D | generator_impl.cc | 125 } else if (auto* str = decl->As<ast::Struct>()) { in Generate() 126 if (!str->IsBlockDecorated()) { in Generate() 127 if (!EmitStructType(current_buffer_, builder_.Sem().Get(str))) { in Generate() 748 v = s.str(); in EmitDotCall() 1094 << "unexpected barrier intrinsic type " << sem::str(intrinsic->Type()); 1215 std::string(intrinsic->str()) + "'"); 1324 return intrinsic->str(); 1368 "Unknown builtin method: " + std::string(intrinsic->str())); 1597 auto* str = type->As<sem::Struct>(); 1598 if (!str) { [all...] |
/kernel/linux/linux-5.10/arch/um/os-Linux/ |
H A D | start_up.c | 67 static void fatal_perror(const char *str) in fatal_perror() argument 69 perror(str); in fatal_perror() 149 static int __init nosysemu_cmd_param(char *str, int* add) in nosysemu_cmd_param() argument 344 int __init parse_iomem(char *str, int *add) in parse_iomem() argument 351 driver = str; in parse_iomem() 352 file = strchr(str,','); in parse_iomem()
|
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | uaccess.h | 284 #define __raw_put_mem(str, x, ptr, err, type) \ 289 __put_mem_asm(str "b", "%w", __pu_val, (ptr), (err), type); \ 292 __put_mem_asm(str "h", "%w", __pu_val, (ptr), (err), type); \ 295 __put_mem_asm(str, "%w", __pu_val, (ptr), (err), type); \ 298 __put_mem_asm(str, "%x", __pu_val, (ptr), (err), type); \ 354 __raw_put_mem("str", *((type *)(__pkn_src)), \ 401 extern __must_check long strnlen_user(const char __user *str, long n);
|
/kernel/linux/linux-6.6/arch/um/os-Linux/ |
H A D | start_up.c | 67 static void fatal_perror(const char *str) in fatal_perror() argument 69 perror(str); in fatal_perror() 149 static int __init nosysemu_cmd_param(char *str, int* add) in nosysemu_cmd_param() argument 376 int __init parse_iomem(char *str, int *add) in parse_iomem() argument 383 driver = str; in parse_iomem() 384 file = strchr(str,','); in parse_iomem()
|
/kernel/linux/linux-5.10/drivers/s390/char/ |
H A D | sclp_cpi_sys.c | 179 static int check_string(const char *attr, const char *str) in check_string() argument 184 len = strlen(str); in check_string() 186 if ((len > 0) && (str[len - 1] == '\n')) in check_string() 193 if (isalpha(str[i]) || isdigit(str[i]) || in check_string() 194 strchr("$@# ", str[i])) in check_string()
|
/kernel/linux/linux-5.10/scripts/dtc/ |
H A D | util.c | 90 char *str; in join_path() local 98 str = xmalloc(len); in join_path() 99 memcpy(str, path, lenp); in join_path() 101 str[lenp] = '/'; in join_path() 104 memcpy(str+lenp, name, lenn+1); in join_path() 105 return str; in join_path()
|
/kernel/linux/linux-5.10/scripts/ |
H A D | markup_oops.pl | 98 my $str = ""; 140 $str = $str . " $reg => $val "; 148 $str = $str . " $reg = $val "; 152 return $str;
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-mem.c | 38 const char *str, int unset __maybe_unused) in parse_record_events() 42 if (!strcmp(str, "list")) { in parse_record_events() 46 if (perf_mem_events__parse(str)) in parse_record_events() 326 parse_mem_ops(const struct option *opt, const char *str, int unset) in parse_mem_ops() argument 336 /* str may be NULL in case no arg is passed to -t */ in parse_mem_ops() 337 if (str) { in parse_mem_ops() 338 /* because str is read-only */ in parse_mem_ops() 339 s = os = strdup(str); in parse_mem_ops() 37 parse_record_events(const struct option *opt, const char *str, int unset __maybe_unused) parse_record_events() argument
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | attr.py | 232 log.info(" '%s' ret '%s', expected '%s'" % (cmd, str(ret), str(self.ret))) 234 if not data_equal(str(ret), str(self.ret)): 256 log.debug(" match: [%s] matches %s" % (exp_name, str(exp_list))) 285 (exp_name, str(match[group])))
|
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | key.h | 58 const signed char *str = (const signed char *)s; in key_r5_hash() local 61 a += *str << 4; in key_r5_hash() 62 a += *str >> 4; in key_r5_hash() 64 str++; in key_r5_hash() 72 * @str: direntry name 75 static inline uint32_t key_test_hash(const char *str, int len) in key_test_hash() argument 80 memcpy(&a, str, len); in key_test_hash()
|
/kernel/linux/linux-5.10/drivers/staging/hisysevent/ |
H A D | hisysevent_builder.c | 98 static bool is_valid_string(const char *str, unsigned int max_len) in is_valid_string() argument 103 if (!str) in is_valid_string() 106 len = strlen(str); in is_valid_string() 110 if (!isalpha(str[0])) in is_valid_string() 114 if (!isalnum(str[i]) && str[i] != '_') in is_valid_string()
|
/kernel/linux/linux-6.6/drivers/mtd/spi-nor/ |
H A D | debugfs.c | 83 char buf[16], *str; in spi_nor_params_show() local 106 str = "none"; in spi_nor_params_show() 109 str = "repeat"; in spi_nor_params_show() 112 str = "invert"; in spi_nor_params_show() 115 str = "<unknown>"; in spi_nor_params_show() 118 seq_printf(s, " 8D extension\t%s\n", str); in spi_nor_params_show()
|