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

1 2 3 4 5 6 7 8 91011>>

  /libcore/ojluni/src/main/java/java/io/
IOError.java 34 public class IOError extends Error {
36 * Constructs a new instance of IOError with the specified cause. The
37 * IOError is created with the detail message of
45 public IOError(Throwable cause) {
  /external/python/cpython3/Tools/test2to3/test2to3/
hello.py 4 except IOError, e:
  /external/tensorflow/tensorflow/core/platform/posix/
error.h 23 Status IOError(const string& context, int err_number);
posix_file_system.cc 69 s = IOError(filename_, errno);
96 return IOError(filename_, errno);
104 result = IOError(filename_, errno);
112 return IOError(filename_, errno);
120 s = IOError(filename_, errno);
147 s = IOError(fname, errno);
160 s = IOError(fname, errno);
173 s = IOError(fname, errno);
186 s = IOError(fname, errno);
193 s = IOError(fname, errno)
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
IOErrorTest.java 20 import java.io.IOError;
29 * java.io.IOError#IOError(java.lang.Throwable)
33 IOError e = new IOError(null);
36 String errorMsg = "java.io.IOError"; //$NON-NLS-1$
40 e = new IOError(new Throwable(errorMsg));
44 throw new IOError(null);
45 } catch (IOError error) {
58 String errorMsg = "java.io.IOError";
    [all...]
  /external/google-breakpad/src/testing/scripts/generator/cpp/
utils.py 38 except IOError:
  /external/googletest/googlemock/scripts/generator/cpp/
utils.py 38 except IOError:
  /external/v8/testing/gmock/scripts/generator/cpp/
utils.py 38 except IOError:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
whichdb.py 15 _dbmerror = IOError
39 except IOError:
52 except (IOError, _dbmerror):
69 except (OSError, IOError):
75 except IOError:
  /external/python/cpython2/Lib/
whichdb.py 15 _dbmerror = IOError
39 except IOError:
52 except (IOError, _dbmerror):
69 except (OSError, IOError):
75 except IOError:
  /prebuilts/gdb/darwin-x86/lib/python2.7/
whichdb.py 15 _dbmerror = IOError
39 except IOError:
52 except (IOError, _dbmerror):
69 except (OSError, IOError):
75 except IOError:
  /prebuilts/gdb/linux-x86/lib/python2.7/
whichdb.py 15 _dbmerror = IOError
39 except IOError:
52 except (IOError, _dbmerror):
69 except (OSError, IOError):
75 except IOError:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
whichdb.py 15 _dbmerror = IOError
39 except IOError:
52 except (IOError, _dbmerror):
69 except (OSError, IOError):
75 except IOError:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
whichdb.py 15 _dbmerror = IOError
39 except IOError:
52 except (IOError, _dbmerror):
69 except (OSError, IOError):
75 except IOError:
  /external/tensorflow/tensorflow/contrib/boosted_trees/python/ops/
boosted_trees_ops_loader.py 29 except (errors.NotFoundError, IOError):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
from.py 19 except IOError:
  /external/ltp/testcases/realtime/scripts/
parser.py 37 except IOError, errmsg:
  /external/python/cpython2/Demo/scripts/
from.py 19 except IOError:
  /external/tensorflow/tensorflow/contrib/saved_model/python/saved_model/
reader.py 41 IOError: If the file does not exist, or cannot be successfully parsed.
55 raise IOError("SavedModel file does not exist at: %s" % saved_model_dir)
65 raise IOError("Cannot parse file %s: %s." % (path_to_pb, str(e)))
72 raise IOError("Cannot parse file %s: %s." % (path_to_pbtxt, str(e)))
74 raise IOError("SavedModel file does not exist at: %s/{%s|%s}" %
  /external/tensorflow/tensorflow/python/platform/
resource_loader_test.py 27 with self.assertRaises(IOError):
  /test/vts/utils/python/file/
target_file_utils.py 80 IOError if the pattern contains quotes, or the path does not exist.
83 raise IOError("File name pattern contains quotes")
91 raise IOError(results[const.STDERR][0])
109 IOError if the file does not exist.
117 raise IOError(results[const.STDERR][0])
133 IOError if the path does not exist or has invalid permission bits.
141 raise IOError(results[const.STDERR][0])
145 raise IOError("%s: Wrong number of access bits (%s)" % (path,
313 except (ValueError, IOError) as e:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/comparisons/
regextest.py 31 except IOError, msg:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
fixps.py 14 except IOError, msg:
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
FileProfile.py 55 except IOError:
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
FileProfile.py 58 except IOError:

Completed in 1158 milliseconds

1 2 3 4 5 6 7 8 91011>>