/external/icu/icu4c/source/test/intltest/ |
D | dtifmtts.cpp | 1053 char mesg[1000]; in expect() local 1054 sprintf(mesg, "locale: %s\n", locName); in expect() 1055 PRINTMESG(mesg); in expect() 1070 sprintf(mesg, "original date: %s - %s\n", datestr, datestr_2); in expect() 1071 PRINTMESG(mesg) in expect() 1092 sprintf(mesg, "interval date: %s\n", result); in expect() 1094 PRINTMESG(mesg) in expect() 1305 char mesg[1000]; in expectUserDII() local 1308 sprintf(mesg, "interval date: %s\n", result); in expectUserDII() 1309 PRINTMESG(mesg); in expectUserDII() [all …]
|
/external/mesa3d/bin/ |
D | shortlog_mesa.sh | 20 …mesg=$(echo $l | sed 's/ (cherry picked from commit [0-9a-f]\+)//;s/\&/&/g;s/</\</g;s/>/\&g… 21 echo ' <li>'${mesg}'</li>'
|
/external/srtp/test/ |
D | srtp_driver.c | 463 srtp_hdr_t *mesg; in srtp_bits_per_second() local 492 mesg = srtp_create_test_packet(msg_len_octets, ssrc); in srtp_bits_per_second() 493 if (mesg == NULL) in srtp_bits_per_second() 502 status = srtp_protect(srtp, mesg, &len); in srtp_bits_per_second() 509 mesg->seq = htons(ntohs(mesg->seq) + 1); in srtp_bits_per_second() 514 free(mesg); in srtp_bits_per_second() 523 srtp_hdr_t *mesg; in srtp_rejections_per_second() local 540 mesg = srtp_create_test_packet(msg_len_octets, ssrc); in srtp_rejections_per_second() 541 if (mesg == NULL) in srtp_rejections_per_second() 545 srtp_protect(srtp, (srtp_hdr_t *)mesg, &len); in srtp_rejections_per_second() [all …]
|
/external/toybox/toys/pending/ |
D | fdisk.c | 532 static int read_input(char *mesg, char *outp) in read_input() argument 537 xprintf("%s", mesg); in read_input() 549 static int read_hex(char *mesg) in read_hex() argument 554 read_input(mesg, input); in read_hex() 725 static uint32_t ask_value(char *mesg, sector_t left, sector_t right, sector_t defalt) in ask_value() argument 734 xprintf("%s",mesg); in ask_value() 815 char mesg[256]; in ask_start_sector() local 847 sprintf(mesg, "First %s (%lld - %lld, default %lld): ", disp_unit_cyl? "cylinder" : "sector", in ask_start_sector() 851 temp = ask_value(mesg, disp_unit_cyl? start_cyl : start, in ask_start_sector() 870 char mesg[256]; in ask_end_sector() local [all …]
|
/external/icu/icu4c/source/i18n/ |
D | dtitvinf.cpp | 425 char mesg[2000]; in getBestSkeleton() local 427 sprintf(mesg, "in getBestSkeleton: skeleton: %s; \n", result); in getBestSkeleton() 428 PRINTMESG(mesg) in getBestSkeleton() 493 sprintf(mesg, "available skeletons: skeleton: %s; \n", result); in getBestSkeleton() 494 PRINTMESG(mesg) in getBestSkeleton()
|
D | dtitvfmt.cpp | 82 char mesg[2000]; in createInstance() local 87 sprintf(mesg, "skeleton: %s; pattern: %s\n", result, result_1); in createInstance() 88 PRINTMESG(mesg) in createInstance() 588 char mesg[2000]; in initializePattern() local 590 sprintf(mesg, "in getBestSkeleton: fSkeleton: %s; \n", result); in initializePattern() 591 PRINTMESG(mesg) in initializePattern() 633 char mesg[2000]; in initializePattern() local 635 sprintf(mesg, "in getBestSkeleton: fSkeleton: %s; \n", result); in initializePattern() 636 PRINTMESG(mesg) in initializePattern()
|
/external/toybox/lib/ |
D | pending.h | 5 int read_password(char * buff, int buflen, char* mesg);
|
D | password.c | 50 int read_password(char *buf, int buflen, char *mesg) in read_password() argument 64 xprintf("%s", mesg); in read_password()
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ |
D | ssvnc.tcl | 3081 proc mesg {str} { procedure 3709 mesg "sleeping an extra $t seconds..." 3716 mesg "sleeping an extra $t seconds..." 3721 mesg $cmd 3950 mesg "Starting SOUND daemon..." 4007 mesg "Stopping SOUND pid: $pid" 4075 mesg "DBG: $wn" 4136 mesg "Added :0 to $vnc_disp" 4138 mesg "Bad vncdisp, missing :0 ?, $vnc_disp" 4255 mesg "Starting Proxy TCP helper on port $port2 ..." [all …]
|
/external/e2fsprogs/e2fsck/ |
D | util.c | 493 void mtrace_print(char *mesg) in mtrace_print() argument 499 fprintf(f, "============= %s\n", mesg); in mtrace_print()
|
D | e2fsck.h | 549 extern void mtrace_print(char *mesg);
|