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

  /external/smack/src/org/xbill/DNS/
Master.java 201 String endstr = s.substring(n + 1); local
203 n = endstr.indexOf("/");
205 stepstr = endstr.substring(n + 1);
206 endstr = endstr.substring(0, n);
209 long end = parseUInt32(endstr);
  /external/lldb/test/functionalities/watchpoint/hello_watchlocation/
TestWatchLocation.py 78 endstr = ' = 0')
101 endstr = ' = 1')
  /external/lldb/test/functionalities/watchpoint/watchpoint_set_command/
TestWatchLocationWithWatchSet.py 69 endstr = ' = 0')
90 endstr = ' = 99')
  /external/chromium_org/third_party/libxslt/libxslt/
attributes.c 1045 const xmlChar *curstr, *endstr; local
1078 endstr = curstr;
1079 while ((*endstr != 0) && (!IS_BLANK(*endstr)))
1080 endstr++;
1081 curstr = xmlDictLookup(ctxt->dict, curstr, endstr - curstr);
1123 curstr = endstr;
  /external/lldb/test/
lldbtest.py     [all...]

Completed in 604 milliseconds