/third_party/curl/ |
D | compile | 138 if test -n "$eat"; then 139 eat= 144 eat=1 159 eat=1 170 eat=1 181 eat=1 200 eat=1 232 eat= 269 if test -n "$eat"; then 270 eat= [all …]
|
D | depcomp | 635 cleared=no eat=no 643 if test $eat = yes; then 644 eat=no 653 eat=yes ;;
|
/third_party/skia/third_party/externals/libpng/ |
D | compile | 138 if test -n "$eat"; then 139 eat= 144 eat=1 159 eat=1 170 eat=1 181 eat=1 200 eat=1 232 eat= 269 if test -n "$eat"; then 270 eat= [all …]
|
D | depcomp | 635 cleared=no eat=no 643 if test $eat = yes; then 644 eat=no 653 eat=yes ;;
|
/third_party/libffi/ |
D | compile | 138 if test -n "$eat"; then 139 eat= 144 eat=1 159 eat=1 170 eat=1 181 eat=1 200 eat=1 232 eat= 269 if test -n "$eat"; then 270 eat= [all …]
|
D | depcomp | 635 cleared=no eat=no 643 if test $eat = yes; then 644 eat=no 653 eat=yes ;;
|
/third_party/skia/third_party/externals/microhttpd/ |
D | compile | 138 if test -n "$eat"; then 139 eat= 144 eat=1 159 eat=1 170 eat=1 181 eat=1 200 eat=1 232 eat= 268 if test -n "$eat"; then 269 eat= [all …]
|
D | depcomp | 635 cleared=no eat=no 643 if test $eat = yes; then 644 eat=no 653 eat=yes ;;
|
/third_party/libevdev/build-aux/ |
D | compile | 138 if test -n "$eat"; then 139 eat= 144 eat=1 159 eat=1 170 eat=1 181 eat=1 200 eat=1 232 eat= 269 if test -n "$eat"; then 270 eat= [all …]
|
D | depcomp | 635 cleared=no eat=no 643 if test $eat = yes; then 644 eat=no 653 eat=yes ;;
|
/third_party/node/deps/cares/ |
D | compile | 138 if test -n "$eat"; then 139 eat= 144 eat=1 159 eat=1 170 eat=1 181 eat=1 200 eat=1 232 eat= 269 if test -n "$eat"; then 270 eat= [all …]
|
D | depcomp | 635 cleared=no eat=no 643 if test $eat = yes; then 644 eat=no 653 eat=yes ;;
|
/third_party/toybox/toys/posix/ |
D | printf.c | 26 static int eat(char **s, char c) in eat() function 45 if (eat(&ptr, 'x')) base = 16; in handle_slash() 88 if (eat(&f, '\\')) putchar(handle_slash(&f, 0)); in printf_main() 89 else if (!eat(&f, '%') || *f == '%') putchar(*f++); in printf_main() 100 if (eat(&f, '*')) { in printf_main() 103 if (i++ || !eat(&f, '.')) break; in printf_main() 113 while (*aa) putchar(eat(&aa, '\\') ? handle_slash(&aa, 1) : *aa++); in printf_main()
|
/third_party/node/deps/acorn/acorn/dist/ |
D | acorn.js | 696 pp$9.eat = function(type) { function 745 if (!this.eat(types$1.semi) && !this.insertSemicolon()) { this.unexpected(); } 762 this.eat(type) || this.unexpected(); 959 if (starttype === types$1.name && expr.type === "Identifier" && this.eat(types$1.colon)) 968 if (this.eat(types$1.semi) || this.insertSemicolon()) { node.label = null; } 1003 { this.eat(types$1.semi); } 1074 node.alternate = this.eat(types$1._else) ? this.parseStatement("if") : null; 1087 if (this.eat(types$1.semi) || this.insertSemicolon()) { node.argument = null; } 1162 if (this.eat(types$1.parenL)) { 1173 node.finalizer = this.eat(types$1._finally) ? this.parseBlock() : null; [all …]
|
D | acorn.mjs | 690 pp$9.eat = function(type) { function 739 if (!this.eat(types$1.semi) && !this.insertSemicolon()) { this.unexpected(); } 756 this.eat(type) || this.unexpected(); 953 if (starttype === types$1.name && expr.type === "Identifier" && this.eat(types$1.colon)) 962 if (this.eat(types$1.semi) || this.insertSemicolon()) { node.label = null; } 997 { this.eat(types$1.semi); } 1068 node.alternate = this.eat(types$1._else) ? this.parseStatement("if") : null; 1081 if (this.eat(types$1.semi) || this.insertSemicolon()) { node.argument = null; } 1156 if (this.eat(types$1.parenL)) { 1167 node.finalizer = this.eat(types$1._finally) ? this.parseBlock() : null; [all …]
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/4.1/abstract_members_can_not_be_marked_async/ |
D | abstract_members_can_not_be_marked_async.ts | 27 abstract eat(): number; method in Animal 37 eat(): number { method in Dog 42 Assert.equal(dog.eat(), 1);
|
/third_party/node/test/fixtures/ |
D | repl-load-multiline.js | 3 .then(eat); 6 const eat = (food) => '<nom nom nom>'; function
|
D | repl-load-multiline-no-trailing-newline.js | 4 .then(eat); 7 const eat = (food) => '<nom nom nom>'; function
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/union_types/ |
D | union_types_3.ts | 40 eat(): string; method 48 eat() { method in ClassT2
|
/third_party/curl/tests/data/ |
D | test585 | 15 HTTP/1.1 302 eat this! 25 HTTP/1.1 302 eat this!
|
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-method-reassignment/ |
D | arkts-no-method-reassignment-9-ok.ets | 20 eat(){} 28 person.abilities.eat();
|
/third_party/ltp/testcases/open_posix_testsuite/functional/semaphores/ |
D | sem_philosopher.c | 41 static int eat(int ID) in eat() function 92 eat(PhID); in philosopher()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
D | FBConfigCompatibility.md | 55 id dep cl sp sz l ci b ro r g b a F gb bf th cl r g b a ns b eat Result 79 id dep cl sp sz l ci b ro r g b a F gb bf th cl r g b a ns b eat 100 id dep cl sp sz l ci b ro r g b a F gb bf th cl r g b a ns b eat 132 id dep cl sp sz l ci b ro r g b a F gb bf th cl r g b a ns b eat 152 id dep cl sp sz l ci b ro r g b a F gb bf th cl r g b a ns b eat 169 id dep cl sp sz l ci b ro r g b a F gb bf th cl r g b a ns b eat 183 id dep cl sp sz l ci b ro r g b a F gb bf th cl r g b a ns b eat
|
/third_party/rust/crates/nom/doc/ |
D | nom_recipes.md | 6 …+ [Wrapper combinators that eat whitespace before and after a parser](#wrapper-combinators-that-ea… 25 ### Wrapper combinators that eat whitespace before and after a parser 50 To eat only trailing whitespace, replace `delimited(...)` with `terminated(&inner, multispace0)`. 51 Likewise, the eat only leading whitespace, replace `delimited(...)` with `preceded(multispace0,
|
/third_party/typescript/tests/baselines/reference/ |
D | objectCreationOfElementAccessExpression.js | 7 public eat(amountToEat: number): boolean { 79 Food.prototype.eat = function (amountToEat) { method in Food
|