Home
last modified time | relevance | path

Searched refs:pretty (Results 26 - 50 of 61) sorted by relevance

123

/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Deasy_xml_test.py50 pretty=True,
/third_party/mesa3d/src/broadcom/clif/
H A Dclif_private.h56 bool pretty; member
/third_party/skia/third_party/externals/swiftshader/tests/
H A Dpresubmit.sh43 git log -1 --pretty=%B | grep -E '^(Bug|Issue|Fixes):(\s?)(((b\/)|(\w+:))([0-9]+)|[^0-9]+)$|(^Regres:)|(^PiperOrigin-RevId:)'
/third_party/json/
H A DMakefile1 .PHONY: pretty clean ChangeLog.md release
42 @echo "pretty - beautify code with Artistic Style"
145 # call the Artistic Style pretty printer on all source files
146 pretty:
172 # create single header files and pretty print
174 $(MAKE) pretty
221 gtar --sort=name --mtime="@$(shell git log -1 --pretty=%ct)" --owner=0 --group=0 --numeric-owner --pax-option=exthdr.name=%d/PaxHeaders/%f,delete=atime,delete=ctime --create --file - json | xz --compress -9e --threads=2 - > json.tar.xz
/third_party/node/deps/v8/third_party/jinja2/
H A Dutils.py169 """Prettyprint an object. Either use the `pretty` library or the
173 from pretty import pretty namespace
175 return pretty(obj, verbose=verbose)
/third_party/node/tools/inspector_protocol/jinja2/
H A Dutils.py178 """Prettyprint an object. Either use the `pretty` library or the
182 from pretty import pretty namespace
183 return pretty(obj, verbose=verbose)
/third_party/python/Tools/scripts/
H A Dsummarize_stats.py117 def pretty(defname): function
122 return pretty(defines[kind][0])
131 return pretty(name[len(opname)+1:])
/third_party/skia/third_party/externals/jinja2/
H A Dutils.py169 """Prettyprint an object. Either use the `pretty` library or the
173 from pretty import pretty namespace
175 return pretty(obj, verbose=verbose)
/third_party/curl/tests/
H A Dtestcurl.pl429 @commits=`git log --pretty=oneline --abbrev-commit -5`;
452 @commits=`git log --pretty=oneline --abbrev-commit -5`;
/third_party/icu/tools/colprobe/
H A Dsortedlines.h88 UnicodeString arrayToString(Line** sortedLines, int32_t linesSize, UBool pretty, UBool useLinks, UBool printSortKeys);
/kernel/linux/linux-6.6/tools/perf/Documentation/
H A DMakefile258 $(shell git log -1 --pretty="format:%cd" \
/third_party/ltp/docparse/
H A Dtestinfo.pl446 $commits{$k}{$v} = `git log --pretty=format:'%s' -1 $v`;
/third_party/mesa3d/src/broadcom/cle/
H A Dv3d_decoder.c911 if (clif->pretty) { in v3d_field_iterator_next()
921 if (clif->pretty) { in v3d_field_iterator_next()
971 if (clif->pretty) { in v3d_print_group()
/third_party/curl/
H A Dltmain.sh614 func_quote_arg pretty "$2"
622 func_quote_arg pretty "$2"
1257 # 'pretty'
1265 # Examples for 'func_quote_arg pretty,unquoted string':
1275 # Examples for 'func_quote_arg pretty,unquoted,expand string':
1290 *,pretty,*|*,expand,*|*,unquoted,*)
1367 func_quote_arg pretty,expand "$_G_cmd"
1393 func_quote_arg expand,pretty "$_G_cmd"
3666 func_quote_arg pretty "$libobj"
3740 func_quote_arg pretty "
[all...]
/third_party/node/deps/cares/
H A Dltmain.sh614 func_quote_arg pretty "$2"
622 func_quote_arg pretty "$2"
1257 # 'pretty'
1265 # Examples for 'func_quote_arg pretty,unquoted string':
1275 # Examples for 'func_quote_arg pretty,unquoted,expand string':
1290 *,pretty,*|*,expand,*|*,unquoted,*)
1367 func_quote_arg pretty,expand "$_G_cmd"
1393 func_quote_arg expand,pretty "$_G_cmd"
3666 func_quote_arg pretty "$libobj"
3740 func_quote_arg pretty "
[all...]
/third_party/node/deps/cares/config/
H A Dltmain.sh614 func_quote_arg pretty "$2"
622 func_quote_arg pretty "$2"
1257 # 'pretty'
1265 # Examples for 'func_quote_arg pretty,unquoted string':
1275 # Examples for 'func_quote_arg pretty,unquoted,expand string':
1290 *,pretty,*|*,expand,*|*,unquoted,*)
1367 func_quote_arg pretty,expand "$_G_cmd"
1393 func_quote_arg expand,pretty "$_G_cmd"
3666 func_quote_arg pretty "$libobj"
3740 func_quote_arg pretty "
[all...]
/third_party/libevdev/build-aux/
H A Dltmain.sh626 func_quote_arg pretty "$2"
634 func_quote_arg pretty "$2"
1269 # 'pretty'
1277 # Examples for 'func_quote_arg pretty,unquoted string':
1287 # Examples for 'func_quote_arg pretty,unquoted,expand string':
1302 *,pretty,*|*,expand,*|*,unquoted,*)
1379 func_quote_arg pretty,expand "$_G_cmd"
1405 func_quote_arg expand,pretty "$_G_cmd"
3667 func_quote_arg pretty "$libobj"
3741 func_quote_arg pretty "
[all...]
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dmsvs.py2222 easy_xml.WriteXmlIfChanged(content, filters_path, pretty=True, win32=True)
2480 easy_xml.WriteXmlIfChanged(content, props_path, pretty=True, win32=True)
2682 easy_xml.WriteXmlIfChanged(content, targets_path, pretty=True, win32=True)
2906 easy_xml.WriteXmlIfChanged(content, xml_path, pretty=True, win32=True)
3826 easy_xml.WriteXmlIfChanged(content, project.path, pretty=True, win32=True)
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dmsvs.py2214 easy_xml.WriteXmlIfChanged(content, filters_path, pretty=True, win32=True)
2472 easy_xml.WriteXmlIfChanged(content, props_path, pretty=True, win32=True)
2674 easy_xml.WriteXmlIfChanged(content, targets_path, pretty=True, win32=True)
2898 easy_xml.WriteXmlIfChanged(content, xml_path, pretty=True, win32=True)
3826 easy_xml.WriteXmlIfChanged(content, project.path, pretty=True, win32=True)
/kernel/linux/linux-5.10/tools/perf/Documentation/
H A DMakefile299 -aperf_date=$(shell git log -1 --pretty="format:%cd" \
/third_party/libabigail/src/
H A Dabg-writer.cc490 interned_string pretty = c->get_cached_pretty_representation(true); in get_id_for_type() local
491 size_t hash = hashing::fnv_hash(pretty); in get_id_for_type()
643 // So the two operands have the same pretty representation. in operator ()()
648 // type and consider its pretty representation instead. in operator ()()
/kernel/linux/linux-5.10/scripts/
H A Dcheckpatch.pl932 my $git_last_include_commit = `${git_command} log --no-merges --pretty=format:"%h%n" -1 -- include`;
1044 my $lines = `${git_command} log --no-color --no-merges --pretty=format:'%H %s' $git_range`;
/kernel/linux/linux-6.6/scripts/
H A Dcheckpatch.pl1169 my $git_last_include_commit = `${git_command} log --no-merges --pretty=format:"%h%n" -1 -- include`;
1282 my $lines = `${git_command} log --no-color --no-merges --pretty=format:'%H %s' $git_range`;
/third_party/ltp/scripts/
H A Dcheckpatch.pl1107 my $git_last_include_commit = `${git_command} log --no-merges --pretty=format:"%h%n" -1 -- include`;
1220 my $lines = `${git_command} log --no-color --no-merges --pretty=format:'%H %s' $git_range`;
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/
H A Dpfpsp.S2928 # this ain't a pretty solution, but it works:

Completed in 69 milliseconds

123