Home
last modified time | relevance | path

Searched +full:- +full:- +full:preserve +full:- +full:paths (Results 1 – 25 of 691) sorted by relevance

12345678910>>...28

/external/apache-xml/src/main/java/org/apache/xalan/processor/
DProcessorPreserveSpace.java10 * http://www.apache.org/licenses/LICENSE-2.0
19 * $Id: ProcessorPreserveSpace.java 468640 2006-10-28 06:53:53Z minchau $
32 * TransformerFactory for xsl:preserve-space markup.
34 * <!ELEMENT xsl:preserve-space EMPTY>
35 * <!ATTLIST xsl:preserve-space elements CDATA #REQUIRED>
40 static final long serialVersionUID = -5552836470051177302L;
43 * Receive notification of the start of an preserve-space element.
64 WhitespaceInfoPaths paths = new WhitespaceInfoPaths(thisSheet); in startElement() local
65 setPropertiesFromAttributes(handler, rawName, attributes, paths); in startElement()
67 Vector xpaths = paths.getElements(); in startElement()
[all …]
/external/autotest/client/bin/
Dlocal_host.py43 self.run('rm -rf "%s"' % (utils.sh_escape(tmp_dir)),
82 def symlink_closure(self, paths): argument
84 Given a sequence of path strings, return the set of all paths that
87 @param paths: sequence of path strings.
88 @return: a sequence of path strings that are all the unique paths that
91 paths = set(paths)
94 while paths:
95 path = paths.pop()
103 paths.add(link_to)
120 @param preserve_perm: Tells get_file() to try to preserve the sources
[all …]
/external/llvm/test/tools/llvm-cov/
Dllvm-cov.test1 # Tests for compatibility between llvm-cov and gcov. These work by
2 # comparing llvm-cov against reference outputs generated by gcov 4.2.
8 RUN: rm -rf %t
14 RUN: llvm-cov gcov test.c | diff -u test_no_options.output -
15 RUN: diff -aub test_no_options.cpp.gcov test.cpp.gcov
16 RUN: diff -aub test_no_options.h.gcov test.h.gcov
19 RUN: mkdir -p %t/objdir
21 RUN: llvm-cov gcov -o objdir test.c | diff -u test_no_options.output -
22 RUN: diff -aub test_objdir.cpp.gcov test.cpp.gcov
23 RUN: diff -aub test_objdir.h.gcov test.h.gcov
[all …]
/external/sdv/vsomeip/third_party/boost/property_tree/
Dbreaking_changes.txt8 - Template parameters
17 - put*
29 - Custom paths
30 Custom paths have been thoroughly changed.
31 Impact: If you were using custom paths, you have to change your code. If you
35 custom paths. The new interface is a lot easier to implement.
37 - Translators
45 - find
50 return normal iterators, since the conversion would not preserve
/external/google-cloud-java/generation/
Dset_owlbot_config.sh3 # Adds module directory name into the paths in a OwlBot configuration file so
4 # that the paths correctly reference the files under the modules in this monorepo.
9 # $ set_owlbot_config.sh java-dataform/.OwlBot.yaml
12 # $ for F in `find . -maxdepth 2 -name '.OwlBot.yaml'`; do sh generation/set_owlbot_config.sh $F; d…
14 for F in `find . -maxdepth 2 -name '.OwlBot.yaml'`;
19 if [ -z "${OWLBOT_FILE}" ]; then
24 if [ ! -r "${OWLBOT_FILE}" ]; then
32 if [ ! -d "${module_name}" ]; then
37 # For deep-remove-regex and deep-preserve-regex fields
38 sed -i.bak "s|\"/grpc-google|\"/${module_name}/grpc-google|" "${OWLBOT_FILE}" && rm "${OWLBOT_FILE}…
[all …]
/external/llvm/docs/CommandGuide/
Dllvm-cov.rst1 llvm-cov - emit coverage information
5 --------
7 :program:`llvm-cov` *command* [*args...*]
10 -----------
12 The :program:`llvm-cov` tool shows code coverage information for
14 work with ``gcov``\-style coverage or with ``clang``\'s instrumentation
18 the :program:`llvm-cov gcov` command were called. Otherwise, a command should
22 --------
24 * :ref:`gcov <llvm-cov-gcov>`
25 * :ref:`show <llvm-cov-show>`
[all …]
/external/python/cpython3/Lib/zoneinfo/
D_tzpath.py45 "Invalid paths specified in PYTHONTZPATH environment variable. "
60 "Paths should be absolute but found the following relative paths:"
76 _TEST_PATH = os.path.normpath(os.path.join("_", "_"))[:-1]
82 f"ZoneInfo keys may not be absolute paths, got: {path}"
86 # length of the key - e.g. a/../b -> a/b, or a/b/ -> a/b. On Windows,
87 # normpath will also change from a/b to a\b, but that would still preserve
92 f"ZoneInfo keys must be normalized relative paths, got: {path}"
119 # pre-assembled list of zones that only requires opening one file.
163 # posixrules is a special symlink-only time zone where it exists, it
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
DUnifyLoopExits.cpp1 //===- UnifyLoopExits.cpp - Redirect exiting edges to one block -*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
17 //===----------------------------------------------------------------------===//
30 #define DEBUG_TYPE "unify-loop-exits"
35 "max-booleans-in-control-flow-hub", cl::init(32), cl::Hidden,
65 INITIALIZE_PASS_BEGIN(UnifyLoopExitsLegacyPass, "unify-loop-exits",
71 INITIALIZE_PASS_END(UnifyLoopExitsLegacyPass, "unify-loop-exits", in INITIALIZE_PASS_DEPENDENCY()
75 // The current transform introduces new control flow paths which may break the in INITIALIZE_PASS_DEPENDENCY()
79 // program has valid SSA form. After merging the exits, all paths from D to U in INITIALIZE_PASS_DEPENDENCY()
[all …]
/external/zstd/tests/cli-tests/
DREADME.md10 The test runner `run.py` will run tests against the in-tree build of `zstd` and `datagen` by defaul…
12 The `zstd` binary used can be passed with `--zstd /path/to/zstd`.
13 …to run `zstd` through a tool like `valgrind` or `qemu`, set the `--exec-prefix 'valgrind -q'` flag.
15 Similarly, the `--datagen`, and `--zstdgrep` flags can be set to specify
16 the paths to their respective binaries. However, these tools do not use
19 …rectories are removed after the test executes. However, the `--preserve` flag will preserve these …
29 ./run.py --preserve
30 ./run.py --zstd ../../build/programs/zstd --datagen ../../build/tests/datagen
36 This can be useful for writing or debugging a test, especially with `--preserve`.
44 ./run.py --preserve basic/help.sh basic/version.sh
[all …]
Drun.py6 # This source code is licensed under both the BSD-style license (found in the
9 # You may select, at your option, one of the above-listed licenses.
67 def exclude_dir(dirname: str) -> bool:
76 def exclude_file(filename: str) -> bool:
85 def read_file(filename: str) -> bytes:
91 def diff(a: bytes, b: bytes) -> str:
92 """Returns a diff between two different byte-strings :a: and :b:."""
105 def pop_line(data: bytes) -> typing.Tuple[typing.Optional[bytes], bytes]:
125 def glob_line_matches(actual: bytes, expect: bytes) -> bool:
132 def glob_diff(actual: bytes, expect: bytes) -> bytes:
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DFileCollector.h1 //===-- FileCollector.h -----------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
55 /// - a copy of the file inside Root
56 /// - a record in RedirectingFileSystem mapping that maps:
57 /// current real path -> path to the copy in Root
62 /// We generate file copies and mapping lazily - see writeMapping and copyFiles.
67 /// In order to preserve the relative topology of files we use their real paths
68 /// as relative paths inside of the Root.
80 /// Canonicalize a pair of virtual and real paths.
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyPrepareForLiveIntervals.cpp1 //===- WebAssemblyPrepareForLiveIntervals.cpp - Prepare for LiveIntervals -===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 /// Some CodeGen passes don't preserve LiveInterval's requirements, because
19 //===----------------------------------------------------------------------===//
34 #define DEBUG_TYPE "wasm-prepare-for-live-intervals"
87 // We don't preserve SSA form. in runOnMachineFunction()
90 // BranchFolding and perhaps other passes don't preserve IMPLICIT_DEF in runOnMachineFunction()
91 // instructions. LiveIntervals requires that all paths to virtual register in runOnMachineFunction()
95 // TODO: This is fairly heavy-handed; find a better approach. in runOnMachineFunction()
[all …]
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyPrepareForLiveIntervals.cpp1 //===- WebAssemblyPrepareForLiveIntervals.cpp - Prepare for LiveIntervals -===//
8 //===----------------------------------------------------------------------===//
13 /// Some CodeGen passes don't preserve LiveInterval's requirements, because
20 //===----------------------------------------------------------------------===//
34 #define DEBUG_TYPE "wasm-prepare-for-live-intervals"
63 switch (MI->getOpcode()) { in IsArgument()
96 // We don't preserve SSA form. in runOnMachineFunction()
99 // BranchFolding and perhaps other passes don't preserve IMPLICIT_DEF in runOnMachineFunction()
100 // instructions. LiveIntervals requires that all paths to virtual register in runOnMachineFunction()
104 // TODO: This is fairly heavy-handed; find a better approach. in runOnMachineFunction()
[all …]
/external/python/cpython2/Lib/
Dntpath.py1 # Module 'ntpath' -- common operations on WinNT/Win95 pathnames
24 # strings representing various path-related bits and pieces
51 # Trivial in Posix, harder on the Mac or MS-DOS.
62 # Join two (or more) paths.
63 def join(path, *paths): argument
66 for p in paths:
83 if result_path and result_path[-1] not in '\\/':
86 ## add separator between UNC and non-absolute path
88 result_drive and result_drive[-1:] != ':'):
98 Returns a 2-tuple (drive_or_unc, path); either part may be empty.
[all …]
/external/sdv/vsomeip/third_party/boost/regex/doc/
Dinstall.qbk2 Copyright 2006-2007 John Maddock.
10 When you extract the library from its zip file, you must preserve its internal
11 directory structure (for example by using the -d option when extracting). If you
48 search paths. When you build you should see a message like
53 - has_icu builds : yes
59 "--disable-icu" command line option.]
65 - has_icu builds : no
69 at the contents of the file ['boost-root/bin.v2/config.log] for the actual error
76 …e=/some/path][Adds "/some/path" to the list of paths seached for include files, normally equivalen…
77-path=/some/path][Adds "/some/path" to the list of paths searched for external libraries, set this…
[all …]
/external/llvm/lib/Transforms/Scalar/
DSink.cpp1 //===-- Sink.cpp - Code Sinking -------------------------------------------===//
8 //===----------------------------------------------------------------------===//
11 // they aren't executed on paths where their results aren't needed.
13 //===----------------------------------------------------------------------===//
35 /// AllUsesDominatedByBlock - Return true if all uses of the specified value
43 for (Use &U : Inst->uses()) { in AllUsesDominatedByBlock()
46 BasicBlock *UseBlock = UseInst->getParent(); in AllUsesDominatedByBlock()
51 UseBlock = PN->getIncomingBlock(Num); in AllUsesDominatedByBlock()
63 if (Inst->mayWriteToMemory()) { in isSafeToMove()
75 if (isa<TerminatorInst>(Inst) || isa<PHINode>(Inst) || Inst->isEHPad() || in isSafeToMove()
[all …]
/external/llvm/docs/HistoricalNotes/
D2003-06-26-Reoptimizer2.txt4 ------------------------------
8 in SSA form (kind of like LLVM's MachineInstrs.) Then re-allocate
19 The BinInterface tries to find live-outs for traces so that it can do
21 the original code. It has to preserve the live-ins and live-outs when
23 epilogues that copy live-outs back into the right registers, but
24 live-ins have to be in the right registers.)
28 ---------------------------
34 It does not handle integer or floating-point condition codes and it
35 does not handle floating-point register allocation.
42 disable trace generation on functions that have variable-sized
[all …]
/external/icu/icu4c/source/i18n/
DBUILD.bazel17 # https://unicode-org.github.io/icu/userguide/howtouseicu#c-with-your-own-build-system .
29 # We need to add includes in order to preserve existing source files'
30 # include directives that use traditional paths, not paths relative to
/external/cronet/third_party/icu/source/i18n/
DBUILD.bazel17 # https://unicode-org.github.io/icu/userguide/howtouseicu#c-with-your-own-build-system .
29 # We need to add includes in order to preserve existing source files'
30 # include directives that use traditional paths, not paths relative to
/external/starlark-go/starlark/testdata/
Dpaths.star7 # http://www.apache.org/licenses/LICENSE-2.0
17 NOTE: The functions in this module currently only support paths with Unix-style
18 path separators (forward slash, "/"); they do not handle Windows-style paths
44 return p.rpartition("/")[-1]
94 A string containing the joined paths.
114 - If the entire path is empty, "." is returned.
115 - All "." segments are removed, unless the path consists solely of a single
117 - Trailing slashes are removed, unless the path consists solely of slashes.
118 - ".." segments are removed as long as there are corresponding segments
121 - Single and double leading slashes are preserved, but three or more leading
[all …]
/external/google-cloud-java/owl-bot-postprocessor/synthtool/languages/
Djava.py7 # https://www.apache.org/licenses/LICENSE-2.0
29 …tps://github.com/google/google-java-format/releases/download/google-java-format-{version}/google-j…
38 * https://www.apache.org/licenses/LICENSE-2.0
54 \\* http://www.apache.org/licenses/LICENSE-2.0
67 ) -> None:
69 Runs the google-java-format jar against all .java files found within the
72 jar_name = f"google-java-format-{version}.jar"
83 shell.run(["java", "-jar", str(jar), "--replace"] + files)
86 def _download_formatter(version: str, dest: Path) -> None:
98 def _file_has_header(path: Path) -> bool:
[all …]
/external/bazel-skylib/lib/
Dpaths.bzl7 # http://www.apache.org/licenses/LICENSE-2.0
17 NOTE: The functions in this module currently only support paths with Unix-style
18 path separators (forward slash, "/"); they do not handle Windows-style paths
36 return p.rpartition("/")[-1]
86 A string containing the joined paths.
106 - If the entire path is empty, "." is returned.
107 - All "." segments are removed, unless the path consists solely of a single
109 - Trailing slashes are removed, unless the path consists solely of slashes.
110 - ".." segments are removed as long as there are corresponding segments
113 - Single and double leading slashes are preserved, but three or more leading
[all …]
/external/igt-gpu-tools/scripts/
Drun-tests.sh26 ROOT="`readlink -f $ROOT/..`"
27 IGT_CONFIG_PATH="`readlink -f ${IGT_CONFIG_PATH:-$HOME/.igtrc}`"
31 if [ -z "$IGT_TEST_ROOT" ]; then
32 paths=("$ROOT/build/tests/test-list.txt"
33 "$ROOT/tests/test-list.txt")
34 for p in "${paths[@]}"; do
35 if [ -f "$p" ]; then
43 if [ -z "$IGT_TEST_ROOT" ]; then
49 IGT_TEST_ROOT="`readlink -f ${IGT_TEST_ROOT}`"
55 function run_piglit # as-root <args>
[all …]
/external/libcups/doc/images/
Dcups-command-chain.svg1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!-- Created with Inkscape (http://www.inkscape.org/) -->
6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
9 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
17 sodipodi:docname="cups-command-chain.svg"
19 inkscape:export-filename="/Users/msweet/c/cups-trunk/doc/images/cups-command-chain.png"
20 inkscape:export-xdpi="100"
21 inkscape:export-ydpi="100">
33 d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z "
34 style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none"
[all …]
/external/autotest/server/hosts/
Dabstract_ssh.py3 # Use of this source code is governed by a BSD-style license that can be
131 control path option. If main-SSH is enabled, these fields will be
175 self._is_satlab = self.hostname.startswith('satlab-')
218 return ("/usr/bin/ssh -a -x %s -l %s %s" %
219 (ssh_options, user, "-p %d " % port if port else ""))
226 """Composes SSH -o options."""
237 return " ".join("-o %s=%s" % kv for kv in options)
248 logging.warning("rsync not available on remote host %s -- disabled",
258 self.run("rsync --version", stdout_tee=None, stderr_tee=None)
264 def _encode_remote_paths(self, paths, escape=True, use_scp=False): argument
[all …]

12345678910>>...28