/third_party/node/deps/npm/node_modules/worker-farm/lib/ |
D | farm.js | 285 return this.ending && this.end() 297 return this.ending && this.end() 306 if (this.ending) 313 if (this.ending) 323 if (this.ending === false) 326 this.ending = callback 327 else if (this.ending == null) 328 this.ending = true 338 if (complete && typeof this.ending == 'function') { 340 this.ending() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | getterControlFlowStrictNull.errors.txt | 1 tests/cases/compiler/getterControlFlowStrictNull.ts(2,9): error TS2366: Function lacks ending retur… 2 tests/cases/compiler/getterControlFlowStrictNull.ts(11,14): error TS2366: Function lacks ending ret… 3 tests/cases/compiler/getterControlFlowStrictNull.ts(20,9): error TS2366: Function lacks ending retu… 10 !!! error TS2366: Function lacks ending return statement and return type does not include 'undefine… 21 !!! error TS2366: Function lacks ending return statement and return type does not include 'undefine… 32 !!! error TS2366: Function lacks ending return statement and return type does not include 'undefine…
|
D | tsxFragmentPreserveEmit.types | 18 < /*starting wrap*/ ></ /*ending wrap*/>; // comments in the tags 19 >< /*starting wrap*/ ></ /*ending wrap*/> : JSX.Element
|
D | tsxFragmentReactEmit.types | 18 < /*starting wrap*/ ></ /*ending wrap*/>; // comments in the tags 19 >< /*starting wrap*/ ></ /*ending wrap*/> : JSX.Element
|
/third_party/python/Tools/c-analyzer/c_parser/parser/ |
D | _compound_decl_body.py | 55 ending, 110 if ending == ',': 128 ending = None 129 while ending != '}': 142 name, init, ending, 145 ending = '}'
|
/third_party/node/test/parallel/ |
D | test-stream-writableState-ending.js | 10 function testStates(ending, finished, ended) { argument 11 assert.strictEqual(writable._writableState.ending, ending);
|
/third_party/libxml2/result/HTML/ |
D | wired.html.err | 193 ./test/HTML/wired.html:346: HTML parser error : Opening and ending tag mismatch: td and font 199 ./test/HTML/wired.html:374: HTML parser error : Opening and ending tag mismatch: td and font 202 ./test/HTML/wired.html:374: HTML parser error : Opening and ending tag mismatch: td and font 205 ./test/HTML/wired.html:402: HTML parser error : Opening and ending tag mismatch: a and font 217 ./test/HTML/wired.html:408: HTML parser error : Opening and ending tag mismatch: a and font 223 ./test/HTML/wired.html:414: HTML parser error : Opening and ending tag mismatch: td and font 226 ./test/HTML/wired.html:414: HTML parser error : Opening and ending tag mismatch: td and font 229 ./test/HTML/wired.html:414: HTML parser error : Opening and ending tag mismatch: td and font 232 ./test/HTML/wired.html:414: HTML parser error : Opening and ending tag mismatch: td and font 235 ./test/HTML/wired.html:414: HTML parser error : Opening and ending tag mismatch: td and font [all …]
|
/third_party/typescript/src/compiler/ |
D | moduleSpecifiers.ts | 11 readonly ending: Ending; property 21 ending: getEnding(), 37 ending: hasJSFileExtension(oldImportSpecifier) ? 178 …compilerOptions: CompilerOptions, host: ModuleSpecifierResolutionHost, { ending, relativePreferenc… 182 …ootDirs(rootDirs, moduleFileName, sourceDirectory, getCanonicalFileName, ending, compilerOptions) … 183 …athFromDirectory(sourceDirectory, moduleFileName, getCanonicalFileName)), ending, compilerOptions); 194 …const importRelativeToBaseUrl = removeExtensionAndIndexPostFix(relativeToBaseUrl, ending, compiler… 458 …sourceDirectory: string, getCanonicalFileName: (file: string) => string, ending: Ending, compilerO… 467 ? removeExtensionAndIndexPostFix(relativePath, ending, compilerOptions) 655 …function removeExtensionAndIndexPostFix(fileName: string, ending: Ending, options: CompilerOptions… [all …]
|
/third_party/node/src/ |
D | inspector_profiler.h | 55 virtual bool ending() const = 0; 90 bool ending() const override { return ending_; } in ending() function 114 bool ending() const override { return ending_; } in ending() function 134 bool ending() const override { return ending_; } in ending() function
|
/third_party/node/deps/npm/test/tap/ |
D | install-save-consistent-newlines.js | 31 t.test('setup', setup(opts.ending)) 86 ending: '\n', property 94 ending: '\r\n', property
|
/third_party/node/lib/internal/streams/ |
D | writable.js | 97 this.ending = false; 291 if (state.ending) { 457 const needDrain = !state.ending && !stream.destroyed && state.length === 0 && 580 if (!state.errored && !state.ending) { 581 state.ending = true; 601 return (state.ending && 717 !w.ending && !w.ended; 747 return this._writableState ? this._writableState.ending : false; 755 return !wState.destroyed && !wState.ending && wState.needDrain;
|
/third_party/flutter/flutter/dev/integration_tests/android_splash_screens/splash_screen_load_rotate/ |
D | README.md | 1 # Splash Demo: Never ending splash animation 5 A never ending animation is provided as a demo so that developers can manually verify that
|
/third_party/libxml2/result/errors/ |
D | 759398.xml.err | 4 ./test/errors/759398.xml:309: parser error : Opening and ending tag mismatch: №№№№№№№№№№№№№№№№№№№№№… 7 ./test/errors/759398.xml:314: parser error : Opening and ending tag mismatch: spec line 50 and p
|
D | 759398.xml.ent | 4 ./test/errors/759398.xml:309: parser error : Opening and ending tag mismatch: №№№№№№№№№№№№№№№№№№№№№… 7 ./test/errors/759398.xml:314: parser error : Opening and ending tag mismatch: spec line 50 and p
|
/third_party/node/lib/internal/http2/ |
D | compat.js | 451 ending: false, 479 return state.ending; 484 return state.ending; 689 if (state.ending) { 722 if ((state.closed || state.ending) && 734 state.ending = true; 789 endStream: state.ending,
|
/third_party/node/deps/npm/node_modules/sorted-union-stream/node_modules/readable-stream/lib/ |
D | _stream_writable.js | 74 this.ending = false; 435 if (!state.ending && !state.finished) 441 return (state.ending && 468 state.ending = true;
|
/third_party/node/deps/npm/node_modules/readable-stream/lib/ |
D | _stream_writable.js | 125 this.ending = false; // when end() has been called, and returned 305 if (state.ending) writeAfterEnd(this, cb);else if (isBuf || validChunk(this, state, chunk, cb)) { 571 if (!state.ending) endWritable(this, state, cb); 586 …return state.ending && state.length === 0 && state.bufferedRequest === null && !state.finished && … 642 state.ending = true;
|
/third_party/typescript/tests/baselines/reference/user/ |
D | bcryptjs.log | 6 node_modules/bcryptjs/src/bcrypt.js(94,14): error TS2366: Function lacks ending return statement an… 9 node_modules/bcryptjs/src/bcrypt.js(160,14): error TS2366: Function lacks ending return statement a… 10 node_modules/bcryptjs/src/bcrypt.js(238,14): error TS2366: Function lacks ending return statement a…
|
/third_party/jerryscript/tests/ |
D | .gitattributes | 2 jerry/windows-line-ending.js text eol=crlf
|
/third_party/node/deps/npm/node_modules/from2/node_modules/readable-stream/lib/ |
D | _stream_writable.js | 136 this.ending = false; 594 if (!state.ending && !state.finished) endWritable(this, state, cb); 598 …return state.ending && state.length === 0 && state.bufferedRequest === null && !state.finished && … 637 state.ending = true;
|
/third_party/node/deps/npm/node_modules/through2/node_modules/readable-stream/lib/ |
D | _stream_writable.js | 136 this.ending = false; 594 if (!state.ending && !state.finished) endWritable(this, state, cb); 598 …return state.ending && state.length === 0 && state.bufferedRequest === null && !state.finished && … 637 state.ending = true;
|
/third_party/node/deps/npm/node_modules/duplexify/node_modules/readable-stream/lib/ |
D | _stream_writable.js | 136 this.ending = false; 594 if (!state.ending && !state.finished) endWritable(this, state, cb); 598 …return state.ending && state.length === 0 && state.bufferedRequest === null && !state.finished && … 637 state.ending = true;
|
/third_party/node/deps/npm/node_modules/stream-iterate/node_modules/readable-stream/lib/ |
D | _stream_writable.js | 136 this.ending = false; 594 if (!state.ending && !state.finished) endWritable(this, state, cb); 598 …return state.ending && state.length === 0 && state.bufferedRequest === null && !state.finished && … 637 state.ending = true;
|
/third_party/node/deps/npm/node_modules/flush-write-stream/node_modules/readable-stream/lib/ |
D | _stream_writable.js | 136 this.ending = false; 594 if (!state.ending && !state.finished) endWritable(this, state, cb); 598 …return state.ending && state.length === 0 && state.bufferedRequest === null && !state.finished && … 637 state.ending = true;
|
/third_party/node/deps/npm/node_modules/parallel-transform/node_modules/readable-stream/lib/ |
D | _stream_writable.js | 136 this.ending = false; 594 if (!state.ending && !state.finished) endWritable(this, state, cb); 598 …return state.ending && state.length === 0 && state.bufferedRequest === null && !state.finished && … 637 state.ending = true;
|