/external/mksh/src/ |
syn.c | 80 #define musthave(c,cf) do { if (token(cf) != (c)) syntaxerr(NULL); } while (/* CONSTCOND */ 0) 525 * A {...} can be used instead of do...done for for/select loops 530 if (c == DO) 616 do { 735 /* POSIX does not do alias expansion here... */ 788 { "do", DO, true }, 929 * AT&T ksh seems to do something similar to this since
|
/sdk/emulator/opengl/ |
common.mk | 31 # do not use directly, see functions above instead 199 # DO NOT CALL DIRECTLY, USE emugl-gen-decoder instead.
|
/external/netcat/ |
netcat.c | 77 int nflag; /* Don't do name look up */ 599 do { 714 do { 820 /* Deal with RFC 854 WILL/WONT DO/DONT negotiation. */ 839 else if ((*p == DO) || (*p == DONT)) 930 * Do a few writes to see if the UDP port is there.
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
glsl_parser.cc | 87 * Software is furnished to do so, subject to the following conditions: 157 DO = 266, 358 #define DO 266 736 # define YYSTACK_FREE(Ptr) do { /* empty */; } while (YYID (0)) 806 do \ 819 /* Copy COUNT objects from FROM to TO. The source and destination do 827 do \ [all...] |
glsl_lexer.cc | 140 * but we do it the disgusting crufty way forced on us by the ()-less 190 do \ [all...] |
/external/chromium_org/v8/src/ |
preparser.cc | 234 case Token::DO: 443 do { 547 // Consume the return token. It is necessary to do the before 623 // 'do' Statement 'while' '(' Expression ')' ';' 625 Expect(Token::DO, CHECK_OK); 1031 do { [all...] |
/external/llvm/lib/Transforms/Scalar/ |
SROA.cpp | 16 /// It works to do this with minimal slicing of the alloca so that regions 547 do { [all...] |
/external/chromium_org/third_party/angle/src/compiler/ |
glslang.y | 23 // This file is auto-generated by generate_parser.sh. DO NOT EDIT! 92 do { \ 124 %token <lex> BREAK CONTINUE DO ELSE FOR IF DISCARD RETURN [all...] |
glslang_lex.cpp | 8 // This file is auto-generated by generate_parser.sh. DO NOT EDIT! 161 * but we do it the disgusting crufty way forced on us by the ()-less 212 do { \ 221 do \ [all...] |
/external/v8/src/ |
preparser.cc | 241 case i::Token::DO: 446 do { 548 // Consume the return token. It is necessary to do the before 622 // 'do' Statement 'while' '(' Expression ')' ';' 624 Expect(i::Token::DO, CHECK_OK); 1012 do { [all...] |
/external/zlib/src/contrib/pascal/ |
example.pas | 17 {DO NOT $DEFINE TEST_GZIO} 202 (c_stream.total_out < comprLen) do 211 while TRUE do 248 (d_stream.total_in < comprLen) do 341 while TRUE do 504 while TRUE do
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
earley-boyer.js | 10 /************* GENERATED FILE - DO NOT EDIT *************/ 11 /************* GENERATED FILE - DO NOT EDIT *************/ 12 /************* GENERATED FILE - DO NOT EDIT *************/ 13 /************* GENERATED FILE - DO NOT EDIT *************/ 14 /************* GENERATED FILE - DO NOT EDIT *************/ 15 /************* GENERATED FILE - DO NOT EDIT *************/ 16 /************* GENERATED FILE - DO NOT EDIT *************/ 17 /************* GENERATED FILE - DO NOT EDIT *************/ 21 * should do the trick. [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/ |
v8-earley-boyer.js | 4 /************* GENERATED FILE - DO NOT EDIT *************/ 5 /************* GENERATED FILE - DO NOT EDIT *************/ 6 /************* GENERATED FILE - DO NOT EDIT *************/ 7 /************* GENERATED FILE - DO NOT EDIT *************/ 8 /************* GENERATED FILE - DO NOT EDIT *************/ 9 /************* GENERATED FILE - DO NOT EDIT *************/ 10 /************* GENERATED FILE - DO NOT EDIT *************/ 11 /************* GENERATED FILE - DO NOT EDIT *************/ 15 * should do the trick. [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/ |
v8-earley-boyer.js | 4 /************* GENERATED FILE - DO NOT EDIT *************/ 5 /************* GENERATED FILE - DO NOT EDIT *************/ 6 /************* GENERATED FILE - DO NOT EDIT *************/ 7 /************* GENERATED FILE - DO NOT EDIT *************/ 8 /************* GENERATED FILE - DO NOT EDIT *************/ 9 /************* GENERATED FILE - DO NOT EDIT *************/ 10 /************* GENERATED FILE - DO NOT EDIT *************/ 11 /************* GENERATED FILE - DO NOT EDIT *************/ 15 * should do the trick. [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/ |
v8-earley-boyer.js | 4 /************* GENERATED FILE - DO NOT EDIT *************/ 5 /************* GENERATED FILE - DO NOT EDIT *************/ 6 /************* GENERATED FILE - DO NOT EDIT *************/ 7 /************* GENERATED FILE - DO NOT EDIT *************/ 8 /************* GENERATED FILE - DO NOT EDIT *************/ 9 /************* GENERATED FILE - DO NOT EDIT *************/ 10 /************* GENERATED FILE - DO NOT EDIT *************/ 11 /************* GENERATED FILE - DO NOT EDIT *************/ 15 * should do the trick. [all...] |
/external/chromium_org/v8/benchmarks/ |
earley-boyer.js | 10 /************* GENERATED FILE - DO NOT EDIT *************/ 11 /************* GENERATED FILE - DO NOT EDIT *************/ 12 /************* GENERATED FILE - DO NOT EDIT *************/ 13 /************* GENERATED FILE - DO NOT EDIT *************/ 14 /************* GENERATED FILE - DO NOT EDIT *************/ 15 /************* GENERATED FILE - DO NOT EDIT *************/ 16 /************* GENERATED FILE - DO NOT EDIT *************/ 17 /************* GENERATED FILE - DO NOT EDIT *************/ 21 * should do the trick. [all...] |
/external/javassist/src/main/javassist/compiler/ |
Parser.java | 224 * | do.statement 257 else if (t == DO) 329 /* do.statement : DO statement WHILE "(" expression ")" ";" 332 int t = lex.get(); // DO [all...] |
CodeGen.java | 355 else if (op == WHILE || op == DO) [all...] |
/external/v8/benchmarks/ |
earley-boyer.js | 10 /************* GENERATED FILE - DO NOT EDIT *************/ 11 /************* GENERATED FILE - DO NOT EDIT *************/ 12 /************* GENERATED FILE - DO NOT EDIT *************/ 13 /************* GENERATED FILE - DO NOT EDIT *************/ 14 /************* GENERATED FILE - DO NOT EDIT *************/ 15 /************* GENERATED FILE - DO NOT EDIT *************/ 16 /************* GENERATED FILE - DO NOT EDIT *************/ 17 /************* GENERATED FILE - DO NOT EDIT *************/ 21 * should do the trick. [all...] |
/build/core/ |
config.mk | 7 # DO NOT use other shells such as zsh. 114 # TODO: do symbol compression 458 while [ -n "$$1" ] ; do echo $$1 ; shift ; done \
|
/external/chromium_org/third_party/openssl/openssl/ |
Crypto-config.mk | 1 # Auto-generated - DO NOT EDIT!
|
/external/openssl/ |
Crypto-config.mk | 1 # Auto-generated - DO NOT EDIT!
|
/external/v8/test/cctest/ |
test-parsing.cc | 624 do { 657 const char* str2 = "case default const {THIS\nPART\nSKIPPED} do"; 667 i::Token::DO, 902 // Check that 6-byte and 4-byte encodings of UTF-8 strings do not throw [all...] |
/external/chromium_org/third_party/usb_ids/ |
usb.ids | [all...] |
/external/chromium_org/v8/test/cctest/ |
test-parsing.cc | 626 do { 660 const char* str2 = "case default const {THIS\nPART\nSKIPPED} do"; 670 i::Token::DO, 905 // Check that 6-byte and 4-byte encodings of UTF-8 strings do not throw [all...] |