Home
last modified time | relevance | path

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

/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
DDelegateClassAdapter.java37 private static final String CLASS_INIT = "<clinit>"; field in DelegateClassAdapter
DStubCallMethodAdapter.java33 private static final String CLASS_INIT = "<clinit>"; field in StubCallMethodAdapter
/frameworks/native/libs/binder/rust/src/
Dbinder.rs535 static CLASS_INIT: std::sync::Once = std::sync::Once::new(); constant
917 static CLASS_INIT: std::sync::Once = std::sync::Once::new(); constant