Searched refs:reason (Results 201 - 225 of 527) sorted by relevance

1234567891011>>

/external/libnfc-nci/src/nfc/int/
H A Dllcp_int.h87 UINT8 link_deact_reason; /* reason of LLCP link deactivated */
308 void llcp_link_deactivate (UINT8 reason);
328 void llcp_util_send_dm (UINT8 dsap, UINT8 ssap, UINT8 reason);
/external/lldb/examples/python/
H A Dcrashlog.py101 self.reason = None
105 print "%sThread[%u] %s" % (prefix, self.index, self.reason)
120 return self.reason != None
124 if self.reason:
125 s += ' %s' % self.reason
238 thread.reason = ''
240 thread.reason += self.thread_exception
242 thread.reason += " (%s)" % self.thread_exception_data
/external/lldb/source/Target/
H A DThreadPlanStepOut.cpp206 StopReason reason = stop_info_sp->GetStopReason(); local
207 switch (reason)
377 // reason and we're now stopping for some other reason altogether, then we're done
H A DThreadPlanStepOverRange.cpp308 StopReason reason = stop_info_sp->GetStopReason(); local
310 switch (reason)
328 log->PutCString ("ThreadPlanStepInRange got asked if it explains the stop for some reason other than step.");
H A DThreadPlanStepUntil.cpp185 StopReason reason = stop_info_sp->GetStopReason(); local
187 switch (reason)
320 // do so here. Otherwise, as long as this thread has stopped for a reason,
/external/lldb/test/unittest2/
H A Dresult.py122 def addSkip(self, test, reason):
124 self.skipped.append((test, reason))
/external/lldb/tools/lldb-perf/lib/
H A DXcode.cpp147 Xcode::GetThreadWithStopReason (SBProcess process, StopReason reason) argument
153 if (thread.GetStopReason() == reason)
/external/tcpdump/
H A Dprint-decnet.c770 int reason; local
779 reason = EXTRACT_LE_16BITS(dimp->di_reason);
782 print_reason(reason);
799 int reason; local
802 reason = EXTRACT_LE_16BITS(dcmp->dc_reason);
804 print_reason(reason);
849 print_reason(register int reason) argument
851 printf("%s ", tok2str(reason2str, "reason-%d", reason));
/external/v8/src/
H A Druntime-profiler.cc83 void RuntimeProfiler::Optimize(JSFunction* function, const char* reason) { argument
89 PrintF(" for recompilation, reason: %s", reason);
/external/valgrind/coregrind/m_gdbserver/
H A Dm_gdbserver.c74 static const HChar* ppCallReason(CallReason reason) argument
76 switch (reason) {
133 static void call_gdbserver ( ThreadId tid , CallReason reason);
488 /* Returns the reason for which gdbserver instrumentation is needed */
515 "gdbserver_instrumentation_needed %p %s reason %s\n",
652 /* If reason is init_reason, creates the connection resources (e.g.
659 static void call_gdbserver ( ThreadId tid , CallReason reason) argument
668 ppCallReason (reason),
675 if (reason == exit_reason) {
708 if (reason
[all...]
H A Dremote-utils.c452 const char * ppFinishReason (FinishReason reason) argument
454 switch (reason) {
462 void remote_finish (FinishReason reason) argument
464 dlog(1, "remote_finish (reason %s) %d %d\n",
465 ppFinishReason(reason), remote_desc, write_remote_desc);
466 reset_valgrind_sink(ppFinishReason(reason));
502 if (reason == reset_after_fork)
505 if (reason == reset_after_error)
791 also, but there's no reason to. Unfortunately these two unusable
/external/jetty/src/java/org/eclipse/jetty/servlets/
H A DProxyServlet.java478 protected void onResponseStatus(Buffer version, int status, Buffer reason) throws IOException
481 _log.debug(debug + " " + version + " " + status + " " + reason);
483 if (reason != null && reason.length() > 0)
484 response.setStatus(status,reason.toString());
/external/libvncserver/x11vnc/misc/
H A Ddesktop.cgi1176 my $reason = '';
1180 $reason = 'locked';
1209 $reason = "symlink failed: $!";
1212 $reason = "listen failed: $!";
1217 print STDERR "$$ failed to get fixed port $vnc_port for $username at $t ($reason)\n";
/external/lldb/test/functionalities/thread/concurrent_events/
H A DTestConcurrentEvents.py354 reason = x.GetStopReason()
356 reason_str = lldbutil.stop_reason_to_str(reason)
357 if reason == lldb.eStopReasonBreakpoint:
361 elif reason == lldb.eStopReasonWatchpoint:
365 elif reason == lldb.eStopReasonSignal:
429 substrs = ["stop reason = breakpoint 1."])
/external/ppp/pppd/
H A Dfsm.c250 fsm_close(f, reason)
252 char *reason;
254 f->term_reason = reason;
255 f->term_reason_len = (reason == NULL? 0: strlen(reason));
/external/skia/src/core/
H A DSkPictureData.cpp562 bool SkPictureData::suitableForGpuRasterization(GrContext* context, const char **reason, argument
564 return fContentInfo.suitableForGpuRasterization(context, reason, sampleCount);
567 bool SkPictureData::suitableForGpuRasterization(GrContext* context, const char **reason, argument
571 return this->suitableForGpuRasterization(context, reason,
574 return this->suitableForGpuRasterization(NULL, reason);
/external/valgrind/coregrind/m_debuginfo/
H A Dimage.c216 some reason. */
527 UChar* reason = NULL; local
528 if (parse_Frame_asciiz(res, "FAIL", &reason)) {
530 "%s\n", reason);
533 "unknown reason\n");
742 UChar* reason = NULL; local
743 if (parse_Frame_asciiz(res, "FAIL", &reason)) {
748 if (0 != VG_(strcmp)((const HChar*)reason, "OPEN: cannot open file"))
749 VG_(umsg)("ML_(img_from_di_server): fail: %s\n", reason);
751 VG_(umsg)("ML_(img_from_di_server): fail: unknown reason\
1035 UChar* reason = NULL; local
[all...]
/external/selinux/libsepol/src/
H A Dservices.c772 * callers reason buffer.
777 * This will add the constraints to the callers reason buffer (who is
795 ERR(NULL, "failed to realloc reason buffer");
836 unsigned int *reason,
863 *reason = 0;
902 *reason |= SEPOL_COMPUTEAV_TE;
922 *reason |= SEPOL_COMPUTEAV_CONS;
945 *reason |= SEPOL_COMPUTEAV_RBAC;
1000 * sepol_validate_transition_reason_buffer - the reason buffer is realloc'd
1066 unsigned int *reason)
831 context_struct_compute_av(context_struct_t * scontext, context_struct_t * tcontext, sepol_security_class_t tclass, sepol_access_vector_t requested, struct sepol_av_decision *avd, unsigned int *reason, char **r_buf, unsigned int flags) argument
1061 sepol_compute_av_reason(sepol_security_id_t ssid, sepol_security_id_t tsid, sepol_security_class_t tclass, sepol_access_vector_t requested, struct sepol_av_decision *avd, unsigned int *reason) argument
1095 sepol_compute_av_reason_buffer(sepol_security_id_t ssid, sepol_security_id_t tsid, sepol_security_class_t tclass, sepol_access_vector_t requested, struct sepol_av_decision *avd, unsigned int *reason, char **reason_buf, unsigned int flags) argument
1143 unsigned int reason = 0; local
1999 unsigned int i, j, reason; local
[all...]
/external/lldb/source/API/
H A DSBThread.cpp108 StopReason reason = eStopReasonInvalid; local
128 Thread::StopReasonAsCString (reason));
130 return reason;
147 StopReason reason = stop_info_sp->GetStopReason(); local
148 switch (reason)
206 StopReason reason = stop_info_sp->GetStopReason(); local
207 switch (reason)
/external/google-breakpad/src/testing/gtest/scripts/
H A Dupload.py121 self.reason = args["Error"]
259 if e.reason == "BadAuthentication":
262 if e.reason == "CaptchaRequired":
268 if e.reason == "NotVerified":
271 if e.reason == "TermsNotAgreed":
274 if e.reason == "AccountDeleted":
277 if e.reason == "AccountDisabled":
280 if e.reason == "ServiceDisabled":
284 if e.reason == "ServiceUnavailable":
/external/google-breakpad/src/testing/scripts/
H A Dupload.py121 self.reason = args["Error"]
259 if e.reason == "BadAuthentication":
262 if e.reason == "CaptchaRequired":
268 if e.reason == "NotVerified":
271 if e.reason == "TermsNotAgreed":
274 if e.reason == "AccountDeleted":
277 if e.reason == "AccountDisabled":
280 if e.reason == "ServiceDisabled":
284 if e.reason == "ServiceUnavailable":
/external/e2fsprogs/e2fsck/
H A Dunix.c335 const char *reason = NULL; local
364 reason = _(" contains a file system with errors");
366 reason = _(" was not cleanly unmounted");
368 reason = _(" primary superblock features different from backup");
372 reason = _(" has been mounted %u times without being checked");
376 reason = 0;
379 reason = _(" has filesystem last checked time in the future");
381 reason = 0;
385 reason = _(" has gone %u days without being checked");
389 reason
[all...]
/external/libunwind/src/ia64/
H A DGinit.c132 uint16_t reason; local
135 __uc_get_reason (uc, &reason);
175 else if (reg == UNW_IA64_AR_PFS && reason == REASON_SYSCALL)
/external/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1449 std::string reason; local
1535 else if (name.compare("reason") == 0)
1537 reason.swap(value);
1597 if (!reason.empty())
1599 if (reason.compare("trace") == 0)
1604 else if (reason.compare("breakpoint") == 0)
1611 // we can just report no reason. We don't need to worry about stepping over the breakpoint here, that
1626 else if (reason.compare("trap") == 0)
1628 // Let the trap just use the standard signal stop reason below...
1630 else if (reason
1861 StopReason reason = eStopReasonInvalid; local
1896 StopReason reason = eStopReasonInvalid; local
[all...]
/external/bison/djgpp/
H A Ddjunpack.bat50 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.

Completed in 872 milliseconds

1234567891011>>