Searched refs:ninja (Results 1 – 25 of 35) sorted by relevance
12
/external/compiler-rt/lib/tsan/ |
D | check_cmake.sh | 13 ninja 14 ninja check-sanitizer 15 ninja check-tsan 16 ninja check-asan 17 ninja check-msan 18 ninja check-lsan
|
/external/jmonkeyengine/engine/src/test/jme3test/helloworld/ |
D | HelloAssets.java | 81 Spatial ninja = assetManager.loadModel("Models/Ninja/Ninja.mesh.xml"); in simpleInitApp() local 82 ninja.scale(0.05f, 0.05f, 0.05f); in simpleInitApp() 83 ninja.rotate(0.0f, -3.0f, 0.0f); in simpleInitApp() 84 ninja.setLocalTranslation(0.0f, -5.0f, -2.0f); in simpleInitApp() 85 rootNode.attachChild(ninja); in simpleInitApp()
|
/external/skia/site/user/quick/ |
D | macos.md | 27 bin/sync-and-gyp && ninja -C out/Debug 58 Before building, make sure that gyp knows to create an XCode project or ninja 62 GYP_GENERATORS="ninja,xcode" 64 Or you can set it to `ninja` or `xcode` alone, if you like. 66 You can then generate the Xcode projects and ninja build files by running: 73 ninja -C out/Debug dm 80 ninja -C out/Release dm 88 ninja -C out/Release nanobench
|
D | linux.md | 31 bin/sync-and-gyp && ninja -C out/Debug 45 Ubuntu 12.04, you will need to install the`ninja` build tool separately, which 82 We use the open-source gyp tool to generate ninja files (and analogous build 90 `ninja` in examples shown below. 102 ninja -C out/Debug dm 111 ninja -C out/Release dm 120 ninja -C out/Release nanobench
|
D | windows.md | 56 ninja -C out\Debug dm 63 ninja -C out\Release dm 95 ninja -C out\Release nanobench
|
/external/skia/platform_tools/android/bin/ |
D | android_ninja | 15 GYP_GENERATORS=ninja-android "${SKIA_SRC_DIR}/gyp_skia" 16 ninja -C $SKIA_OUT/$BUILDTYPE ${APP_ARGS[@]}
|
D | android_make | 15 GYP_GENERATORS=ninja-android "${SKIA_SRC_DIR}/gyp_skia" 16 ninja -C $SKIA_OUT/$BUILDTYPE ${APP_ARGS[@]}
|
/external/skia/site/dev/testing/ |
D | tests.md | 33 ninja -C out/Debug dm 64 ninja -C out/Debug dm 70 ninja -C out/Debug SampleApp
|
D | testing.md | 9 $ ninja -C out/Debug dm 141 $ ninja -C out/Debug dm 147 $ ninja -C out/Debug dm 156 $ ninja -C out/Debug dm 162 $ ninja -C out/Debug dm 165 $ ninja -C out/Debug skdiff
|
/external/llvm/bindings/go/ |
D | build.sh | 19 ninja -C $llvm_builddir llvm-config llvm-go 22 ninja -C $llvm_builddir $llvm_buildtargets FileCheck
|
/external/skia/bin/ |
D | c | 17 ninja -C out/Release nanobench 23 ninja -C out/Release nanobench
|
/external/clang/docs/ |
D | HowToSetupToolingForLLVM.rst | 145 Optionally you can use the `Ninja <https://github.com/martine/ninja>`_ 156 $ git clone git://github.com/martine/ninja.git 157 $ cd ninja/ 160 This will result in a single binary ``ninja`` in the current directory. 166 $ sudo cp ninja /usr/local/bin/ 167 $ sudo chmod a+rx /usr/local/bin/ninja 196 $ ninja check-all
|
D | LibASTMatchersTutorial.rst | 40 git clone https://github.com/martine/ninja.git 41 cd ninja 44 sudo cp ninja /usr/bin/ 61 ninja 62 ninja check # Test LLVM only. 63 ninja clang-test # Test Clang only. 64 ninja install 85 Finally, run ninja one last time, and you're done. 159 And that's it! You can compile our new tool by running ninja from the 165 ninja [all …]
|
/external/llvm/docs/ |
D | HowToCrossCompileLLVM.rst | 26 * ``ninja-build`` (from backports in Ubuntu) 64 You must set the ``CMAKE_INSTALL_PREFIX``, otherwise a ``ninja install`` 133 $ ninja 138 You can't run ``ninja check-all`` on this tree because the created 149 $ ninja install
|
/external/boringssl/src/ |
D | BUILDING | 30 ninja 72 Once you've run that twice, ninja should produce Android-compatible binaries. 90 [2] https://martine.github.io/ninja/
|
/external/llvm/test/DebugInfo/X86/ |
D | sroasplit-3.ll | 45 !1 = !MDFile(filename: "test.c", directory: "/Volumes/Data/llvm/_build.ninja.debug") 49 !5 = !MDFile(filename: "test.c", directory: "/Volumes/Data/llvm/_build.ninja.debug")
|
/external/skia/tools/ |
D | coverage.sh | 18 ninja -C out/Coverage
|
/external/skia/platform_tools/chromeos/bin/ |
D | chromeos_setup.sh | 54 exportVar GYP_GENERATORS "ninja"
|
/external/skia/site/user/sample/ |
D | building.md | 12 * [ninja](http://martine.github.io/ninja/) 149 system generator, in this project we're going to have it build ninja 182 os.environ['GYP_GENERATORS'] = 'ninja' 242 provide to ninja. It will also be the name of the executable that we build. 296 $ ninja -C out/Debug using_skia
|
/external/skia/ |
D | Makefile | 95 ninja -C $(SKIA_OUT)/$(BUILDTYPE) $@
|
/external/skia/experimental/SkV8Example/ |
D | README | 12 5. Run 'ninja -C out/Debug SkV8Example'
|
/external/skia/site/dev/chrome/ |
D | repo.md | 13 ./gyp_skia && ninja -C out/Debug dm in chromium/src/third_party/skia will get
|
/external/skia/third_party/libpng/ |
D | README.google | 13 A: libpng is pulled in through DEPS, but in order to build it using ninja, we
|
/external/skia/gyp/ |
D | canvas_state_lib.gyp | 13 # ninja -C out/Debug canvas_state_lib
|
/external/libcxx/test/ |
D | CMakeLists.txt | 12 # Make sure we can use the console pool for recent cmake and ninja > 1.5
|
12