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

<<11121314151617181920>>

  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_1/
shell.js 42 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
61 this.reason = "";
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/
shell.js 45 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
65 this.reason = "";
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_3/
shell.js 22 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
42 this.reason = "";
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_4/
shell.js 21 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
40 this.reason = "";
  /external/webkit/Source/WebCore/bindings/
ScriptControllerBase.cpp 35 bool ScriptController::canExecuteScripts(ReasonForCallingCanExecuteScripts reason)
43 if (!allowed && reason == AboutToExecuteScript)
  /libcore/luni/src/main/native/
libcore_icu_NativeConverter.cpp 347 const UChar* codeUnits, int32_t length, UChar32 codePoint, UConverterCallbackReason reason,
353 switch(reason) {
355 ctx->onUnmappableInput(ctx, args, codeUnits, length, codePoint, reason, status);
359 ctx->onMalformedInput(ctx, args, codeUnits, length, codePoint, reason, status);
450 UConverterCallbackReason reason, UErrorCode* status) {
455 switch(reason) {
457 ctx->onUnmappableInput(ctx, args, codeUnits, length, reason, status);
461 ctx->onMalformedInput(ctx, args, codeUnits, length, reason, status);
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/
TrafficFlags.java 52 // Bits 20&21, reason (if protocol != SMTP)
57 // Note: We don't yet use the PRECACHE reason (it's complicated...)
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
AddonsListFetcher.java 131 String reason = null; local
134 reason = "File not found";
138 reason = String.format("Unknown Host %1$s", exception[0].getMessage());
141 reason = "HTTPS SSL error. You might want to force download through HTTP in the settings.";
143 reason = exception[0].getMessage();
146 reason = String.format("Unknown (%1$s)", exception[0].getClass().getName());
149 monitor.logError("Failed to fetch URL %1$s, reason: %2$s", url, reason);
  /system/core/netcfg/
netcfg.c 31 void die(const char *reason)
33 perror(reason);
  /bionic/libc/
CAVEATS 8 slower code for no good reason (even when so-called zero-cost exception schemes are
  /bionic/libm/src/
s_tgammaf.c 34 * a float-optimized version of it. The reason is that tgammaf() is
  /cts/apps/CtsVerifier/jni/audioquality/
CompareSpectra.h 27 the measurement fails for some reason, return 0; else return 1, for
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
ReasonFlags.java 71 * @param reasons - the bitwise OR of the Key Reason flags giving the
  /external/chromium/chrome/browser/extensions/
extension_gallery_install_apitest.cc 54 // TODO(asargent) - for some reason this test occasionally fails on XP,
  /external/chromium/chrome/browser/sync/engine/
cleanup_disabled_types_command.cc 28 // slow, we avoid purging undesired types unless we have reason to believe
  /external/chromium/net/http/
http_auth_handler_mock.h 49 CreateReason reason,
  /external/chromium/net/url_request/
url_request_status.h 34 // The request failed for some reason. os_error may have more information.
  /external/chromium/testing/gmock/test/
gmock-port_test.cc 39 // NOTE: if this file is left without tests for some reason, put a dummy
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
sessionmessages.h 153 explicit SessionTerminate(const std::string& reason) :
154 reason(reason) {}
156 std::string reason; member in struct:cricket::SessionTerminate
  /external/dhcpcd/dhcpcd-hooks/
50-ypbind 66 if [ "$reason" = PREINIT ]; then
  /external/expat/lib/
internal.h 41 Likely reason: __fastcall on Windows is like stdcall, therefore
  /external/flac/libFLAC/ppc/as/
Makefile.am 38 # For some unknown reason libtool can't figure out the tag for 'as', so
  /external/flac/libFLAC/ppc/gas/
Makefile.am 38 # For some unknown reason libtool can't figure out the tag for 'gas', so
  /external/freetype/include/freetype/
ftsynth.h 37 /* Main reason for not lifting the functions in this module to a */
  /external/pcre/doc/
perltest.txt 10 " $ or @ characters, these have to be escaped. For this reason, all such

Completed in 1872 milliseconds

<<11121314151617181920>>