Home
last modified time | relevance | path

Searched full:integration (Results 1 – 25 of 2402) sorted by relevance

12345678910>>...97

/external/tpm2-tss/
DMakefile-test.am33 test_helper_tpm_startup_CFLAGS = $(TESTS_CFLAGS) -I$(srcdir)/test/integration
38 test_helper_tpm_transientempty_CFLAGS = $(TESTS_CFLAGS) -I$(srcdir)/test/integration
43 test_helper_tpm_dumpstate_CFLAGS = $(TESTS_CFLAGS) -I$(srcdir)/test/integration
48 test_helper_tpm_getek_CFLAGS = $(TESTS_CFLAGS) -I$(srcdir)/test/integration
53 test_helper_tpm_getek_ecc_CFLAGS = $(TESTS_CFLAGS) -I$(srcdir)/test/integration
59 test_helper_tpm_writeekcert_CFLAGS = $(TESTS_CFLAGS) -I$(srcdir)/test/integration
112 check_LTLIBRARIES += test/integration/libtest_utils.la
117 test/integration/sapi-asymmetric-encrypt-decrypt.int \
118 test/integration/sapi-nv-policy-locality.int \
119 test/integration/sapi-nv-readwrite.int \
[all …]
/external/grpc-grpc-java/interop-testing/src/generated/main/grpc/io/grpc/testing/integration/
DTestServiceGrpc.java1 package io.grpc.testing.integration;
34 private static volatile io.grpc.MethodDescriptor<io.grpc.testing.integration.EmptyProtos.Empty,
35 io.grpc.testing.integration.EmptyProtos.Empty> getEmptyCallMethod;
39 requestType = io.grpc.testing.integration.EmptyProtos.Empty.class,
40 responseType = io.grpc.testing.integration.EmptyProtos.Empty.class,
42 public static io.grpc.MethodDescriptor<io.grpc.testing.integration.EmptyProtos.Empty,
43 io.grpc.testing.integration.EmptyProtos.Empty> getEmptyCallMethod() { in getEmptyCallMethod()
44 …io.grpc.MethodDescriptor<io.grpc.testing.integration.EmptyProtos.Empty, io.grpc.testing.integratio… in getEmptyCallMethod()
49 …io.grpc.MethodDescriptor.<io.grpc.testing.integration.EmptyProtos.Empty, io.grpc.testing.integrati… in getEmptyCallMethod()
55 io.grpc.testing.integration.EmptyProtos.Empty.getDefaultInstance())) in getEmptyCallMethod()
[all …]
DReconnectServiceGrpc.java1 package io.grpc.testing.integration;
33 private static volatile io.grpc.MethodDescriptor<io.grpc.testing.integration.EmptyProtos.Empty,
34 io.grpc.testing.integration.EmptyProtos.Empty> getStartMethod;
38 requestType = io.grpc.testing.integration.EmptyProtos.Empty.class,
39 responseType = io.grpc.testing.integration.EmptyProtos.Empty.class,
41 public static io.grpc.MethodDescriptor<io.grpc.testing.integration.EmptyProtos.Empty,
42 io.grpc.testing.integration.EmptyProtos.Empty> getStartMethod() { in getStartMethod()
43 …io.grpc.MethodDescriptor<io.grpc.testing.integration.EmptyProtos.Empty, io.grpc.testing.integratio… in getStartMethod()
48 …io.grpc.MethodDescriptor.<io.grpc.testing.integration.EmptyProtos.Empty, io.grpc.testing.integrati… in getStartMethod()
54 io.grpc.testing.integration.EmptyProtos.Empty.getDefaultInstance())) in getStartMethod()
[all …]
DMetricsServiceGrpc.java1 package io.grpc.testing.integration;
30 private static volatile io.grpc.MethodDescriptor<io.grpc.testing.integration.Metrics.EmptyMessage,
31 io.grpc.testing.integration.Metrics.GaugeResponse> getGetAllGaugesMethod;
35 requestType = io.grpc.testing.integration.Metrics.EmptyMessage.class,
36 responseType = io.grpc.testing.integration.Metrics.GaugeResponse.class,
38 public static io.grpc.MethodDescriptor<io.grpc.testing.integration.Metrics.EmptyMessage,
39 io.grpc.testing.integration.Metrics.GaugeResponse> getGetAllGaugesMethod() { in getGetAllGaugesMethod()
40 …io.grpc.MethodDescriptor<io.grpc.testing.integration.Metrics.EmptyMessage, io.grpc.testing.integra… in getGetAllGaugesMethod()
45 …io.grpc.MethodDescriptor.<io.grpc.testing.integration.Metrics.EmptyMessage, io.grpc.testing.integr… in getGetAllGaugesMethod()
51 io.grpc.testing.integration.Metrics.EmptyMessage.getDefaultInstance())) in getGetAllGaugesMethod()
[all …]
DUnimplementedServiceGrpc.java1 package io.grpc.testing.integration;
34 private static volatile io.grpc.MethodDescriptor<io.grpc.testing.integration.EmptyProtos.Empty,
35 io.grpc.testing.integration.EmptyProtos.Empty> getUnimplementedCallMethod;
39 requestType = io.grpc.testing.integration.EmptyProtos.Empty.class,
40 responseType = io.grpc.testing.integration.EmptyProtos.Empty.class,
42 public static io.grpc.MethodDescriptor<io.grpc.testing.integration.EmptyProtos.Empty,
43 io.grpc.testing.integration.EmptyProtos.Empty> getUnimplementedCallMethod() { in getUnimplementedCallMethod()
44 …io.grpc.MethodDescriptor<io.grpc.testing.integration.EmptyProtos.Empty, io.grpc.testing.integratio… in getUnimplementedCallMethod()
49 …io.grpc.MethodDescriptor.<io.grpc.testing.integration.EmptyProtos.Empty, io.grpc.testing.integrati… in getUnimplementedCallMethod()
55 io.grpc.testing.integration.EmptyProtos.Empty.getDefaultInstance())) in getUnimplementedCallMethod()
[all …]
/external/grpc-grpc-java/interop-testing/src/generated/main/java/io/grpc/testing/integration/
DMessages.java4 package io.grpc.testing.integration;
127 return io.grpc.testing.integration.Messages.getDescriptor().getEnumTypes().get(0); in getDescriptor()
174 io.grpc.testing.integration.Messages.PayloadType getType(); in getType()
262 return io.grpc.testing.integration.Messages.internal_static_grpc_testing_Payload_descriptor; in getDescriptor()
267 …return io.grpc.testing.integration.Messages.internal_static_grpc_testing_Payload_fieldAccessorTable in internalGetFieldAccessorTable()
269 …io.grpc.testing.integration.Messages.Payload.class, io.grpc.testing.integration.Messages.Payload.B… in internalGetFieldAccessorTable()
293 public io.grpc.testing.integration.Messages.PayloadType getType() { in getType()
294 …io.grpc.testing.integration.Messages.PayloadType result = io.grpc.testing.integration.Messages.Pay… in getType()
295 … return result == null ? io.grpc.testing.integration.Messages.PayloadType.UNRECOGNIZED : result; in getType()
323 if (type_ != io.grpc.testing.integration.Messages.PayloadType.COMPRESSABLE.getNumber()) { in writeTo()
[all …]
DEmptyProtos.java4 package io.grpc.testing.integration;
89 return io.grpc.testing.integration.EmptyProtos.internal_static_grpc_testing_Empty_descriptor; in getDescriptor()
94 …return io.grpc.testing.integration.EmptyProtos.internal_static_grpc_testing_Empty_fieldAccessorTab… in internalGetFieldAccessorTable()
96 …io.grpc.testing.integration.EmptyProtos.Empty.class, io.grpc.testing.integration.EmptyProtos.Empty… in internalGetFieldAccessorTable()
129 if (!(obj instanceof io.grpc.testing.integration.EmptyProtos.Empty)) { in equals()
132 …io.grpc.testing.integration.EmptyProtos.Empty other = (io.grpc.testing.integration.EmptyProtos.Emp… in equals()
151 public static io.grpc.testing.integration.EmptyProtos.Empty parseFrom( in parseFrom()
156 public static io.grpc.testing.integration.EmptyProtos.Empty parseFrom( in parseFrom()
162 public static io.grpc.testing.integration.EmptyProtos.Empty parseFrom( in parseFrom()
167 public static io.grpc.testing.integration.EmptyProtos.Empty parseFrom( in parseFrom()
[all …]
DMetrics.java4 package io.grpc.testing.integration;
51 public io.grpc.testing.integration.Metrics.GaugeResponse.ValueCase getValueCase(); in getValueCase()
140 … return io.grpc.testing.integration.Metrics.internal_static_grpc_testing_GaugeResponse_descriptor; in getDescriptor()
145 …return io.grpc.testing.integration.Metrics.internal_static_grpc_testing_GaugeResponse_fieldAccesso… in internalGetFieldAccessorTable()
147 …io.grpc.testing.integration.Metrics.GaugeResponse.class, io.grpc.testing.integration.Metrics.Gauge… in internalGetFieldAccessorTable()
349 if (!(obj instanceof io.grpc.testing.integration.Metrics.GaugeResponse)) { in equals()
352 …io.grpc.testing.integration.Metrics.GaugeResponse other = (io.grpc.testing.integration.Metrics.Gau… in equals()
414 public static io.grpc.testing.integration.Metrics.GaugeResponse parseFrom( in parseFrom()
419 public static io.grpc.testing.integration.Metrics.GaugeResponse parseFrom( in parseFrom()
425 public static io.grpc.testing.integration.Metrics.GaugeResponse parseFrom( in parseFrom()
[all …]
/external/dokka/.idea/
Dmodules.xml27 …OJECT_DIR$/.idea/modules/integration/dokka.integration.iml" filepath="$PROJECT_DIR$/.idea/modules/
28 …ECT_DIR$/.idea/modules/integration/dokka.integration.main.iml" filepath="$PROJECT_DIR$/.idea/modul…
29 …ECT_DIR$/.idea/modules/integration/dokka.integration.test.iml" filepath="$PROJECT_DIR$/.idea/modul…
43integration-tests/dokka.runners.gradle-integration-tests.iml" filepath="$PROJECT_DIR$/.idea/module…
44integration-tests/dokka.runners.gradle-integration-tests.main.iml" filepath="$PROJECT_DIR$/.idea/m…
45integration-tests/dokka.runners.gradle-integration-tests.test.iml" filepath="$PROJECT_DIR$/.idea/m…
52integration-tests/gradle-integration-tests.iml" filepath="$PROJECT_DIR$/.idea/modules/runners/grad…
53integration-tests/gradle-integration-tests_main.iml" filepath="$PROJECT_DIR$/.idea/modules/runners…
54integration-tests/gradle-integration-tests_test.iml" filepath="$PROJECT_DIR$/.idea/modules/runners…
58 …DIR$/.idea/modules/integration/integration.iml" filepath="$PROJECT_DIR$/.idea/modules/integration/
[all …]
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/
DContinuousOutputModel.java33 * during the integration process and build a continuous model of the
37 * view. It is called iteratively during the integration process and
39 * later use. Once the integration process is over, the user can use
43 * integration to be over before attempting to call {@link
48 * application should remain independent from the integration process
55 * integration phases for contiguous intervals, the same
57 * integration phases as long as they are performed in order and in
64 * output model handles the steps of all integration phases, the user
70 * an integration can be serialized and reused later (if stored into a
72 * sent to another application). Only the result of the integration is
[all …]
Dpackage.html54 integrator). When the events are triggered, integration can be stopped
56 or integration can simply go on. The latter case is useful to handle
72 The solution of the integration problem is provided by two means. The
74 the integration process is copied in the <code>y</code> array of the
77 when more in-depth information is needed throughout the integration
86 appropriately during the integration process, allowing the user to
94 intermediate result once the integration is over. An important feature
97 integrated function throughout the integration range can be serialized
100 result of the integration is stored, there is no reference to the
111 if an application is to be completely driven by the integration
[all …]
/external/python/setuptools/
Dconftest.py15 "--integration", action="store_true", default=False,
16 help="run integration tests (only)"
21 config.addinivalue_line("markers", "integration: integration tests")
45 running_integration_tests = request.config.getoption("--integration")
46 is_integration_test = request.node.get_closest_marker("integration")
48 pytest.skip("running integration tests only")
50 pytest.skip("skipping integration tests")
/external/chromium-trace/catapult/third_party/polymer/components/iron-location/test/
Dintegration.html24 <dom-module id="integration-element">
41 is: 'integration-element'
47 <test-fixture id="Integration">
49 <integration-element></integration-element>
56 suite('Integration tests', function () {
58 var integration;
63 integration = fixture('Integration');
64 ironLocation = integration.$.location;
65 ironQueryParams = integration.$.queryParams;
/external/jemalloc_new/
D.gitignore32 /test/integration/[A-Za-z]*
33 !/test/integration/[A-Za-z]*.*
34 /test/integration/*.[od]
35 /test/integration/*.out
37 /test/integration/cpp/[A-Za-z]*
38 !/test/integration/cpp/[A-Za-z]*.*
39 /test/integration/cpp/*.[od]
40 /test/integration/cpp/*.out
/external/oss-fuzz/docs/getting-started/
Dintegration_rewards.md3 title: Integration rewards
6 permalink: /getting-started/integration-rewards/
9 # Integration rewards
11 We encourage you to apply for integration rewards (up to **$20,000**) once your project
15 Rewards are based on the quality of integration with OSS-Fuzz, which is evaluated using
17 * Upstream integration of the fuzz targets and build support.
20 Enabling [CIFuzz](https://google.github.io/oss-fuzz/getting-started/continuous-integration/)
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DAdaptiveStepsizeIntegrator.java32 * <p>These algorithms perform integration with stepsize control, which
33 * means the user does not specify the integration step but rather a
96 * integration), the last step can be smaller than this
98 * integration)
126 * integration), the last step can be smaller than this
128 * integration)
155 * itself. If this method is not called before integration is
159 * for backward integration ; providing a negative value or a value
171 /** Perform some sanity checks on the integration parameters.
175 * @param t target time for the integration
[all …]
/external/clang/docs/
DClangFormat.rst37 clang-format from an editor integration
96 Vim 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
124 Emacs Integration
127 Similar to the integration for :program:`vim`, there is an integration for
140 BBEdit Integration
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
[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/apache-commons-math/src/main/java/org/apache/commons/math/ode/events/
DEventHandler.java21 * during ODE integration.
24 * is solved. This occurs for example when the integration process
54 * #eventOccurred eventOccurred} method when the integration should be
61 * #eventOccurred eventOccurred} method when the integration should
70 * #eventOccurred eventOccurred} method when the integration should
80 * #eventOccurred eventOccurred} method when the integration should go
111 * or continue integration, possibly with a reset state or derivatives.</p>
117 * method set to true and the integration will be stopped,</li>
125 * be taken (apart from having called this method) and integration
145 * interface, a <em>forward</em> integration may call its
[all …]
/external/brotli/java/org/brotli/integration/
DBUILD2 # Integration test runner + corpus for Java port of Brotli decoder.
34 main_class = "org.brotli.integration.BundleChecker",
40 args = ["org/brotli/integration/test_data.zip"],
42 main_class = "org.brotli.integration.BundleChecker",
51 "org/brotli/integration/fuzz_data.zip",
54 main_class = "org.brotli.integration.BundleChecker",
/external/crosvm/tools/
Drun_tests294 console.print("Transfering integration tests package...")
150 @argh.arg("--no-integration-tests", help="Do not run integration tests.")
152 @argh.arg("--run-root-tests", help="Enables integration tests that require root privileges.")
158 @argh.arg("--no-parallel", help="Do not parallelize integration tests. Slower but more stable.")
192 # Integration Tests
194 Integration tests can be run on a built-in virtual machine:
202 Integration tests can be run on the host machine as well, but cannot be guaranteed to work on
233 # Disable the DUT if integration tests are not run.
265 console.print(f" Integration tests: [bold]{integration_test_str}[/bold]")
278 "[green]Tip:[/green] To run integration tests on a built-in VM: "
[all …]
Drun_tests94 console.print("Transfering integration tests package...")
150 @argh.arg("--no-integration-tests", help="Do not run integration tests.")
152 @argh.arg("--run-root-tests", help="Enables integration tests that require root privileges.")
158 @argh.arg("--no-parallel", help="Do not parallelize integration tests. Slower but more stable.")
192 # Integration Tests
194 Integration tests can be run on a built-in virtual machine:
202 Integration tests can be run on the host machine as well, but cannot be guaranteed to work on
233 # Disable the DUT if integration tests are not run.
265 console.print(f" Integration tests: [bold]{integration_test_str}[/bold]")
278 "[green]Tip:[/green] To run integration tests on a built-in VM: "
[all …]
/external/tensorflow/tensorflow/tools/ci_build/builds/
Dintegration_tests.sh17 # This script runs integration tests on the TensorFlow source code
27 # TF_BUILD_INTEG_TEST_DENYLIST: Force skipping of specified integration tests
31 # List of all integration tests to run, separated by spaces
38 echo "=== Integration Tests ==="
41 # Timeout (in seconds) for each integration test
102 TEST_DIR="pip_test/integration"
122 # Run the integration tests
123 test_runner "integration test-on-install" \
/external/arm-trusted-firmware/docs/process/
Dfaq.rst13 How long will my changes take to merge into ``integration``?
44 How long will it take for my changes to go from ``integration`` to ``master``?
55 patches will be merged onto ``integration``, which will temporarily diverge from
56 the release branch. The ``integration`` branch will be rebased onto ``master``
57 after the release, and then ``master`` will be fast-forwarded to ``integration``
63 ``integration`` or another patch set, rather than ``master``. There is a risk
65 integration problems). If this happens, the dependent patch will need reworking.
70 All the comments from ``ci-bot-user`` are associated with Continuous Integration
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/jacobians/
DEventHandlerWithJacobians.java23 * during ODE integration.
26 * is solved. This occurs for example when the integration process
79 * #eventOccurred eventOccurred} method when the integration should be
86 * #eventOccurred eventOccurred} method when the integration should
95 * #eventOccurred eventOccurred} method when the integration should
105 * #eventOccurred eventOccurred} method when the integration should go
141 * or continue integration, possibly with a reset state or derivatives.</p>
148 * the integration will be stopped,</li>
156 * be taken (apart from having called this method) and integration
176 * interface, a <em>forward</em> integration may call its
[all …]

12345678910>>...97