/external/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/Inputs/ |
D | debug_line_malformed.s | 3 .long .Lunit1_end - .Lunit1_start # Length of Unit (DWARF-32 format) 6 .long .Lprologue1_end-.Lprologue1_start # Length of Prologue 11 .byte -5 # Line Base 13 .byte 13 # Opcode Base 30 .long .Lunit_v0_end - .Lunit_v0_start # unit length 36 .long .Lunit_v1_end - .Lunit_v1_start # unit length 42 .long .Lunit_v5_end - .Lunit_v5_start # unit length 47 .long .Lprologue_v5_end-.Lprologue_v5_start # Length of Prologue 52 .byte -5 # Line Base 54 .byte 13 # Opcode Base [all …]
|
/external/libbrillo/brillo/ |
D | file_utils.h | 2 // Use of this source code is governed by a BSD-style license that can be 12 #include <base/files/file_path.h> 13 #include <base/files/scoped_file.h> 26 BRILLO_EXPORT bool TouchFile(const base::FilePath& path, 35 BRILLO_EXPORT bool TouchFile(const base::FilePath& path); 37 // Opens the absolute |path| to a regular file or directory ensuring that none 39 // relative, or contains any symbolic links, or points to a non-regular file or 40 // directory, an invalid FD is returned instead. |mode| is ignored unless 45 // path - An absolute path of the file to open 46 // flags - Flags to pass to open. [all …]
|
D | file_utils.cc | 2 // Use of this source code is governed by a BSD-style license that can be 14 #include <base/files/file_enumerator.h> 15 #include <base/files/file_path.h> 16 #include <base/files/file_util.h> 17 #include <base/logging.h> 18 #include <base/posix/eintr_wrapper.h> 19 #include <base/rand_util.h> 20 #include <base/stl_util.h> 21 #include <base/strings/string_number_conversions.h> 22 #include <base/strings/stringprintf.h> [all …]
|
/external/python/cpython2/Lib/distutils/command/ |
D | install.py | 27 'purelib': '$base', 28 'platlib': '$base', 29 'headers': '$base/Include/$dist_name', 30 'scripts': '$base/Scripts', 31 'data' : '$base', 35 'purelib': '$base/Lib/site-packages', 36 'platlib': '$base/Lib/site-packages', 37 'headers': '$base/Include/$dist_name', 38 'scripts': '$base/Scripts', 39 'data' : '$base', [all …]
|
D | clean.py | 5 # contributed by Bastian Kleineidam <calvin@cs.uni-sb.de>, added 2000-03-18 18 ('build-base=', 'b', 19 "base build directory (default: 'build.build-base')"), 20 ('build-lib=', None, 21 "build directory for all modules (default: 'build.build-lib')"), 22 ('build-temp=', 't', 23 "temporary build directory (default: 'build.build-temp')"), 24 ('build-scripts=', None, 25 "build directory for scripts (default: 'build.build-scripts')"), 26 ('bdist-base=', None, [all …]
|
/external/python/cpython3/Lib/distutils/command/ |
D | clean.py | 5 # contributed by Bastian Kleineidam <calvin@cs.uni-sb.de>, added 2000-03-18 16 ('build-base=', 'b', 17 "base build directory (default: 'build.build-base')"), 18 ('build-lib=', None, 19 "build directory for all modules (default: 'build.build-lib')"), 20 ('build-temp=', 't', 21 "temporary build directory (default: 'build.build-temp')"), 22 ('build-scripts=', None, 23 "build directory for scripts (default: 'build.build-scripts')"), 24 ('bdist-base=', None, [all …]
|
D | install.py | 23 'purelib': '$base/Lib/site-packages', 24 'platlib': '$base/Lib/site-packages', 25 'headers': '$base/Include/$dist_name', 26 'scripts': '$base/Scripts', 27 'data' : '$base', 32 'purelib': '$base/lib/python$py_version_short/site-packages', 33 'platlib': '$platbase/$platlibdir/python$py_version_short/site-packages', 34 'headers': '$base/include/python$py_version_short$abiflags/$dist_name', 35 'scripts': '$base/bin', 36 'data' : '$base', [all …]
|
/external/oss-fuzz/infra/ |
D | helper.py | 8 # http://www.apache.org/licenses/LICENSE-2.0 17 """Helper script for OSS-Fuzz users. Can do common tasks like building 36 'gcr.io/oss-fuzz-base/base-image', 37 'gcr.io/oss-fuzz-base/base-clang', 38 'gcr.io/oss-fuzz-base/base-builder', 39 'gcr.io/oss-fuzz-base/base-runner', 40 'gcr.io/oss-fuzz-base/base-runner-debug', 41 'gcr.io/oss-fuzz-base/base-sanitizer-libs-builder', 42 'gcr.io/oss-fuzz-base/msan-libs-builder', 45 VALID_PROJECT_NAME_REGEX = re.compile(r'^[a-zA-Z0-9_-]+$') [all …]
|
/external/libchrome/libchrome_tools/ |
D | update_libchrome.py | 9 # http://www.apache.org/licenses/LICENSE-2.0 25 --chromium_root=${PATH_TO_YOUR_LOCAL_CHROMIUM_REPO} 28 - Clean existing libchrome code, except some manually created files and tools. 29 - Copy necessary files from original Chromium repository. 30 - Apply patches to the copied files, if necessary. 47 # Files in this list or in the directory listed here will be just copied. 48 # Paths ends with '/' is interpreted as directory. 81 'base/allocator/buildflags.h', 82 'base/android/java/src/org/chromium/base/BuildConfig.java', 83 'base/cfi_buildflags.h', [all …]
|
/external/libbrillo/brillo/files/ |
D | file_util.cc | 2 // Use of this source code is governed by a BSD-style license that can be 13 #include <base/files/file_util.h> 14 #include <base/logging.h> 15 #include <base/strings/stringprintf.h> 24 Directory, enumerator 39 SafeFD::SafeFDResult (SafeFD::*maker)(const base::FilePath&, mode_t, uid_t, in OpenOrRemake() 41 if (type == FSObjectType::Directory) { in OpenOrRemake() 49 (parent->*maker)(base::FilePath(name), permissions, uid, gid, flags); in OpenOrRemake() 55 // a directory was expected and a non-directory was found or when a in OpenOrRemake() 56 // directory was found but not expected, so XOR was used. in OpenOrRemake() [all …]
|
D | safe_fd.h | 2 // Use of this source code is governed by a BSD-style license that can be 10 // copy-as-root attack primitives. To accomplish this these operations are 11 // written to avoid susceptibility to TOCTOU (time-of-check-time-of-use) 39 #include <base/files/file_path.h> 40 #include <base/files/scoped_file.h> 41 #include <base/optional.h> 42 #include <base/synchronization/lock.h> 59 kWrongType, // (e.g. got a directory and expected a file) 86 // Move-based constructor and assignment. 109 // data - The buffer to write to the file. [all …]
|
/external/libchrome/base/metrics/ |
D | persistent_histogram_storage.cc | 2 // Use of this source code is governed by a BSD-style license that can be 5 #include "base/metrics/persistent_histogram_storage.h" 7 #include "base/files/file_util.h" 8 #include "base/files/important_file_writer.h" 9 #include "base/logging.h" 10 #include "base/metrics/persistent_histogram_allocator.h" 11 #include "base/metrics/persistent_memory_allocator.h" 12 #include "base/strings/string_util.h" 13 #include "base/strings/stringprintf.h" 14 #include "base/time/time.h" [all …]
|
D | persistent_histogram_storage_unittest.cc | 2 // Use of this source code is governed by a BSD-style license that can be 5 #include "base/metrics/persistent_histogram_storage.h" 9 #include "base/files/file_path.h" 10 #include "base/files/file_util.h" 11 #include "base/files/scoped_temp_dir.h" 12 #include "base/metrics/histogram_macros.h" 13 #include "base/time/time.h" 17 namespace base { namespace 31 // Creates a unique temporary directory, and sets the test storage directory. 38 // Gets the path to the temporary directory. [all …]
|
D | persistent_histogram_storage.h | 2 // Use of this source code is governed by a BSD-style license that can be 8 #include "base/base_export.h" 9 #include "base/files/file_path.h" 10 #include "base/macros.h" 11 #include "base/strings/string_piece.h" 13 namespace base { 17 // recorded during its lifetime are persisted in the directory 19 // Histograms are not persisted if the storage directory does not exist on 27 // Creates a process-wide storage location for histograms that will be written 28 // to a file within a directory provided by |set_storage_base_dir()| on [all …]
|
/external/libchrome/base/files/ |
D | file_util.h | 2 // Use of this source code is governed by a BSD-style license that can be 24 #include "base/base_export.h" 25 #include "base/files/file.h" 26 #include "base/files/file_path.h" 27 #include "base/strings/string16.h" 31 #include "base/win/windows_types.h" 33 #include "base/file_descriptor_posix.h" 34 #include "base/logging.h" 35 #include "base/posix/eintr_wrapper.h" 38 namespace base { [all …]
|
D | scoped_temp_dir.h | 2 // Use of this source code is governed by a BSD-style license that can be 8 // An object representing a temporary / scratch directory that should be 11 // directory fails to be deleted. As a result, deletion is not guaranteed by 13 // CreateUniqueTempDir creates the directory in a location that is 16 // Multiple calls to the methods which establish a temporary directory 20 #include "base/base_export.h" 21 #include "base/files/file_path.h" 22 #include "base/macros.h" 24 namespace base { 28 // No directory is owned/created initially. [all …]
|
D | file_util_unittest.cc | 2 // Use of this source code is governed by a BSD-style license that can be 17 #include "base/base_paths.h" 18 #include "base/bind.h" 19 #include "base/bind_helpers.h" 20 #include "base/callback_helpers.h" 21 #include "base/command_line.h" 22 #include "base/environment.h" 23 #include "base/files/file.h" 24 #include "base/files/file_enumerator.h" 25 #include "base/files/file_path.h" [all …]
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/ |
D | default.build | 4 <property name="base.dir" value="${path::get-full-path( project::get-base-directory() )}" /> 17 <property name="src.dir" value="${base.dir}/" /> 18 <property name="test.src.dir" value="${base.dir}/../Antlr3.Runtime.Tests" /> 32 <!-- Copy Antlr3.Runtime.Tests dependencies --> 52 <!-- delete VS.NET project artifacts directory --> 53 <echo message="Deleting VS.NET artifacts directory '${base.dir}/bin'" /> 54 <delete dir="${base.dir}/bin" failonerror="false" /> 55 <echo message="Deleting VS.NET artifacts directory '${base.dir}/obj'" /> 56 <delete dir="${base.dir}/obj" failonerror="false" /> 58 <!-- delete VS.NET project artifacts directory for Tests projects--> [all …]
|
/external/avb/test/ |
D | avb_unittest_util.cc | 27 #include <android-base/file.h> 45 return str.substr(first, (last - first + 1)); in string_trim() 51 /* Change current directory to test executable directory so that relative path in SetUp() 53 * correct directory */ in SetUp() 54 base::SetCurrentDirectory( in SetUp() 55 base::FilePath(android::base::GetExecutableDirectory())); in SetUp() 57 /* Create temporary directory to stash images in. */ in SetUp() 58 base::FilePath ret; in SetUp() 59 char* buf = strdup("/tmp/libavb-tests.XXXXXX"); in SetUp() 61 testdir_ = base::FilePath(buf); in SetUp() [all …]
|
/external/freetype/builds/ |
D | freetype.mk | 2 # FreeType 2 library sub-Makefile 6 # Copyright (C) 1996-2020 by 23 # BUILD_DIR The architecture dependent directory, 26 # OBJ_DIR The directory in which object files are created. 28 # LIB_DIR The directory in which the library is created. 30 # DOC_DIR The directory in which the API reference is created. 34 # DEVEL_DIR Development directory which is added to the INCLUDES 38 # in the platform-specific configuration files. 41 # file for `src/base/ftsystem.c'. 44 # file for `src/base/ftdebug.c'. [For a normal build, this [all …]
|
/external/libchrome/base/ |
D | base_paths.h | 2 // Use of this source code is governed by a BSD-style license that can be 8 // This file declares path keys for the base module. These can be used with 14 #include "base/base_paths_win.h" 16 #include "base/base_paths_mac.h" 18 #include "base/base_paths_android.h" 22 #include "base/base_paths_posix.h" 25 namespace base { 30 DIR_CURRENT, // Current directory. 31 DIR_EXE, // Directory containing FILE_EXE. 32 DIR_MODULE, // Directory containing FILE_MODULE. [all …]
|
D | os_compat_android.cc | 2 // Use of this source code is governed by a BSD-style license that can be 5 #include "base/os_compat_android.h" 19 #include "base/rand_util.h" 20 #include "base/strings/string_piece.h" 21 #include "base/strings/stringprintf.h" 33 return -1; in futimes() 46 // 32-bit Android has only timegm64() and not timegm(). 50 static const time_t kTimeMax = ~(1L << (sizeof(time_t) * CHAR_BIT - 1)); in timegm() 51 static const time_t kTimeMin = (1L << (sizeof(time_t) * CHAR_BIT - 1)); in timegm() 54 return -1; in timegm() [all …]
|
D | path_service.h | 2 // Use of this source code is governed by a BSD-style license that can be 10 #include "base/base_export.h" 11 #include "base/base_paths.h" 12 #include "base/gtest_prod_util.h" 15 namespace base { 25 // Retrieves a path to a special directory or file and places it into the 26 // string pointed to by 'path'. If you ask for a directory it is guaranteed 30 // Returns true if the directory or file was successfully retrieved. On 34 // Overrides the path to a special directory or file. This cannot be used to 36 // path specifies a directory that does not exist, the directory will be [all …]
|
/external/python/cpython2/Doc/library/ |
D | site.rst | 1 :mod:`site` --- Site-specific configuration hook 5 :synopsis: Module responsible for site-specific configuration. 9 -------------- 14 import can be suppressed using the interpreter's :option:`-S` option. 18 Importing this module will append site-specific paths to the module search path 22 pair: site-python; directory 23 pair: site-packages; directory 28 :file:`lib/site-packages` (on Windows) or 29 :file:`lib/python{X.Y}/site-packages` and then :file:`lib/site-python` (on 30 Unix and Macintosh). For each of the distinct head-tail combinations, it sees [all …]
|
/external/blktrace/btreplay/doc/ |
D | btreplay.tex | 16 % Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 24 %--------------------- 33 %--------------------- 35 %--------------------- 48 place the source directory next to a valid 50 directory, as it includes \texttt{../blktrace} in the \texttt{Makefile}. 53 %--------------------- 60 IO layer -- indicating the device, CPU number, time stamp, IO direction, 66 The basic operating work-flow to replay IOs would be something like: 71 the only traces you are interested in are \emph{QUEUE} requests -- [all …]
|