Home
last modified time | relevance | path

Searched refs:Globals (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/docs/html/ndk/reference/
Dglobals_enum.jd1 page.title=Globals
Dglobals_vars.jd1 page.title=Globals
Dglobals_eval_w.jd1 page.title=Globals
Dglobals_defs.jd1 page.title=Globals
Dglobals_w.jd1 page.title=Globals
Dglobals_type.jd1 page.title=Globals
Dglobals_func.jd1 page.title=Globals
Dglobals_eval.jd1 page.title=Globals
Dglobals.jd1 page.title=Globals
/frameworks/compile/slang/
DREADME.rst303 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/
DWallpaperManager.java267 static class Globals extends IWallpaperManagerCallback.Stub { class in WallpaperManager
273 Globals(Looper looper) { in Globals() method in WallpaperManager.Globals
381 private static Globals sGlobals;
386 sGlobals = new Globals(looper); in initGlobals()
/frameworks/native/vulkan/api/templates/
Dvulkan_common.tmpl192 Parses const variables as text Globals.
/frameworks/base/docs/html/guide/topics/renderscript/
Dcompute.jd301 <li><strong>Set any necessary script globals.</strong> Globals may be set using methods in the same
/frameworks/base/
Dcompiled-classes-phone525 android.app.WallpaperManager$Globals