HomeSort by relevance Sort by last modified time
    Searched refs:reason (Results 326 - 350 of 2970) sorted by null

<<11121314151617181920>>

  /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)
71 wpabuf_put_u8(mbo, wpa_s->non_pref_chan[start].reason);
133 non_pref->reason != start_pref->reason ||
260 * preference and reason. To make it easy for the functions that build
262 * by their oper_class and reason.
270 if (a->reason != b->reason)
271 return a->reason - b->reason
    [all...]
mesh_mpm.c 29 const u8 *reason; /* Reason Code (conditional, 2 octets) */ member in struct:mesh_peer_mgmt_ie
96 /* close reason is always present at end for close */
100 mpm_ie->reason = ie + len - 2;
315 ie_len += 2; /* reason code */
422 u16 reason = 0; local
439 reason = WLAN_REASON_MESH_MAX_RETRIES;
444 if (!reason)
445 reason = WLAN_REASON_MESH_CONFIRM_TIMEOUT;
450 mesh_mpm_send_plink_action(wpa_s, sta, PLINK_CLOSE, reason);
489 int reason = WLAN_REASON_MESH_PEERING_CANCELLED; local
1073 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/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 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/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))
  /prebuilts/gdb/darwin-x86/lib/python2.7/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))
  /prebuilts/gdb/linux-x86/lib/python2.7/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))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/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))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/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))
  /system/bt/stack/gatt/
