HomeSort by relevance Sort by last modified time
    Searched refs:reason (Results 201 - 225 of 1482) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/v8/src/
deoptimize-reason.h 68 size_t hash_value(DeoptimizeReason reason);
70 char const* DeoptimizeReasonToString(DeoptimizeReason reason);
  /frameworks/av/services/audioflinger/
NBAIO_Tee.h 158 * \param reason string suffix to append to the generated file.
160 void dump(int fd, const std::string &reason = "") const {
161 mTee->dump(fd, reason);
168 * \param reason string suffix to append to the generated file.
170 static void dumpAll(int fd, const std::string &reason = "") {
171 getRunningTees().dump(fd, reason);
235 void dump(int fd, const std::string &reason) {
241 suffix = mId + reason;
295 void dump(int fd, const std::string &reason) {
302 tee->dump(fd, reason);
    [all...]
  /external/autotest/tko/parsers/
version_1_unittest.py 62 'test_name', 'my reason here',
70 self.assertEquals(line.reason, 'my reason here')
100 self.assertEquals(line.reason, 'Test Passed')
116 self.assertEquals(line.reason, 'No newline here!')
133 self.assertEquals(line.reason, 'of text')
149 self.assertEquals(line.reason, 'needed last field')
172 'reason text',
188 'reason text',
203 'reason text'
    [all...]
  /external/toolchain-utils/
file_lock_machine.py 68 self.reason = desc['reason']
75 self.reason = ''
85 'Reason: %s' % self.reason, 'Auto: %s' % self.auto
113 'reason', 'auto')
126 file_lock.getDescription().reason, file_lock.getDescription().auto))
199 def NonBlockingLock(self, exclusive, reason=''):
203 'Exclusive lock already acquired by %s. Reason: %s' % (lock.owner,
204 lock.reason))
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
mbo.c 28 static int wpas_mbo_validate_non_pref_chan(u8 oper_class, u8 chan, u8 reason)
30 if (reason > MBO_NON_PREF_CHAN_REASON_INT_INTERFERENCE)
97 wpabuf_put_u8(mbo, wpa_s->non_pref_chan[start].reason);
166 non_pref->reason != start_pref->reason ||
295 * preference and reason. To make it easy for the functions that build
297 * by their oper_class and reason.
305 if (a->reason != b->reason)
306 return (int) a->reason - (int) b->reason
    [all...]
mesh_mpm.c 30 const u8 *reason; /* Reason Code (conditional, 2 octets) */ member in struct:mesh_peer_mgmt_ie
97 /* close reason is always present at end for close */
101 mpm_ie->reason = ie + len - 2;
322 ie_len += 2; /* reason code */
445 u16 reason = 0; local
462 reason = WLAN_REASON_MESH_MAX_RETRIES;
467 if (!reason)
468 reason = WLAN_REASON_MESH_CONFIRM_TIMEOUT;
473 mesh_mpm_send_plink_action(wpa_s, sta, PLINK_CLOSE, reason);
512 int reason = WLAN_REASON_MESH_PEERING_CANCELLED; local
1097 u16 reason = 0; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
fixer_base.py 125 def cannot_convert(self, node, reason=None):
137 if reason:
138 self.log_message(reason)
140 def warning(self, node, reason):
148 self.log_message("Line %d: %s" % (lineno, reason))
  /external/cldr/tools/java/org/unicode/cldr/util/
