Home
last modified time | relevance | path

Searched +defs:test +defs:module (Results 26 – 50 of 688) sorted by relevance

12345678910>>...28

/aosp_15_r20/development/tools/winscope/src/test/remote_tool_mock/
H A Dwebpack.config.js30 module: { property
33 test: /\.ts$/, property
37 test: /\.html$/, property
41 test: /\.css$/, property
45 test: /\.s[ac]ss$/i, property
/aosp_15_r20/external/python/cpython3/Lib/test/support/
D__init__.py534 def requires_working_socket(*, module=False): argument
783 def check_sizeof(test, o, size): argument
994 def run(self, test): argument
1010 def cpython_only(test): argument
1066 def refcount_test(test): argument
1122 def match_test(test): argument
1246 def run_doctest(module, verbosity=None, optionflags=0): argument
1441 def skip_if_buggy_ucrt_strfptime(test): argument
1544 def skip_if_pgo_task(test): argument
1566 def check__all__(test_case, module, name_of_module=None, extra=(), argument
[all …]
/aosp_15_r20/external/guice/core/test/com/google/inject/
H A DBinderTestSuite.java370 public Builder module(Module module) { in module() argument
455 public void test() throws IllegalAccessException, InstantiationException { in test() method in BinderTestSuite.SuccessTest
519 public void test() { in test() method in BinderTestSuite.CreationExceptionTest
554 public void test() throws IllegalAccessException, InstantiationException { in test() method in BinderTestSuite.ConfigurationExceptionTest
632 public void test() throws IllegalAccessException, InstantiationException { in test() method in BinderTestSuite.UserExceptionsTest
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/invoker/shard/
DShardHelperTest.java135 StubTest test = new StubTest(); in testSplitWithShardCount() local
163 StubTest test = new StubTest(); in testSplit_noShardCount() local
193 StubTest test = new StubTest(); in testSplitWithShardCount_notEnoughTest() local
238 StubTest test = new StubTest(); in testCloneStatusChecker() local
285 StubTest test = new StubTest(); in testCloneMetricCollector() local
395 StubTest test = new StubTest(); in testSplitWithTokens() local
431 StubTest test = new StubTest(); in testSplitWithMultiDevices() local
477 ModuleDefinition module = in createShardedModule() local
/aosp_15_r20/external/libxml2/tools/
H A Dgentest.py300 def add_missing_functions(name, module): argument
314 def type_convert(str, name, info, module, function, pos): argument
438 test = open('testapi.c.new', 'w') variable
522 module = enum.xpathEval('string(@file)') variable
646 def generate_test(module, node): argument
/aosp_15_r20/external/cronet/third_party/libxml/src/
H A Dgentest.py315 def add_missing_functions(name, module): argument
329 def type_convert(str, name, info, module, function, pos): argument
459 test = open('testapi.c.new', 'w') variable
543 module = enum.xpathEval('string(@file)') variable
667 def generate_test(module, node): argument
/aosp_15_r20/external/python/cpython2/Lib/unittest/test/
Dtest_program.py33 def run(self, test): argument
64 def loadTestsFromModule(self, module): argument
104 test = 'test' variable in InitialisableProgram
112 test = None variable in FakeRunner
121 def run(self, test): argument
/aosp_15_r20/external/pytorch/benchmarks/static_runtime/
H A Dtest_static_module.cc30 script::Module module("module"); in testCanEnableStaticRuntime() local
47 script::Module module("module"); in testModuleHasOp() local
516 auto module = getDeepAndWideSciptModel(); in TEST() local
557 auto module = getDeepAndWideSciptModel(); in TEST() local
884 torch::jit::Module module = getDeepAndWideSciptModel(); in TEST() local
927 script::Module module("module"); in TEST() local
947 script::Module module("module"); in TEST() local
1012 namespace test { namespace
1030 TORCH_LIBRARY_FRAGMENT(test, m) { in TORCH_LIBRARY_FRAGMENT() argument
1034 TORCH_LIBRARY_IMPL(test, CPU, m) { in TORCH_LIBRARY_IMPL() argument
[all …]
/aosp_15_r20/external/flatbuffers/
H A Dpackage.json13 "module": "mjs/index.js", string
16 "test": "tests" string
19 "test": "npm run compile && cd tests && python3 ./TypeScriptTest.py", string
/aosp_15_r20/development/tools/winscope/
H A Dwebpack.config.prod.js43 test: /[\\/]node_modules[\\/]/, property
44 name(module) { argument
52 test: /\.css$/, property
/aosp_15_r20/development/scripts/
H A Dupdate_crate_tests.py172 def query_rdeps(self, module): argument
182 def exclude_module(self, module): argument
198 def test_to_test_mapping(self, env, path, test): argument
/aosp_15_r20/external/selinux/python/sepolgen/tests/
H A Dtest_module.py21 import sepolgen.module as module namespace
25 def test(self): member in TestModuleCompiler
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/
DSuiteModuleLoaderTest.java157 File module = new File(mTestsDir, moduleName + SuiteModuleLoader.CONFIG_EXT); in createModuleConfig() local
162 File module = new File(mTestsDir, moduleName + SuiteModuleLoader.CONFIG_EXT); in createNotMultiAbiModuleConfig() local
167 File module = new File(mTestsDir, moduleName + SuiteModuleLoader.CONFIG_EXT); in createInstantModuleConfig() local
172 File module = new File(mTestsDir, moduleName + SuiteModuleLoader.CONFIG_EXT); in createFoldableModuleConfig() local
191 public String test = null; field in SuiteModuleLoaderTest.TestInject
1150 IConfiguration module = res.get("armeabi-v7a module1"); in testLoadConfigsWithIncludeFilters() local
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/deviceinfo/legal/
DModuleLicensesPreferenceController.java65 public boolean test(ModuleInfo module) { in test() method in ModuleLicensesPreferenceController.Predicate
/aosp_15_r20/external/pytorch/test/cpp/api/
H A Dmodule.cpp13 namespace test { namespace
23 Linear module(3, 4); in TEST_F() local
34 Linear module(3, 4); in TEST_F() local
61 TestModule module; in TEST_F() local
203 Linear module(3, 4); in TEST_F() local
235 Linear module(LinearOptions(10, 20).bias(false)); in test_DeviceOrDtypeConversionSkipsUndefinedTensor() local
251 BatchNorm1d module( in test_DeviceOrDtypeConversionSkipsUndefinedTensor() local
279 Linear module(LinearOptions(10, 20).bias(false)); in TEST_F() local
290 BatchNorm1d module( in TEST_F() local
299 BatchNorm1d module( in TEST_F() local
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_format.c88 LLVMModuleRef module = gallivm->module; in add_fetch_rgba_test() local
168 const struct util_format_test_case *test = &util_format_test_cases[l]; in test_format_float() local
270 const struct util_format_test_case *test = &util_format_test_cases[l]; in test_format_unorm8() local
H A Dlp_test_arit.c340 const struct unary_test_t *test, in build_unary_test_func()
346 LLVMModuleRef module = gallivm->module; in build_unary_test_func() local
416 test_unary(unsigned verbose, FILE *fp, const struct unary_test_t *test, unsigned length) in test_unary()
H A Dlp_test_printf.c63 LLVMModuleRef module = gallivm->module; in add_printf_test() local
94 LLVMValueRef test; in test_printf() local
/aosp_15_r20/external/dagger2/java/dagger/hilt/processor/internal/root/ir/
H A DMetadataIr.kt30 val test: String?, constant in dagger.hilt.processor.internal.root.ir.AggregatedDepsIr
32 val module: String?, constant in dagger.hilt.processor.internal.root.ir.AggregatedDepsIr
73 val test: String, constant in dagger.hilt.processor.internal.root.ir.AggregatedUninstallModulesIr
/aosp_15_r20/external/pigweed/pw_ide/ts/pigweed-vscode/
H A Dwebpack.config.js61 module: { property
64 test: /\.ts$/, property
/aosp_15_r20/external/cronet/base/test/
H A Dtest_trace_processor_impl.cc9 namespace base::test { namespace
99 const TestTraceProcessorImpl::PerfettoSQLModule& module) { in OverrideSqlModule()
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DITestSuite.java454 public void setDirectModule(ModuleDefinition module) { in setDirectModule()
708 ModuleDefinition module = in createExecutionList() local
885 ModuleDefinition module = mRunModules.remove(0); in run() local
1098 ModuleDefinition module, ITestInvocationListener listener) { in listenerWithPostProcessorsForPerfModule()
1122 private File dumpModuleConfig(ModuleDefinition module) { in dumpModuleConfig()
1223 ModuleDefinition module, in runSingleModule()
1680 ModuleDefinition module = runModules.remove(0); in reportNotExecuted() local
1926 IRemoteTest test = iterator.next(); in filterByRunnerType() local
1955 protected boolean shouldModuleRun(ModuleDefinition module) { in shouldModuleRun()
/aosp_15_r20/external/google-breakpad/src/client/linux/minidump_writer/
H A Dlinux_dumper.cc597 MappingInfo* module = mappings_.back(); in EnumerateMappings() local
609 MappingInfo* const module = new(allocator_) MappingInfo; in EnumerateMappings() local
631 MappingInfo* module = mappings_[i]; in EnumerateMappings() local
867 uintptr_t test = addr >> shift; in SanitizeStackCopy() local
/aosp_15_r20/external/ltp/testcases/kernel/kvm/
H A Dkvm_pagefault01.c185 static void reload_module(const char *module, char *arg) in reload_module()
214 static struct tst_test test = { variable
/aosp_15_r20/external/pytorch/test/
H A Dtest_expanded_weights.py615 module, argument
684 def _do_test_multi_input(self, module, input): argument
686 def __init__(self, module): argument
736 self, module, input, args=None, kwargs=None, atol=None, rtol=None argument
1021 test = ContextManagerTests(**test_param) variable

12345678910>>...28