Searched defs:stage (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/WallpaperBackup/src/com/android/wallpaperbackup/
H A DWallpaperBackupAgent.java64 // Names of our local-data stage files/links
65 static final String IMAGE_STAGE = "wallpaper-stage";
66 static final String LOCK_IMAGE_STAGE = "wallpaper-lock-stage";
67 static final String INFO_STAGE = "wallpaper-info-stage";
107 // To avoid data duplication and disk churn, use links as the stage.
202 // We use the default onRestoreFile() implementation that will recreate our stage files,
261 private void restoreFromStage(File stage, File info, String hintTag, int which) argument
263 if (stage.exists()) {
272 try (FileInputStream in = new FileInputStream(stage)) {
/frameworks/native/vulkan/include/vulkan/
H A Dvulkan.h1694 VkShaderStageFlagBits stage; member in struct:VkPipelineShaderStageCreateInfo
1881 VkPipelineShaderStageCreateInfo stage; member in struct:VkComputePipelineCreateInfo
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jar ... .SAXException char[] buff int offset int length public void stage (char[], int, int) throws org.xml.sax. ...

Completed in 286 milliseconds