HomeSort by relevance Sort by last modified time
    Searched defs:transient (Results 1 - 6 of 6) sorted by null

  /system/nvram/core/include/nvram/core/
nvram_manager.h 28 // including the transient state that is held per boot. It provides operations
87 // Holds transient state corresponding to an allocated NVRAM space, i.e. meta
97 // an index and pointer to the transient information held in the
116 SpaceListEntry* transient = nullptr; member in struct:nvram::NvramManager::SpaceRecord
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryRequirementsTests.cpp 491 "Memory type includes VK_MEMORY_PROPERTY_LAZILY_ALLOCATED_BIT for a non-transient attachment image");
538 bool transient; member in struct:vkt::memory::__anon16477::ImageParams
581 const VkImageUsageFlags actualUsageFlags = loopUsageFlags | (params.transient ? VK_IMAGE_USAGE_TRANSIENT_ATTACHMENT_BIT : (VkImageUsageFlagBits)0);
614 // For the same tiling, transient usage, and sparse flags, (and format, if D/S) memoryTypeBits must be the same for all images
662 bool transient; member in struct:vkt::memory::__anon16477::__anon16479
667 { (VkImageCreateFlags)0, true, "transient" },
683 params.transient = imageFlagsCases[flagsNdx].transient;
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkinter.py 1713 transient = wm_transient variable in class:Wm
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tkinter.py 1713 transient = wm_transient variable in class:Wm
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 1713 transient = wm_transient variable in class:Wm
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 1713 transient = wm_transient variable in class:Wm
    [all...]

Completed in 1156 milliseconds