XEquivalenceMap.java 50 public XEquivalenceMap add(K source, V target, R reason) {
54 if (reason != null) {
55 reasons.add(reason);
63 if (reason != null) {
64 reasons.add(reason);
  /external/owasp/sanitizer/tools/
googlecode_upload.py 107 return resp.status, resp.reason, location
194 status, reason, url = upload(file_path, project_name, user_name, password,
206 return status, reason, url
242 status, reason, url = upload_find_auth(file_path, options.project,
251 print 'Google Code upload server said: %s (%s)' % (reason, status)
  /external/python/cpython2/Lib/lib2to3/
fixer_base.py 123 def cannot_convert(self, node, reason=None):
135 if reason:
136 self.log_message(reason)
138 def warning(self, node, reason):
146 self.log_message("Line %d: %s" % (lineno, reason))
  /external/python/cpython3/Lib/lib2to3/
fixer_base.py 122 def cannot_convert(self, node, reason=None):
134 if reason:
135 self.log_message(reason)
137 def warning(self, node, reason):
145 self.log_message("Line %d: %s" % (lineno, reason))
  /external/libcxxabi/src/
cxa_personality.cpp 336 // pointers. The reason being it allows their precise semantics to be
520 _Unwind_Reason_Code reason; // One of _URC_FATAL_PHASE1_ERROR, member in struct:__cxxabiv1::__anon27990::scan_results
574 results.reason = _URC_FATAL_PHASE1_ERROR;
583 results.reason = _URC_FATAL_PHASE1_ERROR;
594 results.reason = _URC_FATAL_PHASE2_ERROR;
602 results.reason = _URC_FATAL_PHASE1_ERROR;
610 results.reason = _URC_CONTINUE_UNWIND;
624 results.reason = _URC_CONTINUE_UNWIND;
684 results.reason = _URC_CONTINUE_UNWIND;
700 results.reason = _URC_HANDLER_FOUND
    [all...]
  /external/python/cpython3/Python/
fileutils.c 203 size_t *error_pos, const char **reason,
245 if (reason) {
246 *reason = "encoding error";
273 const char **reason, int surrogateescape)
300 if (reason) {
301 *reason = "decoding error";
320 const char **reason, int surrogateescape)
443 if (reason) {
444 *reason = "decoding error";
451 return decode_ascii(arg, wstr, wlen, reason, surrogateescape)
    [all...]
  /cts/tests/tests/content/src/android/content/pm/cts/
LauncherAppsTest.java 81 @AppModeFull(reason = "Need special permission")
90 @AppModeFull(reason = "Need special permission")
100 @AppModeFull(reason = "Need special permission")
111 @AppModeFull(reason = "Need special permission")
122 @AppModeFull(reason = "Need special permission")
133 @AppModeFull(reason = "Need special permission")
149 @AppModeFull(reason = "Need special permission")
  /device/google/contexthub/util/nanotool/
nanopacket.cpp 67 NanoPacket::NanoPacket(uint32_t sequence_number, PacketReason reason,
72 reason_ = static_cast<uint32_t>(reason);
91 packet_buffer_[5] = static_cast<uint32_t>(reason);
92 packet_buffer_[6] = static_cast<uint32_t>(reason) >> 8;
93 packet_buffer_[7] = static_cast<uint32_t>(reason) >> 16;
94 packet_buffer_[8] = static_cast<uint32_t>(reason) >> 24;
133 uint32_t NanoPacket::reason() const { function in class:android::NanoPacket
  /external/ims/rcs/rcsservice/src/com/android/service/ims/presence/
PresenceInfoParser.java 213 String reason = pRcsPresenceInfo[i].getInstanceInfo().getReason(); local
214 if(reason != null){
215 reason = reason.toLowerCase();
221 if(reason.equals("rejected") || reason.equals("noresource")){
229 logger.debug("reason=" + reason + " presenceInfo=" + presenceInfo);
  /external/libchrome/mojo/public/cpp/bindings/lib/
scoped_interface_endpoint_handle.cc 37 void Close(const base::Optional<DisconnectReason>& reason) {
89 cached_group_controller->CloseEndpointHandle(cached_id, reason);
91 cached_peer_state->OnPeerClosedBeforeAssociation(reason);
213 const base::Optional<DisconnectReason>& reason) {
226 disconnect_reason_ = reason;
369 const base::Optional<DisconnectReason>& reason) {
371 state_->Close(reason);
  /external/u-boot/arch/arm/mach-rockchip/
rk3288-board.c 51 const char *reason; local
58 reason = "POR";
62 reason = "RST";
66 reason = "THERMAL";
70 reason = "WDOG";
73 reason = "unknown reset";
76 env_set("reset_reason", reason);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/wifi/
BaseTestActivity.java 115 public void onTestFailed(String reason) {
119 if (reason != null) {
120 mWifiInfo.append(reason);
  /cts/tests/tests/net/src/android/net/cts/
SSLCertificateSocketFactoryTest.java 105 @AppModeFull(reason = "Socket cannot bind in instant app mode")
122 @AppModeFull(reason = "Socket cannot bind in instant app mode")
141 @AppModeFull(reason = "Socket cannot bind in instant app mode")
  /external/deqp/executor/
xeTestLogParser.cpp 141 const char* reason = m_containerParser.getTerminateReason(); local
144 statusCode = getTestStatusCode(reason);
150 m_currentCaseData->setTestResult(statusCode, reason);
  /external/deqp/external/openglcts/modules/common/
glcConfigList.hpp 81 ExcludedConfig(ConfigType type_, int id_, ExcludeReason reason_) : type(type_), id(id_), reason(reason_)
85 ExcludedConfig(void) : type(CONFIGTYPE_LAST), id(0), reason(EXCLUDEREASON_LAST)
91 ExcludeReason reason; member in struct:glcts::ExcludedConfig
  /external/grpc-grpc/src/core/ext/transport/chttp2/transport/
internal.h 102 grpc_chttp2_initiate_write_reason reason);
630 grpc_chttp2_initiate_write_reason reason);
740 #define GRPC_CHTTP2_STREAM_REF(stream, reason) \
741 grpc_chttp2_stream_ref(stream, reason)
742 #define GRPC_CHTTP2_STREAM_UNREF(stream, reason) \
743 grpc_chttp2_stream_unref(stream, reason)
744 void grpc_chttp2_stream_ref(grpc_chttp2_stream* s, const char* reason);
745 void grpc_chttp2_stream_unref(grpc_chttp2_stream* s, const char* reason);
747 #define GRPC_CHTTP2_STREAM_REF(stream, reason) grpc_chttp2_stream_ref(stream)
748 #define GRPC_CHTTP2_STREAM_UNREF(stream, reason) \
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
bye.cc 32 // (opt) | length | reason for leaving ...
51 LOG(LS_WARNING) << "Invalid reason length: " << reason_length;
94 // Store the reason to leave.
121 void Bye::WithReason(const std::string& reason) {
122 RTC_DCHECK_LE(reason.size(), 0xffu);
123 reason_ = reason;
  /cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
AppOpsTest.java 29 @AppModeFull(reason = "No instant specific behaviors")

Completed in 1117 milliseconds

1 2 3 4 5 6 7 891011>>