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

1 2 3 4

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CommandException.java 26 public class CommandException extends RuntimeException {
121 public CommandException(Error e) {
126 public CommandException(Error e, String errString) {
131 public static CommandException
136 return new CommandException(Error.INVALID_RESPONSE);
138 return new CommandException(Error.RADIO_NOT_AVAILABLE);
140 return new CommandException(Error.GENERIC_FAILURE);
142 return new CommandException(Error.PASSWORD_INCORRECT);
144 return new CommandException(Error.SIM_PIN2);
146 return new CommandException(Error.SIM_PUK2)
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
resumable_streaming_upload.py 19 from gslib.exception import CommandException
46 raise CommandException('Resumable streaming upload created with buffer '
170 CommandException if an unsupported seek mode or position is used.
174 raise CommandException('Unable to resume upload because of limited '
183 raise CommandException('Invalid SEEK_END offset %s on streaming '
192 raise CommandException('Invalid seek mode on streaming upload. '
cat_helper.py 21 from gslib.exception import CommandException
51 CommandException if no URLs can be found.
80 raise CommandException('No URLs matched %s' % url_str)
help_provider.py 20 from gslib.exception import CommandException
79 raise CommandException(
__init__.py 111 raise gslib.exception.CommandException(
118 raise gslib.exception.CommandException(
hashing_helper.py 25 from gslib.exception import CommandException
308 CommandException if hash algorithms satisfying the boto config file
327 raise CommandException(_SLOW_CRC_EXCEPTION_TEXT)
334 raise CommandException(
370 raise CommandException('HashingFileUploadWrapper used with no digesters.')
372 raise CommandException('HashingFileUploadWrapper used with no hash_algs.')
398 CommandException if the position of the wrapped stream is unknown.
401 raise CommandException('Read called on hashing file pointer in an '
480 raise CommandException(
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
compose.py 23 from gslib.exception import CommandException
106 raise CommandException(
117 raise CommandException('A version-specific URL (%s) cannot be '
137 raise CommandException(
151 raise CommandException('"compose" called with too many component '
155 raise CommandException('"compose" requires at least 2 component objects.')
defacl.py 29 from gslib.exception import CommandException
201 raise CommandException('URL must name a bucket for the %s command' %
211 raise CommandException('URL must name a bucket for the %s command' %
235 raise CommandException(
241 raise CommandException(
249 raise CommandException(
290 raise CommandException('Received bad request from server: %s' % str(e))
293 raise CommandException('Failed to set acl for %s. Please ensure you have '
311 raise CommandException(('Invalid subcommand "%s" for the %s command.\n'
rb.py 23 from gslib.exception import CommandException
99 raise CommandException('"rb" command requires a provider or '
129 raise CommandException('Bucket is not empty. Note: this is a '
141 raise CommandException('No URLs matched')
rm.py 28 from gslib.exception import CommandException
157 if (isinstance(e, CommandException.__class__) and
219 raise CommandException('No arguments allowed with the -I flag.')
223 raise CommandException('The rm command (without -I) expects at '
268 except CommandException as e:
288 raise CommandException('Encountered non-existent bucket during listing')
291 raise CommandException('Some files could not be removed.')
316 except CommandException as e:
335 raise CommandException('%d file%s/object%s could not be removed.' % (
logging.py 26 from gslib.exception import CommandException
174 raise CommandException('"logging set on" command spanning providers not '
185 raise CommandException('"logging set on" requires \'-b <log_bucket>\' '
188 raise CommandException('-b option must specify a bucket URL.')
206 raise CommandException('No URLs matched')
225 raise CommandException('No URLs matched')
243 raise CommandException((
248 raise CommandException(('Invalid subcommand "%s" for the %s command.\n'
mv.py 23 from gslib.exception import CommandException
133 raise CommandException('You cannot move a source bucket using the mv '
notification.py 27 from gslib.exception import CommandException
195 raise CommandException('The application URL must be an https:// URL.')
199 raise CommandException(
203 raise CommandException('URL must name a bucket for the %s command.' %
256 raise CommandException('Invalid subcommand "%s" for the %s command.' %
versioning.py 22 from gslib.exception import CommandException
114 raise CommandException('Argument to "%s set" must be either [on|off]'
139 raise CommandException('No URLs matched')
158 raise CommandException('No URLs matched')
168 raise CommandException((
signurl.py 38 from gslib.exception import CommandException
143 raise CommandException('Unable to parse duration string')
247 raise CommandException('HTTP method must be one of [GET|HEAD|PUT|DELETE]')
267 raise CommandException('Unexpected response code while querying'
284 raise CommandException(
299 raise CommandException('Can only create signed urls from gs:// urls')
332 raise CommandException(msg)
acl.py 29 from gslib.exception import CommandException
345 raise CommandException('ACLs for some objects could not be set.')
359 raise CommandException(
378 raise CommandException(
384 raise CommandException(
392 raise CommandException('ACLs for some objects could not be set.')
396 raise CommandException('Failed to set acl for %s. Please ensure you have '
452 raise CommandException('Received bad request from server: %s' % str(e))
470 raise CommandException(('Invalid subcommand "%s" for the %s command.\n'
mb.py 25 from gslib.exception import CommandException
184 raise CommandException('The mb command requires a URI that specifies a '
199 raise CommandException('\n'.join(textwrap.wrap(
cors.py 24 from gslib.exception import CommandException
143 raise CommandException('"%s" command spanning providers not allowed.' %
173 raise CommandException('No URLs matched')
200 raise CommandException(('Invalid subcommand "%s" for the %s command.\n'
lifecycle.py 24 from gslib.exception import CommandException
136 raise CommandException('"%s" command spanning providers not allowed.' %
162 raise CommandException('No URLs matched')
190 raise CommandException('Invalid subcommand "%s" for the %s command.' %
cp.py 35 from gslib.exception import CommandException
474 "CommandException: Inadequate temp space available to compress <your file>"
    [all...]
cat.py 26 from gslib.exception import CommandException
131 raise CommandException('Invalid range (%s)' % request_range)
setmeta.py 25 from gslib.exception import CommandException
159 raise CommandException(
173 raise CommandException('URL (%s) must name an object' % self.args[0])
197 raise CommandException('Metadata for some objects could not be set.')
273 raise CommandException(
310 raise CommandException('Each header must appear at most once.')
323 raise CommandException(
334 raise CommandException(message)
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_creds_config.py 18 from gslib.exception import CommandException
42 except CommandException, e:
test_hash.py 19 from gslib.exception import CommandException
42 self.fail('Did not get expected CommandException')
43 except CommandException, e:
50 self.fail('Did not get expected CommandException')
51 except CommandException, e:
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedCommands.java 37 import com.android.internal.telephony.CommandException;
171 CommandException ex = new CommandException(
172 CommandException.Error.PASSWORD_INCORRECT);
198 CommandException ex = new CommandException(
199 CommandException.Error.PASSWORD_INCORRECT);
209 CommandException ex = new CommandException(
210 CommandException.Error.PASSWORD_INCORRECT)
    [all...]

Completed in 183 milliseconds

1 2 3 4