Searched defs:init (Results 1 - 4 of 4) sorted by relevance

/art/test/561-shared-slowpaths/src/
H A DMain.java27 private static void init(int[] x, int [] y, int l1, int h1, int l2, int h2) { method in class:Main
36 // Test that each of the six possible exceptions situations for init()
47 init(x, y, 0, 100, 0, 100);
61 init(null, y, 0, 100, 0, 100);
75 init(x, y, -1, 100, 0, 100);
89 init(x, y, 0, 101, 0, 100);
103 init(x, null, 0, 100, 0, 100);
117 init(x, y, 0, 100, -1, 100);
131 init(x, y, 0, 100, 0, 101);
/art/test/005-annotations/src/android/test/anno/
H A DTestAnnotations.java263 init();
266 private static void init() { method in class:TestAnnotations.VMRuntime
/art/runtime/base/
H A Darena_allocator.cc112 const size_t init = 0u; // Initial value of the correct type. local
113 return std::accumulate(alloc_stats_, alloc_stats_ + arraysize(alloc_stats_), init);
/art/runtime/
H A Dclass_linker_test.cc1080 mirror::Class* init = ResolveVerifyAndClinit(type_idx, getS0, soa.Self(), true, false); local
1081 EXPECT_TRUE(init != nullptr);
1082 EXPECT_TRUE(init->IsInitialized());

Completed in 296 milliseconds