HomeSort by relevance Sort by last modified time
    Searched full:reason (Results 1001 - 1025 of 6774) sorted by null

<<41424344454647484950>>

  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
stl_confix.h 49 * We keep it for historical reason. */
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
stl_confix.h 49 * We keep it for historical reason. */
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
stl_confix.h 49 * We keep it for historical reason. */
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
stl_confix.h 49 * We keep it for historical reason. */
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
stl_confix.h 49 * We keep it for historical reason. */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bsddb3.py 71 # The only reason to remove db_home is in case if there is an old
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bsddb3.py 71 # The only reason to remove db_home is in case if there is an old
  /system/core/adb/
file_sync_service.c 129 static int fail_message(int s, const char *reason)
132 int len = strlen(reason);
134 D("sync: failure: %s\n", reason);
139 writex(s, reason, len)) {
  /system/core/include/utils/
Singleton.h 64 * for some unknown reason using the default ctor doesn't emit the variable!
  /packages/services/Telephony/src/com/android/phone/
CallFeaturesSetting.java 143 public static final String FWD_SETTING_REASON = "#Reason";
315 fi.reason = FORWARDING_SETTINGS_REASONS[i];
316 fi.status = (fi.reason == CommandsInterface.CF_REASON_UNCONDITIONAL) ? 0 : 1;
354 i1.reason != i2.reason ||
699 AsyncResult result = results.get(fi.reason);
701 mExpectedChangeResultReasons.add(fi.reason);
706 fi.reason,
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DataConnection.java 139 DisconnectParams(ApnContext apnContext, String reason, Message onCompletedMsg) {
141 mReason = reason;
490 private void notifyAllWithEvent(ApnContext alreadySent, int event, String reason) {
493 if (reason != null) apnContext.setReason(reason);
500 private void notifyAllOfConnected(String reason) {
501 notifyAllWithEvent(null, DctConstants.EVENT_DATA_SETUP_COMPLETE, reason);
504 private void notifyAllOfDisconnectDcRetrying(String reason) {
505 notifyAllWithEvent(null, DctConstants.EVENT_DISCONNECT_DC_RETRYING, reason);
567 String reason = null local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
turnserver.cc 124 const std::string& reason);
197 const std::string& reason, StunMessage* resp) {
204 STUN_ATTR_ERROR_CODE, code, reason)));
534 int code, const std::string& reason) {
536 InitErrorResponse(req, code, reason, &resp);
538 << ", code=" << code << ", reason=" << reason; local
544 int code, const std::string& reason) {
546 InitErrorResponse(msg, code, reason, &resp);
    [all...]
  /art/runtime/
jni_internal.h 106 // Used for testing. By default, we'll LOG(FATAL) the reason.
107 void (*check_jni_abort_hook)(void* data, const std::string& reason);
  /cts/tests/tests/permission2/src/android/permission2/cts/
NoReceiveSmsPermissionTest.java 147 String reason = getErrorReason(resultCode); local
148 Log.e(LOG_TAG, String.format("message %1$s failed: %2$s", action, reason));
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRRewriteRuleElementStream.m 200 @throw [NSException exceptionWithName:@"RewriteEmptyStreamException" reason:nil userInfo:nil];// TODO: fill in real exception
206 @throw [NSException exceptionWithName:@"RewriteCardinalityException" reason:nil userInfo:nil];// TODO: fill in real exception
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemText.java 57 * XML by a subsequent non-XML aware process. For this reason,
82 * XML by a subsequent non-XML aware process. For this reason,
ElemTextLiteral.java 130 * XML by a subsequent non-XML aware process. For this reason,
155 * XML by a subsequent non-XML aware process. For this reason,
  /external/bison/djgpp/
djunpack.bat 50 Rem an empty fnchange.tmp even if the command failed for some reason.
55 Rem See the comment above about the reason for using COPY.
  /external/bison/lib/
spawn-pipe.h 61 The reason is that child processes inherit the mask of blocked signals
73 reason to do so, and especially not to block signals across execs
  /external/bluetooth/bluedroid/stack/sdp/
sdp_main.c 596 void sdp_disconnect (tCONN_CB*p_ccb, UINT16 reason)
603 && ((reason == SDP_SUCCESS) || (reason == SDP_NO_RECS_MATCH)))
633 if ((reason == SDP_NO_RECS_MATCH) && (p_ccb->p_db->p_first_rec))
634 reason = SDP_SUCCESS;
644 p_ccb->disconnect_reason = reason;
653 (*p_ccb->p_cb) (reason);
655 (*p_ccb->p_cb2) (reason, p_ccb->user_data);
  /external/ceres-solver/internal/ceres/
corrector.cc 73 // The reason why the Triggs approximation becomes so poor is
127 // Which turns out to about 17x slower on bal problems. The reason
  /external/chromium/chrome/browser/chromeos/
network_login_observer.cc 92 // connect for any reason (e.g. incorrect security type was chosen).
99 // If for some reason, we have more than one failure,
  /external/chromium/chrome/browser/extensions/
sandboxed_extension_unpacker.h 106 // take a failure reason as an argument, and put it in histogram
191 void ReportFailure(FailureReason reason, const std::string& message);
  /external/chromium/googleurl/src/
url_canon_icu.cc 56 UConverterCallbackReason reason,
58 if (reason == UCNV_UNASSIGNED) {
  /external/chromium/net/disk_cache/
file_win.cc 188 data->file_ = NULL; // There is no reason to hold on to this anymore.
228 data->file_ = NULL; // There is no reason to hold on to this anymore.

Completed in 674 milliseconds

<<41424344454647484950>>