HomeSort by relevance Sort by last modified time
    Searched refs:opstr (Results 1 - 6 of 6) sorted by null

  /external/icu4c/test/cintltst/
putiltst.c 303 const char *opstr; local
311 opstr = testCases[j+1];
313 switch(opstr[0]) {
328 log_verbose("%d: %s %s %s, OK\n", (j/3), v1str, opstr, v2str);
330 log_err("%d: %s %s %s: wanted values of the same sign, %d got %d\n", (j/3), v1str, opstr, v2str, op, got);
  /external/regex-re2/re2/
parse.cc 2054 StringPiece opstr = t; local
2081 StringPiece opstr = t; local
    [all...]
  /external/valgrind/tsan/
ts_dynamorio.cc 469 const char *opstr = dr_get_options(id); local
470 dr_printf("Options: %s\n", opstr);
471 const char *fname = strstr(opstr, "--symbols=");
  /bionic/libc/kernel/tools/
cpp.py 783 def __init__(self,op,arg,opstr=None):
785 if not opstr:
786 opstr = op
787 self.opstr = opstr
794 return "%s(%s)" % (self.opstr,arg_s)
796 return "%s%s" % (self.opstr, arg_s)
808 def __init__(self,op,arg1,arg2,opstr=None):
810 if not opstr:
811 opstr = o
    [all...]
  /hardware/broadcom/wlan/bcm4329/dhdutil/
dhdu.c     [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu.c     [all...]

Completed in 145 milliseconds