Home
last modified time | relevance | path

Searched refs:testProcess (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/system/media/audio_utils/tests/
H A Dbiquad_filter_tests.cpp109 static void testProcess(size_t zeroChannels = 0) { in testProcess() function in BiquadFilterTest
156 testProcess<StateSpaceOptions, float>(); in TEST_P()
160 testProcess<StateSpaceOptions, double>(); in TEST_P()
164 testProcess<StateSpaceOptions, float>(3 /* zeroChannels */); in TEST_P()
168 testProcess<StateSpaceOptions, double>(5 /* zeroChannels */); in TEST_P()
172 testProcess<StateSpaceChannelOptimizedOptions, float>(); in TEST_P()
176 testProcess<StateSpaceChannelOptimizedOptions, double>(); in TEST_P()
180 testProcess<Direct2TransposeOptions, float>(); in TEST_P()
184 testProcess<Direct2TransposeOptions, double>(); in TEST_P()
/aosp_15_r20/external/deqp/execserver/tools/
H A DxsMain.cpp58 xs::Win32TestProcess testProcess; in main() local
60 xs::PosixTestProcess testProcess; in main() local
84 xs::ExecutionServer server(&testProcess, DE_SOCKETFAMILY_INET4, port, runMode); in main()
/aosp_15_r20/external/deqp/framework/platform/android/
H A DtcuAndroidExecService.hpp79 …ExecutionServer(JavaVM *vm, xs::TestProcess *testProcess, deSocketFamily family, int port, RunMode…
99 ServerThread(JavaVM *vm, xs::TestProcess *testProcess, deSocketFamily family, int port);
H A DtcuAndroidExecService.cpp295 ExecutionServer::ExecutionServer(JavaVM *vm, xs::TestProcess *testProcess, deSocketFamily family, i… in ExecutionServer() argument
297 : xs::ExecutionServer(testProcess, family, port, runMode) in ExecutionServer()
/aosp_15_r20/external/deqp/execserver/
H A DxsTestDriver.cpp43 TestDriver::TestDriver(xs::TestProcess *testProcess) in TestDriver() argument
46 , m_process(testProcess) in TestDriver()
H A DxsExecutionServer.cpp100 ExecutionServer::ExecutionServer(xs::TestProcess *testProcess, deSocketFamily family, int port, Run… in ExecutionServer() argument
102 , m_testDriver(testProcess) in ExecutionServer()
H A DxsTestDriver.hpp38 TestDriver(xs::TestProcess *testProcess);
H A DxsExecutionServer.hpp48 ExecutionServer(xs::TestProcess *testProcess, deSocketFamily family, int port, RunMode runMode);
/aosp_15_r20/external/deqp/framework/platform/ios/
H A DtcuIOSApp.mm223 ServerThread(xs::TestProcess *testProcess, int port);
234 ServerThread::ServerThread(xs::TestProcess *testProcess, int port)
235 : m_server(testProcess, DE_SOCKETFAMILY_INET4, port,
/aosp_15_r20/external/jarjar/src/test/com/tonicsystems/jarjar/
H A DServiceProcessorTest.java26 public void testProcess() throws Exception { in testProcess() method in ServiceProcessorTest
/aosp_15_r20/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/utils/
DSimpleStateMachineTest.java48 public void testProcess() { in testProcess() method in SimpleStateMachineTest
/aosp_15_r20/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/statemachine/
DIdentityStateTest.java58 public void testProcess() { in testProcess() method in IdentityStateTest
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/io/
H A DLineBufferTest.java38 public void testProcess() throws IOException { in testProcess() method in LineBufferTest
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/io/
H A DLineBufferTest.java38 public void testProcess() throws IOException { in testProcess() method in LineBufferTest
/aosp_15_r20/cts/tests/tests/slice/src/android/slice/cts/
H A DSliceBindingTest.java63 public void testProcess() { in testProcess() method in SliceBindingTest
/aosp_15_r20/cts/tests/app/src/android/app/cts/
H A DActivityManagerTest.java1083 final String testProcess = SIMPLE_PACKAGE_NAME; in testForceStopPackageWontRestartProcess() local
1085 runningApp -> testProcess.equals(runningApp.processName); in testForceStopPackageWontRestartProcess()
1089 assertTrue("Process " + testProcess + " should be found in running process list", in testForceStopPackageWontRestartProcess()
1100 assertFalse("Process " + testProcess + " should not be alive after force-stop", in testForceStopPackageWontRestartProcess()