Searched defs:status (Results 476 - 500 of 1610) sorted by relevance

<<11121314151617181920>>

/external/selinux/libsepol/src/
H A Dports.c288 int status; local
294 status = fn(port, arg);
295 if (status < 0)
302 if (status > 0)
H A Dusers.c359 int status; local
365 status = fn(user, arg);
366 if (status < 0)
373 if (status > 0)
/external/srtp/crypto/ae_xfm/
H A Dxfm.c34 err_status_t status; local
52 status = hmac_init(&hmac_ctx, key, KEY_LEN);
53 if (status) return status;
54 status = hmac_compute(&hmac_ctx, "ENC", 3, ENC_KEY_LEN, enc_key);
55 if (status) return status;
57 status = hmac_init(&hmac_ctx, key, KEY_LEN);
58 if (status) return status;
110 err_status_t status; local
195 err_status_t status; local
308 err_status_t status; local
[all...]
/external/srtp/crypto/kernel/
H A Dcrypto_kernel.c96 err_status_t status; local
109 status = err_reporting_init("crypto");
110 if (status)
111 return status;
114 status = crypto_kernel_load_debug_module(&mod_crypto_kernel);
115 if (status)
116 return status;
117 status = crypto_kernel_load_debug_module(&mod_auth);
118 if (status)
119 return status;
177 err_status_t status; local
254 err_status_t status; local
303 err_status_t status; local
348 err_status_t status; local
[all...]
/external/srtp/test/
H A Drdbx_driver.c72 err_status_t status; local
104 status = test_replay_dbx(1 << 12, 128);
105 if (status) {
113 status = test_replay_dbx(1 << 12, 1024);
114 if (status) {
185 err_status_t status; local
189 status = rdbx_check(rdbx, delta);
190 if (status == err_status_ok) {
216 err_status_t status; local
219 status
[all...]
/external/tcpdump/
H A Dntp.h79 u_char status; /* status of local clock and leap info */ member in struct:ntpdata
H A Dprint-vtp.c52 u_int8_t status; member in struct:vtp_vlan_
249 printf("\n\tVLAN info status %s, type %s, VLAN-id %u, MTU %u, SAID 0x%08x, Name %s",
250 tok2str(vtp_vlan_status,"Unknown",vtp_vlan->status),
/external/toybox/toys/pending/
H A Dsh.c47 usage: exit [status]
306 int status; local
310 else waitpid(cmd->pid, &status, 0);
312 if (WIFEXITED(status)) cmd->pid = WEXITSTATUS(status);
313 if (WIFSIGNALED(status)) cmd->pid = WTERMSIG(status);
/external/v8/src/
H A Doptimizing-compiler-thread.cc103 OptimizedCompileJob::Status status = job->OptimizeGraph(); local
104 USE(status); // Prevent an unused-variable error in release mode.
105 DCHECK(status != OptimizedCompileJob::FAILED);
/external/valgrind/none/tests/mips64/
H A Dcvm_atomic_thread.c308 int i, status; local
411 pc2 = waitpid(child, &status, 0);
415 assert(WIFEXITED(status));
/external/vboot_reference/futility/
H A Dmisc.c185 int status; local
206 if (wait(&status) == -1) {
213 if (WIFEXITED(status)) {
214 status = WEXITSTATUS(status);
216 if (!status)
218 fprintf(stderr, "/bin/cp exited with status %d\n", status);
222 if (WIFSIGNALED(status)) {
223 status
[all...]
/external/vixl/tools/
H A Dtest.py116 # Get the output and return status of the test.
144 status, output = util.getstatusoutput(runner + ' --list')
145 if status != 0: util.abort('Failed to list all tests')
241 status = RunTests(manifest, jobs=args.jobs, variable
245 sys.exit(status)
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_dev_disc.c110 static struct wpabuf * p2p_build_dev_disc_resp(u8 dialog_token, u8 status) argument
122 p2p_buf_add_status(buf, status);
138 const u8 *addr, int freq, u8 status)
142 resp = p2p_build_dev_disc_resp(dialog_token, status);
147 " (status %u freq %d)",
148 MAC2STR(addr), status, freq);
195 * status, so that we can reply to the request once the
219 u8 status; local
234 if (msg.status == NULL) {
246 status
137 p2p_send_dev_disc_resp(struct p2p_data *p2p, u8 dialog_token, const u8 *addr, int freq, u8 status) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dbrowser.c66 int status = webkit_web_view_get_load_status(view); local
67 wpa_printf(MSG_DEBUG, "BROWSER:%s load-status=%d uri=%s",
68 __func__, status, webkit_web_view_get_uri(view));
183 g_signal_connect(G_OBJECT(view), "notify::load-status",
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_dev_disc.c110 static struct wpabuf * p2p_build_dev_disc_resp(u8 dialog_token, u8 status) argument
122 p2p_buf_add_status(buf, status);
138 const u8 *addr, int freq, u8 status)
142 resp = p2p_build_dev_disc_resp(dialog_token, status);
147 " (status %u freq %d)",
148 MAC2STR(addr), status, freq);
195 * status, so that we can reply to the request once the
219 u8 status; local
234 if (msg.status == NULL) {
246 status
137 p2p_send_dev_disc_resp(struct p2p_data *p2p, u8 dialog_token, const u8 *addr, int freq, u8 status) argument
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dbrowser.c66 int status = webkit_web_view_get_load_status(view); local
67 wpa_printf(MSG_DEBUG, "BROWSER:%s load-status=%d uri=%s",
68 __func__, status, webkit_web_view_get_uri(view));
183 g_signal_connect(G_OBJECT(view), "notify::load-status",
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_dev_disc.c110 static struct wpabuf * p2p_build_dev_disc_resp(u8 dialog_token, u8 status) argument
122 p2p_buf_add_status(buf, status);
138 const u8 *addr, int freq, u8 status)
142 resp = p2p_build_dev_disc_resp(dialog_token, status);
147 " (status %u freq %d)",
148 MAC2STR(addr), status, freq);
195 * status, so that we can reply to the request once the
219 u8 status; local
234 if (msg.status == NULL) {
246 status
137 p2p_send_dev_disc_resp(struct p2p_data *p2p, u8 dialog_token, const u8 *addr, int freq, u8 status) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dbrowser.c66 int status = webkit_web_view_get_load_status(view); local
67 wpa_printf(MSG_DEBUG, "BROWSER:%s load-status=%d uri=%s",
68 __func__, status, webkit_web_view_get_uri(view));
183 g_signal_connect(G_OBJECT(view), "notify::load-status",
/external/zlib/src/contrib/inflate86/
H A Dinffas86.c97 /*116 72 */ unsigned status; /* set when state chng*/ member in struct:inffast_ar
1125 if (ar.status > 1) {
1126 if (ar.status == 2)
1128 else if (ar.status == 3)
1134 else if ( ar.status == 1 ) {
/external/android-clat/
H A Dclatd.c122 int status; local
142 status = add_address(tunnel->device4, AF_INET, &Global_Clatd_Config.ipv4_local_subnet,
144 if(status < 0) {
145 logmsg(ANDROID_LOG_FATAL,"configure_tun_ip/if_address(4) failed: %s",strerror(-status));
153 if((status = if_up(tunnel->device4, Global_Clatd_Config.ipv4mtu)) < 0) {
154 logmsg(ANDROID_LOG_FATAL,"configure_tun_ip/if_up(4) failed: %s",strerror(-status));
H A Dconfig.c103 int status; local
110 status = inet_pton(AF_INET, tmp, ret_val_ptr);
111 if(status <= 0) {
128 int status; local
135 status = inet_pton(AF_INET6, tmp, ret_val_ptr);
136 if(status <= 0) {
169 int backoff_sleep, status; local
175 status = plat_prefix(Global_Clatd_Config.plat_from_dns64_hostname,net_id,&tmp_ptr);
176 if(status > 0) {
/external/apache-http/android/src/android/net/http/
H A DRequest.java257 mEventHandler.status(v.getMajor(), v.getMinor(),
331 // don't throw if we have a non-OK status code
467 * @param response the response, to obtain the status code
471 final int status) {
476 return status >= HttpStatus.SC_OK
477 && status != HttpStatus.SC_NO_CONTENT
478 && status != HttpStatus.SC_NOT_MODIFIED;
470 canResponseHaveBody(final HttpRequest request, final int status) argument
/external/clang/test/Analysis/
H A Dcfref_rdar6080742.c35 Boolean DebugDisplayOSStatusMsg(OSStatus status, const char *statusStr, const char *fileName, unsigned long lineNumber);
49 OSStatus status = noErr; local
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.h46 ThreadStatus status; member in class:__sanitizer::ThreadContextBase
/external/deqp/modules/gles3/functional/
H A Des3fFboTestCase.cpp139 deUint32 status = glCheckFramebufferStatus(target); local
140 if (status != GL_FRAMEBUFFER_COMPLETE)
141 throw FboTestUtil::FboIncompleteException(status, __FILE__, __LINE__);

Completed in 1358 milliseconds

<<11121314151617181920>>