Home
last modified time | relevance | path

Searched +refs:gn +refs:format +refs:command (Results 1 – 25 of 26) sorted by relevance

12

/third_party/gn/misc/vim/
DREADME.md11 Plug 'https://gn.googlesource.com/gn', { 'rtp': 'misc/vim' }
17 Plugin 'https://gn.googlesource.com/gn', { 'rtp': 'misc/vim' }
26 set runtimepath+=/path/to/gn/misc/vim
28 filetype plugin indent on " or a similar command to turn on filetypes in vim
44 Plug 'https://gn.googlesource.com/gn', { 'rtp': 'misc/vim' }
49 autocmd FileType gn AutoFormatBuffer gn
54 This will autoformat your files every time you save. If you prefer not to format
55 files upon saving, vim-codefmt can format the buffer by calling `:FormatCode`.
57 ### Included format integration
59 If you cannot include vim-codefmt, you can use the limited `gn format`
[all …]
/third_party/gn/src/gn/
Dcommand_ls.cc29 not a general regular expression (see "gn help label_pattern"). If you need
46 gn ls out/Debug "//base:*"
49 gn ls out/Debug //base --as=output
52 gn ls out/Debug --type=executable
55 gn ls out/Debug "//base/*" --as=output | xargs ninja -C out/Debug
61 Err(Location(), "Unknown command format. See \"gn help ls\"", in RunLs()
Dvariables.cc82 See "gn help template" for more examples.
157 See "gn help template" for more examples.
228 "host_cpu" (see "gn help host_cpu") and then threads this through the
236 See "gn help target_cpu" for a list of common values returned.)";
245 "target_os" (see "gn help target_os"), and then threads this through the
253 See "gn help target_os" for a list of common values returned.
289 Normally used in toolchain definitions if running some command requires
541 A list of flags passed to the archive/lib command that creates static
596 See "gn help label_pattern" for the format of the entries in the list. These
851 See also "gn help create_bundle".
[all …]
Dsetup.cc49 for a file called ".gn". This indicates the source root. You can override
73 "gn check" or "gn gen --check". If neither check_targets or
79 The format of this list is identical to that of "visibility" so see "gn
89 The format of this list is identical to that of "visibility" so see "gn
101 A list of .gn/.gni files (not labels) that have permission to call the
145 This behavior is intended to be used when BUILD.gn files can't be checked
268 std::u16string command = u"cmd.exe /c \"\""; in PythonBatToExe() local
269 command.append(bat_path.value()); in PythonBatToExe()
270 command.append(u"\" -c \"import sys; print(sys.executable)\"\""); in PythonBatToExe()
277 if (internal::ExecProcess(command, cwd, &python_path, &std_err, &exit_code) && in PythonBatToExe()
Dcommand_refs.cc249 general regular expressions, see "gn help label_pattern" for details.
315 gn refs out/Debug "//base:*"
319 gn refs out/Debug //base --tree
324 gn refs out/Debug //base/macros.h
327 gn refs out/Debug //base/macros.h --tree
331 gn refs out/Debug //base/macros.h //base/at_exit.h --all
335 gn refs out/Debug //base/macros.h --testonly=true --type=executable
343 Err(Location(), "Unknown command format. See \"gn help refs\"", in RunRefs()
/third_party/gn/docs/
Dreference.md3 *This page is automatically generated from* `gn help --markdown all`.
14 * [format: Format .gn files.](#cmd_format)
74 * [gn_version: [number] The version of gn.](#var_gn_version)
135 * [output_conversion: Data format for generated_file targets.](#var_output_conversion)
166 * [dotfile: Info about the toplevel .gn file.](#dotfile)
179 * [switches: Show available command-line switches.](#switch_list)
183 ### <a name="cmd_analyze"></a>**gn analyze &lt;out_dir&gt; &lt;input_path&gt; &lt;output_path&gt;**
188 This command takes three arguments:
217 output_path is a path indicating where the results of the command are to be
248 not in the right format, or contains invalid targets.
[all …]
/third_party/openssl/doc/man1/
Dopenssl-srp.pod.in19 [B<-gn> I<identifier>]
30 This command is deprecated. It is used to maintain an SRP (secure remote
77 =item B<-gn>
90 For more information about the format of B<arg>
/third_party/flutter/skia/third_party/externals/dawn/
DREADME.md40 On Linux you need to have the `pkg-config` command:
59 Then generate build files using `gn args out/Debug` or `gn args out/Release`.
60 …build options, the most common option is `is_debug=true/false`; otherwise `gn args out/Release --l…
67 Dawn doesn't have a formal coding style yet, except what's defined by our clang format style.
/third_party/skia/third_party/externals/angle2/third_party/r8/
DREADME.chromium26 * Added "java/src/org/chromium/build/CustomD8.java", custom_d8.jar, and BUILD.gn.
59 git format-patch -3 -o $CHROMIUM_SRC/third_party/r8/3pp/patches
84 * Copy & paste the failing ninja command (starts with proguard.py), and add --dump-inputs.
89 * Repro steps (gn gen & autoninja commands)
/third_party/ninja/doc/
Dmanual.asciidoc64 dependency on the command line used to generate them; to build C
115 * Outputs implicitly depend on the command line that was used to generate
120 command that relies on them.
122 * Rules can provide shorter descriptions of the command being run, so
123 you can print e.g. `CC foo.o` instead of a long command line while
131 parallel don't interleave their output, and when a command fails we
132 can print its failure output next to the full command line that
158 https://gn.googlesource.com/gn/[gn]:: The meta-build system used to
160 node.js), as well as Google Fuchsia. gn can generate Ninja files for
176 specify which targets (files) to build as command line arguments.
[all …]
/third_party/skia/third_party/externals/angle2/doc/
DContributingCode.md35 2. ANGLE's BUILD.gn script is used by [Chromium's gn build][gn-build-config]. If you change build
45 [gn-build-config]: https://www.chromium.org/developers/gn-build-configuration
155 … * Use `git cl format` to amend the style of your CL. This saves both your time and the reviewers'!
220 command. When doing so, the commit message should include a short description for why the original
/third_party/gstreamer/gstplugins_base/po/
Dfur.po27 #, c-format
52 #, c-format
85 #, c-format
96 #, c-format
103 #, c-format
107 #, c-format
120 #, c-format
127 #, c-format
131 #, c-format
141 #, c-format
[all …]
/third_party/skia/gn/skia/
DBUILD.gn270 # As of 11/2020, gn is an x86 binary and defaults the host_cpu to x86_64.
460 "-Wno-documentation-unknown-command",
464 "-Wno-format-nonliteral",
/third_party/ffmpeg/doc/
Dfilters.texi22 following command to achieve this:
63 Invoke the command:
85 For example if your command line is of the form:
93 you may also need to set the @var{nullsrc} parameters and add a @var{format}
119 @option{-filter_complex} options in @command{ffmpeg} and
120 @option{-vf}/@option{-af} in @command{ffplay}, and by the
164 If the option value itself is a list of items (e.g. the @code{format} filter
206 Libavfilter will automatically insert @ref{scale} filters where format
266 filtergraph description in a shell command, which depends on the
298 Additionally, these filters support an @option{enable} command that can be used
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/
DCHANGES40 - spirv-fuzz: support building using gn (#4365)
104 - Add Vulkan ImageTexelPointer format check (#4087)
315 - Add tests for recently added command line option (#3297)
450 - Reduce/fuzz: improve command line args (#2932)
459 - reduce/fuzz: improve command line args (#2932)
581 - Allow images without format for OpenCL. (#2470)
606 - Changed the BUILD.gn to only build tests in Chromium.
759 - Add testing of command line executables
932 - Default target environment is now SPIR-V 1.3. For command-line tools,
1296 - Add optimization passes (in API and spirv-opt command)
[all …]
/third_party/skia/third_party/externals/spirv-tools/
DCHANGES40 - spirv-fuzz: support building using gn (#4365)
104 - Add Vulkan ImageTexelPointer format check (#4087)
315 - Add tests for recently added command line option (#3297)
450 - Reduce/fuzz: improve command line args (#2932)
459 - reduce/fuzz: improve command line args (#2932)
581 - Allow images without format for OpenCL. (#2470)
606 - Changed the BUILD.gn to only build tests in Chromium.
759 - Add testing of command line executables
932 - Default target environment is now SPIR-V 1.3. For command-line tools,
1296 - Add optimization passes (in API and spirv-opt command)
[all …]
/third_party/spirv-tools/
DCHANGES148 - spirv-fuzz: support building using gn (#4365)
212 - Add Vulkan ImageTexelPointer format check (#4087)
423 - Add tests for recently added command line option (#3297)
558 - Reduce/fuzz: improve command line args (#2932)
567 - reduce/fuzz: improve command line args (#2932)
689 - Allow images without format for OpenCL. (#2470)
714 - Changed the BUILD.gn to only build tests in Chromium.
867 - Add testing of command line executables
1040 - Default target environment is now SPIR-V 1.3. For command-line tools,
1404 - Add optimization passes (in API and spirv-opt command)
[all …]
/third_party/chromium/patch/
D0003-ohos-1115.patch1 diff --git a/src/BUILD.gn b/src/BUILD.gn
3 --- a/src/BUILD.gn
4 +++ b/src/BUILD.gn
194 diff --git a/src/base/BUILD.gn b/src/base/BUILD.gn
196 --- a/src/base/BUILD.gn
197 +++ b/src/base/BUILD.gn
203 + # Dump symbols for stack trace, default disable, add gn file to enable it
320 + # Add this build flag in gn file to enable stack trace dump
353 diff --git a/src/base/allocator/BUILD.gn b/src/base/allocator/BUILD.gn
355 --- a/src/base/allocator/BUILD.gn
[all …]
D0004-ohos-3.2-Beta5.patch1 diff --git a/src/BUILD.gn b/src/BUILD.gn
3 --- a/src/BUILD.gn
4 +++ b/src/BUILD.gn
257 diff --git a/src/build/config/compiler/BUILD.gn b/src/build/config/compiler/BUILD.gn
259 --- a/src/build/config/compiler/BUILD.gn
260 +++ b/src/build/config/compiler/BUILD.gn
303 diff --git a/src/build/config/ohos/BUILD.gn b/src/build/config/ohos/BUILD.gn
305 --- a/src/build/config/ohos/BUILD.gn
306 +++ b/src/build/config/ohos/BUILD.gn
361 diff --git a/src/cef/BUILD.gn b/src/cef/BUILD.gn
[all …]
D0001-cve.patch1161 params->SetStringKey("format", EncodingEnumToString(encoding));
2866 + // Tell the underlying command buffer to signal a lost context to higher
4995 + // By design the command buffer has an internal (signed) 32-bit
5003 + // command buffer.
5440 - ComputeImageSizeInBytes(format, type, width, height, 1, unpack_params,
5442 + if (ComputeImageSizeInBytes(format, type, width, height, 1, unpack_params,
6251 @@ -196,3 +196,26 @@ export const format = (fmt: string, args: SDK.RemoteObject.RemoteObject[]): {
6286 -import {format} from './ConsoleFormat.js';
6287 +import {format, updateStyle} from './ConsoleFormat.js';
6534 diff --git a/src/third_party/freetype/BUILD.gn b/src/third_party/freetype/BUILD.gn
[all …]
/third_party/pcre2/pcre2/doc/
Dpcre2.txt3 text format for ease of searching with a text editor, or for use on systems
137 tions. In the "man" format, each of these is a separate "man page". In
138 the HTML format, each is a separate page, linked from the index page.
139 In the plain text format, the descriptions of the pcre2grep and
154 pcre2grep description of the pcre2grep command (8-bit only)
166 pcre2test description of the pcre2test command
2462 terns to an abstract format like Java or .NET serialization.
3576 The version field contains the version number of the block format. The
3642 The format of the name table is described above in the section entitled
3926 or both of the following to the configure command:
[all …]
/third_party/flutter/engine/flutter/tools/licenses/lib/
Dmain.dart58 …evPattern = RegExp(r'^(?:codereview\.settings|.+\.~|.+\.~[0-9]+~|\.clang-format|\.gitattributes|\.…
928 return !entry.fullName.endsWith('third_party/gn') &&
1470 return entry.name != 'util' // utils are command line tools that do not end up in the binary
2276 /// Writes a signature to an [system.IOSink] in the expected format.
2393 ..addFlag('release', help: 'Print output in the format used for product releases');
/third_party/libevdev/
Dthird_party_libevdev.diff532 +# (2) otherwise, pass the desired values on the 'make' command line.
864 + @echo "This command is intended for maintainers to use"
1024 -### 2.BUILD.gn add Reference
1843 - if command -v ldd >/dev/null && \
1886 # The Operating System including object format, if it has switched
3143 # time-stamp-format: "%:y-%02m-%02d"
6156 # time-stamp-format: "%:y-%02m-%02d"
6248 # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
7437 CC C compiler command
7878 -generated by GNU Autoconf 2.69. Invocation command line was
[all …]
/third_party/node/doc/changelogs/
DCHANGELOG_V10.md188 `--insecure-http-parser` command line flag, or the `insecureHTTPParser`
1201 * [[`aba7b47e5c`](https://github.com/nodejs/node/commit/aba7b47e5c)] - **test**: url format path en…
1369 …nodejs/node/commit/f5f916f344)] - **doc**: correct link to test coverage command (mritunjaygoutam1…
1421 …ub.com/nodejs/node/commit/e449bbbd54)] - **doc**: describe SNI host name format (Sam Roberts) [#23…
1763 * The options parser now normalizes `_` to `-` in all multi-word command-line
1800 …* Added support for `BigInt` numbers in `util.format()`. [#22097](https://github.com/nodejs/node/p…
1836 …node/commit/b69ed9c80c)] - **build**: stop printing execution of lint-md command (Ruben Bridgewate…
2051 …ommit/384221e75c)] - **(SEMVER-MINOR)** **util**: support BigInt in util.format (Masashi Hirano) […
2253 * [[`ed874e40d1`](https://github.com/nodejs/node/commit/ed874e40d1)] - **build**: use echo command
2315 ….com/nodejs/node/commit/1ebaa2af4a)] - **doc**: unify optional arguments format in headings (Vse M…
[all …]
/third_party/harfbuzz/perf/texts/
Den-words.txt2030 command
4146 format
4521 gn

12