/external/v8/infra/mb/ |
D | mb_config.pyl | 196 # gyp/gn, release/debug, arch type, other values alphabetically. 200 'gn', 'debug', 'simulate_arm', 'v8_enable_slow_dchecks', 203 'gn', 'debug', 'simulate_arm', 'v8_enable_slow_dchecks'], 205 'gn', 'release', 'simulate_arm'], 207 'gn', 'debug', 'simulate_arm64', 'v8_enable_slow_dchecks', 210 'gn', 'debug', 'simulate_arm64', 'v8_enable_slow_dchecks'], 212 'gn', 'release', 'simulate_arm64'], 214 'gn', 'debug', 'x64', 'v8_enable_slow_dchecks', 'v8_full_debug'], 216 'gn', 'debug', 'x64', 'v8_enable_slow_dchecks'], 218 'gn', 'release', 'x64'], [all …]
|
/external/v8/ |
D | .gn | 3 # file, run "gn help dotfile" at the command line. 6 buildconfig = "//build/config/BUILDCONFIG.gn" 14 # matching these patterns (see "gn help label_pattern" for format) will have 16 # "gn check" or "gn gen --check". 23 "//build/config/android/BUILD.gn", 27 "//build/config/BUILD.gn", 28 "//build/config/compiler/BUILD.gn", 31 "//build/config/linux/atk/BUILD.gn", 32 "//build/config/linux/BUILD.gn", 35 "//build/config/posix/BUILD.gn", [all …]
|
D | DEPS | 181 "--bucket", "chromium-gn", 182 "-s", "v8/buildtools/win/gn.exe.sha1", 192 "--bucket", "chromium-gn", 193 "-s", "v8/buildtools/mac/gn.sha1", 203 "--bucket", "chromium-gn", 204 "-s", "v8/buildtools/linux64/gn.sha1",
|
/external/webrtc/ |
D | .gn | 10 buildconfig = "//build/config/BUILDCONFIG.gn" 18 # matching these patterns (see "gn help label_pattern" for format) will have 20 # "gn check" or "gn gen --check". 27 "//build/config/android/BUILD.gn", 31 "//build/config/compiler/BUILD.gn", 34 "//build/config/linux/BUILD.gn", 37 "//build/config/posix/BUILD.gn", 43 "//build/toolchain/mac/BUILD.gn", 44 "//build/toolchain/win/BUILD.gn", 45 "//third_party/boringssl/BUILD.gn", [all …]
|
/external/skia/site/user/ |
D | build.md | 7 Skia uses [GN](https://chromium.googlesource.com/chromium/src/tools/gn/) to 41 bin/gn gen out/Static --args='is_official_build=true' 42 bin/gn gen out/Shared --args='is_official_build=true is_component_build=true' 44 If you find you don't have `bin/gn`, make sure you've run 50 bin/gn gen out/Debug 51 bin/gn gen out/Release --args='is_debug=false' 52 bin/gn gen out/Clang --args='cc="clang" cxx="clang++"' 53 bin/gn gen out/Cached --args='cc_wrapper="ccache"' 54 bin/gn gen out/RTTI --args='extra_cflags_cc=["-frtti"]' 58 bin/gn args out/Debug --list [all …]
|
/external/libyuv/files/ |
D | .gn | 10 buildconfig = "//build/config/BUILDCONFIG.gn" 18 # matching these patterns (see "gn help label_pattern" for format) will have 20 # "gn check" or "gn gen --check". 27 "//build/config/BUILD.gn", 28 "//build/config/android/BUILD.gn", 32 "//build/config/compiler/BUILD.gn", 35 "//build/config/linux/BUILD.gn", 38 "//build/config/posix/BUILD.gn", 44 "//build/toolchain/mac/BUILD.gn", 45 "//build/toolchain/win/BUILD.gn",
|
/external/libyuv/files/docs/ |
D | getting_started.md | 65 call gn gen out/Release "--args=is_debug=false target_cpu=\"x86\"" 66 call gn gen out/Debug "--args=is_debug=true target_cpu=\"x86\"" 70 call gn gen out/Release "--args=is_debug=false target_cpu=\"x64\"" 71 call gn gen out/Debug "--args=is_debug=true target_cpu=\"x64\"" 80 …call gn gen out/Release "--args=is_debug=false is_official_build=false is_clang=true target_cpu=\"… 81 …call gn gen out/Debug "--args=is_debug=true is_official_build=false is_clang=true target_cpu=\"x86… 85 …call gn gen out/Release "--args=is_debug=false is_official_build=false is_clang=true target_cpu=\"… 86 …call gn gen out/Debug "--args=is_debug=true is_official_build=false is_clang=true target_cpu=\"x64… 92 gn gen out/Release "--args=is_debug=false" 93 gn gen out/Debug "--args=is_debug=true" [all …]
|
/external/skia/gn/ |
D | BUILDCONFIG.gn | 128 "//gn:default", 129 "//gn:no_exceptions", 130 "//gn:no_rtti", 131 "//gn:warnings", 132 "//gn:warnings_except_public_headers", 135 default_configs += [ "//gn:release" ] 138 default_configs += [ "//gn:debug_symbols" ] 140 default_configs += [ "//gn:extra_flags" ] 143 configs = [ "//gn:executable" ] + default_configs 167 set_default_toolchain("//gn:msvc") [all …]
|
/external/skia/site/dev/testing/ |
D | xsan.md | 19 cat > out/msan/args.gn <<- EOF 27 bin/gn gen out/msan 35 cat > out/asan/args.gn <<- EOF 41 bin/gn gen out/asan 49 cat > out/tsan/args.gn <<- EOF 56 bin/gn gen out/tsan
|
D | tests.md | 13 bin/gn gen out/Debug 14 bin/gn gen out/Release --args='is_debug=false' 40 2. Add `NewUnitTest.cpp` to `gn/tests.gni`. 72 2. Add `newgmtest.cpp` to `gn/gm.gni`. 122 2. Add `FooBench.cpp` to `gn/bench.gni`.
|
/external/skia/tools/ |
D | build_command_buffer.py | 124 gn = 'gn' 130 gn = 'gn.exe' 131 gn = os.path.join(chrome_src_dir, 'buildtools', platform, gn) 134 subprocess.check_call([gn, 'gen', chrome_target_dir_rel, '--args='+gnargs],
|
/external/skia/infra/bots/recipe_modules/flavor/ |
D | gn_chromecast_flavor.py | 52 gn = 'gn.exe' if 'Win' in os else 'gn' 54 gn = self.m.vars.skia_dir.join('bin', gn) 57 self._run('gn gen', gn, 'gen', self.out_dir, '--args=' + gn_args)
|
D | gn_flavor.py | 123 gn = 'gn.exe' if 'Win' in os else 'gn' 125 gn = self.m.vars.skia_dir.join('bin', gn) 129 self._run('gn gen', [gn, 'gen', self.out_dir, '--args=' + gn_args])
|
D | gn_android_flavor.py | 115 gn = 'gn.exe' if 'Win' in os else 'gn' 117 gn = self.m.vars.skia_dir.join('bin', gn) 120 self._run('gn gen', gn, 'gen', self.out_dir, '--args=' + gn_args)
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorContractionThreadPool.h | 254 Index gn = 1; 257 gm = coarsenM(m, n, bm, bn, bk, gn, num_threads, shard_by_col); 258 gn = coarsenN(m, n, bm, bn, bk, gm, num_threads, shard_by_col); 260 gn = coarsenN(m, n, bm, bn, bk, gm, num_threads, shard_by_col); 261 gm = coarsenM(m, n, bm, bn, bk, gn, num_threads, shard_by_col); 265 Index nn = divup(nn0, gn); 293 k, bm, bn, bk, nm, nn, nk, gm, gn, nm0, nn0, 306 Index gn, Index nm0, Index nn0, bool shard_by_col, 326 gn_(gn), 488 const Index nend = n * gn_ + gn(n); [all …]
|
/external/pdfium/ |
D | DEPS | 113 '--bucket', 'chromium-gn', 114 '-s', 'pdfium/buildtools/win/gn.exe.sha1', 124 '--bucket', 'chromium-gn', 125 '-s', 'pdfium/buildtools/mac/gn.sha1', 135 '--bucket', 'chromium-gn', 136 '-s', 'pdfium/buildtools/linux64/gn.sha1',
|
/external/skia/third_party/angle2/ |
D | BUILD.gn | 21 compiler_gypi = exec_script("//gn/gypi_to_gn.py", 26 gles_gypi = exec_script("//gn/gypi_to_gn.py", 76 configs -= [ "//gn:warnings" ] 134 configs -= [ "//gn:warnings" ]
|
/external/skia/ |
D | .gn | 1 buildconfig = "//gn/BUILDCONFIG.gn"
|
D | .gitignore | 41 bin/gn 42 bin/gn.exe
|
/external/v8/tools/ |
D | gyp_flag_compare.py | 159 def CompareLists(gyp, gn, name, dont_care_gyp=None, dont_care_gn=None): argument 168 if gyp[name] != gn[name]: 170 gn_set = set(gn[name]) 210 gn = Run('ninja -C %s -t commands %s' % (gn_out_dir, sys.argv[3])) 226 all_gn_flags = GetFlags(gn.splitlines(),
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ |
D | AttributeCertificateIssuer.java | 71 GeneralName gn = names[i]; in matchesDN() local 73 if (gn.getTagNo() == GeneralName.directoryName) in matchesDN() 75 if (X500Name.getInstance(gn.getName()).equals(subject)) in matchesDN()
|
/external/skia/bin/ |
D | coverage | 34 bin/fetch-gn 38 gn gen --args="$ARGS" "$BUILD"
|
/external/skia/site/user/special/ |
D | angle.md | 17 `args.gn` file (or run `gn args` to edit it).
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
D | AttributeCertificateIssuer.java | 116 GeneralName gn = names[i]; in matchesDN() local 118 if (gn.getTagNo() == GeneralName.directoryName) in matchesDN() 122 …if (new X500Principal(((ASN1Encodable)gn.getName()).toASN1Primitive().getEncoded()).equals(subject… in matchesDN()
|
/external/libvpx/libvpx/third_party/libyuv/ |
D | README.libvpx | 16 rm -rf .gitignore .gn AUTHORS Android.mk BUILD.gn CMakeLists.txt DEPS LICENSE \
|