Home
last modified time | relevance | path

Searched defs:context (Results 1 – 25 of 32) sorted by relevance

12

/test/vti/dashboard/src/test/java/com/android/vts/util/
DLocalDatastoreExtension.java39 public void beforeAll(final ExtensionContext context) throws Exception { in beforeAll()
50 public void beforeEach(final ExtensionContext context) throws Exception { in beforeEach()
56 public static LocalDatastoreHelper getHelper(final ExtensionContext context) { in getHelper()
DObjectifyExtension.java34 public void beforeEach(final ExtensionContext context) throws Exception { in beforeEach()
46 public void afterEach(final ExtensionContext context) throws Exception { in afterEach()
DMockitoExtension.java29 public void beforeEach(final ExtensionContext context) throws Exception { in beforeEach()
/test/vts/tools/vts-core-tradefed/src/com/android/tradefed/testtype/suite/module/
DKernelTestModuleController.java48 public RunStrategy shouldRun(IInvocationContext context) { in shouldRun()
92 private boolean deviceLowMem(IInvocationContext context) { in deviceLowMem()
118 private boolean deviceWithHwasan(IInvocationContext context) { in deviceWithHwasan()
/test/vti/test_serving/gae/frontend/src/
Dtest.ts18 const context = require.context('./', true, /\.spec\.ts$/); constant
/test/vts-testcase/kernel/ltp/shell_environment/definitions/base_definitions/
Dcheck_setup_cleanup.py55 def context(self): member in CheckSetupCleanup
59 def context(self, context): argument
/test/vti/dashboard/src/main/java/com/android/vts/util/
DGraphSerializer.java27 public JsonElement serialize(Graph src, Type typeOfSrc, JsonSerializationContext context) { in serialize()
/test/vts/harnesses/tradefed/src/com/android/tradefed/module/
DVtsHalAdapterModuleController.java45 public RunStrategy shouldRun(IInvocationContext context) { in shouldRun()
/test/vts-testcase/kernel/encryption/
Dutils.cpp370 const std::vector<uint8_t> &context, in GetFixedInputString()
384 const std::vector<uint8_t> &context, in AesCmacKdfHelper()
409 std::vector<uint8_t> context = { in DeriveHwWrappedEncryptionKey() local
426 std::vector<uint8_t> context = {'r', 'a', 'w', ' ', 's', 'e', 'c', in DeriveHwWrappedRawSecret() local
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/targetprep/
DDeviceInfoCollectorTest.java56 IInvocationContext context = new InvocationContext(); in setUp() local
DPropertyCheckTest.java53 IInvocationContext context = new InvocationContext(); in setUp() local
DVtsDeviceInfoCollectorTest.java78 IInvocationContext context = new InvocationContext(); in setUp() local
DSettingsPreparerTest.java57 IInvocationContext context = new InvocationContext(); in setUp() local
DMediaPreparerTest.java56 IInvocationContext context = new InvocationContext(); in setUp() local
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/
DCertificationResultXml.java115 public void parseSuiteAttributes(XmlPullParser parser, IInvocationContext context) in parseSuiteAttributes()
159 public void parseBuildInfoAttributes(XmlPullParser parser, IInvocationContext context) in parseBuildInfoAttributes()
DPreviousSessionFileCopier.java61 public void invocationStarted(IInvocationContext context) { in invocationStarted()
/test/vts-testcase/hal/usb/gadget/V1_0/host/src/com/android/tests/usbgadget/libusb/
DIUsbNative.java30 int libusb_init(PointerByReference context); in libusb_init()
/test/vti/dashboard/src/test/java/com/android/vts/api/
DVtsSpreadSheetSyncServletTest.java60 @Mock private ServletContext context; field in VtsSpreadSheetSyncServletTest
/test/vts-testcase/hal/usb/gadget/V1_0/host/src/com/android/tests/usbgadget/
DHalUsbGadgetV1_0HostTest.java60 PointerByReference context = new PointerByReference(); in beforeClassWithDevice() local
/test/vts/harnesses/tradefed/src/com/android/tradefed/targetprep/
DVtsPythonVirtualenvPreparer.java116 public void setUp(IInvocationContext context) in setUp()
161 public void tearDown(IInvocationContext context, Throwable e) in tearDown()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DDeviceInteractionHelperInstaller.java77 IInvocationContext context = new InvocationContext(); in setUp() local
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DModuleListener.java55 public void invocationStarted(IInvocationContext context) { in invocationStarted()
DMetadataReporter.java75 public void invocationStarted(IInvocationContext context) { in invocationStarted()
DConsoleReporter.java59 public void invocationStarted(IInvocationContext context) { in invocationStarted()
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DChecksumReporterTest.java89 IInvocationContext context = new InvocationContext(); in setUp() local

12