HomeSort by relevance Sort by last modified time
    Searched refs:EOF (Results 51 - 75 of 857) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/mesa3d/src/glsl/tests/lower_jumps/
return_void_at_end_of_loop_lower_nothing.opt_test 7 ../../glsl_test optpass --quiet --input-ir 'do_lower_jumps(0, 0, 0, 0, 0)' <<EOF
14 EOF
return_void_at_end_of_loop_lower_return.opt_test 7 ../../glsl_test optpass --quiet --input-ir 'do_lower_jumps(0, 0, 1, 0, 0)' <<EOF
14 EOF
return_void_at_end_of_loop_lower_return_and_break.opt_test 7 ../../glsl_test optpass --quiet --input-ir 'do_lower_jumps(0, 0, 1, 0, 1)' <<EOF
14 EOF
lower_breaks_3.opt_test 8 ../../glsl_test optpass --quiet --input-ir 'do_lower_jumps(0, 0, 0, 0, 1)' <<EOF
17 EOF
lower_breaks_5.opt_test 8 ../../glsl_test optpass --quiet --input-ir 'do_lower_jumps(0, 0, 0, 0, 1)' <<EOF
16 EOF
lower_guarded_conditional_break.opt_test 9 ../../glsl_test optpass --quiet --input-ir 'do_lower_jumps(0, 0, 0, 1, 1)' <<EOF
21 EOF
lower_unified_returns.opt_test 11 ../../glsl_test optpass --quiet --input-ir 'do_lower_jumps(1, 0, 1, 0, 0)' <<EOF
26 EOF
  /external/fio/
configure 113 cat > $TMPC <<EOF
121 EOF
337 cat > $TMPC <<EOF
342 EOF
353 cat > $TMPC <<EOF
360 EOF
367 cat > $TMPC <<EOF
375 EOF
392 cat > $TMPC <<EOF
400 EOF
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/gen/
isctype.c 44 return (c == EOF ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_U|_L|_N)));
51 return (c == EOF ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_U|_L)));
65 return (c == EOF ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _C));
72 return (c == EOF ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _N));
79 return (c == EOF ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N)));
86 return (c == EOF ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _L));
93 return (c == EOF ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N|_B)));
100 return (c == EOF ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _P));
107 return (c == EOF ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _S));
114 return (c == EOF ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _U))
    [all...]
  /external/jemalloc/include/jemalloc/
jemalloc_rename.sh 5 cat <<EOF
12 EOF
20 cat <<EOF
22 EOF
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
wbuf.c 59 return (EOF);
75 return (EOF);
82 return (EOF);
  /device/common/
generate-factory-images-common.sh 87 cat > tmp/$PRODUCT-$VERSION/flash-all.sh << EOF
104 EOF
107 cat >> tmp/$PRODUCT-$VERSION/flash-all.sh << EOF
109 EOF
113 cat >> tmp/$PRODUCT-$VERSION/flash-all.sh << EOF
119 EOF
123 cat >> tmp/$PRODUCT-$VERSION/flash-all.sh << EOF
125 EOF
127 cat >> tmp/$PRODUCT-$VERSION/flash-all.sh << EOF
129 EOF
    [all...]
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
Token.java 40 public static final int EOF = CharStream.EOF;
42 public static final Token EOF_TOKEN = new CommonToken(EOF);
CharStream.java 32 public static final int EOF = -1;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
TParser.h 26 #ifdef EOF
27 #undef EOF
29 #define EOF -1
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
SymbolTableLexer.h 17 #ifdef EOF
18 #undef EOF
20 #define EOF -1
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangLexer.h 17 #ifdef EOF
18 #undef EOF
20 #define EOF -1
  /external/chromium_org/third_party/mesa/src/src/glsl/tests/lower_jumps/
lower_breaks_3.opt_test 8 ../../glsl_test optpass --quiet --input-ir 'do_lower_jumps(0, 0, 0, 0, 1)' <<EOF
17 EOF
lower_breaks_5.opt_test 8 ../../glsl_test optpass --quiet --input-ir 'do_lower_jumps(0, 0, 0, 0, 1)' <<EOF
16 EOF
lower_guarded_conditional_break.opt_test 9 ../../glsl_test optpass --quiet --input-ir 'do_lower_jumps(0, 0, 0, 1, 1)' <<EOF
21 EOF
lower_unified_returns.opt_test 11 ../../glsl_test optpass --quiet --input-ir 'do_lower_jumps(1, 0, 1, 0, 0)' <<EOF
26 EOF
  /external/chromium_org/v8/tools/
run-llprof.sh 41 cat << EOF
46 EOF
  /external/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members/
freeze.pass.cpp 24 assert(sb.sputc('a') == EOF);
  /external/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/
cp_size_cp.pass.cpp 29 assert(sb.snextc() == EOF);
38 assert(sb.snextc() == EOF);
43 assert(sb.sgetc() == EOF);
49 assert(sb.sputc('j') == EOF);
55 assert(sb.snextc() == EOF);
60 assert(sb.sgetc() == EOF);
65 assert(sb.sputc('i') == EOF);
70 assert(sb.snextc() == EOF);
80 assert(sb.snextc() == EOF);
87 assert(sb.sputc('j') == EOF);
    [all...]
scp_size_scp.pass.cpp 29 assert(sb.snextc() == EOF);
38 assert(sb.snextc() == EOF);
43 assert(sb.sgetc() == EOF);
49 assert(sb.sputc('j') == EOF);
55 assert(sb.snextc() == EOF);
60 assert(sb.sgetc() == EOF);
65 assert(sb.sputc('i') == EOF);
70 assert(sb.snextc() == EOF);
80 assert(sb.snextc() == EOF);
87 assert(sb.sputc('j') == EOF);
    [all...]

Completed in 1200 milliseconds

1 23 4 5 6 7 8 91011>>