Home
last modified time | relevance | path

Searched refs:recompile (Results 1 – 25 of 139) sorted by relevance

123456

/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/
Dcompile_incremental_test.dart64 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 …]
Dresident_web_runner_cold_test.dart76 when(mockWebFs.recompile()).thenAnswer((Invocation _) async {
92 when(mockWebFs.recompile()).thenAnswer((Invocation _) async {
98 expect(result.message, contains('Failed to recompile application.'));
Dtest_compiler_test.dart37 when(residentCompiler.recompile(
51 when(residentCompiler.recompile(
Dresident_web_runner_test.dart120 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 {
Dcompile_expression_test.dart79 await generator.recompile(
129 generator.recompile(
/third_party/python/Tools/demo/
Dredemo.py41 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/
DREADME.md22 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/
Dnpm-rebuild.md21 …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/
Dcompile.dart438 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
Dcodegen.dart216 …Future<CompilerOutput> recompile(String mainPath, List<Uri> invalidatedFiles, {String outputPath, …
231 return _residentCompiler.recompile(
/third_party/skia/third_party/externals/opengl-registry/extensions/ARM/
DARM_mali_program_binary.txt51 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/
DARM_mali_program_binary.txt51 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/
DDynamicShaderCompilation.md14 devices. Changing render target setups may trigger a shader recompile at draw
/third_party/jsoncpp/example/
DREADME.md6 …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/
DDynamicShaderCompilation.md14 devices. Changing render target setups may trigger a shader recompile at draw
/third_party/mesa3d/docs/
Dbugs.rst16 stack trace. Also, recompile Mesa in debug mode to get more detailed
/third_party/openGLES/extensions/MESA/
DMESA_program_binary_formats.txt82 rather than performing an expensive recompile.
/third_party/skia/third_party/externals/opengl-registry/extensions/MESA/
DMESA_program_binary_formats.txt82 rather than performing an expensive recompile.
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_get_program_binary.txt217 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/
Dwbs.txt22 recompile a static libusb 1.0 library from source.
/third_party/boost/libs/test/doc/testing_tools/
Dboost_test_debugging.qbk30 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/
Dcompile.dart89 /// Invalidate the source files in `inputs` and recompile them to JavaScript.
/third_party/flutter/flutter/packages/flutter_tools/lib/src/build_runner/
Dresident_web_runner.dart232 final bool success = await _webFs.recompile();
235 return OperationResult(1, 'Failed to recompile application.');
/third_party/openGLES/extensions/ARB/
DARB_get_program_binary.txt227 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/
Dcpp.jam87 # any header included by HPP being precompiled changes, we need to recompile the

123456