Home
last modified time | relevance | path

Searched defs: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
H A DStubCallMethodAdapter.java33 private static final String CLASS_INIT = "<clinit>"; field in StubCallMethodAdapter
/aosp12/frameworks/native/libs/binder/rust/src/
H A Dbinder.rs431 static CLASS_INIT: std::sync::Once = std::sync::Once::new(); const
782 static CLASS_INIT: std::sync::Once = std::sync::Once::new(); const