/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph/ |
D | zipio.py | 105 except _zipfile.error: 112 except (_zipfile.error, KeyError): 138 except _zipfile.error: 166 except _zipfile.error: 190 except (_zipfile.error, IOError): 200 except (KeyError, _zipfile.error): 207 except KeyError: 234 except (_zipfile.error, IOError): 243 except _zipfile.error: 250 except KeyError: [all …]
|
/external/ltp/testcases/kernel/power_management/lib/ |
D | pm_sched_mc.py | 33 except OSError, e: 47 except IOError, e: 64 except Exception, details: 76 except Exception: 96 except Exception: 126 except Exception: 144 except Exception: 170 except Exception, details: 183 except IOError, e: 200 except Exception, details: [all …]
|
/external/selinux/python/sepolicy/sepolicy/ |
D | __init__.py | 27 except: 31 except ImportError: 124 except: 152 except: 159 except ValueError as e: 260 except AttributeError: 268 except setools.policyrep.exception.RuleUseError: 273 except setools.policyrep.exception.RuleUseError: 278 except (AttributeError, setools.policyrep.exception.RuleNotConditional): 283 except (AttributeError, [all …]
|
/external/autotest/tko/parsers/test/ |
D | unittest_hotfix.py | 53 except AttributeError: 62 except KeyboardInterrupt: 64 except: 72 except self.failureException: 74 except SkipException: 76 except KeyboardInterrupt: 78 except: 83 except KeyboardInterrupt: 85 except:
|
/external/libmojo/third_party/catapult/devil/devil/android/tools/ |
D | device_recovery.py | 35 except (psutil.NoSuchProcess, psutil.AccessDenied): 44 except (psutil.NoSuchProcess, psutil.AccessDenied): 50 except (psutil.NoSuchProcess, psutil.AccessDenied): 63 except (device_errors.CommandTimeoutError, 70 except device_errors.CommandTimeoutError: 78 except device_errors.CommandFailedError: 83 except device_errors.CommandTimeoutError: 91 except device_errors.CommandFailedError: 96 except device_errors.CommandTimeoutError: 143 except IOError: [all …]
|
/external/libxml2/doc/ |
D | index.py | 136 except: 167 except: 181 except: 191 except: 218 except: 223 except: 251 except: 259 except: 264 except: 308 except: [all …]
|
/external/chromium-trace/catapult/devil/devil/android/tools/ |
D | device_recovery.py | 38 except (psutil.NoSuchProcess, psutil.AccessDenied): 47 except (psutil.NoSuchProcess, psutil.AccessDenied): 53 except (psutil.NoSuchProcess, psutil.AccessDenied): 66 except (device_errors.CommandTimeoutError, 73 except device_errors.CommandTimeoutError: 86 except device_errors.CommandFailedError: 91 except device_errors.CommandTimeoutError: 100 except device_errors.CommandFailedError: 105 except device_errors.CommandTimeoutError: 158 except IOError: [all …]
|
/external/selinux/gui/ |
D | modulesPage.py | 25 except ImportError: 48 except: 52 except ImportError: 96 except: 113 except: 120 except ValueError as e: 136 except ValueError as e: 154 except ValueError as e: 165 except ValueError as e: 200 except ValueError as e:
|
/external/slf4j/slf4j-api/src/main/java/org/slf4j/ |
D | Logger.java | 150 * Similar to {@link #isTraceEnabled()} method except that the 171 * This method is similar to {@link #trace(String, Object)} method except that the 183 * method except that the marker data is also taken into 196 * method except that the marker data is also taken into 207 * This method is similar to {@link #trace(String, Throwable)} method except that the 283 * Similar to {@link #isDebugEnabled()} method except that the 301 * This method is similar to {@link #debug(String, Object)} method except that the 312 * method except that the marker data is also taken into 324 * method except that the marker data is also taken into 334 * This method is similar to {@link #debug(String, Throwable)} method except that the [all …]
|
/external/autotest/client/common_lib/ |
D | software_manager.py | 21 except: 81 except: 303 except error.CmdError: 407 except: 421 except: 472 except: 520 except: 534 except: 548 except: 561 except: [all …]
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetUtils.py | 11 you may not use this file except in compliance with the License. 162 except: 192 except: 199 except: 206 except: 213 except: 221 except: 229 except: 236 except: 261 except: [all …]
|
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
D | p2p-nfc.py | 56 except OSError, error: 72 except Exception, e: 172 except Exception, e: 184 except Exception, e: 193 except nfc.llcp.ConnectRefused: 197 except Exception, e: 223 except Exception, e: 230 except Exception, e: 276 except nfc.ndef.DecodeError as e: 289 except Exception, e: [all …]
|
D | wps-nfc.py | 49 except OSError, error: 61 except Exception, e: 155 except nfc.ndef.DecodeError as e: 167 except Exception, e: 194 except Exception, e: 220 except Exception, e: 229 except nfc.llcp.ConnectRefused: 233 except Exception, e: 259 except Exception, e: 266 except Exception, e: [all …]
|
/external/libdaemon/libdaemon/ |
D | dfork.c | 597 int daemon_unblock_sigs(int except, ...) { in daemon_unblock_sigs() argument 603 va_start(ap, except); in daemon_unblock_sigs() 605 if (except >= 1) in daemon_unblock_sigs() 614 va_start(ap, except); in daemon_unblock_sigs() 617 if (except >= 1) { in daemon_unblock_sigs() 619 p[i++] = except; in daemon_unblock_sigs() 637 int daemon_unblock_sigsv(const int except[]) { in daemon_unblock_sigsv() argument 644 for (i = 0; except[i] > 0; i++) in daemon_unblock_sigsv() 645 if (sigaddset(&ss, except[i]) < 0) in daemon_unblock_sigsv() 651 int daemon_reset_sigs(int except, ...) { in daemon_reset_sigs() argument [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeSchedule3.td | 32 // pipeline stages except the execute stage, which takes three cycles. The 45 // stages except the execute stage, which takes 34 cycles. The two 59 // except the execute stage, which takes two cycles. The two source operands 102 // except the memory access stage, which takes two cycles. The source 113 // the pipeline stages except the execute stage, which takes six cycles. The 126 // each of the pipeline stages except the execute stage, which takes 30 139 // to execute in each of the pipeline stages except the execute stage, 151 // to execute in each of the pipeline stages except the execute stage, 163 // each of the pipeline stages except the execute stage, which takes 29 175 // in each of the pipeline stages except the execute stage, which takes three [all …]
|
/external/curl/include/curl/ |
D | curlbuild.h.in | 61 #error "CURL_SIZEOF_LONG shall not be defined except in curlbuild.h" 66 #error "CURL_TYPEOF_CURL_SOCKLEN_T shall not be defined except in curlbuild.h" 71 #error "CURL_SIZEOF_CURL_SOCKLEN_T shall not be defined except in curlbuild.h" 76 #error "CURL_TYPEOF_CURL_OFF_T shall not be defined except in curlbuild.h" 81 #error "CURL_FORMAT_CURL_OFF_T shall not be defined except in curlbuild.h" 86 #error "CURL_FORMAT_CURL_OFF_TU shall not be defined except in curlbuild.h" 91 #error "CURL_FORMAT_OFF_T shall not be defined except in curlbuild.h" 96 #error "CURL_SIZEOF_CURL_OFF_T shall not be defined except in curlbuild.h" 101 #error "CURL_SUFFIX_CURL_OFF_T shall not be defined except in curlbuild.h" 106 #error "CURL_SUFFIX_CURL_OFF_TU shall not be defined except in curlbuild.h"
|
D | curlbuild.h | 62 #error "CURL_SIZEOF_LONG shall not be defined except in curlbuild.h" 67 #error "CURL_TYPEOF_CURL_SOCKLEN_T shall not be defined except in curlbuild.h" 72 #error "CURL_SIZEOF_CURL_SOCKLEN_T shall not be defined except in curlbuild.h" 77 #error "CURL_TYPEOF_CURL_OFF_T shall not be defined except in curlbuild.h" 82 #error "CURL_FORMAT_CURL_OFF_T shall not be defined except in curlbuild.h" 87 #error "CURL_FORMAT_CURL_OFF_TU shall not be defined except in curlbuild.h" 92 #error "CURL_FORMAT_OFF_T shall not be defined except in curlbuild.h" 97 #error "CURL_SIZEOF_CURL_OFF_T shall not be defined except in curlbuild.h" 102 #error "CURL_SUFFIX_CURL_OFF_T shall not be defined except in curlbuild.h" 107 #error "CURL_SUFFIX_CURL_OFF_TU shall not be defined except in curlbuild.h"
|
D | curlbuild.h.cmake | 61 #error "CURL_SIZEOF_LONG shall not be defined except in curlbuild.h" 66 #error "CURL_TYPEOF_CURL_SOCKLEN_T shall not be defined except in curlbuild.h" 71 #error "CURL_SIZEOF_CURL_SOCKLEN_T shall not be defined except in curlbuild.h" 76 #error "CURL_TYPEOF_CURL_OFF_T shall not be defined except in curlbuild.h" 81 #error "CURL_FORMAT_CURL_OFF_T shall not be defined except in curlbuild.h" 86 #error "CURL_FORMAT_CURL_OFF_TU shall not be defined except in curlbuild.h" 91 #error "CURL_FORMAT_OFF_T shall not be defined except in curlbuild.h" 96 #error "CURL_SIZEOF_CURL_OFF_T shall not be defined except in curlbuild.h" 101 #error "CURL_SUFFIX_CURL_OFF_T shall not be defined except in curlbuild.h" 106 #error "CURL_SUFFIX_CURL_OFF_TU shall not be defined except in curlbuild.h"
|
/external/libxml2/doc/examples/ |
D | index.py | 10 except: 33 except: 84 except: 104 except: 109 except: 114 except: 122 except: 127 except: 132 except: 141 except: [all …]
|
/external/selinux/sandbox/ |
D | sandbox | 50 except: 54 except ImportError: 104 except shutil.Error as elist: 130 except NameError: 155 except IndexError: 179 except socket.error: 257 except IOError as e: 259 except TypeError as e: 309 except StopIteration: 384 except StopIteration: [all …]
|
/external/chromium-trace/catapult/telemetry/third_party/altgraph/ |
D | setup.py | 30 except ImportError: 36 except ImportError: 106 except (NoOptionError, NoSectionError): 201 except (NoOptionError, NoSectionError): 212 except (NoOptionError, NoSectionError): 223 except (NoOptionError, NoSectionError): 238 except (NoOptionError, NoSectionError): 246 except (NoOptionError, NoSectionError): 258 except KeyError: 284 except ImportError: [all …]
|
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/ |
D | setup.py | 30 except ImportError: 36 except ImportError: 106 except (NoOptionError, NoSectionError): 201 except (NoOptionError, NoSectionError): 212 except (NoOptionError, NoSectionError): 223 except (NoOptionError, NoSectionError): 238 except (NoOptionError, NoSectionError): 246 except (NoOptionError, NoSectionError): 258 except KeyError: 284 except ImportError: [all …]
|
/external/google-breakpad/src/third_party/curl/ |
D | curlbuild.h | 63 # error "CURL_SIZEOF_LONG shall not be defined except in curlbuild.h" 68 # error "CURL_TYPEOF_CURL_SOCKLEN_T shall not be defined except in curlbuild.h" 73 # error "CURL_SIZEOF_CURL_SOCKLEN_T shall not be defined except in curlbuild.h" 78 # error "CURL_TYPEOF_CURL_OFF_T shall not be defined except in curlbuild.h" 83 # error "CURL_FORMAT_CURL_OFF_T shall not be defined except in curlbuild.h" 88 # error "CURL_FORMAT_CURL_OFF_TU shall not be defined except in curlbuild.h" 93 # error "CURL_FORMAT_OFF_T shall not be defined except in curlbuild.h" 98 # error "CURL_SIZEOF_CURL_OFF_T shall not be defined except in curlbuild.h" 103 # error "CURL_SUFFIX_CURL_OFF_T shall not be defined except in curlbuild.h" 108 # error "CURL_SUFFIX_CURL_OFF_TU shall not be defined except in curlbuild.h"
|
/external/guava/guava/src/com/google/common/io/ |
D | LittleEndianDataOutputStream.java | 5 * you may not use this file except in compliance with the License. 80 * except using little-endian byte order. 90 * {@link DataOutputStream#writeChars(String)}, except each character is 103 * {@link DataOutputStream#writeDouble(double)}, except using little-endian 114 * {@link DataOutputStream#writeFloat(float)}, except using little-endian byte 125 * {@link DataOutputStream#writeInt(int)}, except using little-endian byte 139 * {@link DataOutputStream#writeLong(long)}, except using little-endian byte 151 * {@link DataOutputStream#writeShort(int)}, except using little-endian byte
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/forwarders/ |
D | android_forwarder.py | 13 except ImportError: 26 except Exception: 32 except Exception: 42 except Exception: 53 except Exception: 61 except Exception:
|