HomeSort by relevance Sort by last modified time
    Searched defs:InvalidFile (Results 1 - 4 of 4) sorted by null

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
DexUtil.java 54 * @throws InvalidFile If the header appears to be a dex file, but is not valid for some reason
80 * @throws InvalidFile If the header appears to be a dex file, but is not valid for some reason
103 throw new InvalidFile(String.format("Invalid endian tag: 0x%x", endian));
156 public static class InvalidFile extends RuntimeException {
157 public InvalidFile() {
160 public InvalidFile(String message) {
164 public InvalidFile(String message, Throwable cause) {
168 public InvalidFile(Throwable cause) {
  /external/clang/lib/Frontend/
FrontendActions.cpp 687 bool InvalidFile = false;
690 &InvalidFile);
691 if (!InvalidFile) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/
faqwiz.py 22 class InvalidFile(FileError):
348 raise InvalidFile(file)
390 except InvalidFile, exc:
  /external/python/cpython2/Tools/faqwiz/
faqwiz.py 22 class InvalidFile(FileError):
348 raise InvalidFile(file)
390 except InvalidFile, exc:

Completed in 134 milliseconds