| /external/python/cpython3/Tools/msi/ |
| D | build.bat | 11 set REBUILD= variable 21 if "%~1" EQU "-r" (set REBUILD=-r) && shift && goto CheckOpts variable 30 call "%PCBUILD%build.bat" -p Win32 -d -e %REBUILD% %BUILDTEST% 32 call "%PCBUILD%build.bat" -p Win32 -e %REBUILD% %BUILDTEST% 36 call "%PCBUILD%build.bat" -p x64 -d -e %REBUILD% %BUILDTEST% 38 call "%PCBUILD%build.bat" -p x64 -e %REBUILD% %BUILDTEST% 58 if defined REBUILD ( 59 set BUILD_CMD=%BUILD_CMD% /t:Rebuild 82 echo -r Rebuild rather than incremental build
|
| D | msi.targets | 78 …<Error Text="Unable to locate signtool.exe. Set /p:SignToolPath and rebuild" Condition="'$(_SignCo… 82 …<Error Text="Unable to locate signtool.exe. Set /p:SignToolPath and rebuild" Condition="'$(_SignCo… 86 …<Error Text="Unable to locate signtool.exe. Set /p:SignToolPath and rebuild" Condition="'$(_SignCo… 90 …<Error Text="Unable to locate signtool.exe. Set /p:SignToolPath and rebuild" Condition="'$(_SignCo…
|
| /external/clang/test/Modules/ |
| D | no-stale-modtime.m | 16 // RUN: | FileCheck -check-prefix=REBUILD-ALL %s 24 // RUN: | FileCheck -check-prefix=REBUILD-ALL %s 28 // REBUILD-ALL: building module 'b' 29 // REBUILD-ALL: building module 'l' 30 // REBUILD-ALL: building module 't' 31 // REBUILD-ALL: building module 'r'
|
| D | rebuild.m | 14 // Rebuild Module, reset its timestamp, and verify its size hasn't changed 22 // But the signature at least is expected to change, so we rebuild DependsOnModule. 28 // Rebuild Module, reset its timestamp, and verify its size hasn't changed
|
| /external/python/cpython3/Tools/nuget/ |
| D | build.bat | 10 set REBUILD= variable 20 if "%~1" EQU "-r" (set REBUILD=-r) && shift && goto CheckOpts variable 35 if defined REBUILD ( call "%PCBUILD%build.bat" -e -r 44 if defined REBUILD ( call "%PCBUILD%build.bat" -p x64 -e -r 53 if defined REBUILD ( call "%PCBUILD%build.bat" -p ARM -e -r --no-tkinter 68 echo -r Rebuild rather than incremental build
|
| /external/python/cpython2/Tools/nuget/ |
| D | build.bat | 8 set REBUILD= variable 16 if "%~1" EQU "-r" (set REBUILD=-r) && shift && goto CheckOpts variable 38 if defined REBUILD ( call "%PCBUILD%build.bat" -e -r 47 if defined REBUILD ( call "%PCBUILD%build.bat" -p x64 -e -r 62 echo -r Rebuild rather than incremental build
|
| /external/python/cpython2/PC/VS9.0/ |
| D | build.bat | 2 rem A batch program to build or rebuild a particular configuration, 8 rem -r Target Rebuild instead of Build 9 rem -t Set the target manually (Build, Rebuild, or Clean) 26 if '%1'=='-r' (set target=/rebuild) & shift & goto CheckOpts 29 if '%2'=='Rebuild' (set target=/rebuild) & shift & shift & goto CheckOpts
|
| /external/e2fsprogs/e2fsck/ |
| D | extents.c | 2 * extents.c --- rebuild extent tree 42 _("extent rebuild inode map"), in e2fsck_rebuild_extents_later() 275 printf("rebuild: ino=%d extents=%d->%d\n", ino, list->ext_read, in rewrite_extent_replay() 379 /* Rebuild the extents immediately */ 464 /* Scan a file to see if we should rebuild its extent tree */ 542 * repeatedly rebuild the extent tree. in e2fsck_check_rebuild_extents() 565 /* Having scanned a file's extent tree, decide if we should rebuild it */ 576 goto rebuild; in e2fsck_should_rebuild_extents() 585 /* If the extent tree is too deep, then rebuild it. */ in e2fsck_should_rebuild_extents() 589 goto rebuild; in e2fsck_should_rebuild_extents() [all …]
|
| /external/toolchain-utils/ |
| D | build_chromeos.py | 63 "--rebuild", 64 dest="rebuild", 66 help="Rebuild all board packages except the toolchain.", 168 if options.rebuild: 226 if options.rebuild: 227 # Give warning about "--rebuild" and "--debug". Under this combination, 230 '--rebuild" does not correctly re-build every package when ' 269 if options.rebuild:
|
| /external/libxml2/doc/ |
| D | Makefile.am | 67 rebuild: target 73 cd devhelp && $(MAKE) rebuild 74 cd examples && $(MAKE) rebuild 77 .PHONY: rebuild
|
| /external/one-true-awk/testdir/ |
| D | arnold-fixes.tar | ... -conv.bad
arnold-fixes/ofs-rebuild.awk
arnold-fixes/unary-plus. ... |
| /external/python/cpython3/.azure-pipelines/windows-release/ |
| D | msi-steps.yml | 86 %MSBUILD% Tools\msi\bundle\releaselocal.wixproj /t:Rebuild /p:RebuildAll=true 87 %MSBUILD% Tools\msi\bundle\releaseweb.wixproj /t:Rebuild /p:RebuildAll=false 99 %MSBUILD% Tools\msi\bundle\releaselocal.wixproj /t:Rebuild /p:RebuildAll=true 100 %MSBUILD% Tools\msi\bundle\releaseweb.wixproj /t:Rebuild /p:RebuildAll=false
|
| /external/python/dateutil/ |
| D | updatezinfo.py | 10 from dateutil.zoneinfo import rebuild 49 rebuild.rebuild(metadata['tzdata_file'], zonegroups=metadata['zonegroups'],
|
| /external/angle/src/compiler/translator/msl/ |
| D | IntermRebuild.h | 16 // Walks the tree to rebuild nodes. 33 // - Ill-typed children cause rebuild errors. Ill-typed means the node to automatically rebuild 39 // - Only after such a rebuild (or lack thereof), the post-visit is performed. 252 // Can be used to rebuild a specific node during a traversal. Useful for fine control of 254 [[nodiscard]] PostResult rebuild(TIntermNode &node);
|
| /external/pigweed/pw_watch/py/pw_watch/ |
| D | watch_app.py | 104 Trigger a rebuild. -------------------------------- Enter 122 Rebuild Enter --------------- Click or press Enter to trigger a rebuild. 123 [x] Auto Rebuild ------------ Click to globaly enable or disable automatic 416 ToolbarButton('Enter', 'Rebuild', self.run_build) 420 description='Auto Rebuild', 472 "Rebuild." 709 """Manually trigger a rebuild from the UI.""" 711 self.event_handler.rebuild()
|
| /external/python/cpython2/PC/VS8.0/ |
| D | build.bat | 2 rem A batch program to build or rebuild a particular configuration. 13 if "%1"=="-r" (set build=/rebuild) & shift & goto CheckOpts
|
| /external/python/dateutil/docs/ |
| D | zoneinfo.rst | 8 .. automodule:: dateutil.zoneinfo.rebuild 9 :members: rebuild
|
| /external/ukey2/src/main/javatest/com/google/security/cryptauth/lib/securegcm/ |
| D | D2DConnectionContextTest.java | 401 // Try to rebuild the context in testSaveSessionV0() 424 // Try to rebuild the context in testSaveSessionV0_negativeSeqNumber() 438 // Try to rebuild the context in testSaveSessionV0_shortKey() 458 // Try to rebuild the context in testSaveSession_unknownProtocolVersion() 469 // Try to rebuild the context in testSaveSession_unknownProtocolVersion() 489 // Try to rebuild the context in testSaveSessionV1() 515 // Try to rebuild the context in testSaveSessionV1_negativeSeqNumbers() 531 // Try to rebuild the context in testSaveSessionV1_tooShort()
|
| /external/OpenCL-CTS/test_conformance/compiler/ |
| D | test_build_options.cpp | 164 // Rebuild with a different value for the define macro, to make sure caching behaves properly in test_options_build_macro() 166 test_error( error, "Test program did not properly rebuild" ); in test_options_build_macro() 279 // Rebuild with a different include directory in test_options_include_directory() 282 test_error( error, "Test program did not properly rebuild" ); in test_options_include_directory() 384 // Rebuild without flushing flag set in test_options_denorm_cache() 386 test_error( error, "Test program did not properly rebuild" ); in test_options_denorm_cache()
|
| /external/javaparser/javaparser-symbol-solver-testing/src/test/resources/javassist_symbols/ |
| D | README.md | 5 Running the buildTestJarMainJar gradle task should rebuild all necessary files. 6 When you need to rebuild the jar, it is important to make sure you actually update the jar in git. …
|
| /external/harfbuzz_ng/docs/ |
| D | Makefile.am | 31 SCAN_OPTIONS=--rebuild-types --deprecated-guards="HB_DISABLE_DEPRECATED" \ 110 # for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types 111 # for --rebuild-sections in $(SCAN_OPTIONS) e.g. $(DOC_MODULE)-sections.txt
|
| /external/python/dateutil/dateutil/zoneinfo/ |
| D | rebuild.py | 12 def rebuild(filename, tag=None, format="gz", zonegroups=[], metadata=None): function 13 """Rebuild the internal timezone info in dateutil/zoneinfo/zoneinfo*tar*
|
| /external/antlr/runtime/Python3/tests/ |
| D | testbase.py | 193 # don't try to rebuild grammar, if it already failed 242 # rebuild = False 245 # rebuild = True 250 # rebuild = True 254 # if rebuild:
|
| /external/antlr/runtime/Python/tests/ |
| D | testbase.py | 209 # don't try to rebuild grammar, if it already failed 261 # rebuild = False 264 # rebuild = True 269 # rebuild = True 273 # if rebuild:
|
| /external/libxml2/ |
| D | MAINTAINERS.md | 5 ### Rebuild generated files and documentation 9 make -C doc rebuild
|