Home
last modified time | relevance | path

Searched defs:gHead (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/skia/tools/fiddle/
H A Dexamples.cpp23 template sk_tools::Registry<fiddle::Example>* sk_tools::Registry<fiddle::Example>::gHead; member in sk_tools::Registry<fiddle::Example>
/aosp_15_r20/external/skia/tools/
H A DRegistry.h55 static Registry* gHead; variable
/aosp_15_r20/external/skia/tools/flags/
H A DCommandLineFlags.cpp140 SkFlagInfo* CommandLineFlags::gHead; member in CommandLineFlags
/aosp_15_r20/frameworks/base/libs/androidfw/
H A DAsset.cpp53 static Asset* gHead = NULL; variable
/aosp_15_r20/external/robolectric/resources/src/main/java/org/robolectric/res/android/
H A DAsset.java264 static Asset gHead = null; field in Asset