Searched refs:Rebuild (Results 1 – 25 of 36) sorted by relevance
12
/external/python/cpython2/PC/VS9.0/ |
D | build.bat | 8 rem -r Target Rebuild instead of Build 9 rem -t Set the target manually (Build, Rebuild, or Clean) 29 if '%2'=='Rebuild' (set target=/rebuild) & shift & shift & goto CheckOpts
|
/external/python/cpython3/Tools/msi/ |
D | build.bat | 58 set BUILD_CMD=%BUILD_CMD% /t:Rebuild 81 echo -r Rebuild rather than incremental build
|
D | buildrelease.bat | 37 set TARGET=Rebuild 180 %MSBUILD% "%D%bundle\releaselocal.wixproj" /t:Rebuild %BUILDOPTS% %CERTOPTS% /p:RebuildAll=true 182 %MSBUILD% "%D%bundle\releaseweb.wixproj" /t:Rebuild %BUILDOPTS% %CERTOPTS% /p:RebuildAll=false
|
/external/llvm-project/clang/test/Modules/ |
D | rebuild.m | 14 // Rebuild Module, reset its timestamp, and verify its size hasn't changed 27 // Rebuild Module, reset its timestamp, and verify its size hasn't changed
|
D | modules-cache-path-canonicalization.m | 17 // Rebuild.
|
/external/tensorflow/tensorflow/lite/experimental/acceleration/compatibility/ |
D | README.md | 13 - Rebuild ../../../java:tensorflow-lite-gpu
|
/external/clang/test/Modules/ |
D | rebuild.m | 14 // Rebuild Module, reset its timestamp, and verify its size hasn't changed 28 // Rebuild Module, reset its timestamp, and verify its size hasn't changed
|
/external/cldr/tools/c/genldml/ |
D | Readme.txt | 34 o Select Build > Rebuild All
|
/external/mksh/src/ |
D | Build.sh | 608 *.ll *.o *.gen *.cat1 Rebuild.sh lft no signames.inc test.sh x vv.out *.htm 2594 echo ": # work around NeXTstep bug" >Rebuild.sh 2601 done >>Rebuild.sh 2602 echo set -x >>Rebuild.sh 2608 echo "$CC $CFLAGS $CPPFLAGS $emitbc $file || exit 1" >>Rebuild.sh 2610 echo "mv ${op}s ${op}ll" >>Rebuild.sh 2611 echo "llvm-as ${op}ll || exit 1" >>Rebuild.sh 2619 echo "rm -f $tfn.s" >>Rebuild.sh 2620 echo "llvm-link -o - $objs | opt $optflags | llc -o $tfn.s" >>Rebuild.sh 2627 echo tcfn=$mkshexe >>Rebuild.sh [all …]
|
/external/python/cpython2/PCbuild/ |
D | build.bat | 20 echo. -r Target Rebuild instead of Build 44 echo. -t Build ^| Rebuild ^| Clean ^| CleanAll 66 if "%~1"=="-r" (set target=Rebuild) & shift & goto CheckOpts
|
/external/mksh/ |
D | Android.patch.txt | 53 Only in src: Rebuild.sh
|
/external/python/cpython3/PCbuild/ |
D | build.bat | 21 echo. -r Target Rebuild instead of Build 50 echo. -t Build ^| Rebuild ^| Clean ^| CleanAll 72 if "%~1"=="-r" (set target=Rebuild) & shift & goto CheckOpts
|
/external/libpng/contrib/visupng/ |
D | README.txt | 34 3) Select "Build|Rebuild All"
|
/external/python/cpython2/Tools/nuget/ |
D | build.bat | 62 echo -r Rebuild rather than incremental build
|
/external/python/cpython3/Tools/nuget/ |
D | build.bat | 68 echo -r Rebuild rather than incremental build
|
/external/llvm-project/clang/test/VFS/ |
D | real-path-found-first.m | 17 // Rebuild
|
/external/python/cpython2/Demo/tix/ |
D | INSTALL.txt | 69 4) Rebuild Python and reinstall.
|
/external/clang/test/VFS/ |
D | real-path-found-first.m | 18 // Rebuild
|
/external/llvm-project/llvm/unittests/IR/ |
D | CFGBuilder.cpp | 246 TEST(CFGBuilder, Rebuild) { in TEST() argument
|
/external/scapy/test/ |
D | x509.uts | 56 = Cert class : Rebuild certificate 147 = CRL class : Rebuild crl
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaTemplateDeduction.cpp | 4247 bool Rebuild = false; in adjustCCAndNoReturn() local 4252 Rebuild = true; in adjustCCAndNoReturn() 4258 Rebuild = true; in adjustCCAndNoReturn() 4264 Rebuild = true; in adjustCCAndNoReturn() 4267 if (!Rebuild) in adjustCCAndNoReturn()
|
D | SemaExpr.cpp | 17704 auto Rebuild = [&](Expr *Sub) { in rebuildPotentialResultsAsNonOdrUsed() local 17802 ExprResult Base = Rebuild(OldBase); in rebuildPotentialResultsAsNonOdrUsed() 17817 ExprResult Base = Rebuild(ME->getBase()); in rebuildPotentialResultsAsNonOdrUsed() 17852 ExprResult Sub = Rebuild(LHS); in rebuildPotentialResultsAsNonOdrUsed() 17858 ExprResult Sub = Rebuild(RHS); in rebuildPotentialResultsAsNonOdrUsed() 17872 ExprResult Sub = Rebuild(PE->getSubExpr()); in rebuildPotentialResultsAsNonOdrUsed() 17882 ExprResult LHS = Rebuild(CO->getLHS()); in rebuildPotentialResultsAsNonOdrUsed() 17885 ExprResult RHS = Rebuild(CO->getRHS()); in rebuildPotentialResultsAsNonOdrUsed() 17904 ExprResult Sub = Rebuild(UO->getSubExpr()); in rebuildPotentialResultsAsNonOdrUsed() 17920 ExprResult AssocExpr = Rebuild(OrigAssocExpr); in rebuildPotentialResultsAsNonOdrUsed() [all …]
|
/external/deqp-deps/SPIRV-Tools/source/ |
D | CMakeLists.txt | 333 # Rebuild the software_version.cpp object file if it is older than
|
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | CMakeLists.txt | 333 # Rebuild the software_version.cpp object file if it is older than
|
/external/pcre/dist2/ |
D | CMakeLists.txt | 547 OPTION(PCRE2_REBUILD_CHARTABLES "Rebuild char tables" OFF) 963 MESSAGE(STATUS " Rebuild char tables ............. : ${PCRE2_REBUILD_CHARTABLES}")
|
12