HomeSort by relevance Sort by last modified time
    Searched full:terminator (Results 51 - 75 of 713) sorted by null

1 23 4 5 6 7 8 91011>>

  /system/core/include/cutils/
misc.h 25 * that is length_of_file + 1 (null terminator). If
  /external/jsilver/src/com/google/streamhtmlparser/util/
EntityResolver.java 227 * @param terminator the last character read, unused on successful
231 private String convertEntity(char terminator) {
239 return uncovertedInput(terminator);
250 return uncovertedInput(terminator);
261 return uncovertedInput(terminator);
264 private String uncovertedInput(char terminator) {
265 return String.format("%s%c", sb.toString(), terminator);
  /bionic/libc/bionic/
ssp.c 40 * If that fails, use the "terminator canary". */
55 /* If that failed, switch to 'terminator canary' */
  /frameworks/rs/scriptc/
rs_element.rsh 59 * terminator (size of buffer needed to write the name)
73 * null terminator
  /bionic/libc/arch-x86/string/
strcmp.S 24 testb %cl,%cl /* null terminator??? */
  /external/oprofile/libutil/
op_string.h 26 * append a '\0' terminator. Return the newly allocated string
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/LexicalConventions/
7.3-10.js 63 testcases[tc].reason += ( testcases[tc].passed ) ? "" : " ignored chars after line terminator of single-line comment";
7.3-11.js 62 testcases[tc].reason += ( testcases[tc].passed ) ? "" : " ignored chars after line terminator of single-line comment";
7.3-12.js 62 testcases[tc].reason += ( testcases[tc].passed ) ? "" : " ignored chars after line terminator of single-line comment";
7.3-13-n.js 62 testcases[tc].reason += ( testcases[tc].passed ) ? "" : " ignored chars after line terminator of single-line comment";
7.3-2.js 63 testcases[tc].reason += ( testcases[tc].passed ) ? "" : " ignored chars after line terminator of single-line comment";
7.3-3.js 63 testcases[tc].reason += ( testcases[tc].passed ) ? "" : " ignored chars after line terminator of single-line comment";
7.3-4.js 63 testcases[tc].reason += ( testcases[tc].passed ) ? "" : " ignored chars after line terminator of single-line comment";
7.3-5.js 62 testcases[tc].reason += ( testcases[tc].passed ) ? "" : " ignored chars after line terminator of single-line comment";
7.3-6.js 64 testcases[tc].reason += ( testcases[tc].passed ) ? "" : " ignored chars after line terminator of single-line comment";
7.3-7.js 64 testcases[tc].reason += ( testcases[tc].passed ) ? "" : " ignored chars after line terminator of single-line comment";
7.3-8.js 63 testcases[tc].reason += ( testcases[tc].passed ) ? "" : " ignored chars after line terminator of single-line comment";
7.3-9.js 62 testcases[tc].reason += ( testcases[tc].passed ) ? "" : " ignored chars after line terminator of single-line comment";
7.5-1.js 61 testcases[tc].reason += ( testcases[tc].passed ) ? "" : " ignored chars after line terminator of single-line comment";
7.5-10-n.js 66 testcases[tc].reason += ( testcases[tc].passed ) ? "" : " ignored chars after line terminator of single-line comment";
7.5-2-n.js 61 testcases[tc].reason += ( testcases[tc].passed ) ? "" : " ignored chars after line terminator of single-line comment";
7.5-3-n.js 61 testcases[tc].reason += ( testcases[tc].passed ) ? "" : " ignored chars after line terminator of single-line comment";
7.5-4-n.js 61 testcases[tc].reason += ( testcases[tc].passed ) ? "" : " ignored chars after line terminator of single-line comment";
7.5-5-n.js 61 testcases[tc].reason += ( testcases[tc].passed ) ? "" : " ignored chars after line terminator of single-line comment";
7.5-6.js 61 testcases[tc].reason += ( testcases[tc].passed ) ? "" : " ignored chars after line terminator of single-line comment";

Completed in 465 milliseconds

1 23 4 5 6 7 8 91011>>