/external/chromium_org/chrome_frame/test/ |
poor_mans_trybot_xcopy_filter.txt | 17 .ninja
|
/external/chromium_org/tools/gyp/pylib/gyp/generator/ |
ninja_test.py | 7 """ Unit tests for the ninja.py file. """ 9 import gyp.generator.ninja as ninja namespace 18 writer = ninja.NinjaWriter('foo', 'wee', '.', '.', 'build.ninja', '.', 19 'build.ninja', 'win') 29 writer = ninja.NinjaWriter('foo', 'wee', '.', '.', 'build.ninja', '.', 30 'build.ninja', 'linux')
|
ninja.py | 30 # system to the appropriate locations. Ninja prefers paths to be 34 # ninja/shell variable) that are passed to gyp here but expanded 35 # before writing out into the target .ninja files; see 91 """Takes a preprocessor define and returns a -D parameter that's ninja- and 186 # A small discourse on paths as used within the Ninja build: 197 # All paths as written into the .ninja files are relative to the build 198 # directory. Call these paths "ninja paths". 204 # into the equivalent ninja path. 206 # - GypPathToUniqueOutput translates a gyp path into a ninja path to write 225 self.ninja = ninja_syntax.Writer(output_file [all...] |
/external/jmonkeyengine/engine/src/test/jme3test/helloworld/ |
HelloAssets.java | 80 /** Load a Ninja model (OgreXML + material + texture from test_data) */ 81 Spatial ninja = assetManager.loadModel("Models/Ninja/Ninja.mesh.xml"); local 82 ninja.scale(0.05f, 0.05f, 0.05f); 83 ninja.rotate(0.0f, -3.0f, 0.0f); 84 ninja.setLocalTranslation(0.0f, -5.0f, -2.0f); 85 rootNode.attachChild(ninja);
|
/external/chromium_org/tools/gyp/test/win/ |
gyptest-cl-function-level-linking.py | 16 test = TestGyp.TestGyp(formats=['msvs', 'ninja']) 32 sep = '.' if test.format == 'ninja' else '\\'
|
/external/skia/tools/ |
build-tot-chromium.sh | 49 GYP_GENERATORS='ninja' ./build/gyp_chromium 51 echo -e "\n\n========Starting ninja build========\n\n" 53 ninja -C out/Release chrome 55 echo -e "\n\n========ninja build took $((END_TIME - START_TIME)) seconds========\n\n"
|
/external/chromium_org/tools/vim/ |
ninja-build.vim | 5 " Adds a "Compile this file" function, using ninja. On Mac, binds Cmd-k to 9 " Adds a "Build this target" function, using ninja. This is not bound 13 " Requires that gyp has already generated build.ninja files, and that ninja is 17 " so /path/to/src/tools/vim/ninja-build.vim 45 """Default to the configuration with either a newer build.ninja or a newer 59 if is_release_15s_newer('build.ninja') or is_release_15s_newer('protoc'): 69 # ninja needs filepaths for the ^ syntax to be relative to the 74 build_cmd = ' '.join(['ninja', '-C', build_dir, file_to_build + '^']) 84 build_cmd = ' '.join(['ninja', '-C', build_dir, targets] [all...] |
/external/chromium_org/build/android/ |
envsetup_functions.sh | 74 # Must have tools like arm-linux-androideabi-gcc on the path for ninja 143 # Set GYP_GENERATORS to ninja if it's currently unset or null. 145 echo "Defaulting GYP_GENERATORS to ninja." 146 GYP_GENERATORS=ninja 147 elif [ "$GYP_GENERATORS" != "ninja" ]; then 149 echo "Only GYP_GENERATORS=ninja has continuous coverage."
|
/external/chromium_org/tools/telemetry/telemetry/core/chrome/ |
android_browser_finder.py | 170 logging.warn(' ninja -C out/Release forwarder2 md5sum')
|
/external/chromium_org/tools/ |
bisect-perf-regression.py | 310 cmd = ['ninja', '-C', os.path.join('out', 'Release')] 365 elif opts.build_preference == 'ninja': 412 if opts.build_preference == 'ninja': [all...] |
/external/chromium_org/tools/win/ |
copy-installer.bat | 14 REM to the Release build if one is not found. Similarly, the ninja output
|
/cts/suite/pts/deviceTests/browserbench/assets/octane/ |
mandreel.js | [all...] |