/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/ |
terminalcommand.py | 41 except AE.Error, why: 42 if why[0] != -600: # Terminal.app not yet running
|
/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/bin/ |
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/clang/darwin-x86/host/3.6/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/clang/host/darwin-x86/3.8/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/clang/host/darwin-x86/clang-2629532/tools/scan-build/bin/ |
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/clang/host/darwin-x86/clang-2658975/tools/scan-build/bin/ |
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/clang/host/darwin-x86/clang-2690385/tools/scan-build/bin/ |
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/clang/host/linux-x86/3.8/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/clang/host/linux-x86/clang-2629532/tools/scan-build/bin/ |
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/clang/host/linux-x86/clang-2658975/tools/scan-build/bin/ |
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/clang/host/linux-x86/clang-2690385/tools/scan-build/bin/ |
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/clang/linux-x86/host/3.6/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 | 610 $why = ''; 614 $why .= "\ttest timed out (limit of $test{'time-limit'} seconds)\n"; 630 $why .= 639 $why .= $tmp; 647 $why .= $tmp; 654 $why .= $tmp; 683 $why = "\tDescription" 685 . $why; 693 print $why if $verbose; 775 local($why) = '' [all...] |
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
KeyguardUpdateMonitorCallback.java | 162 * @param why see {@link #onFinishedGoingToSleep(int)} 164 public void onStartedGoingToSleep(int why) { } 168 * @param why either {@link WindowManagerPolicy#OFF_BECAUSE_OF_ADMIN}, 172 public void onFinishedGoingToSleep(int why) { }
|
/external/vboot_reference/tests/ |
vb2_secdata_tests.c | 21 static void test_changed(struct vb2_context *ctx, int changed, const char *why) 24 TEST_NEQ(ctx->flags & VB2_CONTEXT_SECDATA_CHANGED, 0, why); 26 TEST_EQ(ctx->flags & VB2_CONTEXT_SECDATA_CHANGED, 0, why);
|
/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"
|
/toolchain/binutils/binutils-2.25/gold/ |
mapfile.h | 66 const Symbol* sym, const char* why);
|
/libcore/ojluni/src/main/java/sun/security/x509/ |
CertificateExtensions.java | 356 private Throwable why; field in class:UnparseableExtension 358 public UnparseableExtension(Extension ext, Throwable why) { 372 this.why = why; 377 "Unparseable " + name + "extension due to\n" + why + "\n\n" +
|
/libcore/ojluni/src/main/native/ |
io_util.c | 220 jstring why = NULL; local 224 why = JNU_NewStringPlatform(env, buf); 229 path, why);
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
flags1.d | 11 # (There is no good reason why they have to be).
|
/external/gmock/include/gmock/ |
gmock-spec-builders.h | 178 ::std::ostream* what, ::std::ostream* why) [all...] |
/external/google-breakpad/src/testing/include/gmock/ |
gmock-spec-builders.h | 174 ::std::ostream* what, ::std::ostream* why) [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/ |
DozeLog.java | 143 public static void traceScreenOff(int why) { 145 log("screenOff why=" + why); 256 public void onFinishedGoingToSleep(int why) { 257 traceScreenOff(why);
|