Home
last modified time | relevance | path

Searched +defs:test +defs:module (Results 51 – 75 of 688) sorted by relevance

12345678910>>...28

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/command/
Dtest.py31 def loadTestsFromModule(self, module, pattern=None): argument
76 class test(Command): class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/command/
Dtest.py31 def loadTestsFromModule(self, module, pattern=None): argument
76 class test(Command): class
/aosp_15_r20/external/python/setuptools/setuptools/command/
Dtest.py31 def loadTestsFromModule(self, module, pattern=None): argument
76 class test(Command): class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/command/
Dtest.py31 def loadTestsFromModule(self, module, pattern=None): argument
76 class test(Command): class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/command/
Dtest.py31 def loadTestsFromModule(self, module, pattern=None): argument
76 class test(Command): class
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DGranularRetriableTestWrapper.java109 IRemoteTest test, in GranularRetriableTestWrapper()
117 IRemoteTest test, in GranularRetriableTestWrapper()
118 ModuleDefinition module, in GranularRetriableTestWrapper()
/aosp_15_r20/tools/tradefederation/contrib/tests/src/com/android/uicd/tests/
DUiConductorTestTest.java146 TestDescription test = new TestDescription(MODULE_NAME, "test.json"); in testRun() local
300 TestRecordProto.TestRecord.Builder module = TestRecordProto.TestRecord.newBuilder(); in testRun_withPreviousResults() local
/aosp_15_r20/tools/asuite/atest/unittest_data/tradefed_prebuilt/prebuilts/filegroups/suite/
HDcompatibility-tradefed.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/external/python/cpython3/Lib/test/test_importlib/source/
Dtest_finder.py47 def import_(self, root, module): argument
51 def run_test(self, test, create=None, *, compile_=None, unlink=None): argument
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/zerocopy/src/
Dbyteorder.rs567 macro_rules! module { macro
918 fn test<T: ByteOrderType>(invert: bool) { in test_endian() function
963 fn test<T, F, G, H>(op: F, op_native: G, op_native_checked: Option<H>) in test_ops_impls() function
995 macro_rules! test { in test_ops_impls() macro
/aosp_15_r20/external/rust/android-crates-io/crates/zerocopy/src/
Dbyteorder.rs567 macro_rules! module { macro
918 fn test<T: ByteOrderType>(invert: bool) { in test_endian() function
963 fn test<T, F, G, H>(op: F, op_native: G, op_native_checked: Option<H>) in test_ops_impls() function
995 macro_rules! test { in test_ops_impls() macro
/aosp_15_r20/external/pytorch/test/
H A Dtest_nn.py79 def _forward(self, module, input: _TensorOrTensors): argument
86 def _backward(self, module, input: _TensorOrTensors, output, grad_output, create_graph=False): argument
120 def _zero_grad_parameters(self, module): argument
127 def _get_parameters(self, module): argument
395 def hook(self, module, grad_out, grad_in): argument
2752 def test(cell_module, input, hx, input_size, hidden_size): function
3539 def test(encoder_input_shape, decoder_input_shape, function
3717 def test(input_shape, hidden_shape, mode): function
3782 def test(input_shape, hidden_h_shape, hidden_c_shape): function
5533 def test(N, C, H, W, mode, padding_mode, align_corners, input_requires_grad): function
[all …]
/aosp_15_r20/cts/tools/cts-api-coverage/src/com/android/cts/apimap/
H A DXmlWriter.java112 public void generateXtsAnnotationMapData(ModuleProfile module) { in generateXtsAnnotationMapData()
187 private Element createCoveredByElement(TestMethodInfo test) { in createCoveredByElement()
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/bitflags/src/
Dlib.rs1607 mod module { in test_pub_crate() module
1620 mod module { in test_pub_in_module() module
1631 mod test { in test_pub_in_module() module
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/module/
H A DTestCustomEnumKeyDeserializer.java98 …public void serialize(TestEnum test, JsonGenerator g, SerializerProvider serializerProvider) throw… in serialize()
229 SimpleModule module = new SimpleModule(); in testCustomEnumValueAndKeyViaModifier() local
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/
DModuleDefinitionTest.java170 TestDescription test = new TestDescription(mRunName + "class", "test" + i); in run() local
243 TestDescription test = new TestDescription(runName + "class", "test" + i); in run() local
254 TestDescription test = new TestDescription(runName + "class", "fail" + i); in run() local
436 ModuleDefinition module = in testDynamicDownloadThrows_ReportsRunFailed() local
DITestSuiteTest.java238 TestDescription test = new TestDescription(EMPTY_CONFIG, EMPTY_CONFIG); in run() local
367 ModuleDefinition module = in getRunModules() local
395 TestDescription test = new TestDescription(EMPTY_CONFIG, EMPTY_CONFIG); in expectTestRun() local
416 TestDescription test = new TestDescription(EMPTY_CONFIG, EMPTY_CONFIG); in expectIntraModuleTestRun() local
1324 TestDescription test = new TestDescription(EMPTY_CONFIG, EMPTY_CONFIG); in testRun_withCollectors() local
1545 StubCollectingTest test = new StubCollectingTest(); in testRun_coverageOptionsCopied() local
1608 StubCollectingTest test = new StubCollectingTest(); in testRun_GranularRerunwithModuleListener() local
/aosp_15_r20/external/python/cpython3/Lib/test/test_importlib/
Dutil.py101 def case_insensitive_tests(test): argument
290 def exec_module(self, module): argument
/aosp_15_r20/tools/tradefederation/prebuilts/filegroups/suite/
Dcompatibility-tradefed.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/external/pytorch/benchmarks/static_runtime/
H A Dtest_utils.cc32 namespace test { namespace
247 script::Module module("module"); in getGraphFromScript() local
/aosp_15_r20/external/testng/src/main/java/org/testng/
H A DTestRunner.java154 XmlTest test, in TestRunner()
165 public TestRunner(IConfiguration configuration, ISuite suite, XmlTest test, in TestRunner()
176 XmlTest test, in init()
627 XmlTest test= getTest(); in run() local
848 org.testng.annotations.ITestAnnotation test = in createClassBasedParallelWorkers() local
1153 ITestNGMethod[] methods, XmlTest test) in createClassDependencies()
1604 private void addGuiceModule(Class<? extends Module> cls, Module module) { in addGuiceModule()
/aosp_15_r20/external/python/cpython2/Lib/test/support/
D__init__.py1269 def check_sizeof(test, o, size): argument
1459 def run(self, test): argument
1475 def cpython_only(test): argument
1553 def match_test(test): argument
1642 def run_doctest(module, verbosity=None): argument
1912 def check_free_after_iterating(test, iter, cls, args=()): argument
/aosp_15_r20/external/python/cpython3/Modules/
Dposixmodule.c1001 get_posix_state(PyObject *module) in get_posix_state()
2311 _posix_clear(PyObject *module) in _posix_clear()
2336 _posix_traverse(PyObject *module, visitproc visit, void *arg) in _posix_traverse()
2361 _posix_free(void *module) in _posix_free()
2367 fill_time(PyObject *module, PyObject *v, int index, time_t sec, unsigned long nsec) in fill_time()
2408 _pystat_fromstructstat(PyObject *module, STRUCT_STAT *st) in _pystat_fromstructstat()
2516 posix_do_stat(PyObject *module, const char *function_name, path_t *path, in posix_do_stat()
2903 os_stat_impl(PyObject *module, path_t *path, int dir_fd, int follow_symlinks) in os_stat_impl()
2926 os_lstat_impl(PyObject *module, path_t *path, int dir_fd) in os_lstat_impl()
2974 os_access_impl(PyObject *module, path_t *path, int mode, int dir_fd, in os_access_impl()
[all …]
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/staticlibs/net-utils-framework-common/android_common/jarjar/
Dnet-utils-framework-common.jar ... com/android/net/module/util/SdkUtil.class SdkUtil.java package ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/staticlibs/net-utils-framework-common/android_common_apex30/jarjar/
Dnet-utils-framework-common.jar ... com/android/net/module/util/SdkUtil.class SdkUtil.java package ...

12345678910>>...28