/aosp_15_r20/external/clang/lib/AST/ |
H A D | StmtOpenMP.cpp | 1 //===--- StmtOpenMP.cpp - Classes for OpenMP directives -------------------===// 8 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 64 OMPParallelDirective *Dir = in Create() local 66 Dir->setClauses(Clauses); in Create() 67 Dir->setAssociatedStmt(AssociatedStmt); in Create() 68 Dir->setHasCancel(HasCancel); in Create() 69 return Dir; in Create() 92 OMPSimdDirective *Dir = new (Mem) in Create() local 94 Dir->setClauses(Clauses); in Create() [all …]
|
/aosp_15_r20/libcore/support/src/test/java/tests/resources/x509/ |
H A D | create.sh | 1 #!/bin/bash - 8 # http://www.apache.org/licenses/LICENSE-2.0 16 set -o nounset # Treat unset variables as an error 17 set -e 19 DIR=$(dirname "$0") 21 if [ ! -f "$DIR/privkey.pem" ]; then 22 openssl genrsa -out "$DIR/privkey.pem" 2048 25 openssl req -config "$DIR/default.cnf" -new -key "$DIR/privkey.pem" -nodes -batch > /tmp/cert-rsa-r… 26 openssl req -in /tmp/cert-rsa-req.pem -pubkey -noout | openssl rsa -pubin -pubout -outform der > "$… 27 …-extfile "$DIR/default.cnf" -days 3650 -extensions usr_cert -req -signkey "$DIR/privkey.pem" -outf… [all …]
|
/aosp_15_r20/external/toybox/tests/ |
H A D | find.test | 3 [ -f testing.sh ] && . testing.sh 5 mkdir dir 6 cd dir 9 # fs timestamp granularity isn't always enough for -newer to tell, so wait 11 ln -s fifo link 16 touch perm/all-read-only 17 chmod a=r perm/all-read-only 23 testing "-type l -a -type d -o -type p" \ 24 "find dir -type l -a -type d -o -type p" "dir/fifo\n" "" "" 25 testing "-type l -type d -o -type p" "find dir -type l -type d -o -type p" \ [all …]
|
H A D | tar.test | 3 [ -f testing.sh ] && . testing.sh 10 TAR='tar c --owner root --group sys --mtime @1234567890' 23 # minimum) so look at first N 512-byte frames when analyzing header content. 24 tee save.dat | head -c $(($1*512)) | sha1sum | sed "s/ .*//" 38 "-rw-rw-r-- root/sys 0 2009-02-13 23:31 file\n" "" "" 40 # Two files from -T list 42 testing "-T newline" "$TAR -T input | LST" \ 43 …"-rw-rw-r-- root/sys 0 2009-02-13 23:31 file1\n-rw-rw-r-- root/sys 0 2009-02-13 23:31 file2\n" "fi… 44 testing "-T null" "$TAR --null -T input | LST" \ 45 …"-rw-rw-r-- root/sys 0 2009-02-13 23:31 file1\n-rw-rw-r-- root/sys 0 2009-02-13 23:31 file2\n" "fi… [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/walkdir/src/tests/ |
D | recursive.rs | 4 use crate::tests::util::Dir; 24 let dir = Dir::tmp(); in empty() localVariable 25 let wd = WalkDir::new(dir.path()); in empty() 26 let r = dir.run_recursive(wd); in empty() 34 assert_eq!(dir.path(), ent.path()); in empty() 35 assert_eq!(dir.path().file_name().unwrap(), ent.file_name()); in empty() 40 let dir = Dir::tmp(); in empty_follow() localVariable 41 let wd = WalkDir::new(dir.path()).follow_links(true); in empty_follow() 42 let r = dir.run_recursive(wd); in empty_follow() 50 assert_eq!(dir.path(), ent.path()); in empty_follow() [all …]
|
/aosp_15_r20/external/libphonenumber/ |
H A D | build.xml | 4 <property name="libphonenumber.src.dir" value="libphonenumber/src"/> 5 <property name="libphonenumber.test.dir" value="libphonenumber/test"/> 6 <property name="carrier.src.dir" value="carrier/src"/> 7 <property name="carrier.test.dir" value="carrier/test"/> 8 <property name="geocoder.src.dir" value="geocoder/src"/> 9 <property name="geocoder.test.dir" value="geocoder/test"/> 10 <property name="prefixmapper.src.dir" value="internal/prefixmapper/src"/> 11 <property name="prefixmapper.test.dir" value="internal/prefixmapper/test"/> 12 <property name="build.dir" value="build"/> 13 <property name="classes.dir" value="${build.dir}/classes"/> [all …]
|
/aosp_15_r20/external/guice/ |
H A D | build.xml | 4 <!-- common definitions are stored in common.xml. --> 8 <fileset dir="${lib.dir}" includes="*.jar"/> 9 <fileset dir="${lib.dir}/build" includes="*.jar"/> 14 <fileset dir="extensions"> 17 <pathelement location="${build.dir}/classes"/> 22 <jar jarfile="${build.dir}/dist/guice-${version}.jar" 23 manifest="${build.dir}/META-INF/MANIFEST.MF"> 24 <zipfileset src="${build.dir}/${ant.project.name}-with-deps.jar"/> 37 <ant antfile="extensions/dagger-adapter/build.xml" target="distjars" inheritAll="false"/> 42 <copy toDir="${build.dir}/dist"> [all …]
|
/aosp_15_r20/external/javassist/ |
H A D | build.xml | 3 <!-- =================================================================== --> 4 <!-- JBoss build file --> 5 <!-- =================================================================== --> 9 <property name="dist-version" value="javassist-3.24.1-GA"/> 13 <property name="target-src.jar" value="javassist-src.jar"/> 14 <property name="lib.dir" value="${basedir}/lib"/> 15 <property name="src.dir" value="${basedir}/src/main"/> 16 <property name="build.dir" value="${basedir}/target"/> 17 <property name="build.classes.dir" value="${build.dir}/classes"/> 18 <property name="test.src.dir" value="${basedir}/src/test"/> [all …]
|
/aosp_15_r20/prebuilts/rust/bootstrap/ |
H A D | chain.log | 1 Compiling num-traits v0.1.40 6 Compiling unicode-xid v0.0.4 15 …Compiling build_helper v0.1.0 (file:///usr/local/google/home/mmaurer/rust-final/rustc-1.21.0-src/s… 21 …Compiling bootstrap v0.0.0 (file:///usr/local/google/home/mmaurer/rust-final/rustc-1.21.0-src/src/… 23 Building stage0 std artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu) 24 …Compiling core v0.0.0 (file:///usr/local/google/home/mmaurer/rust-final/rustc-1.21.0-src/src/libco… 25 …Compiling unwind v0.0.0 (file:///usr/local/google/home/mmaurer/rust-final/rustc-1.21.0-src/src/lib… 29 …Compiling build_helper v0.1.0 (file:///usr/local/google/home/mmaurer/rust-final/rustc-1.21.0-src/s… 30 …Compiling alloc_jemalloc v0.0.0 (file:///usr/local/google/home/mmaurer/rust-final/rustc-1.21.0-src… 32 …mpiler_builtins v0.0.0 (file:///usr/local/google/home/mmaurer/rust-final/rustc-1.21.0-src/src/rust… [all …]
|
/aosp_15_r20/external/testng/ant/ |
H A D | build.xml | 3 <!-- ====================================================================== --> 4 <!-- TestNG build file --> 5 <!-- Created cbeust, April 26th, 2004 --> 6 <!-- ====================================================================== --> 11 <!-- ====================================================================== --> 12 <!-- PREPARE --> 13 <!-- ====================================================================== --> 14 <target name="prepare" depends="retrieve-dependencies" 17 <mkdir dir="${build.dir}" /> 18 <mkdir dir="${other.jars.dir}" /> [all …]
|
H A D | build-tests.xml | 5 <property name="report.dir" value="${test.output.dir}"/> 6 <property name="junit.report.dir" value="${report.dir}/test-tmp"/> 7 <property name="testng.report.dir" value="${report.dir}"/> 11 <!-- ==================================================================== --> 12 <!-- Compile --> 13 <!-- ==================================================================== --> 16 <fileset dir="${lib.dir}" includes="${guice2.jar}" /> 17 <fileset dir="${lib.dir}" includes="${junit.jar}" /> 18 <fileset dir="${lib.dir}" includes="aopalliance-1.0.jar" /> 24 TEST.DIR =${test.dir} [all …]
|
/aosp_15_r20/external/e2fsprogs/contrib/ |
H A D | spd_readdir.c | 6 * 2008-06-08 Modified by Ross Boylan <RossBoylan stanfordalumni org> 14 * gcc -o spd_readdir.so -shared -fpic spd_readdir.c -ldl 20 * %Begin-Header% 23 * %End-Header% 70 DIR *dir; member 81 static int (*real_closedir)(DIR *dir) = 0; 82 static DIR *(*real_opendir)(const char *name) = 0; 83 static DIR *(*real_fdopendir)(int fd) = 0; 84 static void *(*real_rewinddir)(DIR *dirp) = 0; 85 static struct dirent *(*real_readdir)(DIR *dir) = 0; [all …]
|
/aosp_15_r20/external/lzma/CPP/7zip/UI/Agent/ |
H A D | AgentProxy.cpp | 36 return -1; in FindSubDir() 72 if (subDirIndex != -1) in AddDir() 74 if (arcIndex != -1) in AddDir() 77 if (item.ArcIndex == -1) in AddDir() 103 // while (dirIndex != -1) in GetDirPathParts() 106 const CProxyDir &dir = Dirs[dirIndex]; in GetDirPathParts() local 107 dirIndex = (unsigned)dir.ParentDir; in GetDirPathParts() 108 if (dir.ParentDir == -1) in GetDirPathParts() 110 pathParts.Insert(0, dir.Name); in GetDirPathParts() 119 // while (dirIndex != -1) in GetDirPath_as_Prefix() [all …]
|
/aosp_15_r20/external/jacoco/org.jacoco.ant.test/src/org/jacoco/ant/ |
H A D | InstrumentTaskTest.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 3 <!-- 7 http://www.eclipse.org/legal/epl-2.0 9 SPDX-License-Identifier: EPL-2.0 12 Marc R. Hoffmann - initial API and implementation 13 --> 18 <tempfile property="temp.dir" prefix="jacocoTest" destdir="${java.io.tmpdir}" /> 19 <mkdir dir="${temp.dir}"/> 20 <property name="exec.file" location="${temp.dir}/exec.file" /> 24 <delete dir="${temp.dir}" quiet="false" failonerror="true"/> [all …]
|
H A D | ReportTaskTest.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 3 <!-- 7 http://www.eclipse.org/legal/epl-2.0 9 SPDX-License-Identifier: EPL-2.0 12 Brock Janiczak - initial API and implementation 13 Dominik Stadler - source folder support 14 --> 19 <tempfile property="temp.dir" prefix="jacocoTest" destdir="${java.io.tmpdir}" /> 20 <mkdir dir="${temp.dir}"/> 24 <delete dir="${temp.dir}" quiet="false" failonerror="true" /> [all …]
|
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors_format.inc | 1 //===-- sanitizer_common_interceptors_format.inc ----------------*- C++ -*-===// 8 //===----------------------------------------------------------------------===// 15 //===----------------------------------------------------------------------===// 38 // Otherwise, do not change p. This will be re-parsed later as the field 79 // Returns string output character size for string-like conversions, 100 FSS_WCSLEN = -2, 103 FSS_STRLEN = -1, 162 int argIdx; // argument index, or -1 if not specified ("%n$") 174 // returned in dir. This function returns the pointer to the first 176 // In case of the end-of-string, a pointer to the closing \0 is returned. [all …]
|
/aosp_15_r20/external/pdfium/third_party/libtiff/ |
H A D | tif_dirwrite.c | 2 * Copyright (c) 1988-1997 Sam Leffler 3 * Copyright (c) 1991-1997 Silicon Graphics, Inc. 13 * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, 31 #include <float.h> /*--: for Rational2Double */ 32 #include <math.h> /*--: for Rational2Double */ 46 TIFFDirEntry *dir, 51 TIFFDirEntry *dir, uint16_t tag, 54 TIFFDirEntry *dir, uint16_t tag, 57 TIFFDirEntry *dir, uint16_t tag, 60 TIFFDirEntry *dir, uint16_t tag, [all …]
|
/aosp_15_r20/external/coreboot/src/sbom/ |
H A D | Makefile.mk | 1 ## SPDX-License-Identifier: GPL-2.0-only 5 build-dir = $(obj)/sbom 6 src-dir = $(src)/sbom 30 # a one-liner, but since the payload is generated externally (with an extra make command), we 33 payload-git-dir-$(CONFIG_PAYLOAD_BOOTBOOT) = payloads/external/BOOTBOOT/bootboot 34 payload-git-dir-$(CONFIG_PAYLOAD_DEPTHCHARGE) = payloads/external/depthcharge/depthcharge 35 payload-git-dir-$(CONFIG_PAYLOAD_FILO) = payloads/external/FILO/filo 36 payload-git-dir-$(CONFIG_PAYLOAD_GRUB2) = payloads/external/GRUB2/grub2 37 payload-git-dir-$(CONFIG_PAYLOAD_LINUXBOOT) = payloads/external/LinuxBoot/linuxboot 38 payload-git-dir-$(CONFIG_PAYLOAD_SEABIOS) = payloads/external/SeaBIOS/seabios [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/criterion/tests/ |
D | criterion_tests.rs | 23 fn temp_dir() -> TempDir { in temp_dir() 29 fn short_benchmark(dir: &TempDir) -> Criterion { in short_benchmark() 31 .output_directory(dir.path()) in short_benchmark() 46 fn read(&self) -> usize { in read() 51 fn default() -> Counter { in default() 58 fn verify_file(dir: &PathBuf, path: &str) -> PathBuf { in verify_file() 59 let full_path = dir.join(path); in verify_file() 70 fn verify_json(dir: &PathBuf, path: &str) { in verify_json() 71 let full_path = verify_file(dir, path); in verify_json() 77 fn verify_svg(dir: &PathBuf, path: &str) { in verify_svg() [all …]
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_tempfile.py | 27 # number of files that can be opened at one time (see ulimit -n) 89 str_check = re.compile(r"^[a-z0-9_-]{8}$") 90 b_check = re.compile(br"^[a-z0-9_-]{8}$") 97 def nameCheck(self, name, dir, pre, suf): argument 100 nsuf = nbase[len(nbase)-len(suf):] 102 if dir is not None: 106 if type(dir) is str or isinstance(dir, os.PathLike) else 116 if (dir, pre, suf) == (None, None, None): 120 self.assertEqual(os.path.abspath(ndir), os.path.abspath(dir), 121 "file %r not in directory %r" % (name, dir)) [all …]
|
/aosp_15_r20/external/crosvm/ext2/tests/ |
H A D | tests.rs | 2 // Use of this source code is governed by a BSD-style license that can be 40 .arg("-fvy") in run_fsck() 50 fn run_debugfs_cmd(args: &[&str], disk: &PathBuf) -> String { in run_debugfs_cmd() 52 .arg("-R") in run_debugfs_cmd() 68 fn mkfs(td: &TempDir, builder: Builder) -> PathBuf { in mkfs() 106 // - `.`: the rootdir whose inode is 2 and rec_len is 12. in test_mkfs_empty() 107 // - `..`: this is also the rootdir with same inode and the same rec_len. in test_mkfs_empty() 108 // - `lost+found`: inode is 11 and rec_len is 4072 (= block_size - 2*12). in test_mkfs_empty() 135 fn collect_paths(dir: &Path, skip_lost_found: bool) -> BTreeSet<(String, PathBuf)> { in collect_paths() 136 WalkDir::new(dir) in collect_paths() [all …]
|
/aosp_15_r20/sdk/files/ant/ |
H A D | build.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 4 <!-- 14 - custom task definitions, 15 - more properties (do not override those unless the whole build system is modified). 16 - macros used throughout the build, 17 - base build targets, 18 - debug-specific build targets, 19 - release-specific build targets, 20 - instrument-specific build targets, 21 - test project-specific build targets, [all …]
|
/aosp_15_r20/external/bazelbuild-rules_python/tests/runfiles/ |
H A D | runfiles_test.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 26 def testRlocationArgumentValidation(self) -> None: 65 def testCreatesManifestBasedRunfiles(self) -> None: 78 def testManifestBasedRunfilesEnvVars(self) -> None: 91 "RUNFILES_DIR": mf.Path()[: -len("/MANIFEST")], 92 "JAVA_RUNFILES": mf.Path()[: -len("/MANIFEST")], 109 mf.Path()[: -len("foo.runfiles_manifest")] + "foo.runfiles" 112 mf.Path()[: -len("foo.runfiles_manifest")] + "foo.runfiles" 134 def testCreatesDirectoryBasedRunfiles(self) -> None: 137 "RUNFILES_DIR": "runfiles/dir", [all …]
|
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/ |
H A D | generate-test-sources-build.xml | 1 <project name="generate-test-sources"> 2 <mkdir dir="${generated.testsources.dir}"/> 4 <arg value="--java_out=${generated.testsources.dir}"/> 5 <arg value="--proto_path=${protobuf.source.dir}"/> 6 <arg value="--proto_path=${test.proto.dir}"/> 7 <arg value="${protobuf.source.dir}/google/protobuf/map_lite_unittest.proto"/> 8 <arg value="${protobuf.source.dir}/google/protobuf/unittest.proto"/> 9 <arg value="${protobuf.source.dir}/google/protobuf/unittest_custom_options.proto"/> 10 <arg value="${protobuf.source.dir}/google/protobuf/unittest_enormous_descriptor.proto"/> 11 <arg value="${protobuf.source.dir}/google/protobuf/unittest_import.proto"/> [all …]
|
/aosp_15_r20/external/protobuf/java/core/ |
H A D | generate-test-sources-build.xml | 1 <project name="generate-test-sources"> 2 <mkdir dir="${generated.testsources.dir}"/> 4 <arg value="--java_out=${generated.testsources.dir}"/> 5 <arg value="--proto_path=${protobuf.source.dir}"/> 6 <arg value="--proto_path=${test.proto.dir}"/> 7 <arg value="${protobuf.source.dir}/google/protobuf/map_lite_unittest.proto"/> 8 <arg value="${protobuf.source.dir}/google/protobuf/unittest.proto"/> 9 <arg value="${protobuf.source.dir}/google/protobuf/unittest_custom_options.proto"/> 10 <arg value="${protobuf.source.dir}/google/protobuf/unittest_enormous_descriptor.proto"/> 11 <arg value="${protobuf.source.dir}/google/protobuf/unittest_import.proto"/> [all …]
|