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

12 3 4 5

  /prebuilts/python/linux-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()))
test_MimeWriter.py 45 ''' # Don't ask why this comment is here
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
debug.rb 154 =begin This actually differs with reset in CommonTreeNodeStream -- why is this one blank?
  /external/chromium_org/chrome/common/extensions/docs/server2/
cron_servlet.py 62 # even that isn't enough, which is why in this file we use _log and
refresh_servlet.py 59 # even that isn't enough, which is why in this file we use the
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
win64-dataref.asm 48 ; the same section. I don't know why, as the call instruction
56 ; the same section. I don't know why, as the call instruction
  /ndk/sources/host-tools/sed-4.2.1/sed/
sed.h 191 void bad_prog P_((const char *why));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_MimeWriter.py 45 ''' # Don't ask why this comment is here
test_parser.py 21 except parser.ParserError, why:
22 self.fail("could not roundtrip %r: %s" % (s, why))
  /external/chromium_org/chrome/test/chromedriver/js/
focus.js 21 // keys to work. Not sure why
  /external/chromium_org/third_party/skia/third_party/lua/src/
lundump.c 30 static l_noret error(LoadState* S, const char* why)
32 luaO_pushfstring(S->L,"%s: %s precompiled chunk",S->name,why);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
filecmp.py 150 except os.error, why:
151 # print 'Can\'t stat', a_path, ':', why[1]
155 except os.error, why:
156 # print 'Can\'t stat', b_path, ':', why[1]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
filecmp.py 150 except os.error, why:
151 # print 'Can\'t stat', a_path, ':', why[1]
155 except os.error, why:
156 # print 'Can\'t stat', b_path, ':', why[1]
  /external/chromium_org/third_party/tlslite/tlslite/
tlsrecordlayer.py 623 except socket.error as why:
624 if why.args[0] in (errno.EWOULDBLOCK, errno.EAGAIN):
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf.c 2153 Int why = 0; local
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
KeyguardViewMediator.java 626 * @param why either {@link android.view.WindowManagerPolicy#OFF_BECAUSE_OF_USER} or
629 public void onScreenTurnedOff(int why) {
632 if (DEBUG) Log.d(TAG, "onScreenTurnedOff(" + why + ")");
658 } else if (why == WindowManagerPolicy.OFF_BECAUSE_OF_TIMEOUT
659 || (why == WindowManagerPolicy.OFF_BECAUSE_OF_USER && !lockImmediately)) {
665 KeyguardUpdateMonitor.getInstance(mContext).dispatchScreenTurndOff(why);
    [all...]
  /external/lldb/include/lldb/DataFormatters/
FormatNavigator.h 288 uint32_t* why = NULL)
297 if (why)
298 *why = value;
  /external/chromium_org/tools/gyp/test/lib/
TestCmd.py 725 except (subprocess.pywintypes.error, Exception), why:
726 if why[0] in (109, errno.ESHUTDOWN):
746 except (subprocess.pywintypes.error, Exception), why:
747 if why[0] in (109, errno.ESHUTDOWN):
765 except OSError, why:
766 if why[0] == errno.EPIPE: #broken pipe
    [all...]
  /bionic/libc/
crt.mk 35 # See the comment in crtbrand.c for the reason why we need to generate
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
braille_captions_background.js 105 return {available: true, textCellCount: 40}; // 40, why not?
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
keyboard_handler.js 95 // TODO (clchen): Disambiguate why functions are null. If the user pressed
  /external/chromium_org/v8/test/webkit/
dfg-ensure-non-array-array-storage-on-window.js 80 // (since foo() may have made the mistake of creating array storage). That's why we do the setter
  /external/chromium_org/v8/tools/
consarray.js 34 * That's why we avoid copying memory and insead build a linked list
  /external/e2fsprogs/lib/ext2fs/
tdbtool.c 182 static void terror(const char *why)
184 printf("%s\n", why);
  /frameworks/support/v8/renderscript/rs_support/
Android.mk 156 # TODO: why isn't this picked up from the host GLOBAL_CFLAGS?

Completed in 1910 milliseconds

12 3 4 5