Lines Matching full:none
37 OPTIONS.device_specific = None
76 targetname on success or None on failure (if sourcedir does not
82 if img is None:
83 return None
92 data, or None if sourcedir does not appear to contains files for
97 return None
149 def UnzipTemp(filename, pattern=None):
155 if pattern is not None:
168 will be None if the key has no password."""
192 key_passwords.update(dict.fromkeys(no_passwords, None))
196 def SignFile(input_name, output_name, key, password, align=None,
199 given key and password (the latter may be None if the key does not
211 align = None
227 if password is not None:
245 limit = OPTIONS.max_image_size.get(target, None)
246 if limit is None: return
311 extra_option_handler=None):
344 if extra_option_handler is None or not extra_option_handler(o, a):
363 self.editor = os.getenv("EDITOR", None)
364 self.pwfile = os.getenv("ANDROID_PW_FILE", None)
425 first_line = None
430 if not v and first_line is None:
442 if self.pwfile is None: return result
470 module = None
479 if self.module is None:
493 print "unable to load device-specific module; assuming none"
500 'default' kwarg (which itself defaults to None)."""
501 if self.module is None or not hasattr(self.module, function_name):
502 return kwargs.get("default", None)