Searched refs:Globals (Results 1 – 5 of 5) sorted by relevance
/frameworks/rs/rsov/compiler/ |
D | GlobalMergePass.cpp | 51 SmallVector<GlobalVariable *, 8> Globals; in runOnModule() local 52 if (!collectGlobals(M, Globals)) { in runOnModule() 57 Tys.reserve(Globals.size()); in runOnModule() 62 for (GlobalVariable *GV : Globals) { in runOnModule() 92 CreateInitFunction(LLVMCtxt, M, MergedGV, MergedTy, BufferSize, Globals); in runOnModule() 116 for (size_t i = 0, e = Globals.size(); i != e; ++i) { in runOnModule() 117 GlobalVariable *G = Globals[i]; in runOnModule() 175 const SmallVectorImpl<GlobalVariable *> &Globals) { in CreateInitFunction() argument 177 Initializers.reserve(Globals.size()); in CreateInitFunction() 178 for (size_t i = 0, e = Globals.size(); i != e; ++i) { in CreateInitFunction() [all …]
|
/frameworks/compile/slang/ |
D | README.rst | 303 Globals within a script are considered local to the script. They 308 accessors. Globals are persistent across invocations of a script and 311 Globals of two types may be reflected into the Java class. The first 314 Java. Globals of single pointer types behave differently. These may
|
/frameworks/base/core/java/android/app/ |
D | WallpaperManager.java | 279 private static class Globals extends IWallpaperManagerCallback.Stub { class in WallpaperManager 289 Globals(IWallpaperManager service, Looper looper) { in Globals() method in WallpaperManager.Globals 501 private static Globals sGlobals; 506 sGlobals = new Globals(service, looper); in initGlobals()
|
/frameworks/native/vulkan/api/templates/ |
D | vulkan_common.tmpl | 192 Parses const variables as text Globals.
|
/frameworks/base/config/ |
D | preloaded-classes | 489 android.app.WallpaperManager$Globals
|