gatt_sr.cc 621 uint8_t reason = local
623 if (reason != GATT_SUCCESS) {
624 gatt_send_error_rsp(tcb, reason, op_code, s_hdl, false);
654 reason = gatt_build_primary_service_rsp(p_msg, tcb, op_code, s_hdl, e_hdl,
656 if (reason != GATT_SUCCESS) {
658 gatt_send_error_rsp(tcb, reason, op_code, s_hdl, false);
678 uint8_t reason = read_handles(len, p_data, s_hdl, e_hdl); local
679 if (reason != GATT_SUCCESS) {
680 gatt_send_error_rsp(tcb, reason, op_code, s_hdl, false);
688 reason = GATT_NOT_FOUND
794 tGATT_STATUS reason = local
979 tGATT_STATUS reason = gatts_read_attr_value_by_handle( local
    [all...]
  /external/libvncserver/libvncserver/tightvnc-filetransfer/
handlefiletransferrequest.c 248 * For File List Request there is no failure reason sent.So here in case of any
549 char *reason = NULL; local
567 rfbLog("File [%s]: Method [%s]: reason length received is Zero\n",
572 reason = (char*) calloc(msg.fdc.reasonLen + 1, sizeof(char));
573 if(reason == NULL) {
579 if((n = rfbReadExact(cl, reason, msg.fdc.reasonLen)) <= 0) {
589 " reason <%s>\n", __FILE__, __FUNCTION__, reason);
595 if(reason != NULL) {
596 free(reason);
881 char* reason = NULL; local
    [all...]
  /external/libcxxabi/src/
cxa_personality.cpp 326 // pointers. The reason being it allows their precise semantics to be
510 _Unwind_Reason_Code reason; // One of _URC_FATAL_PHASE1_ERROR, member in struct:__cxxabiv1::__anon24568::scan_results
564 results.reason = _URC_FATAL_PHASE1_ERROR;
573 results.reason = _URC_FATAL_PHASE1_ERROR;
584 results.reason = _URC_FATAL_PHASE2_ERROR;
592 results.reason = _URC_FATAL_PHASE1_ERROR;
600 results.reason = _URC_CONTINUE_UNWIND;
614 results.reason = _URC_CONTINUE_UNWIND;
674 results.reason = _URC_CONTINUE_UNWIND;
690 results.reason = _URC_HANDLER_FOUND
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/src/
cxa_personality.cpp 326 // pointers. The reason being it allows their precise semantics to be
510 _Unwind_Reason_Code reason; // One of _URC_FATAL_PHASE1_ERROR, member in struct:__cxxabiv1::__anon663::scan_results
564 results.reason = _URC_FATAL_PHASE1_ERROR;
573 results.reason = _URC_FATAL_PHASE1_ERROR;
584 results.reason = _URC_FATAL_PHASE2_ERROR;
592 results.reason = _URC_FATAL_PHASE1_ERROR;
600 results.reason = _URC_CONTINUE_UNWIND;
614 results.reason = _URC_CONTINUE_UNWIND;
674 results.reason = _URC_CONTINUE_UNWIND;
690 results.reason = _URC_HANDLER_FOUND
    [all...]
  /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/libmojo/mojo/public/cpp/bindings/lib/
scoped_interface_endpoint_handle.cc 36 void Close(const base::Optional<DisconnectReason>& reason) {
88 cached_group_controller->CloseEndpointHandle(cached_id, reason);
90 cached_peer_state->OnPeerClosedBeforeAssociation(reason);
212 const base::Optional<DisconnectReason>& reason) {
225 disconnect_reason_ = reason;
368 const base::Optional<DisconnectReason>& reason) {
370 state_->Close(reason);
  /frameworks/support/localbroadcastmanager/src/main/java/androidx/localbroadcastmanager/content/
LocalBroadcastManager.java 255 String reason; local
257 case IntentFilter.NO_MATCH_ACTION: reason = "action"; break;
258 case IntentFilter.NO_MATCH_CATEGORY: reason = "category"; break;
259 case IntentFilter.NO_MATCH_DATA: reason = "data"; break;
260 case IntentFilter.NO_MATCH_TYPE: reason = "type"; break;
261 default: reason = "unknown reason"; break;
263 Log.v(TAG, " Filter did not match: " + reason);
  /packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
TrampolineActivity.java 53 private static final String KEY_REASON = "reason";
75 final int reason; local
82 reason = cursor.getInt(cursor.getColumnIndexOrThrow(DownloadManager.COLUMN_REASON));
94 Log.d(Constants.TAG, "Found " + id + " with status " + status + ", reason " + reason);
103 if (reason == DownloadManager.PAUSED_QUEUED_FOR_WIFI) {
120 FailedDialogFragment.show(getFragmentManager(), id, reason); local
195 public static void show(FragmentManager fm, long id, int reason) {
199 args.putInt(KEY_REASON, reason);
213 final int reason = getArguments().getInt(KEY_REASON) local
    [all...]
  /packages/services/Telephony/src/com/android/phone/
CallForwardEditPreference.java 45 int reason; field in class:CallForwardEditPreference
61 reason = a.getInt(R.styleable.CallForwardEditPreference_reason,
65 Log.d(LOG_TAG, "mServiceClass=" + mServiceClass + ", reason=" + reason);
79 mPhone.getCallForwardingOption(reason,
114 int time = (reason != CommandsInterface.CF_REASON_NO_REPLY) ? 0 : 20;
127 Log.d(LOG_TAG, "reason=" + reason + ", action=" + action
135 // should be action, reason...
137 reason,
    [all...]
  /external/autotest/server/site_tests/network_WiFi_RoamDbus/
network_WiFi_RoamDbus.py 41 def retry(self, func, reason, timeout_seconds=TIMEOUT_SECONDS):
46 @param reason: string concise description of what the function does.
51 logging.info('Waiting for %s.', reason)
58 raise error.TestFail('Timed out waiting for %s.' % reason)
  /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/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;
  /frameworks/base/services/core/java/com/android/server/connectivity/
KeepaliveTracker.java 199 void stop(int reason) {
212 notifyMessenger(mSlot, reason);
256 public void handleStopAllKeepalives(NetworkAgentInfo nai, int reason) {
260 ki.stop(reason);
267 public void handleStopKeepalive(NetworkAgentInfo nai, int slot, int reason) {
279 ki.stop(reason);
304 int reason = message.arg2; local
315 if (reason == SUCCESS && !ki.isStarted) {
319 ki.notifyMessenger(slot, reason);
323 if (reason == SUCCESS)
    [all...]

Completed in 806 milliseconds

<<11121314151617181920>>