Home
last modified time | relevance | path

Searched defs:testProcess (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/deqp/execserver/tools/
H A DxsMain.cpp58 xs::Win32TestProcess testProcess; in main() local
60 xs::PosixTestProcess testProcess; in main() local
/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/eap/statemachine/
DIdentityStateTest.java58 public void testProcess() { in testProcess() method in IdentityStateTest
/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/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/external/deqp/execserver/
H A DxsTestDriver.cpp43 TestDriver::TestDriver(xs::TestProcess *testProcess) in TestDriver()
H A DxsExecutionServer.cpp100 ExecutionServer::ExecutionServer(xs::TestProcess *testProcess, deSocketFamily family, int port, Run… in ExecutionServer()
/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/external/deqp/framework/platform/android/
H A DtcuAndroidExecService.cpp295 ExecutionServer::ExecutionServer(JavaVM *vm, xs::TestProcess *testProcess, deSocketFamily family, i… in ExecutionServer()
/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
/aosp_15_r20/cts/tests/app/src/android/app/cts/
H A DActivityManagerTest.java1083 final String testProcess = SIMPLE_PACKAGE_NAME; in testForceStopPackageWontRestartProcess() local