Home
last modified time | relevance | path

Searched full:harness (Results 1 – 25 of 1722) sorted by relevance

12345678910>>...69

/aosp_15_r20/external/OpenCL-CTS/test_common/
H A DCMakeLists.txt3 harness/typeWrappers.cpp
4 harness/mt19937.cpp
5 harness/conversions.cpp
6 harness/rounding_mode.cpp
7 harness/msvc9.c
8 harness/crc32.cpp
9 harness/errorHelpers.cpp
10 harness/featureHelpers.cpp
11 harness/genericThread.cpp
12 harness/imageHelpers.cpp
[all …]
/aosp_15_r20/external/angle/third_party/OpenCL-CTS/gn/
H A DBUILD.gn11 "$angle_root/third_party/OpenCL-CTS/src/test_common/harness",
30 "$angle_root/third_party/OpenCL-CTS/src/test_common/harness/ThreadPool.cpp",
31 "$angle_root/third_party/OpenCL-CTS/src/test_common/harness/conversions.cpp",
32 "$angle_root/third_party/OpenCL-CTS/src/test_common/harness/crc32.cpp",
33 "$angle_root/third_party/OpenCL-CTS/src/test_common/harness/deviceInfo.cpp",
34 "$angle_root/third_party/OpenCL-CTS/src/test_common/harness/errorHelpers.cpp",
35 "$angle_root/third_party/OpenCL-CTS/src/test_common/harness/featureHelpers.cpp",
36 "$angle_root/third_party/OpenCL-CTS/src/test_common/harness/genericThread.cpp",
37 "$angle_root/third_party/OpenCL-CTS/src/test_common/harness/imageHelpers.cpp",
38 "$angle_root/third_party/OpenCL-CTS/src/test_common/harness/kernelHelpers.cpp",
[all …]
/aosp_15_r20/out/soong/raw-aosp_shiba/02/
D0268df7f55d4a74ccbbc11fabe744fb6b5cdce95215 …from: "out/soong/.intermediates/platform_testing/libraries/audio-test-harness/client-lib/audiotest…
216 …to: "out/soong/.intermediates/platform_testing/libraries/audio-test-harness/client-lib/audiotestha…
219 …from: "out/soong/.intermediates/platform_testing/libraries/audio-test-harness/client-lib/audiotest…
220 …to: "out/soong/.intermediates/platform_testing/libraries/audio-test-harness/client-lib/audiotestha…
223 …from: "out/soong/.intermediates/platform_testing/libraries/audio-test-harness/common/audiotestharn…
224 …to: "out/soong/.intermediates/platform_testing/libraries/audio-test-harness/common/audiotestharnes…
227 …from: "out/soong/.intermediates/platform_testing/libraries/audio-test-harness/instrumentation/audi…
228 …to: "out/soong/.intermediates/platform_testing/libraries/audio-test-harness/instrumentation/audiot…
231 …from: "out/soong/.intermediates/platform_testing/libraries/audio-test-harness/instrumentation/audi…
232 …to: "out/soong/.intermediates/platform_testing/libraries/audio-test-harness/instrumentation/audiot…
[all …]
/aosp_15_r20/external/openthread/tools/harness-automation/autothreadharness/
H A Dharness_controller.py41 """int: this is the first published release that miniweb was removed from Harness"""
65 """Harness service control
67 This controls harness service, including the harness back-end and front-end.
70 harness = None variable in HarnessController
71 """harness back-end"""
74 """harness front-end"""
85 logger.info('Starting harness service')
86 if self.harness:
87 logger.warning('Harness already started')
95 … self.harness_file = '%s\\harness-%s.log' % (self.result_dir, time.strftime('%Y%m%d%H%M%S'))
[all …]
/aosp_15_r20/external/google-cloud-java/java-dataflow/proto-google-cloud-dataflow-v1beta3/src/main/java/com/google/dataflow/v1beta3/
H A DDataDiskAssignment.java80 * "myproject-1014-104817-4c2-harness-0".
104 * "myproject-1014-104817-4c2-harness-0".
134 * example the list of { "myproject-1014-104817-4c2-harness-0-disk-0" },
135 * { "myproject-1014-104817-4c2-harness-0-disk-1" }.
151 * example the list of { "myproject-1014-104817-4c2-harness-0-disk-0" },
152 * { "myproject-1014-104817-4c2-harness-0-disk-1" }.
168 * example the list of { "myproject-1014-104817-4c2-harness-0-disk-0" },
169 * { "myproject-1014-104817-4c2-harness-0-disk-1" }.
186 * example the list of { "myproject-1014-104817-4c2-harness-0-disk-0" },
187 * { "myproject-1014-104817-4c2-harness-0-disk-1" }.
[all …]
H A DDataDiskAssignmentOrBuilder.java31 * "myproject-1014-104817-4c2-harness-0".
44 * "myproject-1014-104817-4c2-harness-0".
59 * example the list of { "myproject-1014-104817-4c2-harness-0-disk-0" },
60 * { "myproject-1014-104817-4c2-harness-0-disk-1" }.
74 * example the list of { "myproject-1014-104817-4c2-harness-0-disk-0" },
75 * { "myproject-1014-104817-4c2-harness-0-disk-1" }.
89 * example the list of { "myproject-1014-104817-4c2-harness-0-disk-0" },
90 * { "myproject-1014-104817-4c2-harness-0-disk-1" }.
105 * example the list of { "myproject-1014-104817-4c2-harness-0-disk-0" },
106 * { "myproject-1014-104817-4c2-harness-0-disk-1" }.
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/testharness/
H A DTestHarnessModeService.java64 * Manages the Test Harness Mode service for setting up test harness mode on the device.
66 * <p>Test Harness Mode is a feature that allows the user to clean their device, retain ADB keys,
102 * Begin the setup for Test Harness Mode.
108 Slog.d(TAG, "Setting up test harness mode"); in setUpTestHarnessMode()
127 Slog.d(TAG, "Completing Test Harness Mode setup."); in completeTestHarnessModeSetup()
137 Slog.e(TAG, "Failed to set up Test Harness Mode. Bad data.", e); in completeTestHarnessModeSetup()
139 // Clear out the Test Harness Mode data so that we don't repeat the setup. If it failed in completeTestHarnessModeSetup()
140 // to set up, then retrying without enabling Test Harness Mode should allow it to boot. in completeTestHarnessModeSetup()
150 Slog.e(TAG, "Failed to start Test Harness Mode; no implementation of " in getTestHarnessModeData()
319 "Test Harness Mode cannot be enabled if there is a lock " in onCommand()
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/coverage/cfile/
Demitdata_test.go39 // Build harness. We need two copies of the harness, one built
52 t.Logf("atomic harness path is %s", atomicHarnessPath)
53 t.Logf("non-atomic harness path is %s", nonAtomicHarnessPath)
99 // run from the "harness.exe" runs we've just done. We can accomplish
100 // this by doing a merge from the harness gocoverdir's to the test
120 // buildHarness builds the helper program "harness.exe".
122 harnessPath := filepath.Join(dir, "harness.exe")
123 harnessSrc := filepath.Join("testdata", "harness.go")
127 //t.Logf("harness build: go %+v\n", args)
171 //t.Logf("harness run output: %s\n", string(b))
[all …]
/aosp_15_r20/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.cpp53 struct Harness::CodecObserver : public BnOMXObserver {
54 CodecObserver(const sp<Harness> &harness, int32_t gen) in CodecObserver()
55 : mHarness(harness), mGeneration(gen) {} in CodecObserver()
60 sp<Harness> mHarness;
64 void Harness::CodecObserver::onMessages(const std::list<omx_message> &messages) { in onMessages()
70 Harness::Harness() in Harness() function in android::Harness
75 Harness::~Harness() { in ~Harness()
78 status_t Harness::initCheck() const { in initCheck()
82 status_t Harness::initOMX() { in initOMX()
94 void Harness::handleMessages(int32_t gen, const std::list<omx_message> &messages) { in handleMessages()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/task/
Draw.rs3 use crate::runtime::task::{Cell, Harness, Header, Id, Schedule, State};
270 let harness = Harness::<T, S>::from_raw(ptr); in poll() localVariable
271 harness.poll(); in poll()
284 let harness = Harness::<T, S>::from_raw(ptr); in dealloc() localVariable
285 harness.dealloc(); in dealloc()
295 let harness = Harness::<T, S>::from_raw(ptr); in try_read_output() localVariable
296 harness.try_read_output(out, waker); in try_read_output()
300 let harness = Harness::<T, S>::from_raw(ptr); in drop_join_handle_slow() localVariable
301 harness.drop_join_handle_slow(); in drop_join_handle_slow()
305 let harness = Harness::<T, S>::from_raw(ptr); in drop_abort_handle() localVariable
[all …]
/aosp_15_r20/external/openthread/tools/harness-simulation/
H A DREADME.md1 # Test Harness on Simulation Environment Setup
3 …Python abstract class template `IThci`, which is used by the Thread Test Harness Software to contr…
5 …fer abstract class template `ISniffer`, which is used by the Thread Test Harness Software to sniff…
7 … sniffer simulation are required to run on a POSIX environment. However, Harness has to be run on …
13 1. Open the JSON format configuration file `tools/harness-simulation/posix/config.yml`:
21 - Edit the value of `discovery_ifname` to the network interface that the Harness will connect to.
28 $ tools/harness-simulation/posix/install.sh
31 ## Test Harness Environment Setup
33 1. Copy the directory `tools/harness-simulation` from the POSIX machine to the Windows machine, and…
35 2. Double click the file `harness\install.bat` on Windows.
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/glam/
DCargo.toml39 harness = false qkey
43 harness = false qkey
47 harness = false qkey
51 harness = false qkey
55 harness = false qkey
59 harness = false qkey
63 harness = false qkey
67 harness = false qkey
71 harness = false qkey
75 harness = false qkey
[all …]
/aosp_15_r20/out/soong/raw-aosp_shiba/cb/
Dcb39ce19ef7be2dc59e0be583cb3b02e0c0df54b283 …from: "out/soong/.intermediates/platform_testing/libraries/audio-test-harness/client-lib/audiotest…
284 …to: "out/soong/.intermediates/platform_testing/libraries/audio-test-harness/client-lib/audiotestha…
287 …from: "out/soong/.intermediates/platform_testing/libraries/audio-test-harness/client-lib/audiotest…
288 …to: "out/soong/.intermediates/platform_testing/libraries/audio-test-harness/client-lib/audiotestha…
291 …from: "out/soong/.intermediates/platform_testing/libraries/audio-test-harness/common/audiotestharn…
292 …to: "out/soong/.intermediates/platform_testing/libraries/audio-test-harness/common/audiotestharnes…
295 …from: "out/soong/.intermediates/platform_testing/libraries/audio-test-harness/proto/audiotestharne…
296 …to: "out/soong/.intermediates/platform_testing/libraries/audio-test-harness/proto/audiotestharness…
299 …from: "out/soong/.intermediates/platform_testing/libraries/audio-test-harness/proto/audiotestharne…
300 …to: "out/soong/.intermediates/platform_testing/libraries/audio-test-harness/proto/audiotestharness…
[all …]
/aosp_15_r20/external/OpenCL-CTS/scripts/
H A Dandroid_bp_head20 name: "ocl-harness-headers",
22 "test_common/harness",
28 name: "ocl-harness-defaults",
30 "ocl-harness-headers",
33 "ocl-harness-headers",
60 name: "ocl-harness",
61 srcs: [ "test_common/harness/*.cpp", ],
62 defaults: [ "ocl-harness-defaults" ],
67 defaults: [ "ocl-harness-defaults" ],
68 static_libs: [ "ocl-harness" ],
/aosp_15_r20/out/soong/raw-aosp_shiba/47/
D47d1fea346b8fcb283221d78ebd7bee6c43d8758179 …from: "out/soong/.intermediates/platform_testing/libraries/audio-test-harness/client-lib/audiotest…
180 …to: "out/soong/.intermediates/platform_testing/libraries/audio-test-harness/client-lib/audiotestha…
183 …from: "out/soong/.intermediates/platform_testing/libraries/audio-test-harness/common/audiotestharn…
184 …to: "out/soong/.intermediates/platform_testing/libraries/audio-test-harness/common/audiotestharnes…
187 …from: "out/soong/.intermediates/platform_testing/libraries/audio-test-harness/proto/audiotestharne…
188 …to: "out/soong/.intermediates/platform_testing/libraries/audio-test-harness/proto/audiotestharness…
207harness/client-lib/audiotestharness-client-corelib/android_common/lint-srcs.list.rsp __SBOX_SANDBO…
210 …to: "out/soong/.intermediates/platform_testing/libraries/audio-test-harness/client-lib/audiotestha…
214 …to: "out/soong/.intermediates/platform_testing/libraries/audio-test-harness/client-lib/audiotestha…
218 …to: "out/soong/.intermediates/platform_testing/libraries/audio-test-harness/client-lib/audiotestha…
[all …]
/aosp_15_r20/external/OpenCL-CTS/test_conformance/vulkan/
H A DCMakeLists.txt30 ../../test_common/harness/genericThread.cpp
31 ../../test_common/harness/errorHelpers.cpp
32 ../../test_common/harness/testHarness.cpp
33 ../../test_common/harness/kernelHelpers.cpp
34 ../../test_common/harness/mt19937.cpp
35 ../../test_common/harness/msvc9.c
36 ../../test_common/harness/parseParameters.cpp
37 ../../test_common/harness/deviceInfo.cpp
38 ../../test_common/harness/crc32.cpp
/aosp_15_r20/external/rust/android-crates-io/crates/itertools/
DCargo.toml45 harness = false qkey
49 harness = false qkey
53 harness = false qkey
57 harness = false qkey
61 harness = false qkey
65 harness = false qkey
69 harness = false qkey
73 harness = false qkey
77 harness = false qkey
/aosp_15_r20/out/soong/raw-aosp_shiba/ba/
Dba3e9052c88700ab04e8d4b35cc3b93d24cc9c55179 …from: "out/soong/.intermediates/platform_testing/libraries/audio-test-harness/proto/audiotestharne…
180 …to: "out/soong/.intermediates/platform_testing/libraries/audio-test-harness/proto/audiotestharness…
183 …from: "out/soong/.intermediates/platform_testing/libraries/audio-test-harness/proto/audiotestharne…
184 …to: "out/soong/.intermediates/platform_testing/libraries/audio-test-harness/proto/audiotestharness…
203harness/proto/audiotestharness-commonprotolib-lite/android_common/lint-srcs.list.rsp __SBOX_SANDBO…
206 …to: "out/soong/.intermediates/platform_testing/libraries/audio-test-harness/proto/audiotestharness…
210 …to: "out/soong/.intermediates/platform_testing/libraries/audio-test-harness/proto/audiotestharness…
214 …to: "out/soong/.intermediates/platform_testing/libraries/audio-test-harness/proto/audiotestharness…
218 …to: "out/soong/.intermediates/platform_testing/libraries/audio-test-harness/proto/audiotestharness…
222 …to: "out/soong/.intermediates/platform_testing/libraries/audio-test-harness/proto/audiotestharness…
[all …]
/aosp_15_r20/out/soong/raw-aosp_shiba/e8/
De8c0e3a36eeddeecb3762274c0be11619eb584d0179 …from: "out/soong/.intermediates/platform_testing/libraries/audio-test-harness/common/audiotestharn…
180 …to: "out/soong/.intermediates/platform_testing/libraries/audio-test-harness/common/audiotestharnes…
183 …from: "out/soong/.intermediates/platform_testing/libraries/audio-test-harness/proto/audiotestharne…
184 …to: "out/soong/.intermediates/platform_testing/libraries/audio-test-harness/proto/audiotestharness…
203harness/common/audiotestharness-commonlib-lite/android_common/lint-srcs.list.rsp __SBOX_SANDBOX_DI…
206 …to: "out/soong/.intermediates/platform_testing/libraries/audio-test-harness/common/audiotestharnes…
210 …to: "out/soong/.intermediates/platform_testing/libraries/audio-test-harness/common/audiotestharnes…
214 …to: "out/soong/.intermediates/platform_testing/libraries/audio-test-harness/common/audiotestharnes…
218 …to: "out/soong/.intermediates/platform_testing/libraries/audio-test-harness/common/audiotestharnes…
222 …to: "out/soong/.intermediates/platform_testing/libraries/audio-test-harness/common/audiotestharnes…
[all …]
/aosp_15_r20/platform_testing/libraries/audio-test-harness/server/src/main/java/com/android/media/audiotestharness/server/
H A DAudioTestHarnessGrpcServer.java35 * gRPC Server to the Audio Test Harness Infrastructure.
38 * including all dependencies are abstracted away from any users of Audio Test Harness. It is
89 LOGGER.log(Level.SEVERE, "Unable to start the Audio Test Harness gRPC Server.", e); in main()
94 * Starts the Audio Test Harness gRPC Server listening on {@link #mPort}.
108 "Unable to create new Audio Test Harness gRPC Server, failed to resolve" in open()
114 LOGGER.fine("Successfully created Audio Test Harness gRPC Server."); in open()
119 "Started Audio Test Harness gRPC Server Listening on Port %d", mPort)); in open()
123 * Stops the Audio Test Harness gRPC Server immediately and closes any underlying resources
128 LOGGER.info("Stopping Audio Test Harness gRPC Server"); in close()
134 "mServer is null indicating that the Audio Test Harness gRPC Server was never" in close()
/aosp_15_r20/external/rust/android-crates-io/crates/tracing/
DCargo.toml56 harness = false qkey
60 harness = false qkey
64 harness = false qkey
68 harness = false qkey
72 harness = false qkey
76 harness = false qkey
80 harness = false qkey
84 harness = false qkey
88 harness = false qkey
/aosp_15_r20/external/zstd/doc/educational_decoder/
H A DMakefile36 harness: $(HARNESS_FILES) target
40 @$(RM) harness *.o
41 @$(RM) -rf harness.dSYM # MacOS specific
43 test: harness
48 @./harness tmp.zst tmp
55 @$(ZSTD) --train harness.c zstd_decompress.c zstd_decompress.h README.md \
56 harness.c zstd_decompress.c zstd_decompress.h README.md \
57 harness.c zstd_decompress.c zstd_decompress.h README.md \
60 @./harness tmp.zst tmp dictionary
/aosp_15_r20/external/angle/src/tests/test_utils/runner/
H A DREADME.md1 # ANGLE Test Harness
3 The ANGLE test harness is a harness around GoogleTest that provides functionality similar to the
4 [Chromium test harness][BaseTest]. It features:
13 The ANGLE test harness accepts all standard GoogleTest arguments. The harness also accepts the
30 * `--max-failures` specifies a count of failures after which the harness early exits.
44 * The test harness only requires `angle_common` and `angle_util`.
77 * Using sockets to communicate with test children. Similar to dEQP's test harness.
/aosp_15_r20/external/autotest/client/bin/
H A Djob_unittest.py16 from autotest_lib.client.bin import job, sysinfo, harness
70 set(['control', 'harness', 'force_full_log_collection']))
97 self.god.stub_function_to_return(job.harness, 'select', stub_harness())
102 harness = 'stub' variable in test_init_minimal_options.call_init.options
169 self.god.stub_function(harness, 'select')
200 my_harness = self.god.create_mock_class(harness.harness,
202 harness.select.expect_call(None,
248 options.harness = None
288 options.harness = None
329 harness.select.expect_call(which, self.job,
[all …]
/aosp_15_r20/platform_testing/libraries/audio-test-harness/client-lib/src/main/java/com/android/media/audiotestharness/client/grpc/
H A DGrpcAudioCaptureStream.java128 throw new IOException("Audio Test Harness gRPC Communication Error", e); in create()
137 throw new IOException("Audio Test Harness gRPC Communication Error", mGrpcError); in read()
143 throw new IOException("Audio Test Harness gRPC Internal Error", ioe); in read()
161 throw new IOException("Audio Test Harness gRPC Communication Error", mGrpcError); in read()
167 throw new IOException("Audio Test Harness gRPC Internal Error", ioe); in read()
174 throw new IOException("Audio Test Harness gRPC Communication Error", mGrpcError); in skip()
183 throw new IOException("Audio Test Harness gRPC Communication Error", mGrpcError); in available()
206 throw new IOException("Audio Test Harness gRPC Communication Error", mGrpcError); in reset()
212 throw new IOException("Audio Test Harness gRPC Internal Error", ioe); in reset()
224 throw new IOException("Audio Test Harness gRPC Communication Error", mGrpcError); in read()
[all …]

12345678910>>...69