Home
last modified time | relevance | path

Searched refs:SetStatic (Results 1 – 6 of 6) sorted by relevance

/aosp12/build/soong/cc/
H A Dlinkable.go122 SetStatic()
H A Dlibrary.go2011 static.SetStatic()
2022 modules[0].(LinkableInterface).SetStatic()
H A Dcc.go951 func (c *Module) SetStatic() { func
/aosp12/art/runtime/jni/
H A Djni_internal_test.cc1911 env_->SetStatic ## type ## Field(c, fid, value1); \
1913 env_->SetStatic ## type ## Field(c, fid, value2); \
1920 env_->SetStatic ## type ## Field(nullptr, fid, value1); \
1925 env_->SetStatic ## type ## Field(c, nullptr, value1); \
1931 env_->SetStatic ## type ## Field(nullptr, fid, value1); \
1935 env_->SetStatic ## type ## Field(c, nullptr, value1); \
H A Dcheck_jni.cc2298 static void SetStatic##name##Field(JNIEnv* env, jclass c, jfieldID fid, jtype v) { \
/aosp12/build/soong/rust/
H A Drust.go565 func (mod *Module) SetStatic() { func