Home
last modified time | relevance | path

Searched +full:make +full:- +full:dir (Results 1 – 25 of 1144) sorted by relevance

12345678910>>...46

/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/graphics/fonts/
H A DUpdatableFontDirTest.java8 * http://www.apache.org/licenses/LICENSE-2.0
107 // FakeFsverityUtil will successfully set up fake fs-verity if the signature is GOOD_SIGNATURE.
149 private final Supplier<Long> mCurrentTimeSupplier = () -> CURRENT_TIME;
151 (map) -> SystemFonts.getSystemFontConfigForTesting(LEGACY_FONTS_XML, map, 0, 0);
167 for (File dir : mPreinstalledFontDirs) { in setUp()
168 dir.mkdir(); in setUp()
209 UpdatableFontDir dir = new UpdatableFontDir( in construct() local
212 dir.loadFontFileMap(); in construct()
213 assertThat(dir.getPostScriptMap()).containsKey("foo"); in construct()
214 assertThat(mParser.getRevision(dir.getPostScriptMap().get("foo"))).isEqualTo(3); in construct()
[all …]
/aosp_15_r20/external/libcups/
H A DMakefile2 # Top-level Makefile for CUPS.
4 # Copyright © 2007-2021 by Apple Inc.
5 # Copyright © 1997-2007 by Easy Software Products, all rights reserved.
15 # Directories to make...
22 # Test suite options - normally blank, override with make command...
29 # Make all targets...
33 chmod +x cups-config
42 for dir in $(DIRS); do\
43 echo Making all in $$dir... ;\
44 (cd $$dir ; $(MAKE) $(MFLAGS) all $(UNITTESTS)) || exit 1;\
[all …]
/aosp_15_r20/external/antlr/runtime/JavaScript/build/
H A Dbuild.xml6 <property name="build.dir" value="${basedir}/build" />
7 <property name="out.dir" value="${build.dir}/out" />
8 <property name="lib.dir" value="${basedir}/lib" />
9 <property name="doc.dir" value="${basedir}/doc" />
10 <property name="test.dir" value="${basedir}/tests" />
11 <property name="src.dir" value="${basedir}/src" />
12 <property name="third.dir" value="${basedir}/third" />
13 <property file="${build.dir}/antlr3.properties" />
15 …<taskdef file="${third.dir}/antcontrib.properties" classpath="${third.dir}/ant-contrib-1.0b3.jar" …
17 <!-- ******* -->
[all …]
/aosp_15_r20/prebuilts/rust/bootstrap/mrustc-bootstrap/
H A Dbootstrap_log4 libcurl4-openssl-dev is already the newest version (7.60.0-1).
5 libssl1.0-dev is already the newest version (1.0.2r-1~deb9u1).
7 Cloning into 'clang-prebuilt'...
10 You are in 'detached HEAD' state. You can look around, make experimental
11 changes and commit them, and you can discard any commits you make in this
15 do so (now or later) by using -c with the switch command. Example:
17 git switch -c <new-branch-name>
21 git switch -
26 --2019-06-18 13:15:23-- https://static.rust-lang.org/dist/rustc-1.19.0-src.tar.gz
27 Resolving static.rust-lang.org (static.rust-lang.org)... 2600:9000:2044:5e00:5:26a9:7440:93a1, 2600…
[all …]
/aosp_15_r20/art/test/
H A DAndroid.run-test.bp1 // This file was generated by Android.run-test.bp.py
4 TEST_BUILD_COMMON_ARGS = "$(location run_test_build.py) --out $(out) " +
5 "--bootclasspath $(location :art-run-test-bootclasspath) " +
6 "--d8 $(location d8) " +
7 "--jasmin $(location jasmin) " +
8 "--rewrapper $(location rewrapper) " +
9 "--smali $(location android-smali) " +
10 "--soong_zip $(location soong_zip) " +
11 "--zipalign $(location zipalign) "
14 name: "art-run-test-host-data-shard00-tmp",
[all …]
/aosp_15_r20/external/skia/src/core/
H A DSkPathBuilder.cpp4 * Use of this source code is governed by a BSD-style license that can be
28 this->reset(); in SkPathBuilder()
32 this->reset(); in SkPathBuilder()
54 fLastMoveIndex = -1; // illegal in reset()
61 this->reset().setFillType(src.getFillType()); in operator =()
65 case SkPathVerb::kMove: this->moveTo(pts[0]); break; in operator =()
66 case SkPathVerb::kLine: this->lineTo(pts[1]); break; in operator =()
67 case SkPathVerb::kQuad: this->quadTo(pts[1], pts[2]); break; in operator =()
68 case SkPathVerb::kConic: this->conicTo(pts[1], pts[2], w[0]); break; in operator =()
69 case SkPathVerb::kCubic: this->cubicTo(pts[1], pts[2], pts[3]); break; in operator =()
[all …]
H A DSkPathMakers.h4 * Use of this source code is governed by a BSD-style license that can be
17 SkPath_PointIterator(SkPathDirection dir, unsigned startIndex) in SkPath_PointIterator() argument
19 , fAdvance(dir == SkPathDirection::kCW ? 1 : N - 1) { } in SkPath_PointIterator()
28 return this->current(); in next()
41 SkPath_RectPointIterator(const SkRect& rect, SkPathDirection dir, unsigned startIndex) in SkPath_RectPointIterator() argument
42 : SkPath_PointIterator(dir, startIndex) { in SkPath_RectPointIterator()
44 fPts[0] = SkPoint::Make(rect.fLeft, rect.fTop); in SkPath_RectPointIterator()
45 fPts[1] = SkPoint::Make(rect.fRight, rect.fTop); in SkPath_RectPointIterator()
46 fPts[2] = SkPoint::Make(rect.fRight, rect.fBottom); in SkPath_RectPointIterator()
47 fPts[3] = SkPoint::Make(rect.fLeft, rect.fBottom); in SkPath_RectPointIterator()
[all …]
/aosp_15_r20/external/zstd/tests/
H A Dlibzstd_builds.sh1 #!/bin/sh -e
3 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
6 RM="rm -f"
24 # default compilation : all features enabled - no zbuff
26 CFLAGS= make -C $DIR/../lib libzstd libzstd.a > $INTOVOID
27 nm $DIR/../lib/libzstd.a | $GREP "\.o" > tmplog
35 # Check that the exec-stack bit isn't set
36 readelf -lW $DIR/../lib/libzstd.so | $GREP "GNU_STACK" > tmplog
38 $RM $DIR/../lib/libzstd.a $DIR/../lib/libzstd.so* tmplog
42 ZSTD_LIB_COMPRESSION=0 CFLAGS= make -C $DIR/../lib libzstd.a > $INTOVOID
[all …]
/aosp_15_r20/hardware/invensense/6515/libsensors_iio/software/build/android/
H A Dshared.mk5 ANDROID_ROOT ?= /Android/trunk/0xdroid/beagle-eclair
37 echo -ne "\e[1;34m"$(1)"\e[0m"
46 for DIR in $(LIB_FOLDERS); do ( \
47 cd $$DIR && $(MAKE) -f shared.mk $@ ); \
49 for DIR in $(APP_FOLDERS); do ( \
50 cd $$DIR && $(MAKE) -f shared.mk $@ ); \
54 for DIR in $(LIB_FOLDERS); do ( \
55 cd $$DIR && $(MAKE) -f shared.mk $@ ); \
57 for DIR in $(APP_FOLDERS); do ( \
58 cd $$DIR && $(MAKE) -f shared.mk $@ ); \
[all …]
/aosp_15_r20/hardware/invensense/65xx/libsensors_iio/software/build/android/
H A Dshared.mk5 ANDROID_ROOT ?= /Android/trunk/0xdroid/beagle-eclair
37 echo -ne "\e[1;34m"$(1)"\e[0m"
46 for DIR in $(LIB_FOLDERS); do ( \
47 cd $$DIR && $(MAKE) -f shared.mk $@ ); \
49 for DIR in $(APP_FOLDERS); do ( \
50 cd $$DIR && $(MAKE) -f shared.mk $@ ); \
54 for DIR in $(LIB_FOLDERS); do ( \
55 cd $$DIR && $(MAKE) -f shared.mk $@ ); \
57 for DIR in $(APP_FOLDERS); do ( \
58 cd $$DIR && $(MAKE) -f shared.mk $@ ); \
[all …]
/aosp_15_r20/external/minijail/
H A Dsystem_unittest.cc2 * Use of this source code is governed by a BSD-style license that can be
71 // just make sure it doesn't crash?
81 // Make sure we can write a pid to the file.
108 TemporaryDir dir; in TEST() local
109 ASSERT_TRUE(dir.is_valid()); in TEST()
111 // Run `mkdir -p <path>/a/b/c`. in TEST()
112 std::string path_a = dir.path + "/a"; in TEST()
119 // Make sure the final path doesn't exist yet. in TEST()
123 EXPECT_EQ(-1, stat(path_a_b_c.c_str(), &st)); in TEST()
125 // Then create it as a complete dir. in TEST()
[all …]
/aosp_15_r20/out/soong/.intermediates/system/sepolicy/recovery_sepolicy.conf/android_common/shiba/
Drecovery_sepolicy.conf40 # file-related classes
44 class dir
52 # network-related classes
65 # sysv-ipc-related classes
125 # Capability checks when on a non-init user namespace
298 # socket-specific
392 # Define the access vector interpretation for file-related objects.
409 class dir
455 # Define the access vector interpretation for network-related objects.
511 # Define the access vector interpretation for process-related objects
[all …]
/aosp_15_r20/out/soong/.intermediates/system/sepolicy/sepolicy_neverallows.sepolicy_analyze.conf/android_common/
Dsepolicy_neverallows.sepolicy_analyze.conf40 # file-related classes
44 class dir
52 # network-related classes
65 # sysv-ipc-related classes
125 # Capability checks when on a non-init user namespace
298 # socket-specific
392 # Define the access vector interpretation for file-related objects.
409 class dir
455 # Define the access vector interpretation for network-related objects.
511 # Define the access vector interpretation for process-related objects
[all …]
/aosp_15_r20/external/sg3_utils/scripts/
H A DMakefile.in4 # Copyright (C) 1994-2021 Free Software Foundation, Inc.
19 if test -z '$(MAKELEVEL)'; then \
21 elif test -n '$(MAKE_HOST)'; then \
23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
30 case $${target_option-} in \
33 "target option '$${target_option-}' specified" >&2; \
56 *=*|--*) continue;; \
57 -*I) strip_trailopt 'I'; skip_next=yes;; \
58 -*I?*) strip_trailopt 'I';; \
59 -*O) strip_trailopt 'O'; skip_next=yes;; \
[all …]
/aosp_15_r20/external/libchrome/base/files/
H A Dfile_path_watcher_unittest.cc2 // Use of this source code is governed by a BSD-style license that can be
59 task_runner_->PostTask( in OnChange()
83 ASSERT_TRUE(task_runner_->BelongsToCurrentThread()); in RecordChange()
117 // thread-safe for setting expectations. Thus the test code cannot safely
125 collector_->Register(this); in TestDelegate()
133 collector_->OnChange(this); in OnFileChanged()
196 collector_->Reset(run_loop.QuitClosure()); in WaitForEventsWithTimeout()
198 // Make sure we timeout if we don't get notified. in WaitForEventsWithTimeout()
199 ThreadTaskRunnerHandle::Get()->PostDelayedTask( in WaitForEventsWithTimeout()
202 return collector_->Success(); in WaitForEventsWithTimeout()
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/load/
Dpkg.go2 // Use of this source code is governed by a BSD-style
63 Dir string `json:",omitempty"` // directory containing package sources member
64 ImportPath string `json:",omitempty"` // import path of package in dir
69 … `json:",omitempty"` // the shared library that contains this package (only set when -linkshared)
70 … string `json:",omitempty"` // Go root, Go path dir, or module root dir containin…
71 ConflictDir string `json:",omitempty"` // Dir is hidden by this other directory
73 … string `json:",omitempty"` // file containing export data (set by go list -export)
74 …ing `json:",omitempty"` // build ID of the compiled package (set by go list -export)
76 …Match []string `json:",omitempty"` // command-line patterns matching this pac…
99 …IgnoredOtherFiles []string `json:",omitempty"` // non-.go source files ignored due to build constr…
[all …]
/aosp_15_r20/out/soong/.intermediates/system/sepolicy/sepolicy_neverallows.checkpolicy.conf/android_common/
Dsepolicy_neverallows.checkpolicy.conf40 # file-related classes
44 class dir
52 # network-related classes
65 # sysv-ipc-related classes
125 # Capability checks when on a non-init user namespace
298 # socket-specific
392 # Define the access vector interpretation for file-related objects.
409 class dir
455 # Define the access vector interpretation for network-related objects.
511 # Define the access vector interpretation for process-related objects
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/fsys/
Dfsys.go2 // Use of this source code is governed by a BSD-style
31 // For debugging, if the $GODEBUG setting gofsystracestack is non-empty, then trace events for paths
75 // It is the value of the -overlay flag.
100 // TODO(matloob): encapsulate these in an io/fs-like interface
101 var overlay map[string]*node // path -> file or directory node
120 // filepath.Abs needs to make a syscall on Windows. Elsewhere in cmd/go
127 // Make the path absolute.
162 overlay = make(map[string]*node)
163 …reverseCanonicalized := make(map[string]string) // inverse of canonicalize operation, to check for…
166 // Remove any potential non-determinism from iterating over map by sorting it.
[all …]
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/arm64/
H A DMakefile1 # SPDX-License-Identifier: GPL-2.0
4 ARCH ?= $(shell uname -m 2>/dev/null || echo not)
12 CFLAGS := -Wall -O2 -g
18 CFLAGS += -I$(top_srcdir)/tools/testing/selftests/
26 @for DIR in $(ARM64_SUBTARGETS); do \
27 BUILD_TARGET=$(OUTPUT)/$$DIR; \
28 mkdir -p $$BUILD_TARGET; \
29 make OUTPUT=$$BUILD_TARGET -C $$DIR $@; \
33 @for DIR in $(ARM64_SUBTARGETS); do \
34 BUILD_TARGET=$(OUTPUT)/$$DIR; \
[all …]
/aosp_15_r20/external/compiler-rt/
H A DMakefile6 include make/config.mk
7 include make/util.mk
9 # able to use RC_XBS for this but that is unused during "make installsrc".
11 include make/AppleBI.mk
14 # Make sure we don't build with a missing ProjObjRoot.
29 @echo "usage: make [{VARIABLE=VALUE}*] target"
39 @echo " info-platforms: list available platforms"
40 @echo " help-devel: print additional help for developers"
43 help-devel: help
45 @echo " <platform name>-<config name>:"
[all …]
/aosp_15_r20/external/ltp/include/mk/
H A Dgeneric_trunk_target.inc18 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
27 # directories) -- optionally with a set of trunk-based files.
33 # $(INSTALL_FILES) -> trunk-install -> install (recursive)
55 .PHONY: $(RECURSIVE_TARGETS) $(addprefix trunk-,$(RECURSIVE_TARGETS))
58 mkdir -m 00755 -p "$@"
62 trunk-all: $(MAKE_TARGETS)
64 trunk-clean:: | $(SUBDIRS)
65 $(if $(strip $(CLEAN_TARGETS)),$(RM) -f $(CLEAN_TARGETS))
69 trunk-install: $(INSTALL_FILES)
72 trunk-check: $(CHECK_TARGETS) $(SHELL_CHECK_TARGETS)
[all …]
/aosp_15_r20/external/libcap/kdebug/
H A Dtest-kernel.sh4 # http://vmsplice.net/~stefan/stefanha-kernel-recipes-2015.pdf
16 make LIBCSTATIC=yes all test || die "failed to make all test of libcap tree"
17 make LIBCSTATIC=yes -C progs tcapsh-static || die "failed to make progs/tcapsh-static"
18 make -C tests uns_test
21 # Assumes desired make *config (eg. make defconfig) is already done.
24 make V=1 all || die "failed to build kernel: $0"
30 file /init test-init.sh 0755 0 0
31 dir /etc 0755 0 0
32 file /etc/passwd test-passwd 0444 0 0
33 dir /lib 0755 0 0
[all …]
/aosp_15_r20/external/libogg/
H A DMakefile.in4 # Copyright (C) 1994-2021 Free Software Foundation, Inc.
19 if test -z '$(MAKELEVEL)'; then \
21 elif test -n '$(MAKE_HOST)'; then \
23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
30 case $${target_option-} in \
33 "target option '$${target_option-}' specified" >&2; \
56 *=*|--*) continue;; \
57 -*I) strip_trailopt 'I'; skip_next=yes;; \
58 -*I?*) strip_trailopt 'I';; \
59 -*O) strip_trailopt 'O'; skip_next=yes;; \
[all …]
/aosp_15_r20/system/sepolicy/prebuilts/api/202404/
H A D202404_general_sepolicy.conf16 # file-related classes
20 class dir
28 # network-related classes
41 # sysv-ipc-related classes
101 # Capability checks when on a non-init user namespace
269 # socket-specific
361 # Define the access vector interpretation for file-related objects.
378 class dir
424 # Define the access vector interpretation for network-related objects.
480 # Define the access vector interpretation for process-related objects
[all …]
/aosp_15_r20/external/libnfnetlink/
H A DMakefile.in24 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
29 *=*|--*) ;; \
41 install_sh_DATA = $(install_sh) -c -m 644
42 install_sh_PROGRAM = $(install_sh) -c
43 install_sh_SCRIPT = $(install_sh) -c
57 build-aux/compile build-aux/config.guess build-aux/config.sub \
58 build-aux/depcomp build-aux/install-sh build-aux/ltmain.sh \
59 build-aux/missing config.guess config.sub depcomp install-sh \
71 mkinstalldirs = $(install_sh) -d
82 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
[all …]

12345678910>>...46