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

  /external/webkit/WebKitTools/pywebsocket/example/
echo_client.py 140 terminator = '\r\n\r\n'
142 while pos < len(terminator):
144 if received == terminator[pos]:
146 elif received == terminator[0]:
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_wingl.c 83 const char *where, *terminator; local
104 terminator = where + SDL_strlen(extension);
106 if (*terminator == ' ' || *terminator == '\0') return 1;
108 start = terminator;
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11gl.c 61 const char *where, *terminator; local
80 terminator = where + strlen(extension);
82 if (*terminator == ' ' || *terminator == '\0') return 1;
84 start = terminator;
  /external/opencore/codecs_v2/omx/omx_h264enc/src/
omx_avcenc_component.cpp 1101 OMX_OTHER_EXTRADATATYPE terminator; local
    [all...]
  /external/webkit/WebKitTools/simplejson/
decoder.py 80 content, terminator = chunk.groups()
85 if terminator == '"':
  /packages/experimental/procstatlog/
procstatlog.c 100 // terminator: if non-NULL, processing stops after this string
104 char delimiter, const char *terminator, int skip_words,
119 if (terminator != NULL) {
120 char *end = strstr(buf, terminator);
  /external/v8/test/mjsunit/regress/
regress-892742.js 34 // line terminator making g() return undefined, but this is not the
  /dalvik/libcore/luni/src/main/java/java/util/
Scanner.java 71 // Pattern used to recognize line terminator.
77 // Pattern used to recognize a line with a line terminator.
81 String terminator = "\n|\r\n|\r|\u0085|\u2028|\u2029"; //$NON-NLS-1$ typedefs
83 LINE_TERMINATOR = Pattern.compile(terminator);
90 .append(terminator).append(")+").toString()); //$NON-NLS-1$
93 .append(terminator).append(")|.+(") //$NON-NLS-1$
94 .append(terminator).append(")?").toString()); //$NON-NLS-1$
334 * pattern is found before line terminator, the matched string will be
338 * input may be cached if no line terminator exists in the buffer.
343 * before the next line terminator
    [all...]
  /external/icu4c/i18n/
ucol_sit.cpp 175 char terminator = *string; local
177 const char *end = uprv_strchr(string+1, terminator);
  /external/opencore/nodes/pvomxbasedecnode/src/
pvmf_omx_basedec_node.cpp 2672 OMX_OTHER_EXTRADATATYPE terminator; local
    [all...]
  /external/dbus/test/
decode-gcov.c 142 long terminator,
156 if (n == terminator)
    [all...]
  /external/dropbear/libtommath/
bn.tex     [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 177 milliseconds