Home
last modified time | relevance | path

Searched refs:integration (Results 1 – 25 of 127) sorted by relevance

123456

/external/brotli/java/org/brotli/integration/
DBUILD12 main_class = "org.brotli.integration.BundleChecker",
18 args = ["java/org/brotli/integration/test_data.zip"],
20 main_class = "org.brotli.integration.BundleChecker",
29 "java/org/brotli/integration/fuzz_data.zip"
32 main_class = "org.brotli.integration.BundleChecker",
/external/jemalloc/
D.gitignore30 /test/integration/[A-Za-z]*
31 !/test/integration/[A-Za-z]*.*
32 /test/integration/*.[od]
33 /test/integration/*.gcda
34 /test/integration/*.gcno
35 /test/integration/*.out
DAndroid.bp272 // jemalloc integration test library
294 // jemalloc integration tests
297 "test/integration/aligned_alloc.c",
298 "test/integration/allocated.c",
299 "test/integration/chunk.c",
300 "test/integration/iterate.c",
301 "test/integration/MALLOCX_ARENA.c",
302 "test/integration/mallocx.c",
303 "test/integration/overflow.c",
304 "test/integration/posix_memalign.c",
[all …]
DMakefile.in195 TESTS_INTEGRATION := $(srcroot)test/integration/aligned_alloc.c \
196 $(srcroot)test/integration/allocated.c \
197 $(srcroot)test/integration/sdallocx.c \
198 $(srcroot)test/integration/mallocx.c \
199 $(srcroot)test/integration/MALLOCX_ARENA.c \
200 $(srcroot)test/integration/overflow.c \
201 $(srcroot)test/integration/posix_memalign.c \
202 $(srcroot)test/integration/rallocx.c \
203 $(srcroot)test/integration/thread_arena.c \
204 $(srcroot)test/integration/thread_tcache_enabled.c \
[all …]
/external/hamcrest/
Dbuild.xml.original8 …org.apache.tools.ant.taskdefs.optional.junit.JUnitTask" classpath="lib/integration/ant-junit-1.8.4…
60 … <target name="integration" depends="library" description="Build integration with external tools">
61 <path id="cp-hamcrest-integration-main">
65 <fileset dir="lib/integration" includes="**/*.jar"/>
67 <path id="cp-hamcrest-integration-test" path="build/hamcrest-core-${version}-tests.jar"/>
68 <compile-module modulename="hamcrest-integration"/>
69 <jar-module modulename="hamcrest-integration"/>
70 <test-module modulename="hamcrest-integration"/>
73 …<target name="examples" depends="core, library, integration" description="Build and run unit tests…
78 <fileset file="build/hamcrest-integration-${version}.jar"/>
[all …]
/external/python/cpython2/Lib/idlelib/
DCREDITS.txt18 the integration of the RPC and remote debugger, implemented the threaded
21 Other contributors include Raymond Hettinger, Tony Lownds (Mac integration),
22 Neal Norwitz (code check and clean-up), Ronald Oussoren (Mac integration),
24 integration, debugger integration and persistent breakpoints).
/external/slf4j/
D.gitignore10 integration/bundle/
11 integration/felix-cache/
/external/eigen/cmake/
DFindComputeCpp.cmake163 # resulting integration header.
167 # binaryDir : Intermediate directory to output the integration header.
206 COMMENT "Building ComputeCpp integration header file ${outputSyclFile}")
208 # Add a custom target for the generated integration header
211 # Add a dependency on the integration header
234 # binaryDir : Intermediate directory to output the integration header.
238 # Add custom target to run compute++ and generate the integration header
/external/antlr/antlr-3.4/runtime/ActionScript/project/
DREADME.txt5 …ng the ant "test" target. The tests use flexUnit and the flexUnit ant integration provided by Pet…
10 The latest ant integration from Peter Martin can be found on his blog:
/external/clang/docs/
DClangFormat.rst37 clang-format from an editor integration
99 There is an integration for :program:`vim` which lets you run the
101 selecting regions to reformat. The integration has the form of a `python`-file
115 With this integration you can press the bound key and clang-format will
127 Similar to the integration for :program:`vim`, there is an integration for
144 well via a script. The AppleScript to do this integration can be found at
149 With this integration you can select the script from the Script menu and
/external/autotest/client/tests/ffsb/
DREADME4 the autotest. This integration enables the high-performace I/O load testing in the
17 With this integration, it is now possible to test a variety of filesystems on
28 Since the only interface used for the integration is a FFSB configuration file;
/external/autotest/server/site_tests/network_WiFi_SuspendStress/
Dcontrol.Integration6 NAME = 'network_WiFi_SuspendStress.integration'
55 integration=True)
Dnetwork_WiFi_SuspendStress.py106 def run_once(self, suspends=5, integration=None): argument
118 if integration:
/external/dagger2/
DCONTRIBUTING.md10 Where appropriate, please provide unit tests or integration tests. Unit tests
19 execute both unit and integration test phases. Additionally, consider using
/external/fmtlib/doc/basic-bootstrap/
DREADME2 a minimum to simplify integration in case of changes to Sphinx theming.
/external/boringssl/src/util/bot/
DREADME2 continuous integration bots. It is in the repository for convenience and can be
/external/harfbuzz_ng/src/
Dharfbuzz-gobject.pc.in7 Description: HarfBuzz text shaping library GObject integration
Dharfbuzz-icu.pc.in7 Description: HarfBuzz text shaping library ICU integration
/external/deqp/framework/
DCMakeLists.txt3 # C integration library
/external/nanohttpd/core/src/test/java/fi/iki/elonen/integration/
DIntegrationTestBase.java1 package fi.iki.elonen.integration;
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/integration/
DUnivariateRealIntegrator.java17 package org.apache.commons.math.analysis.integration;
/external/glide/
DREADME.md102 compile 'com.github.bumptech.glide:volley-integration:1.0.+'
112 <artifactId>volley-integration</artifactId>
143 compile 'com.github.bumptech.glide:okhttp-integration:1.0.+'
153 <artifactId>okhttp-integration</artifactId>
D.gitignore23 integration/volley/target/**
/external/jacoco/.github/
DISSUE_TEMPLATE.md11 Tool integration: Maven/Ant/API/Other
/external/brotli/fuzz/
Dtest_fuzzer.sh20 unzip ../java/org/brotli/integration/fuzz_data.zip -d decode_corpora

123456