Home
last modified time | relevance | path

Searched +full:directory +full:- +full:level (Results 1 – 25 of 1172) sorted by relevance

12345678910>>...47

/external/mesa3d/src/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/asciidoctor-chunker/
DREADME.md1 # asciidoctor-chunker
3 …[npm version](https://badge.fury.io/js/asciidoctor-chunker.svg)](https://badge.fury.io/js/asciidoc…
4 …://github.com/wshito/asciidoctor-chunker/actions/workflows/node.js.yml/badge.svg)](https://github.…
5 [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licen…
7-page) HTML from Asciidoctor's single HTML file with the support of fine-tuned splits by chapters,…
11 - 2021/8/3 [Ver 1.0.4](https://github.com/wshito/asciidoctor-chunker/releases) Added the keyboard s…
12 - 2021/6/25 [Ver 1.0.3](https://github.com/wshito/asciidoctor-chunker/releases) Fixed the security …
13 - 2021/5/9 [Ver 1.0.2](https://github.com/wshito/asciidoctor-chunker/releases) The toc item for the…
14 - 2021/3/17 [Ver 1.0.1](https://github.com/wshito/asciidoctor-chunker/releases) The script contains…
15 - 2021/2/27 [Ver 1.0.0 Released!](https://github.com/wshito/asciidoctor-chunker/releases)
[all …]
/external/selinux/sandbox/
Dsandbox.83 sandbox \- Run cmd under an SELinux sandbox
6-C] [\-s] [ \-d DPI ] [\-l level ] [[\-M | \-X] \-H homedir \-T tempdir ] [ \-R runuserdir ] [\-I…
10-C] [\-s] [ \-d DPI ] [\-l level ] [[\-M | \-X] \-H homedir \-T tempdir ] [ \-R runuserdir ] [\-I…
16 … descriptors handed to it. It is not allowed to open any other files. The \-M option will mount a…
19 .I policycoreutils-sandbox
20 package installed, you can use the \-X option and the \-M option.
21 .B sandbox \-X
22directory and /tmp. The default SELinux policy does not allow any capabilities or network access.…
24 …d with \-H or \-T the directory will have its context modified with chcon(1) unless a level is spe…
27 \fB\-h\ \fB\-\-help\fR
[all …]
/external/squashfs-tools/
DRELEASE-README1 SQUASHFS 4.3 - A squashed read-only filesystem for Linux
3 Copyright 2002-2014 Phillip Lougher <phillip@lougher.demon.co.uk>
7 Welcome to Squashfs version 4.3. Please read the README-4.3 and CHANGES files
10 Squashfs is a highly compressed read-only filesystem for Linux.
16 Squashfs is intended for general read-only filesystem use, for archival
22 --------------------
31 4. Inode and directory data are highly compacted, and packed on byte
33 (the exact length varies on file type, i.e. regular file, directory,
46 --------------------------------
55 5. Inline and out-of-line xattr values supported for higher performance
[all …]
/external/python/cpython2/Lib/distutils/tests/
Dsupport.py31 # we won't need such monkey-patch anymore
41 def _log(self, level, msg, args): argument
42 if level not in (DEBUG, INFO, WARN, ERROR, FATAL):
43 raise ValueError('%s wrong log level' % str(level))
44 self.logs.append((level, msg, args))
51 return [_format(msg, args) for level, msg, args
52 in self.logs if level in levels]
59 """Mix-in class that handles temporary directories for test cases.
71 # on the current directory fails.
79 """Create a temporary directory that will be cleaned up.
[all …]
/external/python/setuptools/setuptools/_distutils/tests/
Dsupport.py24 # we won't need such monkey-patch anymore
34 def _log(self, level, msg, args): argument
35 if level not in (DEBUG, INFO, WARN, ERROR, FATAL):
36 raise ValueError('%s wrong log level' % str(level))
40 self.logs.append((level, msg, args))
43 return [msg % args for level, msg, args
44 in self.logs if level in levels]
51 """Mix-in class that handles temporary directories for test cases.
63 # on the current directory fails.
71 """Create a temporary directory that will be cleaned up.
[all …]
/external/python/cpython3/Lib/distutils/tests/
Dsupport.py23 # we won't need such monkey-patch anymore
33 def _log(self, level, msg, args): argument
34 if level not in (DEBUG, INFO, WARN, ERROR, FATAL):
35 raise ValueError('%s wrong log level' % str(level))
39 self.logs.append((level, msg, args))
42 return [msg % args for level, msg, args
43 in self.logs if level in levels]
50 """Mix-in class that handles temporary directories for test cases.
62 # on the current directory fails.
70 """Create a temporary directory that will be cleaned up.
[all …]
/external/e2fsprogs/tests/m_minrootdir/
Dexpect34 Default directory hash: half_md4
38 Group 0: (Blocks 1-8192)
39 Primary superblock at 1, Group descriptors at 2-2
42 Inode table at 7-134 (+6)
44 Free blocks: 317-8192
45 Free inodes: 19-512
46 Group 1: (Blocks 8193-16383) [INODE_UNINIT]
47 Backup superblock at 8193, Group descriptors at 8194-8194
50 Inode table at 135-262 (bg #0 + 134)
52 Free blocks: 8195-16383
[all …]
/external/libtracefs/src/
Dtracefs-utils.c1 // SPDX-License-Identifier: LGPL-2.1
18 #include <event-parse.h>
19 #include <event-utils.h>
21 #include "tracefs-local.h"
35 * tracefs_set_loglevel - set log level of the library
36 * @level: desired level of the library messages
38 void tracefs_set_loglevel(enum tep_loglevel level) in tracefs_set_loglevel() argument
40 log_level = level; in tracefs_set_loglevel()
41 tep_set_loglevel(level); in tracefs_set_loglevel()
64 return -1; in mount_tracefs()
[all …]
/external/nist-sip/java/gov/nist/javax/sip/stack/
DServerLog.java14 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT
47 // BEGIN android-deleted
48 // import org.apache.log4j.Level;
50 // END android-deleted
112 // the log4j effective log level. in setProperties()
118 // BEGIN android-deleted in setProperties()
122 Level level = logger.getEffectiveLevel(); in setProperties()
123 if (level == Level.OFF) { in setProperties()
125 } else if (level.isGreaterOrEqual(Level.DEBUG)) { in setProperties()
127 } else if (level.isGreaterOrEqual(Level.INFO)) { in setProperties()
[all …]
/external/python/cpython3/Lib/test/test_importlib/source/
Dtest_finder.py18 """For a top-level module, it should just be found directly in the
19 directory being searched. This is true for a directory with source
20 [top-level source], bytecode [top-level bc], or both [top-level both].
21 There is also the possibility that it is a package [top-level package], in
22 which case there will be a directory with the module name and an
23 __init__.py file. If there is a directory without an __init__.py an
26 For sub-modules and sub-packages, the same happens as above but only use
30 in the same directory, the package wins out [package over module]. This is
55 Any names listed in 'compile_' are byte-compiled. Modules
81 # [top-level source]
[all …]
/external/e2fsprogs/tests/m_rootdir/
Dexpect35 Default directory hash: half_md4
47 Group 0: (Blocks 1-8192)
48 Primary superblock at 1, Group descriptors at 2-2
49 Reserved GDT blocks at 3-129
52 Inode table at 134-261 (+133)
54 Free blocks: 445-8192
55 Free inodes: 20-512
56 Group 1: (Blocks 8193-16383) [INODE_UNINIT]
57 Backup superblock at 8193, Group descriptors at 8194-8194
58 Reserved GDT blocks at 8195-8321
[all …]
/external/e2fsprogs/tests/d_punch/
Dexpect10 Pass 2: Checking directory structure
11 Pass 3: Checking directory connectivity
14 test_filesys: 11/4096 files (0.0% non-contiguous), 2345/65536 blocks
18 Level Entries Logical Physical Length Flags
20 Level Entries Logical Physical Length Flags
21 0/ 1 1/ 1 0 - 4294967295 1323 0
22 1/ 1 1/ 5 0 - 9 1313 - 1322 10 Uninit
23 1/ 1 2/ 5 11 - 12 1324 - 1325 2 Uninit
24 1/ 1 3/ 5 14 - 25 1327 - 1338 12 Uninit
25 1/ 1 4/ 5 27 - 28 1340 - 1341 2 Uninit
[all …]
/external/e2fsprogs/tests/d_punch_bigalloc/
Dexpect8 Pass 2: Checking directory structure
9 Pass 3: Checking directory connectivity
12 test_filesys: 11/4096 files (9.1% non-contiguous), 1144/65536 blocks
16 Level Entries Logical Physical Length Flags
18 Level Entries Logical Physical Length Flags
19 0/ 1 1/ 1 0 - 4294967295 1184 0
20 1/ 1 1/ 5 0 - 9 1144 - 1153 10 Uninit
21 1/ 1 2/ 5 11 - 12 1155 - 1156 2 Uninit
22 1/ 1 3/ 5 14 - 25 1158 - 1169 12 Uninit
23 1/ 1 4/ 5 27 - 28 1171 - 1172 2 Uninit
[all …]
/external/libfuse/
DREADME.md5 -----
17 send responses back. libfuse offers two APIs: a "high-level",
18 synchronous API, and a "low-level" asynchronous API. In both cases,
20 callbacks. When using the high-level API, the callbacks may work with
22 finishes when the callback function returns. When using the low-level
28 ------------------
35 beyond addressing high-impact issues. When reporting bugs, please
42 -------------------
45 * BSD (mostly/best-effort)
46 * For OS-X, please use [OSXFUSE](https://osxfuse.github.io/)
[all …]
/external/squashfs-tools/RELEASE-READMEs/
DREADME-3.31 SQUASHFS 3.3 - A squashed read-only filesystem for Linux
3 Copyright 2002-2007 Phillip Lougher <phillip@lougher.demon.co.uk>
10 also to the Squashfs-tools Mksquashfs and Unsquashfs. As usual the
16 1. MKSQUASHFS - EXTENDED EXCLUDE FILE HANDLING
17 ----------------------------------------------
21 Enabled by specifying -wildcards option
23 Supports both anchored and non-anchored exclude files.
32 1. mksquashfs example image.sqsh -wildcards -e 'test/*.gz'
34 Exclude all files matching "*.gz" in the top level directory "test".
36 2. mksquashfs example image.sqsh -wildcards -e '*/[Tt]est/example*'
[all …]
/external/google-styleguide/docguide/
DREADMEs.md13 `README.md` files are Markdown files that describe a directory.
14 GitHub and Gitiles renders it when you browse the directory.
17 containing directory:
19 https://github.com/google/styleguide/tree/gh-pages
29 your code, especially first-time users.** The `README.md` is likely the first
30 file a reader encounters when they browse a directory that
31 contains your code. In this way, it acts as a landing page for the directory.
33 We recommend that top-level directories for your code have an up-to-date
41 Files named `README` are not displayed in the directory view in Gitiles.
45 At minimum, every package-level `README.md` should include or point to the
[all …]
/external/libcups/scheduler/
Dconf.h4 * Copyright © 2007-2018 by Apple Inc.
5 * Copyright © 1997-2007 by Easy Software Products, all rights reserved.
18 CUPSD_LOG_PPD = -5, /* Used internally for PPD keywords */
20 CUPSD_LOG_STATE, /* Used internally for printer-state-reasons */
21 CUPSD_LOG_JOBSTATE, /* Used internally for job-state-reasons */
97 /* cups-files.conf file to use */
103 /* Root directory for scheduler */
105 /* Root directory for binaries */
107 /* Root directory for state data */
109 /* Directory for request files */
[all …]
/external/apache-commons-io/src/main/java/org/apache/commons/io/
DDirectoryWalker.java9 * http://www.apache.org/licenses/LICENSE-2.0
32 …* Abstract class that walks through a directory hierarchy and provides subclasses with convenient …
36 …* IO supplies many common filter implementations in the <a href="filefilter/package-summary.html">…
43 …* <li><a href="#example">1. Example Implementation</a> - example {@link FileCleaner} implementatio…
44 …* <li><a href="#filter">2. Filter Example</a> - using {@link FileFilter}(s) with {@link DirectoryW…
45 * <li><a href="#cancel">3. Cancellation</a> - how to implement cancellation behavior.</li>
66 * protected boolean handleDirectory(File directory, int depth, Collection results) {
68 * if (".svn".equals(directory.getName())) {
69 * directory.delete();
92 …* The first option is to visit all directories and files. This is achieved via the no-args constru…
[all …]
/external/python/cpython2/Lib/distutils/command/
Dinstall_lib.py25 # The byte-compilation options are a tad confusing. Here are the
27 # 1) no compilation at all (--no-compile --no-optimize)
28 # 2) compile .pyc only (--compile --no-optimize; default)
29 # 3) compile .pyc and "level 1" .pyo (--compile --optimize)
30 # 4) compile "level 1" .pyo only (--no-compile --optimize)
31 # 5) compile .pyc and "level 2" .pyo (--compile --optimize-more)
32 # 6) compile "level 2" .pyo only (--no-compile --optimize-more)
36 # generate .pyc files. 'optimize' is three-way (0, 1, or 2), and
37 # decides both whether to generate .pyo files and what level of
41 ('install-dir=', 'd', "directory to install to"),
[all …]
/external/selinux/sandbox/po/
Dnl.po4 "Project-Id-Version: PACKAGE VERSION\n"
5 "Report-Msgid-Bugs-To: \n"
6 "POT-Creation-Date: 2023-01-18 11:57+0100\n"
7 "PO-Revision-Date: 2018-07-16 03:02-0400\n"
8 "Last-Translator: Geert Warrink <geert.warrink@onsnet.nu>\n"
9 "Language-Team: Dutch\n"
11 "MIME-Version: 1.0\n"
12 "Content-Type: text/plain; charset=UTF-8\n"
13 "Content-Transfer-Encoding: 8bit\n"
14 "Plural-Forms: nplurals=2; plural=(n != 1)\n"
[all …]
Dzh_TW.po5 "Project-Id-Version: PACKAGE VERSION\n"
6 "Report-Msgid-Bugs-To: \n"
7 "POT-Creation-Date: 2023-01-18 11:57+0100\n"
8 "PO-Revision-Date: 2018-11-20 10:27-0500\n"
9 "Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
10 "Language-Team: Chinese (Taiwan)\n"
12 "MIME-Version: 1.0\n"
13 "Content-Type: text/plain; charset=UTF-8\n"
14 "Content-Transfer-Encoding: 8bit\n"
15 "Plural-Forms: nplurals=1; plural=0\n"
[all …]
/external/fonttools/Lib/fontTools/ttLib/
Dsfnt.py1 """ttLib/sfnt.py -- low-level module to deal with the sfnt file format.
30 """Return an instance of the SFNTReader sub-class which is compatible
46 def __init__(self, file, checkChecksums=0, fontNumber=-1):
62 % (numFonts - 1)
112 # Beh: we have to special-case the 'head' table.
130 # We define custom __getstate__ and __setstate__ to make SFNTReader pickle-able
131 # and deepcopy-able. When a TTFont is loaded as lazy=True, SFNTReader holds a
155 # default compression level for WOFF 1.0 tables and metadata
178 def compress(data, level=ZLIB_COMPRESSION_LEVEL): argument
181 The compression 'level' must be between 0 and 9. 1 gives best speed,
[all …]
/external/zstd/tests/
Dautomated_benchmarking.py5 # This source code is licensed under both the BSD-style license (found in the
6 # LICENSE file in the root directory of this source tree) and the GPLv2 (found
7 # in the COPYING file in the root directory of this source tree).
8 # You may select, at your option, one of the above-listed licenses.
41 data = json.loads(urllib.request.urlopen(GITHUB_API_PR_URL).read().decode("utf-8"))
58 tmp = subprocess.run(["git", "log", "-1"], stdout=subprocess.PIPE).stdout.decode(
59 "utf-8"
64 ).stdout.decode("utf-8")
68 ).stdout.decode("utf-8")
86 rm -rf zstd-{user}-{sha} &&
[all …]
/external/zstd/tests/regression/
Dlevels.h5 * This source code is licensed under both the BSD-style license (found in the
6 * LICENSE file in the root directory of this source tree) and the GPLv2 (found
7 * in the COPYING file in the root directory of this source tree).
8 * You may select, at your option, one of the above-listed licenses.
11 #ifndef LEVEL
12 # error LEVEL(x) must be defined
23 * as well as some fast levels and the default level.
32 LEVEL(0)
33 LEVEL(1)
35 LEVEL(3)
[all …]
/external/python/cpython2/Tools/scripts/
Dcheckappend.py5 """checkappend.py -- search for multi-argument .append() calls.
7 Usage: specify one or more file or directory paths:
8 checkappend [-v] file_or_dir [file_or_dir] ...
10 Each file_or_dir is checked for multi-argument .append() calls. When
11 a directory, all .py files in the directory, and recursively in its
14 Use -v for status msgs. Use -vv for more status msgs.
16 In the absence of -v, the only output is pairs of the form
21 Note that this finds multi-argument append calls regardless of whether
26 Note that this will not find multi-argument list.append calls made via a
57 if opt == '-v':
[all …]

12345678910>>...47