HomeSort by relevance Sort by last modified time
    Searched refs:transient (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /external/proguard/examples/dictionaries/
keywords.txt 55 transient
  /prebuilts/tools/common/proguard/proguard4.7/examples/dictionaries/
keywords.txt 55 transient
  /external/python/cpython2/Lib/idlelib/idle_test/
test_textview.py 13 transient = Func() variable in class:TV
31 TV.transient.__init__()
37 self.assertTrue(TV.transient.called)
44 self.assertFalse(TV.transient.called)
  /system/nvram/core/
nvram_manager.cpp 311 response->read_locked = space_record.transient->read_locked;
318 response->write_locked = space_record.transient->write_locked;
366 // Failed to delete, re-add the transient state to |spaces_|.
491 space_record.transient->write_locked = true;
520 space_record.transient->read_locked = true;
604 transient->index);
608 if (transient->write_locked) {
610 transient->index);
620 transient->index);
631 if (transient->read_locked)
    [all...]
  /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
  /art/test/121-modifiers/smali/
NonInf.smali 35 .field transient transientField:I
  /external/python/cpython2/Lib/idlelib/
configSectionNameDialog.py 20 self.transient(parent)
textView.py 43 self.transient(parent)
  /external/python/cpython2/Lib/lib-tk/
SimpleDialog.py 40 widget.transient(master)
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
configSectionNameDialog.py 18 self.transient(parent)
textView.py 37 self.transient(parent)
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
SimpleDialog.py 40 widget.transient(master)
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
configSectionNameDialog.py 18 self.transient(parent)
textView.py 37 self.transient(parent)
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
SimpleDialog.py 40 widget.transient(master)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configSectionNameDialog.py 18 self.transient(parent)
textView.py 37 self.transient(parent)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
SimpleDialog.py 40 widget.transient(master)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configSectionNameDialog.py 18 self.transient(parent)
textView.py 37 self.transient(parent)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
SimpleDialog.py 40 widget.transient(master)
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryRequirementsTests.cpp 640 , transient (transient_)
650 bool transient; member in struct:vkt::memory::__anon16606::ImageTestParams
734 bool transient; member in struct:vkt::memory::__anon16606::__anon16608
739 { (VkImageCreateFlags)0, true, "transient" },
755 params.transient = imageFlagsCases[flagsNdx].transient;
840 "Memory type includes VK_MEMORY_PROPERTY_LAZILY_ALLOCATED_BIT for a non-transient attachment image");
1772 bool transient; member in struct:vkt::memory::__anon16606::__anon16609
1797 const bool transient = imageFlagsCases[flagsNdx].transient; local
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/pprof/
mprof_test.go 46 // Allocate transient memory using reflect.Call.
  /prebuilts/go/linux-x86/src/runtime/pprof/
mprof_test.go 46 // Allocate transient memory using reflect.Call.
  /external/webrtc/
Android.mk 125 include $(webrtc_path)/webrtc/modules/audio_processing/transient/Android.mk

Completed in 376 milliseconds

1 2 3 4