/external/chromium_org/tools/gyp/test/win/ |
gyptest-link-pgo.py | 17 test = TestGyp.TestGyp(formats=['msvs', 'ninja']) 29 if test.format == 'ninja': 30 ninja = test.built_file_path('obj/test_pgo_instrument.ninja', chdir=CHDIR) variable 31 test.must_contain(ninja, '/LTCG:PGINSTRUMENT') 32 test.must_contain(ninja, 'test_pgo.pgd') 33 ninja = test.built_file_path('obj/test_pgo_optimize.ninja', chdir=CHDIR) variable 34 test.must_contain(ninja, '/LTCG:PGOPTIMIZE') 35 test.must_contain(ninja, 'test_pgo.pgd' 36 ninja = test.built_file_path('obj\/test_pgo_update.ninja', chdir=CHDIR) variable [all...] |
gyptest-cl-function-level-linking.py | 16 test = TestGyp.TestGyp(formats=['msvs', 'ninja']) 32 sep = '.' if test.format == 'ninja' else '\\'
|
/external/chromium_org/chrome_frame/test/ |
poor_mans_trybot_xcopy_filter.txt | 17 .ninja
|
/external/skia/tools/ |
xsan_build | 5 # $ tools/xsan_build {address,thread,undefined,etc.} [any other flags to pass to make/ninja...] 30 if [[ $GYP_GENERATORS == "ninja" ]]; then 31 ninja ${args}
|
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"
|
coverage.sh | 18 ninja -C out/Coverage
|
/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 | 32 # system to the appropriate locations. Ninja prefers paths to be 36 # ninja/shell variable) that are passed to gyp here but expanded 37 # before writing out into the target .ninja files; see 94 """Takes a preprocessor define and returns a -D parameter that's ninja- and 189 # A small discourse on paths as used within the Ninja build: 200 # All paths as written into the .ninja files are relative to the build 201 # directory. Call these paths "ninja paths". 207 # into the equivalent ninja path. 209 # - GypPathToUniqueOutput translates a gyp path into a ninja path to write 228 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/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/mojo/tools/ |
mojob.sh | 45 ninja -C "out/$1" mojo || exit 1
|
/external/chromium_org/build/android/ |
envsetup_functions.sh | 74 # Must have tools like arm-linux-androideabi-gcc on the path for ninja 144 # Set GYP_GENERATORS to ninja if it's currently unset or null. 146 echo "Defaulting GYP_GENERATORS to ninja." 147 GYP_GENERATORS=ninja 148 elif [ "$GYP_GENERATORS" != "ninja" ]; then 150 echo "Only GYP_GENERATORS=ninja has continuous coverage."
|
/external/chromium_org/tools/win/ |
copy-installer.bat | 14 REM to the Release build if one is not found. Similarly, the ninja output
|
/external/chromium_org/tools/ |
bisect-perf-regression.py | 348 build_system: A string specifying build system. Currently only 'ninja' or 350 if build_system == 'ninja': 353 if not gyp_var or not 'ninja' in gyp_var: 355 os.environ['GYP_GENERATORS'] = gyp_var + ',ninja' 357 os.environ['GYP_GENERATORS'] = 'ninja' 383 cmd = ['ninja', '-C', os.path.join('out', 'Release')] 430 if 'ninja' in os.getenv('GYP_GENERATORS'): 431 opts.build_preference = 'ninja' 484 elif opts.build_preference == 'ninja': 518 if opts.build_preference == 'ninja' [all...] |
/external/chromium_org/net/base/registry_controlled_domains/ |
effective_tld_names.cc | [all...] |
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
mandreel.js | [all...] |