Home
last modified time | relevance | path

Searched refs:init (Results 1 – 25 of 32) sorted by relevance

12

/test/vti/dashboard/src/main/java/com/android/vts/job/
DBaseJobServlet.java42 public void init(ServletConfig cfg) throws ServletException { in init() method in BaseJobServlet
43 super.init(cfg); in init()
DVtsSpreadSheetSyncServlet.java70 public void init(ServletConfig servletConfig) throws ServletException { in init() method in VtsSpreadSheetSyncServlet
71 super.init(servletConfig); in init()
DVtsSuiteTestJobServlet.java90 public void init(ServletConfig servletConfig) throws ServletException { in init() method in VtsSuiteTestJobServlet
91 super.init(servletConfig); in init()
/test/vti/dashboard/src/main/java/com/android/vts/api/
DBaseApiServlet.java45 public void init(ServletConfig cfg) throws ServletException { in init() method in BaseApiServlet
46 super.init(cfg); in init()
DBigtableLegacyJsonServlet.java56 public void init(ServletConfig cfg) throws ServletException { in init() method in BigtableLegacyJsonServlet
57 super.init(cfg); in init()
DTestSuiteResultRestServlet.java50 public void init(ServletConfig cfg) throws ServletException { in init() method in TestSuiteResultRestServlet
51 super.init(cfg); in init()
DDatastoreRestServlet.java69 public void init(ServletConfig cfg) throws ServletException { in init() method in DatastoreRestServlet
70 super.init(cfg); in init()
/test/vts-testcase/kernel/api/bpf_native_test/
DBpfTest.cpp146 EXPECT_RESULT_OK(cookieStatsMap[0].init(TEST_STATS_MAP_A_PATH)); in SetUp()
147 EXPECT_RESULT_OK(cookieStatsMap[1].init(TEST_STATS_MAP_B_PATH)); in SetUp()
148 EXPECT_RESULT_OK(configurationMap.init(TEST_CONFIGURATION_MAP_PATH)); in SetUp()
/test/vts/testcases/target/hal_power/
Dhal_power_basic_test.cpp42 if (module_->init) module_->init(module_); in VtsStructuralTestHalPowerTest()
/test/mlts/benchmark/src/com/android/nn/benchmark/app/
DNNControls.java69 void init() { in init() method in NNControls
93 init(); in onCreate()
/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DBaseServlet.java145 public void init(ServletConfig cfg) throws ServletException { in init() method in BaseServlet
146 super.init(cfg); in init()
DShowGcsLogServlet.java92 public void init(ServletConfig cfg) throws ServletException { in init() method in ShowGcsLogServlet
93 super.init(cfg); in init()
/test/mlts/benchmark/src/com/android/nn/crashtest/core/
DCrashTest.java34 void init(Context context, Intent configParams, Optional<ProgressListener> progressListener); in init() method
DCrashTestService.java98 crashTest.init(getApplicationContext(), intent, in onBind()
/test/mlts/benchmark/src/com/android/nn/crashtest/core/test/
DNoOpCrashTest.java41 public void init(Context context, Intent configParams, in init() method
DCrashingCrashTest.java50 public void init(Context context, Intent configParams, in init() method
DRandomGraphTest.java165 public void init(Context context, Intent configParams, in init() method
/test/vts/runners/target/vts_hal_hidl_target/
DVtsHalHidlTargetTestEnvBase.h78 void init(int* argc, char** argv);
DVtsHalHidlTargetTestEnvBase.cpp54 void VtsHalHidlTargetTestEnvBase::init(int* argc, char** argv) { in init() function in testing::VtsHalHidlTargetTestEnvBase
/test/vti/dashboard/src/test/java/com/android/vts/util/
DObjectifyExtension.java38 ObjectifyService.init(new ObjectifyFactory(datastore)); in beforeEach()
/test/mlts/benchmark/jni/
Drun_tflite.h121 bool init(const char* modelfile, int tfliteBackend,
Drandom_graph_test_jni.cpp158 RandomModelExecutionResult init() { in init() function in RandomGraphGenerator
568 if (result->init() != kSuccess) { in Java_com_android_nn_crashtest_core_test_RandomGraphTest_createRandomGraphGenerator()
Drun_tflite.cpp78 if (!model->init(modelfile, tfliteBackend, enable_intermediate_tensors_dump, nnapiErrno, in create()
87 bool BenchmarkModel::init(const char* modelfile, int tfliteBackend, in init() function in BenchmarkModel
/test/vti/dashboard/src/test/java/com/android/vts/api/
DVtsSpreadSheetSyncServletTest.java114 servlet.init(servletConfig); in testSyncServletJob()
/test/app_compat/csuite/tools/csuite_test/
Dcsuite_test.go27 func init() { func

12