Searched refs:auto_format (Results 1 – 6 of 6) sorted by relevance
/external/libcxx/test/std/input.output/filesystems/fs.enum/ |
D | enum.path.format.pass.cpp | 34 E::auto_format != E::native_format && in main() 35 E::auto_format != E::generic_format && in main()
|
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.construct/ |
D | source.pass.cpp | 85 RunTestCaseImpl<CharT>(MS, fs::path::format::auto_format); in RunTestCase()
|
/external/v8/tools/release/ |
D | common_includes.py | 111 def MakeChangeLogBody(commit_messages, auto_format=False): argument 118 if auto_format: 138 if not auto_format:
|
D | create_release.py | 98 body = MakeChangeLogBody(commit_messages, auto_format=True)
|
D | push_to_candidates.py | 140 body = MakeChangeLogBody(commit_messages, auto_format=True)
|
/external/libcxx/include/ |
D | filesystem | 755 auto_format, 767 path(string_type&& __s, format = format::auto_format) noexcept 771 path(const _Source& __src, format = format::auto_format) { 776 path(_InputIt __first, _InputIt __last, format = format::auto_format) { 783 path(const _Source& __src, const locale& __loc, format = format::auto_format); 786 format = format::auto_format);
|