Searched refs:SetStatic (Results 1 – 6 of 6) sorted by relevance
/aosp12/build/soong/cc/ |
H A D | linkable.go | 122 SetStatic()
|
H A D | library.go | 2011 static.SetStatic() 2022 modules[0].(LinkableInterface).SetStatic()
|
H A D | cc.go | 951 func (c *Module) SetStatic() { func
|
/aosp12/art/runtime/jni/ |
H A D | jni_internal_test.cc | 1911 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 D | check_jni.cc | 2298 static void SetStatic##name##Field(JNIEnv* env, jclass c, jfieldID fid, jtype v) { \
|
/aosp12/build/soong/rust/ |
H A D | rust.go | 565 func (mod *Module) SetStatic() { func
|