Home
last modified time | relevance | path

Searched refs:CLASS_INIT (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DDelegateClassAdapter.java37 private static final String CLASS_INIT = "<clinit>"; field in DelegateClassAdapter
101 if (CLASS_INIT.equals(name)) { in visitMethod()
H A DStubCallMethodAdapter.java33 private static final String CLASS_INIT = "<clinit>"; field in StubCallMethodAdapter
60 if (CONSTRUCTOR.equals(methodName) || CLASS_INIT.equals(methodName)) { in StubCallMethodAdapter()
/aosp12/frameworks/native/libs/binder/rust/src/
H A Dbinder.rs431 static CLASS_INIT: std::sync::Once = std::sync::Once::new(); const
434 CLASS_INIT.call_once(|| unsafe {
782 static CLASS_INIT: std::sync::Once = std::sync::Once::new(); const
785 CLASS_INIT.call_once(|| unsafe {