HomeSort by relevance Sort by last modified time
    Searched full:reason (Results 551 - 575 of 4406) sorted by null

<<21222324252627282930>>

  /external/chromium/chrome/browser/ui/webui/
sync_internals_ui.cc 81 // whatever reason.
  /external/chromium/net/tools/flip_server/
balsa_enums.h 39 // RESP: version statuscode reason
  /external/chromium/testing/gmock/src/
gmock_main.cc 38 // is enabled. For this reason instead of _tmain, main function is used on
  /external/chromium/third_party/libevent/
evhttp.h 144 * @param reason a brief explanation of the error
147 const char *reason);
154 * @param reason a brief message to send with the response code
158 const char *reason, struct evbuffer *databuf);
  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmpplogintask.h 75 bool Failure(XmppEngine::Error reason);
  /external/clang/include/clang/Lex/
PPCallbacks.h 45 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason,
206 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason,
208 First->FileChanged(Loc, Reason, FileType);
209 Second->FileChanged(Loc, Reason, FileType);
  /external/clang/lib/StaticAnalyzer/Core/
SimpleConstraintManager.cpp 34 // We don't reason yet about bitwise-constraints on symbolic values.
39 // We don't reason yet about these arithmetic constraints on
142 // We cannot reason about SymSymExprs,
143 // and can only reason about some SymIntExprs.
  /external/clang/test/CodeGenObjC/
arc-block-ivar-layout.m 31 // some reason) followed by three words (2 ints, a function pointer,
  /external/grub/netboot/
3c595.c 386 char *reason, *warning; local
395 reason = "default";
400 reason = "forced";
407 printf("selected %s. (%s)\n", conn_tab[i].name, reason);
  /external/icu4c/i18n/unicode/
fpositer.h 68 * Copy constructor. If the copy failed for some reason, the new iterator will
  /external/iproute2/man/man8/
tc-bfifo.8 26 Like all non-default qdiscs, they maintain statistics. This might be a reason to prefer
tc-pfifo.8 26 Like all non-default qdiscs, they maintain statistics. This might be a reason to prefer
  /external/kernel-headers/original/linux/
kexec.h 115 * Unless there is a good reason that should continue to be the case.
smp.h 114 * which use for some reason is legal). Don't use this to hack around
  /external/libvpx/examples/includes/geshi/docs/
BUGS 8 - "Important" sections for some reason seem to have their spans added after every
  /external/llvm/include/llvm/Transforms/Utils/
BasicInliner.h 42 /// because of one or other reason.
  /external/llvm/test/CodeGen/X86/
3addr-or.ll 33 ; No reason to emit an add here, should be an or.
  /external/mesa3d/docs/
README.VMS 30 changed default compilation to use /float=ieee/ieee=denorm. The reason for
  /external/openssl/crypto/bf/
COPYRIGHT 43 The reason behind this being stated in this direct manner is past
  /external/openssl/crypto/des/
COPYRIGHT 47 The reason behind this being stated in this direct manner is past
  /external/openssl/crypto/dh/
dh_ameth.c 320 int reason=ERR_R_BUF_LIB,ret=0; local
341 reason = ERR_R_PASSED_NULL_PARAMETER;
359 reason=ERR_R_MALLOC_FAILURE;
385 DHerr(DH_F_DO_DH_PRINT,reason);
  /external/ppp/pppd/plugins/radius/
radattr.c 47 should go up again for any other reason */
  /external/qemu/android/
core-init-utils.c 34 * begin with "ko:", followed by a string describing the reason of failure.
  /external/qemu/distrib/sdl-1.2.12/src/thread/pthread/
SDL_systhread.c 116 #warning For some reason, this doesnt actually kill a thread - FreeBSD 3.2
  /external/quake/src/com/android/quake/
DownloaderActivity.java 213 private void onDownloadFailed(String reason) {
214 Log.e(LOG_TAG, "Download stopped: " + reason);
216 int index = reason.indexOf('\n');
218 shortReason = reason.substring(0, index);
220 shortReason = reason;
417 public DownloaderException(String reason) {
418 super(reason);
540 private void reportFailure(String reason) {
542 Message.obtain(mHandler, MSG_DOWNLOAD_FAILED, reason));
    [all...]

Completed in 1602 milliseconds

<<21222324252627282930>>