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

1 2 3 4 5

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
terminalcommand.py 41 except AE.Error, why:
42 if why[0] != -600: # Terminal.app not yet running
  /external/clang/tools/scan-build/
set-xcode-analyzer 56 except IOError, why:
57 print " (-) Cannot update file:", why, "\n"
58 except OSError, why:
59 print " (-) Cannot update file:", why, "\n"
  /external/mksh/src/
check.pl 607 $why = '';
611 $why .= "\ttest timed out (limit of $test{'time-limit'} seconds)\n";
627 $why .=
636 $why .= $tmp;
644 $why .= $tmp;
651 $why .= $tmp;
680 $why = "\tDescription"
682 . $why;
690 print $why if $verbose;
772 local($why) = ''
    [all...]
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
set-xcode-analyzer 56 except IOError, why:
57 print " (-) Cannot update file:", why, "\n"
58 except OSError, why:
59 print " (-) Cannot update file:", why, "\n"
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
set-xcode-analyzer 56 except IOError, why:
57 print " (-) Cannot update file:", why, "\n"
58 except OSError, why:
59 print " (-) Cannot update file:", why, "\n"
  /external/pdfium/fpdfsdk/
Android.mk 17 # TODO: figure out why turning on exceptions requires manually linking libdl
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardUpdateMonitorCallback.java 162 * @param why either {@link WindowManagerPolicy#OFF_BECAUSE_OF_ADMIN},
166 public void onScreenTurnedOff(int why) { }
  /frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DozeLog.java 136 public static void traceScreenOff(int why) {
138 log("screenOff why=" + why);
246 public void onScreenTurnedOff(int why) {
247 traceScreenOff(why);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
asyncore.py 364 except socket.error as why:
365 if why.args[0] in (EWOULDBLOCK, ECONNABORTED, EAGAIN):
376 except socket.error, why:
377 if why.args[0] == EWOULDBLOCK:
379 elif why.args[0] in _DISCONNECTED:
395 except socket.error, why:
397 if why.args[0] in _DISCONNECTED:
410 except socket.error, why:
411 if why.args[0] not in (ENOTCONN, EBADF):
trace.py 570 def globaltrace_trackcallers(self, frame, why, arg):
575 if why == 'call':
581 def globaltrace_countfuncs(self, frame, why, arg):
586 if why == 'call':
590 def globaltrace_lt(self, frame, why, arg):
596 if why == 'call':
613 def localtrace_trace_and_count(self, frame, why, arg):
614 if why == "line":
628 def localtrace_trace(self, frame, why, arg):
629 if why == "line"
    [all...]
shutil.py 104 except OSError, why:
106 if hasattr(errno, err) and why.errno == getattr(errno, err):
197 except EnvironmentError, why:
198 errors.append((srcname, dstname, str(why)))
201 except OSError, why:
202 if WindowsError is not None and isinstance(why, WindowsError):
206 errors.append((src, dst, str(why)))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
asyncore.py 364 except socket.error as why:
365 if why.args[0] in (EWOULDBLOCK, ECONNABORTED, EAGAIN):
376 except socket.error, why:
377 if why.args[0] == EWOULDBLOCK:
379 elif why.args[0] in _DISCONNECTED:
395 except socket.error, why:
397 if why.args[0] in _DISCONNECTED:
410 except socket.error, why:
411 if why.args[0] not in (ENOTCONN, EBADF):
trace.py 570 def globaltrace_trackcallers(self, frame, why, arg):
575 if why == 'call':
581 def globaltrace_countfuncs(self, frame, why, arg):
586 if why == 'call':
590 def globaltrace_lt(self, frame, why, arg):
596 if why == 'call':
613 def localtrace_trace_and_count(self, frame, why, arg):
614 if why == "line":
628 def localtrace_trace(self, frame, why, arg):
629 if why == "line"
    [all...]
shutil.py 104 except OSError, why:
106 if hasattr(errno, err) and why.errno == getattr(errno, err):
197 except EnvironmentError, why:
198 errors.append((srcname, dstname, str(why)))
201 except OSError, why:
202 if WindowsError is not None and isinstance(why, WindowsError):
206 errors.append((src, dst, str(why)))
  /art/runtime/
monitor.cc 431 bool interruptShouldThrow, ThreadState why) {
433 DCHECK(why == kTimedWaiting || why == kWaiting || why == kSleeping);
446 if (why == kTimedWaiting && (ms == 0 && ns == 0)) {
447 why = kWaiting;
484 self->TransitionFromRunnableToSuspended(why);
506 if (why == kWaiting) {
509 DCHECK(why == kTimedWaiting || why == kSleeping) << why
    [all...]
monitor.h 79 bool interruptShouldThrow, ThreadState why)
181 void Wait(Thread* self, int64_t msec, int32_t nsec, bool interruptShouldThrow, ThreadState why)
  /development/samples/ControllerSample/src/com/example/inputmanagercompat/
InputManagerV9.java 132 private void notifyListeners(int why, int deviceId) {
139 DeviceEvent odc = DeviceEvent.getDeviceEvent(why, deviceId, listener);
  /external/chromium_org/chrome/common/extensions/docs/examples/api/storage/stylizr/
popup.js 7 // See note in options.js for rationale on why not to use "sync".
  /external/zlib/src/examples/
fitblk.c 62 local void quit(char *why)
64 fprintf(stderr, "fitblk abort: %s\n", why);
  /frameworks/base/services/core/java/com/android/server/power/
Notifier.java 325 int why = WindowManagerPolicy.OFF_BECAUSE_OF_USER;
328 why = WindowManagerPolicy.OFF_BECAUSE_OF_ADMIN;
331 why = WindowManagerPolicy.OFF_BECAUSE_OF_TIMEOUT;
334 EventLog.writeEvent(EventLogTags.POWER_SCREEN_STATE, 0, why, 0, 0);
335 mPolicy.goingToSleep(why);
  /external/netperf/
netcpu_kstat10.c 100 print_unexpected_statistic_warning(char *who, char *what, char *why)
102 if (why) {
108 why,
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardServiceDelegate.java 230 public void onScreenTurnedOff(int why) {
232 mKeyguardService.onScreenTurnedOff(why);
234 mKeyguardState.offReason = why;
  /system/core/cpio/
mkbootfs.c 26 void die(const char *why, ...)
30 va_start(ap, why);
32 vfprintf(stderr, why, ap);
  /external/chromium_org/remoting/webapp/
third_party_host_permissions.js 13 * been granted that permission, it shows a dialog explaining why it is being
52 // In any case, we can use this dialog to explain to the user why we are
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_file_eintr.py 47 def fail_with_process_info(self, why, stdout=b'', stderr=b'',
55 why: Text to go after "Error from IO process" in the message.
72 (why, stdout.decode(), stderr.decode()))

Completed in 1064 milliseconds

1 2 3 4 5