HomeSort by relevance Sort by last modified time
    Searched refs:mesg (Results 1 - 25 of 44) sorted by null

1 2

  /external/mesa3d/bin/
shortlog_mesa.sh 26 mesg=$(echo $l | sed 's/ (cherry picked from commit [0-9a-f]\+)//;s/\&/&amp;/g;s/</\&lt;/g;s/>/\&gt;/g')
27 echo ' <li>'${mesg}'</li>'
  /external/toybox/lib/
pending.h 5 int read_password(char * buff, int buflen, char* mesg);
password.c 51 // Prompt with mesg, read password into buf, return 0 for success 1 for fail
52 int read_password(char *buf, int buflen, char *mesg)
66 xprintf("%s", mesg);
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
tclerrors.swg 58 SWIG_Tcl_SetErrorMsg(Tcl_Interp *interp, const char *ctype, const char *mesg)
62 Tcl_AppendResult(interp, ctype, " ", mesg, NULL);
66 Tcl_AddErrorInfo(interp, mesg);
71 SWIG_Tcl_AddErrorMsg(Tcl_Interp *interp, const char* mesg)
73 Tcl_AddErrorInfo(interp, mesg);
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyerrors.swg 50 SWIG_Python_AddErrorMsg(const char* mesg)
63 PyErr_Format(type, "%s %s", tmp = SWIG_Python_str_AsChar(old_str), mesg);
68 PyErr_SetString(PyExc_RuntimeError, mesg);
pyrun.swg     [all...]
  /external/ltp/testcases/kernel/containers/pidns/
pidns04.c 80 char mesg[] = "I was not killed !"; local
91 /* Send "mesg" through the write side of pipe */
92 write(fd[1], mesg, (strlen(mesg) + 1));
pidns05.c 115 char mesg[] = "Nested Containers are created"; local
141 /* Sending mesg, 'Nested containers created' through the pipe */
142 write(fd[1], mesg, (strlen(mesg) + 1));
  /external/ltp/testcases/kernel/syscalls/sigrelse/
sigrelse01.c 163 static char mesg[MAXMESG]; /* message buffer for tst_res */ variable
254 tst_brkm(TBROK, getout, "%s", mesg);
312 tst_resm(TBROK, "%s", mesg);
325 (void)sprintf(mesg,
328 (void)strcat(big_mesg, mesg);
348 tst_resm(TBROK, "%s", mesg);
395 /* an error occured - put mesg in note and send it back to parent */
396 (void)strcpy(note, mesg);
399 /* an error occured - put mesg in note and send it back to parent */
400 (void)strcpy(note, mesg);
    [all...]
  /external/ltp/testcases/kernel/hotplug/memory_hotplug/
memtoy.c 96 void usage(char *mesg)
98 if (mesg != NULL) {
99 fprintf(stderr, "%s\n", mesg);
253 void wait_for_signal(const char *mesg)
255 printf("%s ... ", mesg);
  /external/icu/icu4c/source/test/intltest/
dtifmtts.cpp 1292 char mesg[1000]; local
1417 char mesg[1000]; local
    [all...]
  /external/toybox/toys/pending/
fdisk.c 532 static int read_input(char *mesg, char *outp)
537 xprintf("%s", mesg);
549 static int read_hex(char *mesg)
554 read_input(mesg, input);
725 static uint32_t ask_value(char *mesg, sector_t left, sector_t right, sector_t defalt)
734 xprintf("%s",mesg);
815 char mesg[256]; local
847 sprintf(mesg, "First %s (%lld - %lld, default %lld): ", disp_unit_cyl? "cylinder" : "sector",
851 temp = ask_value(mesg, disp_unit_cyl? start_cyl : start,
870 char mesg[256] local
1147 char mesg[256]; local
1328 char mesg[256]; local
    [all...]
dhcp6.c 126 static dhcp6_msg_t mesg; variable
186 uint8_t *tmp = &mesg.options[TT.length];
209 uint8_t *tmp = &mesg.options[TT.length];
219 uint8_t *tmp = &mesg.options[TT.length];
229 uint8_t *tmp = &mesg.options[TT.length];
286 mesg.msgtype = type;
288 memcpy(mesg.transaction_id, TT.transction_id, 3);
300 sendlength = sendto(TT.sock1, &mesg, sendlength , 0,(struct sockaddr *)&addr6,
332 DUID two = *((DUID*)&mesg.options[4]);
636 memcpy((uint8_t*)&mesg, &mymsg->dhcp6, TT.request_length)
    [all...]
  /external/libusb/examples/
ezusb.c 187 const char *mesg = "can't modify CPUCS"; local
189 logerror("%s: %s\n", mesg, libusb_error_name(status));
191 logerror("%s\n", mesg);
214 const char *mesg = "failed to send jump command"; local
216 logerror("%s: %s\n", mesg, libusb_error_name(status));
218 logerror("%s\n", mesg);
  /external/icu/icu4c/source/i18n/
dtitvinf.cpp 532 char mesg[2000]; local
534 sprintf(mesg, "in getBestSkeleton: skeleton: %s; \n", result);
535 PRINTMESG(mesg)
600 sprintf(mesg, "available skeletons: skeleton: %s; \n", result);
601 PRINTMESG(mesg)
dtitvfmt.cpp 89 char mesg[2000]; local
94 sprintf(mesg, "skeleton: %s; pattern: %s\n", result, result_1);
95 PRINTMESG(mesg)
600 char mesg[2000]; local
602 sprintf(mesg, "in getBestSkeleton: fSkeleton: %s; \n", result);
603 PRINTMESG(mesg)
646 char mesg[2000]; local
648 sprintf(mesg, "in getBestSkeleton: fSkeleton: %s; \n", result);
649 PRINTMESG(mesg)
    [all...]
  /external/ltp/tools/genload/
genload.c 333 char *mesg = local
359 fprintf(stdout, mesg, global_progname, global_progname);
369 char *mesg = "%s %s\n"; local
371 fprintf(stdout, mesg, global_progname, VERSION);
stress.c 333 char *mesg = local
359 fprintf(stdout, mesg, global_progname, global_progname);
369 char *mesg = "%s %s\n"; local
371 fprintf(stdout, mesg, global_progname, VERSION);
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-i18n/1.0-beta-7/
plexus-i18n-1.0-beta-7.jar 
  /packages/apps/Stk/src/com/android/stk/
StkAppService.java 1001 TextMessage mesg = mStkContext[slotId].mCurrentCmd.getCallSettings().confirmMsg; local
    [all...]
  /external/e2fsprogs/e2fsck/
util.c 527 void mtrace_print(char *mesg)
533 fprintf(f, "============= %s\n", mesg);
e2fsck.h 615 extern void mtrace_print(char *mesg);
  /external/autotest/client/bin/
utils.py     [all...]
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java 421 String mesg = String.format("Test failed!" local
424 Log.e(TAG, mesg);
486 String mesg = String.format("Test failed!" local
489 Log.e(TAG, mesg);
    [all...]
  /frameworks/base/services/core/java/com/android/server/content/
SyncStorageEngine.java 127 // The MESG column will contain one of these or one of the Error types.
321 String mesg; field in class:SyncStorageEngine.SyncHistoryItem
    [all...]

Completed in 1005 milliseconds

1 2