Home
last modified time | relevance | path

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

12345678910>>...46

/external/clang/test/Driver/
Dps4-sdk-root.c1 // REQUIRES: x86-registered-target
5 // or relative to the location of the compiler driver), if "-nostdinc",
6 // "--sysroot" or "-isysroot" option is specified on the command line.
11 // or relative to the location of the compiler driver), if "-c", "-S", "-E",
12 // "--sysroot", "-nostdlib" or "-nodefaultlibs" option is specified on
17-Winvalid-or-nonexistent-directory -### -target x86_64-scei-ps4 %s 2>&1 | FileCheck -check-prefix=…
19 …. %clang -Winvalid-or-nonexistent-directory -### -c -target x86_64-scei-ps4 %s 2>&1 | FileCheck -c…
20 …. %clang -Winvalid-or-nonexistent-directory -### -S -target x86_64-scei-ps4 %s 2>&1 | FileCheck -c…
21 …. %clang -Winvalid-or-nonexistent-directory -### -E -target x86_64-scei-ps4 %s 2>&1 | FileCheck -c…
22 …lang -Winvalid-or-nonexistent-directory -### -emit-ast -target x86_64-scei-ps4 %s 2>&1 | FileCheck…
[all …]
/external/aws-sdk-java-v2/services-custom/s3-transfer-manager/src/it/java/software/amazon/awssdk/transfer/s3/
DS3TransferManagerUploadDirectoryIntegrationTest.java55 private static Path directory; field in S3TransferManagerUploadDirectoryIntegrationTest
62 directory = createLocalTestDirectory(); in setUp()
68 FileUtils.cleanUpTestDirectory(directory); in teardown()
70 log.warn(() -> "Failed to clean up test directory " + directory, exception); in teardown()
76 log.warn(() -> "Failed to delete s3 bucket " + TEST_BUCKET, exception); in teardown()
82 String prefix = "yolo"; in uploadDirectory_filesSentCorrectly() local
83 DirectoryUpload uploadDirectory = tmCrt.uploadDirectory(u -> u.source(directory) in uploadDirectory_filesSentCorrectly()
85 .s3Prefix(prefix)); in uploadDirectory_filesSentCorrectly()
90 …s3.listObjectsV2Paginator(b -> b.bucket(TEST_BUCKET).prefix(prefix)).contents().stream().map(S3Obj… in uploadDirectory_filesSentCorrectly()
93 … assertThat(keys).containsOnly(prefix + "/bar.txt", prefix + "/foo/1.txt", prefix + "/foo/2.txt"); in uploadDirectory_filesSentCorrectly()
[all …]
DS3TransferManagerDownloadDirectoryIntegrationTest.java49 + "-delimiter");
50 private static final String CUSTOM_DELIMITER = "-";
53 private Path directory; field in S3TransferManagerDownloadDirectoryIntegrationTest
61 …tmCrt.uploadDirectory(u -> u.source(sourceDirectory).bucket(TEST_BUCKET)).completionFuture().join(… in setUp()
63 tmCrt.uploadDirectory(u -> u.source(sourceDirectory) in setUp()
71 directory = Files.createTempDirectory("destination"); in setUpPerTest()
76 FileUtils.cleanUpTestDirectory(directory); in cleanup()
84 log.warn(() -> "Failed to clean up test directory " + sourceDirectory, exception); in teardown()
90 log.warn(() -> "Failed to delete s3 bucket " + TEST_BUCKET, exception); in teardown()
96 log.warn(() -> "Failed to delete s3 bucket " + TEST_BUCKET_CUSTOM_DELIMITER, exception); in teardown()
[all …]
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_temp_file.py2 # Use of this source code is governed by a BSD-style license that can be
20 def _GenerateName(prefix, suffix, dir): argument
22 return posixpath.join(dir, '%s-%s%s' % (prefix, random_hex, suffix))
31 def __init__(self, adb, suffix='', prefix='temp_file', dir='/data/local/tmp'): argument
39 prefix: The prefix of the name of the temporary file.
40 dir: The directory on the device in which the temporary file should be
43 ValueError if any of suffix, prefix, or dir are None.
45 if None in (dir, prefix, suffix):
46 m = 'Provided None path component. (dir: %s, prefix: %s, suffix: %s)' % (
47 dir, prefix, suffix)
[all …]
/external/python/cpython3/Modules/
Dgetpath.py18 # abspath(path) -- make relative paths absolute against CWD
19 # basename(path) -- the filename of path
20 # dirname(path) -- the directory name of path
21 # hassuffix(path, suffix) -- returns True if path has suffix
22 # isabs(path) -- path is absolute or not
23 # isdir(path) -- path exists and is a directory
24 # isfile(path) -- path exists and is a file
25 # isxfile(path) -- path exists and is an executable file
26 # joinpath(*paths) -- combine the paths
27 # readlines(path) -- a list of each line of text in the UTF-8 encoded file
[all …]
/external/clang/test/Preprocessor/
Dsysroot-prefix.c1 // RUN: %clang_cc1 -v -isysroot /var/empty -I /var/empty/include -E %s -o /dev/null 2>&1 | FileChec…
2 // RUN: %clang_cc1 -v -isysroot /var/empty -I =/var/empty/include -E %s -o /dev/null 2>&1 | FileChe…
3 // RUN: %clang_cc1 -v -I =/var/empty/include -E %s -o /dev/null 2>&1 | FileCheck -check-prefix CHEC…
4 // RUN: %clang_cc1 -v -isysroot /var/empty -I =null -E %s -o /dev/null 2>&1 | FileCheck -check-pref…
5 // RUN: %clang_cc1 -v -isysroot /var/empty -isysroot /var/empty/root -I =null -E %s -o /dev/null 2>…
6 // RUN: %clang_cc1 -v -isysroot /var/empty/root -isysroot /var/empty -I =null -E %s -o /dev/null 2>…
8 // CHECK-ISYSROOT_NO_SYSROOT: ignoring nonexistent directory "/var/empty/include"
9 // CHECK-ISYSROOT_NO_SYSROOT-NOT: ignoring nonexistent directory "/var/empty/var/empty/include"
11 // CHECK-ISYSROOT_SYSROOT_DEV_NULL: ignoring nonexistent directory "/var/empty/var/empty/include"
12 // CHECK-ISYSROOT_SYSROOT_DEV_NULL-NOT: ignoring nonexistent directory "/var/empty"
[all …]
/external/pcre/
DINSTALL4 Copyright (C) 1994-1996, 1999-2002, 2004-2017, 2020-2021 Free
9 notice and this notice are preserved. This file is offered as-is,
17 more-detailed instructions are generic; see the 'README' file for
25 various system-dependent variables used during compilation. It uses
26 those values to create a 'Makefile' in each directory of the package.
27 It may also create one or more '.h' files containing system-dependent
34 enabled with '--cache-file=config.cache' or simply '-C') that saves the
52 1. 'cd' to the directory containing the package's source code and type
60 3. Optionally, type 'make check' to run any self-tests that come with
61 the package, generally using the just-built uninstalled binaries.
[all …]
/external/libcap-ng/
DINSTALL4 Copyright (C) 1994-1996, 1999-2002, 2004-2017, 2020-2021 Free
9 notice and this notice are preserved. This file is offered as-is,
17 more-detailed instructions are generic; see the 'README' file for
25 various system-dependent variables used during compilation. It uses
26 those values to create a 'Makefile' in each directory of the package.
27 It may also create one or more '.h' files containing system-dependent
34 enabled with '--cache-file=config.cache' or simply '-C') that saves the
52 1. 'cd' to the directory containing the package's source code and type
60 3. Optionally, type 'make check' to run any self-tests that come with
61 the package, generally using the just-built uninstalled binaries.
[all …]
/external/google-breakpad/
DINSTALL4 Copyright (C) 1994-1996, 1999-2002, 2004-2013 Free Software Foundation,
9 notice and this notice are preserved. This file is offered as-is,
17 more-detailed instructions are generic; see the `README' file for
25 various system-dependent variables used during compilation. It uses
26 those values to create a `Makefile' in each directory of the package.
27 It may also create one or more `.h' files containing system-dependent
34 and enabled with `--cache-file=config.cache' or simply `-C') that saves
53 1. `cd' to the directory containing the package's source code and type
61 3. Optionally, type `make check' to run any self-tests that come with
62 the package, generally using the just-built uninstalled binaries.
[all …]
/external/libexif/
DINSTALL9 notice and this notice are preserved. This file is offered as-is,
17 more-detailed instructions are generic; see the `README' file for
25 various system-dependent variables used during compilation. It uses
26 those values to create a `Makefile' in each directory of the package.
27 It may also create one or more `.h' files containing system-dependent
34 and enabled with `--cache-file=config.cache' or simply `-C') that saves
53 1. `cd' to the directory containing the package's source code and type
61 3. Optionally, type `make check' to run any self-tests that come with
62 the package, generally using the just-built uninstalled binaries.
65 documentation. When installing into a prefix owned by root, it is
[all …]
/external/antlr/runtime/C/
DINSTALL9 notice and this notice are preserved. This file is offered as-is,
17 more-detailed instructions are generic; see the `README' file for
25 various system-dependent variables used during compilation. It uses
26 those values to create a `Makefile' in each directory of the package.
27 It may also create one or more `.h' files containing system-dependent
34 and enabled with `--cache-file=config.cache' or simply `-C') that saves
53 1. `cd' to the directory containing the package's source code and type
61 3. Optionally, type `make check' to run any self-tests that come with
62 the package, generally using the just-built uninstalled binaries.
65 documentation. When installing into a prefix owned by root, it is
[all …]
/external/strace/
DINSTALL4 Copyright (C) 1994-1996, 1999-2002, 2004-2013 Free Software Foundation,
9 notice and this notice are preserved. This file is offered as-is,
16 configure, build, and install this package. The following more-detailed
25 various system-dependent variables used during compilation. It uses
26 those values to create a 'Makefile' in each directory of the package.
27 It may also create one or more '.h' files containing system-dependent
34 enabled with '--cache-file=config.cache' or simply '-C') that saves the
52 1. 'cd' to the directory containing the package's source code and type
60 3. Optionally, type 'make check' to run any self-tests that come with
61 the package, generally using the just-built uninstalled binaries.
[all …]
/external/libffi/
Dgenerate-darwin-source-and-headers.py13 directory = 'darwin_ios' variable in simulator_platform
16 triple = 'i386-apple-darwin11'
17 version_min = '-miphoneos-version-min=7.0'
19 prefix = "#ifdef __i386__\n\n" variable in simulator_platform
26 directory = 'darwin_ios' variable in simulator64_platform
29 triple = 'x86_64-apple-darwin13'
30 version_min = '-miphoneos-version-min=7.0'
32 prefix = "#ifdef __x86_64__\n\n" variable in simulator64_platform
39 directory = 'darwin_ios' variable in device_platform
42 triple = 'arm-apple-darwin11'
[all …]
/external/python/cpython3/Lib/
Dtempfile.py3 This module provides generic, low- and high-level interfaces for
19 TMP_MAX - maximum number of names that will be tried before
21 tempdir - If this is set to a string before the first use of
97 raise TypeError("Can't mix bytes and non-bytes in "
102 raise TypeError("Can't mix bytes and non-bytes in "
114 def _sanitize_params(prefix, suffix, dir): argument
116 output_type = _infer_return_type(prefix, suffix, dir)
119 if prefix is None:
121 prefix = template
123 prefix = _os.fsencode(template)
[all …]
/external/apache-commons-io/src/main/java/org/apache/commons/io/output/
DDeferredFileOutputStream.java9 * http://www.apache.org/licenses/LICENSE-2.0
54 * .setPrefix(prefix)
69 private String prefix; field in DeferredFileOutputStream.Builder
71 private Path directory; field in DeferredFileOutputStream.Builder
84 … * This builder use the aspects threshold, outputFile, prefix, suffix, directory, buffer size.
91 …return new DeferredFileOutputStream(threshold, outputFile, prefix, suffix, directory, getBufferSiz… in get()
95 * Sets the temporary file directory.
97 * @param directory Temporary file directory.
100 public Builder setDirectory(final File directory) { in setDirectory() argument
101 this.directory = toPath(directory, null); in setDirectory()
[all …]
/external/python/cpython3/Doc/library/
Dtempfile.rst1 :mod:`!tempfile` --- Generate temporary files and directories
15 --------------
19 :class:`TemporaryDirectory`, and :class:`SpooledTemporaryFile` are high-level
22 :func:`mkdtemp` are lower-level functions which require manual cleanup.
24 All the user-callable functions and constructors take additional arguments which
32 The module defines the following user-callable items:
34 .. function:: TemporaryFile(mode='w+b', buffering=-1, encoding=None, newline=None, suffix=None, pre…
36 Return a :term:`file-like object` that can be used as a temporary storage area.
39 …collected). Under Unix, the directory entry for the file is either not created at all or is remov…
45 :ref:`tempfile-examples`). On completion of the context or
[all …]
/external/jemalloc_new/bin/
Djemalloc-config.in6 @BINDIR@/jemalloc-config <option>
8 --help | -h : Print usage.
9 --version : Print jemalloc version.
10 --revision : Print shared library revision number.
11 --config : Print configure options used to build jemalloc.
12 --prefix : Print installation directory prefix.
13 --bindir : Print binary installation directory.
14 --datadir : Print data installation directory.
15 --includedir : Print include installation directory.
16 --libdir : Print library installation directory.
[all …]
/external/google-cloud-java/java-servicedirectory/proto-google-cloud-servicedirectory-v1/src/main/java/com/google/cloud/servicedirectory/v1/
DEndpointOrBuilder.java8 * https://www.apache.org/licenses/LICENSE-2.0
57 * Optional. An IPv4 or IPv6 address. Service Directory will reject bad
76 * Optional. An IPv4 or IPv6 address. Service Directory will reject bad
96 * Optional. Service Directory will reject values outside of [0, 65535].
111 * - The entire annotations dictionary may contain up to 512 characters,
112 * spread accoss all key-value pairs. Annotations that goes beyond any
114 * - Valid annotation keys have two segments: an optional prefix and name,
117 * ([a-z0-9A-Z]) with dashes (-), underscores (_), dots (.), and
118 * alphanumerics between. The prefix is optional. If specified, the prefix
122 * - The '(*.)google.com/' and '(*.)googleapis.com/' prefixes are reserved
[all …]
/external/tensorflow/tensorflow/python/checkpoint/
Dcheckpoint_management.py7 # http://www.apache.org/licenses/LICENSE-2.0
16 # pylint: disable=invalid-name
50 save_dir: The directory for saving and restoring checkpoints.
71 save_dir: Directory where the model was saved.
73 all_model_checkpoint_paths: List of strings. Paths to all not-yet-deleted
74 checkpoints, sorted from oldest to newest. If this is a non-empty list,
96 all_model_checkpoint_paths[-1] != model_checkpoint_path):
144 save_dir: Directory where the model was saved.
146 all_model_checkpoint_paths: List of strings. Paths to all not-yet-deleted
147 checkpoints, sorted from oldest to newest. If this is a non-empty list,
[all …]
/external/aws-sdk-java-v2/services-custom/s3-transfer-manager/src/main/java/software/amazon/awssdk/transfer/s3/internal/
DUploadDirectoryHelper.java74 CompletableFuture.runAsync(() -> doUploadDirectory(returnFuture, uploadDirectoryRequest), in uploadDirectory()
76 .whenComplete((r, t) -> { in uploadDirectory()
88 Path directory = uploadDirectoryRequest.source(); in doUploadDirectory() local
95 try (Stream<Path> entries = listFiles(directory, uploadDirectoryRequest)) { in doUploadDirectory()
96 futures = entries.map(path -> { in doUploadDirectory()
107 … .whenComplete((r, t) -> returnFuture.complete(CompletedDirectoryUpload.builder() in doUploadDirectory()
113 Path directory = uploadDirectoryRequest.source(); in validateDirectory() local
114 …Validate.isTrue(Files.exists(directory), "The source directory provided (%s) does not exist", dire… in validateDirectory() local
117 … Validate.isTrue(Files.isDirectory(directory), "The source directory provided (%s) is not a " in validateDirectory()
118 + "directory", directory); in validateDirectory() local
[all …]
/external/libconfig/
DINSTALL19 - autoconf (version 2.69 or newer recommended)
20 - automake (version 1.15 or newer recommended)
21 - libtool (version 2.4.6 or newer recommended)
25 - GNU Bison (verison 3.0.4 or newer required)
26 - flex (version 2.6.4 or newer required)
29 'autoreconf' in the toplevel libconfig directory.
40 various system-dependent variables used during compilation. It uses
41 those values to create a `Makefile' in each directory of the package.
42 It may also create one or more `.h' files containing system-dependent
49 and enabled with `--cache-file=config.cache' or simply `-C') that saves
[all …]
/external/grpc-grpc/bazel/
Dprotobuf.bzl7 # http://www.apache.org/licenses/LICENSE-2.0
53 """Gets the root protobuf directory.
59 The directory relative to which generated include paths should be.
72 return proto_filename[:-len(_PROTO_EXTENSION)]
91 """Returns the include directory path for the source_file.
94 relative to the directory returned by this method.
96 The returned directory path can be used as the "--proto_path=" argument
103 The include directory path for the source_file.
105 directory = source_file.path
113 if not source_file.is_source and directory.startswith(source_file.root.path):
[all …]
/external/rust/android-crates-io/crates/grpcio-sys/grpc/bazel/
Dprotobuf.bzl7 # http://www.apache.org/licenses/LICENSE-2.0
53 """Gets the root protobuf directory.
59 The directory relative to which generated include paths should be.
72 return proto_filename[:-len(_PROTO_EXTENSION)]
91 """Returns the include directory path for the source_file.
94 relative to the directory returned by this method.
96 The returned directory path can be used as the "--proto_path=" argument
103 The include directory path for the source_file.
105 directory = source_file.path
113 if not source_file.is_source and directory.startswith(source_file.root.path):
[all …]
/external/iperf3/
DINSTALL16 various system-dependent variables used during compilation. It uses
17 those values to create a `Makefile' in each directory of the package.
18 It may also create one or more `.h' files containing system-dependent
25 and enabled with `--cache-file=config.cache' or simply `-C') that saves
44 1. `cd' to the directory containing the package's source code and type
55 3. Optionally, type `make check' to run any self-tests that come with
62 source code directory by typing `make clean'. To also remove the
65 also a `make maintainer-clean' target, but that is intended mainly
74 `configure' script does not know about. Run `./configure --help' for
81 ./configure CC=c89 CFLAGS=-O2 LIBS=-lposix
[all …]
/external/sg3_utils/
DINSTALL22 various system-dependent variables used during compilation. It uses
23 those values to create a `Makefile' in each directory of the package.
24 It may also create one or more `.h' files containing system-dependent
31 and enabled with `--cache-file=config.cache' or simply `-C') that saves
50 1. `cd' to the directory containing the package's source code and type
58 3. Optionally, type `make check' to run any self-tests that come with
65 source code directory by typing `make clean'. To also remove the
68 also a `make maintainer-clean' target, but that is intended mainly
80 `configure' script does not know about. Run `./configure --help' for
87 ./configure CC=c99 CFLAGS=-g LIBS=-lposix
[all …]

12345678910>>...46