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

1 2

  /external/clang/tools/scan-build/
set-xcode-analyzer 35 except IOError, why:
36 print " (-) Cannot update file:", why, "\n"
37 except OSError, why:
38 print " (-) Cannot update file:", why, "\n"
  /external/mksh/src/
check.pl 557 $why = '';
561 $why .= "\ttest timed out (limit of $test{'time-limit'} seconds)\n";
577 $why .=
586 $why .= $tmp;
594 $why .= $tmp;
601 $why .= $tmp;
625 $why = "\tDescription"
627 . $why;
635 print $why if $verbose;
716 local($why) = ''
    [all...]
  /external/kernel-headers/original/linux/
jbd.h 280 #define J_EXPECT(expr, why...) J_ASSERT(expr)
281 #define J_EXPECT_BH(bh, expr, why...) J_ASSERT_BH(bh, expr)
282 #define J_EXPECT_JH(jh, expr, why...) J_ASSERT_JH(jh, expr)
284 #define __journal_expect(expr, why...) \
290 printk(KERN_ERR why "\n"); \
294 #define J_EXPECT(expr, why...) __journal_expect(expr, ## why)
295 #define J_EXPECT_BH(bh, expr, why...) __journal_expect(expr, ## why)
296 #define J_EXPECT_JH(jh, expr, why...) __journal_expect(expr, ## why
    [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-spec-builders.h 174 ::std::ostream* what, ::std::ostream* why) = 0;
    [all...]
  /external/zlib/examples/
fitblk.c 62 local void quit(char *why)
64 fprintf(stderr, "fitblk abort: %s\n", why);
  /system/core/cpio/
mkbootfs.c 25 void die(const char *why, ...)
29 va_start(ap, why);
31 vfprintf(stderr, why, ap);
  /dalvik/vm/
Thread.cpp 415 static const char* getSuspendCauseStr(SuspendCause why)
417 switch (why) {
443 static void lockThreadSuspend(const char* who, SuspendCause why)
477 self->threadId, who, getSuspendCauseStr(why));
489 self->threadId, who, getSuspendCauseStr(why));
    [all...]
Thread.h 367 void dvmSuspendAllThreads(SuspendCause why);
368 void dvmResumeAllThreads(SuspendCause why);
  /external/netperf/
netcpu_kstat10.c 100 print_unexpected_statistic_warning(char *who, char *what, char *why)
102 if (why) {
108 why,
  /external/chromium/testing/gmock/src/
gmock-spec-builders.cc 379 ::std::stringstream why; member in namespace:testing::internal
388 &ss, &why);
418 ss << "\n" << why.str();
  /external/strace/
proc.c 230 tprintf(", why=");
231 printxval(proc_status_why, status.why, "S_???");
  /hardware/msm7k/librpc/
rpc.c 92 if (!XDR_SEND_ENUM(xdr, &rejreply->u.why))
  /ndk/sources/host-tools/sed-4.2.1/sed/
sed.h 191 void bad_prog P_((const char *why));
compile.c 207 bad_prog(why)
208 const char *why;
212 myname, cur_input.name, CAST(unsigned long)cur_input.line, why);
218 why);
    [all...]
  /external/e2fsprogs/lib/ext2fs/
tdbtool.c 182 static void terror(const char *why)
184 printf("%s\n", why);
  /external/v8/tools/
consarray.js 34 * That's why we avoid copying memory and insead build a linked list
  /external/webkit/LayoutTests/fast/url/script-tests/
file-http-base.js 32 // seem to be a strong argument for why allowing it here would be bad, so
file.js 32 // seem to be a strong argument for why allowing it here would be bad, so
  /external/webkit/Source/WebCore/dom/
ScriptExecutionContext.cpp 240 void ScriptExecutionContext::suspendActiveDOMObjects(ActiveDOMObject::ReasonForSuspension why)
247 iter->first->suspend(why);
  /external/valgrind/main/coregrind/m_syswrap/
priv_syswrap-aix5.h 61 void ML_(aix5_set_threadstate_for_emergency_exit)(ThreadId tid, HChar* why);
  /frameworks/base/core/java/android/view/
WindowManagerPolicy.java     [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
KeyguardViewMediator.java 344 * @param why either {@link WindowManagerPolicy#OFF_BECAUSE_OF_USER},
348 public void onScreenTurnedOff(int why) {
351 if (DEBUG) Log.d(TAG, "onScreenTurnedOff(" + why + ")");
363 } else if (why == WindowManagerPolicy.OFF_BECAUSE_OF_TIMEOUT) {
408 } else if (why == WindowManagerPolicy.OFF_BECAUSE_OF_PROX_SENSOR) {
    [all...]
  /hardware/msm7k/librpc/rpc/
types.h 300 auth_stat why; /* why authentication did not work */ member in union:rpc_denied_reply::__anon16300
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf.c 2112 Int why = 0; local
    [all...]
  /build/core/tasks/
cts.mk 85 # Why does this depend on javalib.jar instead of classes.jar? Because
131 # Please see big comment above on why this line depends on javalib.jar instead of classes.jar
152 # Please see big comment above on why this line depends on javalib.jar instead of classes.jar

Completed in 920 milliseconds

1 2