Home
last modified time | relevance | path

Searched +full:stage +full:- +full:packages (Results 1 – 25 of 66) sorted by relevance

123

/external/autotest/server/site_tests/autoupdate_Rollback/
Dcontrol2 # Use of this source code is governed by a BSD-style license that can be
13 ATTRIBUTES = "suite:bvt-installer"
15 'cc': ['chromeos-installer-alerts@google.com'],
27 job_repo_url: repo url to use to find image to update from -- assumes caller
34 2) Start your devserver and stage the image you want for example:
35 http://localhost:8080/stage?archive_url=\
36 gs://chromeos-image-archive/parrot-release/R32-4793.0.0&\
40 parrot-release/R32-4793.0.0/autotest/packages"
44 test_that -b parrot --args="job_repo_url=http://<your_machine>:8080/static/\
45 parrot-release/R32-4793.0.0/autotest/packages" --fast \
/external/swiftshader/third_party/llvm-7.0/llvm/utils/docker/debian8/
DDockerfile1 #===- llvm/utils/docker/debian8/build/Dockerfile -------------------------===//
8 #===----------------------------------------------------------------------===//
9 # Stage 1. Check out LLVM source code and run the build.
13 # First, Update the apt's source list and include the sources of the packages.
15 sed 's/^deb/deb-src /g' >> /etc/apt/sources.list
17 RUN apt-get update && \
18 apt-get install -y --no-install-recommends ca-certificates gnupg \
19 build-essential python wget subversion unzip && \
20 rm -rf /var/lib/apt/lists/*
23 RUN wget "https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-linux.zip" && \
[all …]
/external/python/google-api-python-client/docs/dyn/
Ddataflow_v1b3.projects.locations.jobs.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Ddataflow_v1b3.projects.jobs.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Ddataflow_v1b3.projects.templates.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Ddataflow_v1b3.projects.locations.templates.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
/external/testng/src/main/resources/
Dtestng-1.0.dtd1 <!--
29 -->
32 <!-- A suite is the top-level element of a testng.xml file -->
33 <!ELEMENT suite (groups?,(listeners|packages|test|parameter|method-selectors|suite-files)*) >
35 <!-- Attributes: -->
36 <!--
43 @attr parent-module A module used to create the parent injector of all guice injectors used
45 @attr guice-stage The stage with which the parent injector is created
48 @attr thread-count An integer giving the size of the thread pool to use
53 @attr time-out The time to wait in milliseconds before aborting the
[all …]
/external/u-boot/include/
Dandroid_bootloader_message.h9 * SPDX-License-Identifier: BSD-2-Clause
21 * 0 - 2K Bootloader Message
22 * 2K - 16K Used by Vendor's bootloader (the 2K - 4K range may be optionally used
24 * 16K - 64K Used by uncrypt and recovery to store wipe_package for A/B devices
31 /* Bootloader Message (2-KiB)
43 * completion of an "update-radio" or "update-hboot" command.
49 * The stage field is written by packages which restart themselves
67 * stage string (for multistage packages) and possible future
69 char stage[32]; member
72 * carved off from the 1024-byte recovery field. Bump it up to
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/utils/docker/example/
DDockerfile1 #===- llvm/utils/docker/example/build/Dockerfile -------------------------===//
8 #===----------------------------------------------------------------------===//
12 # Stage 1. Check out LLVM source code and run the build.
26 # Run the build. Results of the build will be available at /tmp/clang-install/.
28 RUN /tmp/scripts/build_install_llvm.sh --to /tmp/clang-install ${buildscript_args}
31 # Stage 2. Produce a minimal release image with build results.
36 # FIXME: Install all packages you want to have in your release container.
39 # Copy build results of stage 1 to /usr/local.
40 COPY --from=builder /tmp/clang-install/ /usr/local/
/external/adeb/
DREADME.md2 --------
11 --------
13 compilers, tracers, perl/python etc) for your on-device development.
15 2. No more cross-compiler needed: Because it comes with gcc and clang, one can
16 build target packages natively without needing to do any cross compilation. We even
17 ship git, and have support to run apt-get to get any missing development packages
21 in an Android environment due to lack of packages, dependencies and
22 cross-compilation needed for their operation. [Check BCC on Android using
27 features disabled, because you couldn't cross-compile the feature's dependencies. One
32 ------------------------
[all …]
Dandrodeb1 #!/bin/bash -e
7 spath="$(dirname "$(readlink -f "$0")")"
8 # spath=$( cd "$(dirname "$0")" ; pwd -P )
9 curdir=$( pwd -P )
21 # Default packages
22 PACKAGES=""
23 DEFAULT_PACKAGES="bash ca-certificates apt net-tools iputils-ping procps vim"
28 for f in $(ls $spath/packages); do source $spath/packages/$f; done;
32 if [ $# -lt 1 ]; then usage; fi; POSITIONAL=()
33 while [[ $# -gt 0 ]]; do key="$1";
[all …]
/external/jacoco/
D.travis.yml3 # Skip "install" stage:
6 # Use container-based infrastructure:
11 packages:
12 - openjdk-6-jdk
17 - '$HOME/.m2/repository'
20 - JDK=5
21 - JDK=6
22 - JDK=7
23 - JDK=8
24 - JDK=8
[all …]
/external/autotest/server/site_tests/platform_RebootAfterUpdate/
Dcontrol2 # Use of this source code is governed by a BSD-style license that can be
21 job_repo_url: repo url to use to find image to update from -- assumes caller
28 2) Stage the image you want for example:
30 gs://chromeos-image-archive/x86-alex/R29-4165.0.0
33 x86-alex/R29-4165.0.0/autotest/packages"
/external/autotest/site_utils/lxc/
Dlxc_functional_test.py3 # Use of this source code is governed by a BSD-style license that can be
9 2. Autotest code exists in /usr/local/autotest, with site-packages installed.
29 TEST_JOB_FOLDER = '123-debug_user'
40 # Ideally the test should stage a build on devserver and download the
43 AUTOTEST_SERVER_PKG = ('http://storage.googleapis.com/abci-ssp/'
44 'autotest-containers/autotest_server_package.tar.bz2')
60 # httplib2 module in chromite/third_party. The one in Autotest site-packages is
70 # Confirm hostname starts with `test-`
71 if not socket.gethostname().startswith('test-'):
72 raise Exception('The container\\\'s hostname must start with `test-`.')
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DDocker.rst12 We currently provide Dockerfiles with ``debian8`` and ``nvidia-cuda`` base images.
17 ----
24 -------------
37 Docker images are built from a so-called *Dockerfile*, a source file written in
44 read-only and then add a writable overlay on top of it to keep track of all
57 packages to make the image minimally useful for C++ development, e.g. libstdc++
77 .. code-block:: bash
80 --source debian8 \
81 --docker-repository clang-debian8 --docker-tag "staging" \
82 -p clang -i install-clang -i install-clang-headers \
[all …]
/external/bcc/snapcraft/
Dsnapcraft.yaml16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19 version: 0.3.0-20170401-1747-c5f48c9
25 mount-observe: null
26 system-observe: null
27 system-trace: null
87 deadlock-detector:
89 aliases: [deadlock-detector]
156 mysqld-qslower:
158 aliases: [mysqld-qslower]
340 - -DCMAKE_INSTALL_PREFIX=/usr
[all …]
/external/libcxx/utils/docker/debian9/
DDockerfile1 #===- libcxx/utils/docker/debian9/Dockerfile -------------------------===//
8 #===----------------------------------------------------------------------===//
10 # Setup the base builder image with the packages we'll need to build GCC and Clang from source.
11 FROM launcher.gcr.io/google/debian9:latest as builder-base
14 RUN apt-get update && \
15 apt-get install -y --no-install-recommends \
16 ca-certificates \
18 build-essential \
25 ninja-build \
28 gcc-multilib \
[all …]
/external/autotest/client/common_lib/cros/
Darc.py2 # Use of this source code is governed by a BSD-style license that can be
24 _ANDROID_DATA_ROOT_PATH = '/opt/google/containers/android/rootfs/android-data'
26 _SCREENSHOT_DIR_PATH = '/var/log/arc-screenshots'
27 _SCREENSHOT_BASENAME = 'arc-screenshot'
30 …chromium.googlesource.com/chromiumos/overlays/chromiumos-overlay/+/master/chromeos-base/arc-sslh-i…
70 utils.system('adb kill-server', ignore_status=True)
79 output = utils.system_output('adb get-state', ignore_status=True)
80 logging.debug('adb get-state: %s', output)
128 # mounted to set up key-based authentication. /data should be mounted
132 timeout -= (time.time() - start_time)
[all …]
Ddev_server.py2 # Use of this source code is governed by a BSD-style license that can be
46 # Artifacts that should be staged when client calls devserver RPC to stage an
49 # Artifacts that should be staged when client calls devserver RPC to stage an
54 # Artifacts that should be staged when client calls devserver RPC to stage an
82 # The timeout minutes for waiting a DUT auto-update finished.
85 # The total times of devserver triggering CrOS auto-update.
89 # check if cros auto-update is finished.
92 # Number of seconds for intervals between retrying auto-update calls.
95 # The file name for auto-update logs.
106 # Raised when devserver cannot copy packages to host.
[all …]
/external/deqp-deps/glslang/
DREADME.md3 https://www.khronos.org/opengles/sdk/tools/Reference-Compiler/
11 [![Build Status](https://travis-ci.org/KhronosGroup/glslang.svg?branch=master)](https://travis-ci.o…
18 1. A GLSL/ESSL front-end for reference validation and translation of GLSL/ESSL into an AST.
20 2. An HLSL front-end for translation of a broad generic HLL into the AST. See [issue 362](https://g…
22 3. A SPIR-V back end for translating the AST to SPIR-V.
24 4. A standalone wrapper, `glslangValidator`, that can be used as a command-line tool for the above.
26 How to add a feature protected by a version/extension/stage/profile: See the
32 -------------------------------
38 The applied stage-specific rules are based on the file extension:
46 There is also a non-shader extension
[all …]
/external/libusb/examples/
Dezusb.c3 * Copyright © 2001-2002 David Brownell (dbrownell@users.sourceforge.net)
21 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
37 * EZ-USB microcontrollers. These chips use control endpoint 0 and vendor
38 * specific commands to support writing into the on-chip SRAM. They also
42 * These Cypress devices are 8-bit 8051 based microcontrollers with
43 * special support for USB I/O. They come in several packages, and
54 * for Anchorchips EZ-USB or Cypress EZ-USB FX
58 /* with 8KB RAM, 0x0000-0x1b3f can be written in fx_is_external()
65 * some bulk buffers may be unused, 0x1b3f-0x1f3f in fx_is_external()
66 * firmware can set ISODISAB for 2KB at 0x2000-0x27ff in fx_is_external()
[all …]
/external/testng/src/main/java/org/testng/xml/
DXmlSuite.java73 /** Whether to SKIP or CONTINUE to re-attempt failed configuration methods. */
103 /** The packages containing test classes. */
124 /** List of child XML suite specified using <suite-file> tags */
127 /** Parent XML Suite if this suite was specified in another suite using <suite-file> tag */
424 * Sets the XML packages.
426 * @param packages the XML packages.
428 public void setXmlPackages(List<XmlPackage> packages) { in setXmlPackages() argument
429 m_xmlPackages = Lists.newArrayList(packages); in setXmlPackages()
433 * Returns the XML packages.
435 * @return the XML packages.
[all …]
/external/autotest/server/
Dautotest.py2 #pylint: disable-msg=C0111
19 from autotest_lib.client.common_lib import packages
43 r'\s*FAIL.*localtime=.*\s*.*\s*[0-9]+:[0-9]+:[0-9]+\s*(?P<fail_msg>.*)')
134 host.run('test -x %s' % utils.sh_escape(autotest_binary))
135 host.run('test -w %s' % utils.sh_escape(path))
168 host.run('mkdir -p %s' % utils.sh_escape(path))
169 host.run('test -w %s' % utils.sh_escape(path))
182 """Generate list of locations where autotest can look for packages.
185 to source packages when running a test on that host.
187 @returns the list of candidate locations to check for packages.
[all …]
/external/apache-xml/src/main/java/org/apache/xalan/serialize/
DSerializerUtils.java10 * http://www.apache.org/licenses/LICENSE-2.0
19 * $Id: SerializerUtils.java 468642 2006-10-28 06:55:10Z minchau $
36 * because they have dependancies on the packages org.apache.xpath or org.
190 // Brian M. - some changes here to get desturi in processNSDecls()
241 * TODO: This needs to be done at an earlier stage in the game... -sb
/external/autotest/server/cros/dynamic_suite/
Ddynamic_suite.py2 # Use of this source code is governed by a BSD-style license that can be
28 This module implements runtime-generated test suites for CrOS.
40 file will be run in a 'hostless' server-side autotest job, scheduling
41 sub-jobs to do the needed reimaging and test running.
54 This will -- at runtime -- find all control files that contain "bvt" in their
60 Suites can be run by using the atest command-line tool:
61 atest suite create -b <board> -i <build/name> <suite>
63 atest suite create -b x86-mario -i x86-mario/R20-2203.0.0 bvt
65 -------------------------------------------------------------------------
78 We currently load balance per-build being tested, so one and only one dev
[all …]

123