Searched defs:code (Results 351 - 375 of 1408) sorted by relevance

<<11121314151617181920>>

/external/wpa_supplicant_8/src/eap_common/
H A Deap_common.c117 * @code: Message Code (EAP_CODE_*)
129 u8 code, u8 identifier)
142 hdr->code = code;
128 eap_msg_alloc(int vendor, EapType type, size_t payload_len, u8 code, u8 identifier) argument
H A Deap_ikev2_common.c51 struct wpabuf * eap_ikev2_build_frag_ack(u8 id, u8 code) argument
55 msg = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_IKEV2, 0, code, id);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_common.c117 * @code: Message Code (EAP_CODE_*)
129 u8 code, u8 identifier)
142 hdr->code = code;
128 eap_msg_alloc(int vendor, EapType type, size_t payload_len, u8 code, u8 identifier) argument
H A Deap_ikev2_common.c51 struct wpabuf * eap_ikev2_build_frag_ack(u8 id, u8 code) argument
55 msg = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_IKEV2, 0, code, id);
/external/chromium_org/chrome/browser/resources/cryptotoken/
H A Dsinglesigner.js2 // Use of this source code is governed by a BSD-style license that can be
16 * code: number,
315 * @param {number} code the result of the sign operation
320 function(challengeIndex, code, opt_info) {
322 ', challenge ' + challengeIndex + ' yielded ' + code.toString(16)));
331 if (code == DeviceStatusCodes.WRONG_DATA_STATUS ||
332 code == DeviceStatusCodes.WRONG_LENGTH_STATUS) {
336 this.cachedError_[challenge.keyHandle] = code;
342 switch (code) {
344 this.goToError_(code);
[all...]
H A Dusbenrollhandler.js2 // Use of this source code is governed by a BSD-style license that can be
96 if (!signResult.code) {
101 } else if (signResult.code == DeviceStatusCodes.WRONG_DATA_STATUS ||
102 signResult.code == DeviceStatusCodes.WRONG_LENGTH_STATUS) {
238 * @param {number} code Status code
243 function(gnubby, version, code, infoArray) {
248 switch (code) {
275 console.log(UTIL_fmt('timeout (' + code.toString(16) +
292 console.log(UTIL_fmt('Failed to enroll gnubby: ' + code));
[all...]
/external/bluetooth/bluedroid/bta/ag/
H A Dbta_ag_rfc.c43 void bta_ag_port_cback_1(UINT32 code, UINT16 port_handle);
44 void bta_ag_port_cback_2(UINT32 code, UINT16 port_handle);
45 void bta_ag_port_cback_3(UINT32 code, UINT16 port_handle);
47 void bta_ag_mgmt_cback_1(UINT32 code, UINT16 port_handle);
48 void bta_ag_mgmt_cback_2(UINT32 code, UINT16 port_handle);
49 void bta_ag_mgmt_cback_3(UINT32 code, UINT16 port_handle);
89 static void bta_ag_port_cback(UINT32 code, UINT16 port_handle, UINT16 handle) argument
93 UNUSED(code);
124 static void bta_ag_mgmt_cback(UINT32 code, UINT16 port_handle, UINT16 handle) argument
132 APPL_TRACE_DEBUG("ag_mgmt_cback : code
219 bta_ag_mgmt_cback_1(UINT32 code, UINT16 handle) argument
220 bta_ag_mgmt_cback_2(UINT32 code, UINT16 handle) argument
221 bta_ag_mgmt_cback_3(UINT32 code, UINT16 handle) argument
222 bta_ag_port_cback_1(UINT32 code, UINT16 handle) argument
223 bta_ag_port_cback_2(UINT32 code, UINT16 handle) argument
224 bta_ag_port_cback_3(UINT32 code, UINT16 handle) argument
[all...]
/external/bzip2/
H A Dhuffman.c129 one of the generated Huffman code words is longer than
152 void BZ2_hbAssignCodes ( Int32 *code, argument
163 if (length[i] == n) { code[i] = vec; vec++; };
/external/chromium_org/chrome/browser/extensions/api/dial/
H A Ddial_api.cc2 // Use of this source code is governed by a BSD-style license that can be
89 void DialAPI::OnDialError(const DialRegistry::DialErrorCode code) { argument
92 base::Bind(&DialAPI::SendErrorOnUIThread, this, code));
112 void DialAPI::SendErrorOnUIThread(const DialRegistry::DialErrorCode code) { argument
116 switch (code) {
118 dial_error.code = api::dial::DIAL_ERROR_CODE_NO_LISTENERS;
121 dial_error.code = api::dial::DIAL_ERROR_CODE_NO_VALID_NETWORK_INTERFACES;
124 dial_error.code = api::dial::DIAL_ERROR_CODE_CELLULAR_NETWORK;
127 dial_error.code = api::dial::DIAL_ERROR_CODE_NETWORK_DISCONNECTED;
130 dial_error.code
[all...]
/external/chromium_org/chrome/browser/extensions/api/sync_file_system/
H A Dsync_file_system_api.cc2 // Use of this source code is governed by a BSD-style license that can be
42 const char kErrorMessage[] = "%s (error code: %d).";
58 std::string ErrorToString(SyncStatusCode code) { argument
61 sync_file_system::SyncStatusCodeToString(code),
62 static_cast<int>(code));
/external/chromium_org/chrome/browser/local_discovery/
H A Dprivetv3_session.cc2 // Use of this source code is governed by a BSD-style license that can be
110 void PrivetV3Session::ConfirmCode(const std::string& code) { argument
111 if (code == kStubPrivetCode) {
/external/chromium_org/chrome/installer/util/
H A Dhtml_dialog_impl.cc2 // Use of this source code is governed by a BSD-style license that can be
63 static LRESULT CALLBACK MsgFilter(int code, WPARAM wParam, LPARAM lParam);
85 LRESULT HTMLDialogWin::MsgFilter(int code, WPARAM wParam, LPARAM lParam) { argument
98 return ::CallNextHookEx(hook_, code, wParam, lParam);
/external/chromium_org/chrome_elf/
H A Dbreakpad.cc2 // Use of this source code is governed by a BSD-style license that can be
5 // This module contains the necessary code to register the Breakpad exception
6 // handler. This implementation is based on Chrome's crash reporting code.
99 // switch, there is a small chance that this code will match things that the
100 // Chrome code (which executes a similar check) does not. However, as long as
109 DWORD code = exinfo->ExceptionRecord->ExceptionCode; local
110 if (code == EXCEPTION_BREAKPOINT || code == EXCEPTION_SINGLE_STEP)
127 // N.B. We don't use base::GetTempDir() here to avoid running more code then
/external/chromium_org/components/autofill/core/browser/
H A Dvalidation.cc2 // Use of this source code is governed by a BSD-style license that can be
121 bool IsValidCreditCardSecurityCode(const base::string16& code, argument
128 return code.length() == required_length;
/external/chromium_org/components/component_updater/test/
H A Durl_request_post_interceptor.h2 // Use of this source code is governed by a BSD-style license that can be
71 // response body with that response code is returned.
103 ExpectationResponse(int code, const std::string& body) argument
104 : response_code(code), response_body(body) {}
/external/chromium_org/content/browser/appcache/
H A Dappcache_quota_client.cc2 // Use of this source code is governed by a BSD-style license that can be
18 storage::QuotaStatusCode NetErrorCodeToQuotaStatus(int code) { argument
19 if (code == net::OK)
21 else if (code == net::ERR_ABORTED)
/external/chromium_org/content/browser/speech/
H A Dspeech_recognizer_impl_android.cc2 // Use of this source code is governed by a BSD-style license that can be
183 SpeechRecognitionErrorCode code = local
185 listener()->OnRecognitionError(session_id(), SpeechRecognitionError(code));
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/accessibility/
H A DJellyBeanAccessibilityInjector.java2 // Use of this source code is governed by a BSD-style license that can be
181 * @param code Javascript code that evaluates to a result.
184 private boolean performAction(ContentViewCore contentView, String code) { argument
186 final String js = String.format(Locale.US, JAVASCRIPT_ACTION_TEMPLATE, code,
/external/chromium_org/extensions/browser/value_store/
H A Dvalue_store.h2 // Use of this source code is governed by a BSD-style license that can be
44 Error(ErrorCode code,
49 static scoped_ptr<Error> Create(ErrorCode code, argument
52 return make_scoped_ptr(new Error(code, message, key.Pass()));
55 // The error code.
56 const ErrorCode code; member in struct:ValueStore::Error
81 return error_.get() && error_->code == CORRUPTION;
/external/chromium_org/mojo/services/html_viewer/
H A Dwebsockethandle_impl.cc2 // Use of this source code is governed by a BSD-style license that can be
115 uint16_t code,
120 client->didClose(handle, was_clean, code, reason.To<WebString>());
200 void WebSocketHandleImpl::close(unsigned short code, const WebString& reason) { argument
201 web_socket_->Close(code, reason.utf8());
/external/chromium_org/net/proxy/
H A Dproxy_script_fetcher_impl_unittest.cc2 // Use of this source code is governed by a BSD-style license that can be
50 int code; member in struct:net::__anon9393::FetchResult
/external/chromium_org/ppapi/utility/websocket/
H A Dwebsocket_api.cc2 // Use of this source code is governed by a BSD-style license that can be
48 int32_t Close(uint16_t code, const Var& reason) { argument
51 int32_t result = WebSocket::Close(code, reason, callback);
119 int32_t WebSocketAPI::Close(uint16_t code, const Var& reason) { argument
120 return impl_->Close(code, reason);
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
H A DThirdPartyTokenFetcher.java2 // Use of this source code is governed by a BSD-style license that can be
31 void onTokenFetched(String code, String accessToken); argument
38 * Request both the authorization code and access token from the server. See
41 private static final String RESPONSE_TYPE = "code token";
167 String code = intent.getStringExtra("code");
175 if (code == null || accessToken == null) {
176 failFetchToken("Ignoring redirect with missing code or token.");
181 mCallback.onTokenFetched(code, accessToken);
/external/chromium_org/remoting/host/
H A Dverify_config_window_win.cc2 // Use of this source code is governed by a BSD-style license that can be
28 void VerifyConfigWindowWin::OnCancel(UINT code, int id, HWND control) { argument
50 void VerifyConfigWindowWin::OnOk(UINT code, int id, HWND control) { argument
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Dverifier.cc2 // Use of this source code is governed by a BSD-style license that can be
39 const ErrorCode& code,
41 if (code.error_type() == ErrorCode::ET_SIMPLE ||
42 code.error_type() == ErrorCode::ET_TRAP) {
43 return code.err();
44 } else if (code.error_type() == ErrorCode::ET_COND) {
45 if (code.width() == ErrorCode::TP_32BIT &&
46 (data.args[code.argno()] >> 32) &&
47 (data.args[code.argno()] & 0xFFFFFFFF80000000ull) !=
51 bool equal = (data.args[code
38 EvaluateErrorCode(SandboxBPF* sandbox, const ErrorCode& code, const struct arch_seccomp_data& data) argument
59 VerifyErrorCode(SandboxBPF* sandbox, const std::vector<struct sock_filter>& program, struct arch_seccomp_data* data, const ErrorCode& root_code, const ErrorCode& code, const char** err) argument
339 ErrorCode code = iter.IsValid(sysnum) local
[all...]

Completed in 1849 milliseconds

<<11121314151617181920>>