Home
last modified time | relevance | path

Searched +full:test +full:- +full:shared +full:- +full:rel (Results 1 – 25 of 116) sorted by relevance

12345

/external/tinyxml2/.github/workflows/
Dtest.yml1 name: Test
4 test:
7 fail-fast: false
9 os: [ windows-2019, macos-latest, ubuntu-20.04 ]
12 - os: windows-2019
17 - os: ubuntu-20.04
20 - os: macos-latest
23 - cmake: 3.15
25 - cmake: 3.x
31 runs-on: ${{ matrix.os }}
[all …]
/external/chromium-trace/catapult/third_party/polymer/components/paper-dialog-behavior/test/
Dtest-dialog.html1 <!--
9 -->
11 <link rel="import" href="../../polymer/polymer.html">
12 <link rel="import" href="../paper-dialog-behavior.html">
13 <link rel="import" href="../paper-dialog-shared-styles.html">
15 <dom-module id="test-dialog">
17 <style include="paper-dialog-shared-styles"></style>
21 </dom-module>
29 is: 'test-dialog',
/external/llvm/test/Object/
Ddyn-rel-relocation.test1 // Check that 'llvm-readobj -dyn-relocations' shows dynamic relocations
2 // if they have REL record format.
4 // dyn-rel.so.elf-mips
5 // % cat test.s
23 // % llvm-mc -filetype=obj -triple=mips-unknown-linux -o test.o test.s
24 // % ld -m elf32btsmip -shared -o dyn-rel.so.elf-mips test.o
26 RUN: llvm-readobj -relocations -dyn-relocations -expand-relocs \
27 RUN: %p/Inputs/dyn-rel.so.elf-mips | FileCheck %s
30 // CHECK-NEXT: Section (6) .rel.dyn {
31 // CHECK-NEXT: Relocation {
[all …]
/external/cronet/stable/third_party/boringssl/src/infra/config/
Dmain.star23 buildbucket = "cr-buildbucket.appspot.com",
24 logdog = "luci-logdog.appspot.com",
25 milo = "luci-milo.appspot.com",
26 notify = "luci-notify.appspot.com",
27 scheduler = "luci-scheduler.appspot.com",
28 swarming = "chromium-swarm.appspot.com",
41 groups = "project-boringssl-committers",
45 groups = "project-boringssl-tryjob-access",
49 groups = "project-boringssl-admins",
53 groups = "luci-logdog-chromium-writers",
[all …]
/external/cronet/tot/third_party/boringssl/src/infra/config/
Dmain.star23 buildbucket = "cr-buildbucket.appspot.com",
24 logdog = "luci-logdog.appspot.com",
25 milo = "luci-milo.appspot.com",
26 notify = "luci-notify.appspot.com",
27 scheduler = "luci-scheduler.appspot.com",
28 swarming = "chromium-swarm.appspot.com",
41 groups = "project-boringssl-committers",
45 groups = "project-boringssl-tryjob-access",
49 groups = "project-boringssl-admins",
53 groups = "luci-logdog-chromium-writers",
[all …]
/external/boringssl/src/infra/config/
Dmain.star23 buildbucket = "cr-buildbucket.appspot.com",
24 logdog = "luci-logdog.appspot.com",
25 milo = "luci-milo.appspot.com",
26 notify = "luci-notify.appspot.com",
27 scheduler = "luci-scheduler.appspot.com",
28 swarming = "chromium-swarm.appspot.com",
41 groups = "project-boringssl-committers",
45 groups = "project-boringssl-tryjob-access",
49 groups = "project-boringssl-admins",
53 groups = "luci-logdog-chromium-writers",
[all …]
/external/OpenCSD/decoder/docs/
Dbuild_libs.md4 @brief How to build the library and test programs and include the library in an application
7 ----------------
10 - Linux and Windows, x86 or x64 hosts.
11 - ARM linux - AArch32 and AArch64
12 - ARM aarch32 and aarch64 libs, x-compiled on x86/64 hosts.
13 - MacOS - x64 and AArch64 (Apple Silicon)
19 --------------------
21 The library and test programs are built from the library `./build/<platform>` directory, where
22 <platform> is either 'linux', 'macos', or 'win-vs2022'
24 See [`./docs/test_progs.md`](@ref test_progs) for further information on use of the test
[all …]
/external/chromium-trace/catapult/third_party/polymer/components/paper-tooltip/demo/
Dindex.html2 <!--
10 -->
13 <title>paper-tooltip demo</title>
14 <meta charset="utf-8">
15 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
16 …<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1, user-scalab…
18 <script src="../../webcomponentsjs/webcomponents-lite.js"></script>
19 <link rel="import" href="../../iron-demo-helpers/demo-snippet.html">
20 <link rel="import" href="../../iron-demo-helpers/demo-pages-shared-styles.html">
21 <link rel="import" href="../../iron-icons/iron-icons.html">
[all …]
/external/perfetto/docs/design-docs/
Dcontinuous-integration.md3 This CI is used on-top of (not in replacement of) AOSP's TreeHugger.
12 ![Architecture diagram](/docs/images/continuous-integration.png)
32 It uses a non-privileged gmail account and has no meaningful voting power.
36 - It periodically (every 15s) polls Gerrit for CLs updated in the last 24h.
37 - It checks the list of CLs against the list of already known CLs in the DB.
38 - For each new CL it enqueues `N` new jobs in the database, one for each
39 configuration defined in [config.py](/infra/ci/config.py) (e.g. `linux-debug`,
40 `android-release`, ...).
41 - It monitors the state of jobs. When all jobs for a CL have been completed,
42 it posts a comment and adds the vote if the CL is marked as `Presubmit-Ready`.
[all …]
/external/bazelbuild-rules_go/tests/integration/reproducibility/
Dreproducibility_test.go7 // http://www.apache.org/licenses/LICENSE-2.0
37 -- BUILD.bazel --
61 linkmode = "c-archive",
64 -- hello.go --
73 -- add.h --
85 -- add.c --
91 -- add.cpp --
97 -- adder.go --
118 -- adder_main.go --
133 func Test(t *testing.T) { func
[all …]
/external/elfutils/tests/
Drun-alldts.sh18 . $srcdir/test-subr.sh
20 tempfiles testfile-alldts
22 # This will produce "testfile-alldts" file
25 testrun_compare ${abs_top_builddir}/src/readelf -d testfile-alldts <<\EOF
30 NEEDED Shared library: [(null)]
46 REL 0xdeadbeef
Drun-elfclassify.sh18 . $srcdir/test-subr.sh
22 testfile-backtrace-demangle.core \
25 testfile-m68k-core \
26 testfile-riscv64-core \
34 echo "elfclassify --core"
35 testrun ${abs_top_builddir}/src/elfclassify --core $core_files
36 testrun_compare ${abs_top_builddir}/src/elfclassify --core --print $core_files <<EOF
37 $(echo $core_files | sed -e "s/ /\n/g")
41 testrun ${abs_top_builddir}/src/elfclassify --not-program $core_files
42 testrun_compare ${abs_top_builddir}/src/elfclassify --not-program --print $core_files <<EOF
[all …]
/external/elfutils/
DTODO1 ToDo list for elfutils -*-outline-*-
2 ----------------------
4 Time-stamp: <2009-02-05 22:08:01 drepper>
8 Remove everywhere. Use mkdir -p.
25 ** shdrs in read-only files
36 https://fedorahosted.org/pipermail/elfutils-devel/2012-July/002368.html
48 information so I cannot test it.
65 popcnt 64-bit reg
75 Implement -l option for BSD and POSIX format
86 ** sanity check .rel sh_info content
[all …]
/external/cronet/stable/third_party/boringssl/src/crypto/fipsmodule/
DFIPS.md1 # FIPS 140-2
3 …bout the design of the FIPS module and some documentation on performing FIPS-related tasks. This i…
5 Please note that we cannot answer questions about FIPS, nor about using BoringSSL in a FIPS-complia…
11-06-15: certificate [#2964](https://csrc.nist.gov/Projects/Cryptographic-Module-Validation-Program…
12-07-30: certificate [#3318](https://csrc.nist.gov/Projects/Cryptographic-Module-Validation-Program…
13-08-08: certificate [#3678](https://csrc.nist.gov/Projects/Cryptographic-Module-Validation-Program…
14-10-20: certificate [#3753](https://csrc.nist.gov/Projects/Cryptographic-Module-Validation-Program…
15-01-28: certificate [#4156](https://csrc.nist.gov/Projects/Cryptographic-Module-Validation-Program…
16 1. 2021-04-29: certificate [#4407](https://csrc.nist.gov/projects/cryptographic-module-validation-p…
17 1. 2022-06-13: certificate [#4735](https://csrc.nist.gov/projects/cryptographic-module-validation-p…
[all …]
/external/boringssl/src/crypto/fipsmodule/
DFIPS.md1 # FIPS 140-2
3 …bout the design of the FIPS module and some documentation on performing FIPS-related tasks. This i…
5 Please note that we cannot answer questions about FIPS, nor about using BoringSSL in a FIPS-complia…
11-06-15: certificate [#2964](https://csrc.nist.gov/Projects/Cryptographic-Module-Validation-Program…
12-07-30: certificate [#3318](https://csrc.nist.gov/Projects/Cryptographic-Module-Validation-Program…
13-08-08: certificate [#3678](https://csrc.nist.gov/Projects/Cryptographic-Module-Validation-Program…
14-10-20: certificate [#3753](https://csrc.nist.gov/Projects/Cryptographic-Module-Validation-Program…
15-01-28: certificate [#4156](https://csrc.nist.gov/Projects/Cryptographic-Module-Validation-Program…
16 1. 2021-04-29: certificate [#4407](https://csrc.nist.gov/projects/cryptographic-module-validation-p…
17 1. 2022-06-13: certificate [#4735](https://csrc.nist.gov/projects/cryptographic-module-validation-p…
[all …]
/external/cronet/tot/third_party/boringssl/src/crypto/fipsmodule/
DFIPS.md1 # FIPS 140-2
3 …bout the design of the FIPS module and some documentation on performing FIPS-related tasks. This i…
5 Please note that we cannot answer questions about FIPS, nor about using BoringSSL in a FIPS-complia…
11-06-15: certificate [#2964](https://csrc.nist.gov/Projects/Cryptographic-Module-Validation-Program…
12-07-30: certificate [#3318](https://csrc.nist.gov/Projects/Cryptographic-Module-Validation-Program…
13-08-08: certificate [#3678](https://csrc.nist.gov/Projects/Cryptographic-Module-Validation-Program…
14-10-20: certificate [#3753](https://csrc.nist.gov/Projects/Cryptographic-Module-Validation-Program…
15-01-28: certificate [#4156](https://csrc.nist.gov/Projects/Cryptographic-Module-Validation-Program…
16 1. 2021-04-29: certificate [#4407](https://csrc.nist.gov/projects/cryptographic-module-validation-p…
17 1. 2022-06-13: certificate [#4735](https://csrc.nist.gov/projects/cryptographic-module-validation-p…
[all …]
/external/python/jinja/docs/
Dapi.rst14 ------
21 albeit a shared one.
31 .. code-block:: python
53 .. code-block:: python
59 .. code-block:: python
75 --------------
77 The high-level API is the API you will use in the application to load and
78 render Jinja templates. The :ref:`low-level-api` on the other side is only
80 <jinja-extensions>`.
87 .. attribute:: shared
[all …]
/external/angle/build/android/
Dresource_sizes.py3 # Use of this source code is governed by a BSD-style license that can be
38 'llvm-build', 'Release+Asserts', 'bin',
39 'llvm-readobj')
47 from tracing.value import convert_chart_json # pylint: disable=import-error
50 from util import build_utils # pylint: disable=import-error
53 _AAPT_CONFIG_PATTERN = r'config %s:(.*?)config [a-zA-Z-]+:'
70 'data': ['.data', '.rodata', '.data.rel.ro', '.data.rel.ro.local'],
72 ['.rel.dyn', '.rel.plt', '.rela.dyn', '.rela.plt', '.relr.dyn'],
83 '.note.gnu.gold-version', '.note.crashpad.info', '.note.android.ident',
84 '.ARM.attributes', '.note.gnu.build-id', '.gnu.version',
[all …]
/external/cronet/stable/build/android/
Dresource_sizes.py3 # Use of this source code is governed by a BSD-style license that can be
38 'llvm-build', 'Release+Asserts', 'bin',
39 'llvm-readobj')
47 from tracing.value import convert_chart_json # pylint: disable=import-error
50 from util import build_utils # pylint: disable=import-error
53 _AAPT_CONFIG_PATTERN = r'config %s:(.*?)config [a-zA-Z-]+:'
70 'data': ['.data', '.rodata', '.data.rel.ro', '.data.rel.ro.local'],
72 ['.rel.dyn', '.rel.plt', '.rela.dyn', '.rela.plt', '.relr.dyn'],
83 '.note.gnu.gold-version', '.note.crashpad.info', '.note.android.ident',
84 '.ARM.attributes', '.note.gnu.build-id', '.gnu.version',
[all …]
/external/cronet/tot/build/android/
Dresource_sizes.py3 # Use of this source code is governed by a BSD-style license that can be
38 'llvm-build', 'Release+Asserts', 'bin',
39 'llvm-readobj')
47 from tracing.value import convert_chart_json # pylint: disable=import-error
50 from util import build_utils # pylint: disable=import-error
53 _AAPT_CONFIG_PATTERN = r'config %s:(.*?)config [a-zA-Z-]+:'
70 'data': ['.data', '.rodata', '.data.rel.ro', '.data.rel.ro.local'],
72 ['.rel.dyn', '.rel.plt', '.rela.dyn', '.rela.plt', '.relr.dyn'],
83 '.note.gnu.gold-version', '.note.crashpad.info', '.note.android.ident',
84 '.ARM.attributes', '.note.gnu.build-id', '.gnu.version',
[all …]
/external/jacoco/org.jacoco.doc/docroot/doc/
Dimplementation.html1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-st…
5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6 <link rel="stylesheet" href="resources/doc.css" charset="UTF-8" type="text/css" />
7 …<link rel="stylesheet" href="../coverage/jacoco-resources/prettify.css" charset="UTF-8" type="text…
8 <link rel="shortcut icon" href="resources/report.gif" type="image/gif" />
9 <script type="text/javascript" src="../coverage/jacoco-resources/prettify.js"></script>
10 <title>JaCoCo - Implementation Design</title>
40 instrumentation process happens on-the-fly during class loading using so
54 works with every Java VM. On-the-fly instrumentation with the Java agent
[all …]
/external/linux-kselftest/tools/testing/selftests/drivers/net/mlxsw/
Dqos_ets_strict.sh2 # SPDX-License-Identifier: GPL-2.0
4 # A test for strict prioritization of traffic in the switch. Run two streams of
8 # them. In H3, we expect to see (almost) exclusively the high-priority traffic.
13 # +---------------------------+ +-----------------------------+
17 # | e-qos-map 0:1 | | | | e-qos-map 0:2 |
20 # +-----------------|---------+ +---------|-------------------+
22 # +-----------------|-------------------------------------|-------------------+
25 # | +---------------|-----------+ +----------|----------------+ |
29 # | +---------------|-----------+ +----------|----------------+ |
34 # | | ETS: (up n->tc n for n in 0..7) |
[all …]
/external/owasp/sanitizer/src/tests/org/owasp/html/
DAntiSamyTest.java2 * Copyright (c) 2007-2010, Arshan Dabirsiaghi, Jason Li
37 import junit.framework.Test;
102 // "<a - href=\"http://www.owasp.org\">click here</a>"
130 public static Test suite() {
168 System.out.println(" -Maximum input size 640000 exceeded. SKIPPING.");
181 " Took " + ((endTime - startTime) / 1000000) + " ms");
182 totalTime = totalTime + (endTime - startTime);
193 * Test basic XSS cases.
197 assertSanitizedDoesNotContain("test<script>alert(document.cookie)</script>", "script");
198 assertSanitizedDoesNotContain("test<script>alert(document.cookie)</script>", "script");
[all …]
/external/autotest/server/cros/tradefed/
Dtradefed_test.py3 # Use of this source code is governed by a BSD-style license that can be
6 # repohooks/pre-upload.py currently does not run pylint. But for developers who
11 # pylint: disable=attribute-defined-outside-init
14 # pylint: disable=invalid-name
17 # pylint: disable=no-self-use
36 from autotest_lib.server import test
50 class TradefedTest(test.test):
55 # after branching (that is, 'y' of R74-12345.y.z).
63 # TODO(kinaba): betty-arcnext
70 _release_branch_number = None # The 'y' of OS version Rxx-xxxxx.y.z
[all …]
/external/jsoup/src/test/java/org/jsoup/integration/
DUrlConnectTest.java14 import org.junit.jupiter.api.Test;
32 // todo: rebuild these into a local Jetty test server, so not reliant on the vagaries of the intern…
38 @Test
49 @Test
65 @Test
75 @Test
82 @Test
90 @Test
100 @Test
102 …Connection con = Jsoup.connect("http://direct.infohound.net/tools/302-secure.pl"); // https://www.… in followsRedirectToHttps()
[all …]

12345