/third_party/ltp/testcases/kernel/mce-test/lib/ |
H A D | mce.sh | 35 local tmpf=$WDIR/mce_reformat_for_cmp 37 mce-inject --dump "$inf" > $tmpf 41 sed "/$remove/d" -i $tmpf 45 cat $tmpf | tr '\n' '#' | sed '1,$s/##/\n/g' | \ 251 local tmpf=$WDIR/get_panic_from_mcelog 253 if mcelog_filter $mcelog "#BANK 219#" | head -1 > $tmpf; then 254 local F="$(sed '1,$s/#/\n/g' $tmpf | awk '/MISC / { print $2 }')"
|
H A D | apei-inject.sh | 22 local tmpf=$WDIR/mce_reformat_for_cmp 24 grep -v 'STATUS 0x800000000000000' | sort > "$tmpf" 25 awk '/^STATUS/ {print $2}' $tmpf | cut -b 1-3 > $outf 26 awk '/MCGSTATUS/ {if ($4=="") print $2; else print $4;}' $tmpf >> $outf
|
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/qos/ |
H A D | trans_qos_stat_client_test.cpp | 135 StreamFrameInfo tmpf = {}; in HWTEST_F() local 137 ret = SendStream(sessionId, &d1, &d2, &tmpf); in HWTEST_F() 182 StreamFrameInfo tmpf = {}; in HWTEST_F() local 184 ret = SendStream(sessionId, &d1, &d2, &tmpf); in HWTEST_F() 227 StreamFrameInfo tmpf = {}; in HWTEST_F() local 232 ret = SendStream(iter->first, &d1, &d2, &tmpf); in HWTEST_F() 286 StreamFrameInfo tmpf = {}; in HWTEST_F() local 288 ret = SendStream(sessionId, &d1, &d2, &tmpf); in HWTEST_F() 298 ret = SendStream(sessionId, &d1, &d2, &tmpf); in HWTEST_F() 347 StreamFrameInfo tmpf in HWTEST_F() local [all...] |
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/stream/ |
H A D | dstream_adaptor_client_test.c | 112 StreamFrameInfo tmpf = {}; in SendVtpStreamTest() local 115 ret = SendVtpStream(CHANNELID, &tmpData, NULL, &tmpf); in SendVtpStreamTest() 117 ret = SendVtpStream(CHANNELID2, &tmpData2, NULL, &tmpf); in SendVtpStreamTest()
|
H A D | dstream_adaptor_server_test.c | 43 StreamFrameInfo tmpf = {}; in OnStreamReceived() local 44 int32_t ret = SendVtpStream(channelId, &tmpData, NULL, &tmpf); in OnStreamReceived()
|
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/common/ |
H A D | client_trans_udp_manager_static_test.cpp | 117 StreamFrameInfo tmpf = {}; in HWTEST_F() local 120 OnStreamReceived(TEST_CHANNELID, &tmpData, &tmpData2, &tmpf); in HWTEST_F() 166 StreamFrameInfo tmpf = {}; in HWTEST_F() local 175 OnStreamReceived(TEST_CHANNELID, &tmpData, &tmpData2, &tmpf); in HWTEST_F()
|
H A D | client_trans_udp_manager_test.cpp | 320 StreamFrameInfo tmpf = {}; in HWTEST_F() local 321 ret = TransUdpChannelSendStream(TEST_CHANNELID, &tmpData, &tmpData2, &tmpf); in HWTEST_F() 327 ret = TransUdpChannelSendStream(TEST_CHANNELID, &tmpData, &tmpData2, &tmpf); in HWTEST_F()
|
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/adaptor/include/ |
H A D | stream_adaptor_listener.h | 51 StreamFrameInfo tmpf = {0}; variable 64 ConvertStreamFrameInfo(&tmpf, stream->GetStreamFrameInfo()); 80 &retStreamData, &extStreamData, &tmpf);
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | pngstest.c | 77 static char tmpf[23] = "TMP"; variable 3215 sprintf(name, "%s%d.png", tmpf, ++counter); in write_one_file() 3574 if (strlen(argv[++c]) >= sizeof tmpf) in main() 3583 strncpy(tmpf, argv[c], sizeof (tmpf)-1); in main()
|