/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/ |
D | compile_incremental_test.dart | 64 final CompilerOutput output = await generator.recompile( 84 expect(asyncGuard(() => generator.recompile( 102 expect(asyncGuard(() => generator.recompile( 113 testUsingContext('incremental compile and recompile', () async { 119 await generator.recompile( 127 // send recompile request. 154 testUsingContext('incremental compile and recompile twice', () async { 163 …await generator.recompile('/path/to/main.dart', null /* invalidatedFiles */, outputPath: '/build/'… 191 // Put content into the output stream after generator.recompile gets 196 final CompilerOutput output = await generator.recompile( [all …]
|
D | resident_web_runner_cold_test.dart | 76 when(mockWebFs.recompile()).thenAnswer((Invocation _) async { 92 when(mockWebFs.recompile()).thenAnswer((Invocation _) async { 98 expect(result.message, contains('Failed to recompile application.'));
|
D | test_compiler_test.dart | 37 when(residentCompiler.recompile( 51 when(residentCompiler.recompile(
|
D | resident_web_runner_test.dart | 120 when(mockWebFs.recompile()).thenAnswer((Invocation _) async { 138 when(mockWebFs.recompile()).thenAnswer((Invocation _) async { 144 expect(result.message, contains('Failed to recompile application.')); 154 when(mockWebFs.recompile()).thenAnswer((Invocation _) async {
|
D | compile_expression_test.dart | 79 await generator.recompile( 129 generator.recompile(
|
/third_party/python/Tools/demo/ |
D | redemo.py | 41 command=self.recompile) 48 command=self.recompile) 61 self.regexdisplay.bind('<Key>', self.recompile) 65 self.recompile() 90 command=self.recompile) 101 def recompile(self, event=None): member in ReDemo
|
/third_party/flutter/engine/flutter/frontend_server/ |
D | README.md | 22 recompile <boundary-key> 45 will recompile based on newly changed files. 46 Small technical detail is that Dart Frontend will not recompile files from previously rejected
|
/third_party/node/deps/npm/docs/content/cli-commands/ |
D | npm-rebuild.md | 21 …lders. This is useful when you install a new version of node, and must recompile all your C++ add…
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/ |
D | compile.dart | 438 Future<CompilerOutput> recompile( 459 // First time recompile is called we actually have to compile the app from 485 _server.stdin.writeln('recompile $mainUri$inputKey'); 486 printTrace('<- recompile $mainUri$inputKey'); 637 /// Either [accept] or [reject] should be called after every [recompile] call. 648 /// Either [accept] or [reject] should be called after every [recompile] call. 671 /// accepted previously so that next call to [recompile] produces complete
|
D | codegen.dart | 216 …Future<CompilerOutput> recompile(String mainPath, List<Uri> invalidatedFiles, {String outputPath, … 231 return _residentCompiler.recompile(
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARM/ |
D | ARM_mali_program_binary.txt | 51 1. When should applications recompile and relink program binaries? 90 of the shader compiler or driver, applications should recompile and relink
|
/third_party/openGLES/extensions/ARM/ |
D | ARM_mali_program_binary.txt | 51 1. When should applications recompile and relink program binaries? 90 of the shader compiler or driver, applications should recompile and relink
|
/third_party/skia/third_party/externals/angle2/doc/ |
D | DynamicShaderCompilation.md | 14 devices. Changing render target setups may trigger a shader recompile at draw
|
/third_party/jsoncpp/example/ |
D | README.md | 6 …e third-party library cannot be rebuilt with the new ABI, then you need to recompile your code with
|
/third_party/flutter/skia/third_party/externals/angle2/doc/ |
D | DynamicShaderCompilation.md | 14 devices. Changing render target setups may trigger a shader recompile at draw
|
/third_party/mesa3d/docs/ |
D | bugs.rst | 16 stack trace. Also, recompile Mesa in debug mode to get more detailed
|
/third_party/openGLES/extensions/MESA/ |
D | MESA_program_binary_formats.txt | 82 rather than performing an expensive recompile.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/MESA/ |
D | MESA_program_binary_formats.txt | 82 rather than performing an expensive recompile.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_get_program_binary.txt | 217 If a GL implementation needs to recompile or otherwise modify program 470 signaling to the app that it needs to recompile and recache its program 510 recompile is needed by the GL implementation. 514 with the program binary such that if a recompile is necessary it has all 522 being saved such that when it is loaded again a recompile can be avoided.
|
/third_party/libusb/.private/ |
D | wbs.txt | 22 recompile a static libusb 1.0 library from source.
|
/third_party/boost/libs/test/doc/testing_tools/ |
D | boost_test_debugging.qbk | 30 The inconvenience with __BOOST_TEST_TOOLS_UNDER_DEBUGGER__ is that you have to recompile the test m…
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/web/ |
D | compile.dart | 89 /// Invalidate the source files in `inputs` and recompile them to JavaScript.
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/build_runner/ |
D | resident_web_runner.dart | 232 final bool success = await _webFs.recompile(); 235 return OperationResult(1, 'Failed to recompile application.');
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_get_program_binary.txt | 227 If a GL implementation needs to recompile or otherwise modify program 481 signaling to the app that it needs to recompile and recache its program 521 recompile is needed by the GL implementation. 525 with the program binary such that if a recompile is necessary it has all 533 being saved such that when it is loaded again a recompile can be avoided.
|
/third_party/boost/tools/build/src/tools/types/ |
D | cpp.jam | 87 # any header included by HPP being precompiled changes, we need to recompile the
|