/external/vboot_reference/utility/include/ |
bmpblk_utility.h | 37 string image_names[MAX_IMAGE_IN_LAYOUT]; member in struct:vboot_reference::ScreenConfig 47 vector<string> image_names; member in struct:vboot_reference::BmpBlockConfig
|
/external/vboot_reference/utility/ |
bmpblk_utility.cc | 104 printf("%ld image_names\n", config_.image_names.size()); 105 for (unsigned int i = 0; i < config_.image_names.size(); ++i) { 106 printf(" %d: \"%s\"\n", i, config_.image_names[i].c_str()); 127 it->second.image_names[k].c_str(), 234 config_.image_names.push_back(image_name); 273 screen.image_names[index1] = (char*)event.data.scalar.value; 281 if (screen.image_names[index1] == RENDER_HWID) { 286 } else if (screen.image_names[index1] == RENDER_HWID_RTOL) { 389 for (unsigned int i = 0; i < config_.image_names.size(); i++) [all...] |
/device/google/dragon/recovery/updater/ |
debug_ec.c | 1043 static const char * const image_names[] = {"unknown", "RO", "RW"}; local 1073 (r.current_image < ARRAY_SIZE(image_names) ? 1074 image_names[r.current_image] : "?"));
|
/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/ |
Tkinter.py | 1448 def image_names(self): member in class:Misc 3039 def image_names(self): member in class:Text 3367 def image_names(): return _default_root.tk.call('image', 'names') function [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/ |
Tkinter.py | 1448 def image_names(self): member in class:Misc 3039 def image_names(self): member in class:Text 3367 def image_names(): return _default_root.tk.call('image', 'names') function [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
Tkinter.py | 1448 def image_names(self): member in class:Misc 3039 def image_names(self): member in class:Text 3367 def image_names(): return _default_root.tk.call('image', 'names') function [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
Tkinter.py | 1448 def image_names(self): member in class:Misc 3039 def image_names(self): member in class:Text 3367 def image_names(): return _default_root.tk.call('image', 'names') function [all...] |